Pull request #732 reopened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 1f15288997641a3d0d3a625c9b3944aa45f594eb rather than bb3603909ab1ef3aa492044f3b646f1bb29ba67c Obtained Jenkinsfile from 1f15288997641a3d0d3a625c9b3944aa45f594eb 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20358 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [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-732 # 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 1f15288997641a3d0d3a625c9b3944aa45f594eb into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c Merge succeeded, producing bb3603909ab1ef3aa492044f3b646f1bb29ba67c Checking out Revision bb3603909ab1ef3aa492044f3b646f1bb29ba67c (PR-732) > 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/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # 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 1f15288997641a3d0d3a625c9b3944aa45f594eb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 Commit message: "feat: process queryParams of url in put method(write functions)" First time build. Skipping changelog. > git rev-list --no-walk e6f43b0f4c4a4a5919510d47c5ecb0ab5f2ec86b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T00:42:44.041Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T00:42:44.301Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T00:42:44.416Z] ========================================================= [2021-01-15T00:42:44.416Z] EdgeX Global Pipelines Version Info [2021-01-15T00:42:44.416Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:42:45.874Z] ------------------- [2021-01-15T00:42:45.874Z] stable info: [2021-01-15T00:42:45.874Z] ------------------- [2021-01-15T00:42:45.874Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T00:42:45.874Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:42:45.874Z] Message: update stable to v1.0.177 [2021-01-15T00:42:46.817Z] ------------------- [2021-01-15T00:42:46.817Z] experimental info: [2021-01-15T00:42:46.817Z] ------------------- [2021-01-15T00:42:46.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T00:42:46.817Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:42:46.817Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T00:42:47.080Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-15T00:42:47.173Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-15T00:42:47.271Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T00:42:47.405Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T00:42:47.501Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T00:42:47.598Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T00:42:47.715Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T00:42:47.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T00:42:47.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-15T00:42:48.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T00:42:48.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T00:42:48.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-15T00:42:48.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T00:42:48.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T00:42:48.493Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:42:48.587Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T00:42:48.677Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T00:42:48.769Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T00:42:48.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T00:42:48.947Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-15T00:42:49.046Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T00:42:49.136Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T00:42:49.226Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-15T00:42:49.337Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-15T00:42:49.467Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-15T00:42:49.557Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T00:42:49.647Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T00:42:49.769Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-732 [Pipeline] echo [2021-01-15T00:42:49.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-732 [Pipeline] echo [2021-01-15T00:42:49.989Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-732 [Pipeline] echo [2021-01-15T00:42:50.128Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb3603909ab1ef3aa492044f3b646f1bb29ba67c [Pipeline] echo [2021-01-15T00:42:50.213Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb36039 [Pipeline] echo [2021-01-15T00:42:50.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:42:50.517Z] provisioning config files... [2021-01-15T00:42:50.543Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config8038558770074395298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:42:50.947Z] ---> docker-login.sh [2021-01-15T00:42:50.947Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:42:50.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:42:51.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:42:51.216Z] Configure a credential helper to remove this warning. See [2021-01-15T00:42:51.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:42:51.216Z] [2021-01-15T00:42:51.216Z] Login Succeeded [2021-01-15T00:42:51.216Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:42:51.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:42:51.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:42:51.479Z] Configure a credential helper to remove this warning. See [2021-01-15T00:42:51.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:42:51.479Z] [2021-01-15T00:42:51.479Z] Login Succeeded [2021-01-15T00:42:51.479Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:42:51.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:42:51.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:42:51.479Z] Configure a credential helper to remove this warning. See [2021-01-15T00:42:51.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:42:51.479Z] [2021-01-15T00:42:51.479Z] Login Succeeded [2021-01-15T00:42:51.479Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:42:51.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:42:51.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:42:51.741Z] Configure a credential helper to remove this warning. See [2021-01-15T00:42:51.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:42:51.741Z] [2021-01-15T00:42:51.741Z] Login Succeeded [2021-01-15T00:42:51.741Z] docker.io [2021-01-15T00:42:51.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:42:52.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:42:52.002Z] Configure a credential helper to remove this warning. See [2021-01-15T00:42:52.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:42:52.002Z] [2021-01-15T00:42:52.002Z] Login Succeeded [2021-01-15T00:42:52.002Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:42:52.013Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:42:52.856Z] + git log --format=format:%s -1 bb3603909ab1ef3aa492044f3b646f1bb29ba67c [Pipeline] echo [2021-01-15T00:42:52.919Z] GIT_COMMIT: bb3603909ab1ef3aa492044f3b646f1bb29ba67c, Commit Message: feat: process queryParams of url in put method(write functions) [Pipeline] echo [2021-01-15T00:42:52.963Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:42:53.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:42:53.556Z] [2021-01-15T00:42:53.556Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:42:53.906Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:42:53.906Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T00:42:53.906Z] 31603596830f: Pulling fs layer [2021-01-15T00:42:53.906Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T00:42:53.906Z] 6ca5941a6612: Pulling fs layer [2021-01-15T00:42:53.906Z] ecc8261a40a4: Pulling fs layer [2021-01-15T00:42:53.906Z] ecc8261a40a4: Waiting [2021-01-15T00:42:53.906Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T00:42:53.906Z] 2a8b12db71e7: Download complete [2021-01-15T00:42:53.906Z] 31603596830f: Verifying Checksum [2021-01-15T00:42:53.906Z] 31603596830f: Download complete [2021-01-15T00:42:54.170Z] ecc8261a40a4: Verifying Checksum [2021-01-15T00:42:54.170Z] ecc8261a40a4: Download complete [2021-01-15T00:42:54.170Z] 6ca5941a6612: Verifying Checksum [2021-01-15T00:42:54.170Z] 6ca5941a6612: Download complete [2021-01-15T00:42:54.431Z] 31603596830f: Pull complete [2021-01-15T00:42:54.431Z] 2a8b12db71e7: Pull complete [2021-01-15T00:42:55.391Z] 6ca5941a6612: Pull complete [2021-01-15T00:42:55.391Z] ecc8261a40a4: Pull complete [2021-01-15T00:42:55.391Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T00:42:55.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:42:55.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T00:42:55.531Z] prd-centos7-docker-4c-2g-20358 does not seem to be running inside a container [2021-01-15T00:42:55.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T00:42:57.559Z] $ docker top 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T00:42:57.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:42:57.875Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:42:58.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:42:58.071Z] $ docker exec 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 ssh-agent [2021-01-15T00:42:58.234Z] SSH_AUTH_SOCK=/tmp/ssh-xGQ3qYXivDRc/agent.12 [2021-01-15T00:42:58.234Z] SSH_AGENT_PID=17 [2021-01-15T00:42:58.244Z] Running ssh-add (command line suppressed) [2021-01-15T00:42:58.378Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_3473934089911691228.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_3473934089911691228.key) [2021-01-15T00:42:58.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:42:58.821Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T00:42:58.845Z] $ docker exec --env ******** --env ******** 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 ssh-agent -k [2021-01-15T00:42:58.960Z] unset SSH_AUTH_SOCK; [2021-01-15T00:42:58.960Z] unset SSH_AGENT_PID; [2021-01-15T00:42:58.961Z] echo Agent pid 17 killed; [2021-01-15T00:42:59.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T00:42:59.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:42:59.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:42:59.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:42:59.312Z] $ docker exec 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 ssh-agent [2021-01-15T00:42:59.459Z] SSH_AUTH_SOCK=/tmp/ssh-LjKNbsAyYP80/agent.47 [2021-01-15T00:42:59.459Z] SSH_AGENT_PID=52 [2021-01-15T00:42:59.466Z] Running ssh-add (command line suppressed) [2021-01-15T00:42:59.585Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_1719289078127553252.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_1719289078127553252.key) [2021-01-15T00:42:59.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:43:00.002Z] + git semver init [2021-01-15T00:43:00.002Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T00:43:00.002Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.git [2021-01-15T00:43:00.002Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-732 [2021-01-15T00:43:00.002Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T00:43:00.002Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T00:43:00.002Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T00:43:00.002Z] # $SEMVER_BRANCH = PR-732 [2021-01-15T00:43:00.002Z] # $SEMVER_TEMP = /tmp/semver-182366886 [2021-01-15T00:43:00.002Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-15T00:43:00.958Z] # '/tmp/semver-182366886' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver' [2021-01-15T00:43:00.958Z] # -> Force: false [2021-01-15T00:43:00.958Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver [Pipeline] } [2021-01-15T00:43:00.973Z] $ docker exec --env ******** --env ******** 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 ssh-agent -k [2021-01-15T00:43:01.089Z] unset SSH_AUTH_SOCK; [2021-01-15T00:43:01.089Z] unset SSH_AGENT_PID; [2021-01-15T00:43:01.089Z] echo Agent pid 52 killed; [2021-01-15T00:43:01.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:43:01.785Z] + git semver [Pipeline] } [2021-01-15T00:43:01.807Z] $ docker stop --time=1 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 [2021-01-15T00:43:03.227Z] $ docker rm -f 7553e64d69e5a9cf400f375a23817d9a70c1ce9c0a432273e8e3367bbc828087 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:43:03.683Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T00:43:04.138Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T00:43:04.141Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-15T00:43:19.688Z] Still waiting to schedule task [2021-01-15T00:43:19.688Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-15T00:43:19.695Z] Still waiting to schedule task [2021-01-15T00:43:19.695Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T00:45:51.513Z] Running on prd-centos7-docker-4c-2g-20360 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws [2021-01-15T00:45:51.568Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T00:45:59.738Z] using credential edgex-jenkins-ssh [2021-01-15T00:45:59.796Z] Cloning the remote Git repository [2021-01-15T00:45:59.909Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:46:00.042Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-15T00:46:00.188Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:46:00.188Z] > git --version # timeout=10 [2021-01-15T00:46:00.218Z] > git --version # 'git version 2.24.3' [2021-01-15T00:46:00.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:46:00.278Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:46:01.115Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T00:46:01.159Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:46:01.190Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T00:46:01.227Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:46:01.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:46:01.235Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:46:02.168Z] Merging remotes/origin/master commit 1f15288997641a3d0d3a625c9b3944aa45f594eb into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:46:02.592Z] Merge succeeded, producing bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:46:02.593Z] Checking out Revision bb3603909ab1ef3aa492044f3b646f1bb29ba67c (PR-732) [2021-01-15T00:46:02.186Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:46:02.233Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-15T00:46:02.461Z] > git remote # timeout=10 [2021-01-15T00:46:02.508Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:46:02.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:46:02.541Z] > git merge 1f15288997641a3d0d3a625c9b3944aa45f594eb # timeout=10 [2021-01-15T00:46:02.582Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:46:02.605Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:46:02.645Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-15T00:46:07.182Z] Commit message: "feat: process queryParams of url in put method(write functions)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:46:08.921Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:46:09.435Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:46:09.766Z] + sudo service docker restart [2021-01-15T00:46:09.766Z] + true [2021-01-15T00:46:09.766Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:46:11.255Z] provisioning config files... [2021-01-15T00:46:11.293Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1293840817843600135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:46:11.745Z] ---> docker-login.sh [2021-01-15T00:46:11.745Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:46:12.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:46:12.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:46:12.623Z] Configure a credential helper to remove this warning. See [2021-01-15T00:46:12.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:46:12.623Z] [2021-01-15T00:46:12.623Z] Login Succeeded [2021-01-15T00:46:12.623Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:46:12.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:46:12.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:46:12.921Z] Configure a credential helper to remove this warning. See [2021-01-15T00:46:12.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:46:12.921Z] [2021-01-15T00:46:12.921Z] Login Succeeded [2021-01-15T00:46:12.921Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:46:13.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:46:13.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:46:13.457Z] Configure a credential helper to remove this warning. See [2021-01-15T00:46:13.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:46:13.457Z] [2021-01-15T00:46:13.457Z] Login Succeeded [2021-01-15T00:46:13.457Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:46:13.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:46:13.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:46:13.728Z] Configure a credential helper to remove this warning. See [2021-01-15T00:46:13.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:46:13.728Z] [2021-01-15T00:46:13.728Z] Login Succeeded [2021-01-15T00:46:13.728Z] docker.io [2021-01-15T00:46:14.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:46:14.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:46:14.291Z] Configure a credential helper to remove this warning. See [2021-01-15T00:46:14.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:46:14.291Z] [2021-01-15T00:46:14.291Z] Login Succeeded [2021-01-15T00:46:14.291Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:46:14.324Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T00:46:15.147Z] ========================================================= [2021-01-15T00:46:15.147Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T00:46:15.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:46:15.665Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T00:46:16.297Z] Sending build context to Docker daemon 2.511MB [2021-01-15T00:46:16.297Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:46:16.297Z] Step 2/8 : FROM ${BASE} [2021-01-15T00:46:16.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T00:46:16.297Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T00:46:16.297Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T00:46:16.297Z] de9db76c5a1d: Pulling fs layer [2021-01-15T00:46:16.297Z] bca2f99d35d6: Pulling fs layer [2021-01-15T00:46:16.297Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T00:46:16.297Z] 7c6f9722023f: Pulling fs layer [2021-01-15T00:46:16.297Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T00:46:16.297Z] bca2f99d35d6: Waiting [2021-01-15T00:46:16.297Z] 93359f2a8cfa: Waiting [2021-01-15T00:46:16.297Z] 7c6f9722023f: Waiting [2021-01-15T00:46:16.297Z] a35cf1a2eb13: Waiting [2021-01-15T00:46:16.297Z] de9db76c5a1d: Verifying Checksum [2021-01-15T00:46:16.297Z] de9db76c5a1d: Download complete [2021-01-15T00:46:16.297Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T00:46:16.297Z] 0ef7d3d256c8: Download complete [2021-01-15T00:46:16.297Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T00:46:16.297Z] 93359f2a8cfa: Download complete [2021-01-15T00:46:16.576Z] 7c6f9722023f: Download complete [2021-01-15T00:46:16.576Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T00:46:16.576Z] 188c0c94c7c5: Download complete [2021-01-15T00:46:17.216Z] 188c0c94c7c5: Pull complete [2021-01-15T00:46:17.926Z] 0ef7d3d256c8: Pull complete [2021-01-15T00:46:17.926Z] de9db76c5a1d: Pull complete [2021-01-15T00:46:20.647Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T00:46:20.647Z] a35cf1a2eb13: Download complete [2021-01-15T00:46:22.752Z] bca2f99d35d6: Verifying Checksum [2021-01-15T00:46:22.752Z] bca2f99d35d6: Download complete [2021-01-15T00:46:35.511Z] bca2f99d35d6: Pull complete [2021-01-15T00:46:35.511Z] 93359f2a8cfa: Pull complete [2021-01-15T00:46:35.511Z] 7c6f9722023f: Pull complete [2021-01-15T00:46:44.260Z] a35cf1a2eb13: Pull complete [2021-01-15T00:46:44.260Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T00:46:44.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T00:46:44.260Z] ---> a62c8e92a672 [2021-01-15T00:46:44.260Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:46:44.260Z] ---> Running in aeeac93ceb50 [2021-01-15T00:46:44.260Z] Removing intermediate container aeeac93ceb50 [2021-01-15T00:46:44.260Z] ---> 19acc19d782c [2021-01-15T00:46:44.260Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:46:44.260Z] ---> Running in 9b2c0070c4fb [2021-01-15T00:46:46.393Z] Removing intermediate container 9b2c0070c4fb [2021-01-15T00:46:46.393Z] ---> 47bdb42b7739 [2021-01-15T00:46:46.393Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-15T00:46:46.393Z] ---> Running in 39289b6585b1 [2021-01-15T00:46:47.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:46:48.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:46:49.191Z] OK: 166 MiB in 39 packages [2021-01-15T00:46:50.259Z] Removing intermediate container 39289b6585b1 [2021-01-15T00:46:50.259Z] ---> 34d7a335dcdd [2021-01-15T00:46:50.259Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-15T00:46:50.259Z] ---> Running in 2bb2147e11fc [2021-01-15T00:46:50.643Z] Removing intermediate container 2bb2147e11fc [2021-01-15T00:46:50.643Z] ---> 7337cada833a [2021-01-15T00:46:50.643Z] Step 7/8 : COPY . . [2021-01-15T00:46:52.719Z] ---> 6cb37f0439d5 [2021-01-15T00:46:52.719Z] Step 8/8 : RUN go mod download [2021-01-15T00:46:52.719Z] ---> Running in b08b8a1d7e72 [2021-01-15T00:47:19.833Z] Removing intermediate container b08b8a1d7e72 [2021-01-15T00:47:19.833Z] ---> f6a1fa6e639e [2021-01-15T00:47:19.833Z] Successfully built f6a1fa6e639e [2021-01-15T00:47:19.833Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:47:20.260Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:47:20.555Z] . [Pipeline] withDockerContainer [2021-01-15T00:47:20.751Z] prd-centos7-docker-4c-2g-20360 does not seem to be running inside a container [2021-01-15T00:47:20.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:47:22.025Z] $ docker top 5e245aa05435ca822390c8593c6814b443225691c799da4964951eba541910d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:47:23.394Z] + go version [2021-01-15T00:47:23.394Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T00:47:23.435Z] $ docker stop --time=1 5e245aa05435ca822390c8593c6814b443225691c799da4964951eba541910d1 [2021-01-15T00:47:25.424Z] $ docker rm -f 5e245aa05435ca822390c8593c6814b443225691c799da4964951eba541910d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:47:26.631Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:47:26.631Z] . [Pipeline] withDockerContainer [2021-01-15T00:47:26.908Z] prd-centos7-docker-4c-2g-20360 does not seem to be running inside a container [2021-01-15T00:47:27.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:47:28.084Z] $ docker top 39d279ee3bf0123da1f0df8e905521ee5397a0f59fb70b066a9c1229b8da78af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:47:28.692Z] + make test [2021-01-15T00:47:28.692Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:47:44.022Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-15T00:48:11.315Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-15T00:48:11.315Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-15T00:48:11.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-15T00:48:11.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.125s coverage: 19.4% of statements [2021-01-15T00:48:17.019Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.711s coverage: 97.1% of statements [2021-01-15T00:48:36.288Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20361 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws [2021-01-15T00:48:36.421Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T00:48:42.422Z] using credential edgex-jenkins-ssh [2021-01-15T00:48:42.520Z] Cloning the remote Git repository [2021-01-15T00:48:42.587Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:48:42.719Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-01-15T00:48:42.811Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:48:42.812Z] > git --version # timeout=10 [2021-01-15T00:48:42.835Z] > git --version # 'git version 2.17.1' [2021-01-15T00:48:42.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:48:42.932Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:48:44.126Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T00:48:44.148Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:48:44.184Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T00:48:44.222Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T00:48:44.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:48:44.236Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:48:44.843Z] Merging remotes/origin/master commit 1f15288997641a3d0d3a625c9b3944aa45f594eb into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:48:45.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.107s coverage: 9.4% of statements [2021-01-15T00:48:45.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.130s coverage: 21.7% of statements [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-15T00:48:45.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.444s coverage: 42.9% of statements [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-15T00:48:45.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.503s coverage: 66.5% of statements [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-15T00:48:45.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-15T00:48:45.143Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.133s coverage: 53.8% of statements [2021-01-15T00:48:45.143Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-15T00:48:45.143Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-15T00:48:45.143Z] ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.289s coverage: 31.3% of statements [2021-01-15T00:48:45.143Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.328s coverage: 68.9% of statements [2021-01-15T00:48:45.143Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.122s coverage: 4.2% of statements [2021-01-15T00:48:45.143Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-15T00:48:45.143Z] GO111MODULE=on go vet ./... [2021-01-15T00:48:45.144Z] Merge succeeded, producing bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:48:45.145Z] Checking out Revision bb3603909ab1ef3aa492044f3b646f1bb29ba67c (PR-732) [2021-01-15T00:48:44.869Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:48:44.895Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-15T00:48:45.037Z] > git remote # timeout=10 [2021-01-15T00:48:45.063Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:48:45.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:48:45.105Z] > git merge 1f15288997641a3d0d3a625c9b3944aa45f594eb # timeout=10 [2021-01-15T00:48:45.130Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:48:45.155Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:48:45.230Z] > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 [2021-01-15T00:48:49.834Z] Commit message: "feat: process queryParams of url in put method(write functions)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:48:51.516Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:48:51.941Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:48:52.340Z] + true [2021-01-15T00:48:52.341Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:48:54.407Z] provisioning config files... [2021-01-15T00:48:54.476Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3934267625123056891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:48:54.890Z] ---> docker-login.sh [2021-01-15T00:48:54.891Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:48:55.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:48:56.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:48:56.162Z] Configure a credential helper to remove this warning. See [2021-01-15T00:48:56.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:48:56.162Z] [2021-01-15T00:48:56.162Z] Login Succeeded [2021-01-15T00:48:56.162Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:48:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:48:56.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:48:56.764Z] Configure a credential helper to remove this warning. See [2021-01-15T00:48:56.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:48:56.764Z] [2021-01-15T00:48:56.764Z] Login Succeeded [2021-01-15T00:48:56.764Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:48:57.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:48:57.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:48:57.366Z] Configure a credential helper to remove this warning. See [2021-01-15T00:48:57.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:48:57.366Z] [2021-01-15T00:48:57.366Z] Login Succeeded [2021-01-15T00:48:57.366Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:48:57.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:48:57.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:48:57.965Z] Configure a credential helper to remove this warning. See [2021-01-15T00:48:57.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:48:57.965Z] [2021-01-15T00:48:57.965Z] Login Succeeded [2021-01-15T00:48:57.965Z] docker.io [2021-01-15T00:48:58.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:48:58.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:48:58.838Z] Configure a credential helper to remove this warning. See [2021-01-15T00:48:58.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:48:58.838Z] [2021-01-15T00:48:58.838Z] Login Succeeded [2021-01-15T00:48:58.838Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:48:58.860Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T00:48:59.333Z] ========================================================= [2021-01-15T00:48:59.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T00:48:59.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:48:59.726Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T00:49:00.338Z] Sending build context to Docker daemon 2.508MB [2021-01-15T00:49:00.338Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:49:00.338Z] Step 2/8 : FROM ${BASE} [2021-01-15T00:49:00.338Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T00:49:00.338Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T00:49:00.338Z] a4357932f1b6: Pulling fs layer [2021-01-15T00:49:00.338Z] 18c013af1878: Pulling fs layer [2021-01-15T00:49:00.338Z] 00ac8860ef70: Pulling fs layer [2021-01-15T00:49:00.338Z] 63d7cb157983: Pulling fs layer [2021-01-15T00:49:00.338Z] b116817d02f9: Pulling fs layer [2021-01-15T00:49:00.338Z] 745a02a5169b: Pulling fs layer [2021-01-15T00:49:00.338Z] 00ac8860ef70: Waiting [2021-01-15T00:49:00.338Z] 63d7cb157983: Waiting [2021-01-15T00:49:00.338Z] b116817d02f9: Waiting [2021-01-15T00:49:00.338Z] 745a02a5169b: Waiting [2021-01-15T00:49:00.338Z] 18c013af1878: Verifying Checksum [2021-01-15T00:49:00.338Z] 18c013af1878: Download complete [2021-01-15T00:49:00.338Z] a4357932f1b6: Verifying Checksum [2021-01-15T00:49:00.338Z] a4357932f1b6: Download complete [2021-01-15T00:49:00.338Z] 63d7cb157983: Verifying Checksum [2021-01-15T00:49:00.338Z] 63d7cb157983: Download complete [2021-01-15T00:49:00.942Z] b116817d02f9: Verifying Checksum [2021-01-15T00:49:00.942Z] b116817d02f9: Download complete [2021-01-15T00:49:00.942Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T00:49:00.942Z] 5f621e34cdf4: Download complete [2021-01-15T00:49:01.548Z] 5f621e34cdf4: Pull complete [2021-01-15T00:49:02.167Z] a4357932f1b6: Pull complete [2021-01-15T00:49:02.768Z] 18c013af1878: Pull complete [2021-01-15T00:49:03.366Z] 745a02a5169b: Download complete [2021-01-15T00:49:03.859Z] gofmt -l . [2021-01-15T00:49:03.859Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:49:03.859Z] ./bin/test-attribution-txt.sh [2021-01-15T00:49:04.459Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-15T00:49:04.786Z] $ docker stop --time=1 39d279ee3bf0123da1f0df8e905521ee5397a0f59fb70b066a9c1229b8da78af [2021-01-15T00:49:05.343Z] 00ac8860ef70: Verifying Checksum [2021-01-15T00:49:05.343Z] 00ac8860ef70: Download complete [2021-01-15T00:49:06.912Z] $ docker rm -f 39d279ee3bf0123da1f0df8e905521ee5397a0f59fb70b066a9c1229b8da78af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:49:07.777Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T00:49:08.925Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-15T00:49:12.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T00:49:13.101Z] + ls -al . [2021-01-15T00:49:13.101Z] total 216 [2021-01-15T00:49:13.101Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 15 00:49 . [2021-01-15T00:49:13.101Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 15 00:46 .. [2021-01-15T00:49:13.101Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 00:46 bin [2021-01-15T00:49:13.101Z] -rw-r--r--. 1 jenkins jenkins 138955 Jan 15 00:48 coverage.out [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 15 00:46 Dockerfile.build [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 15 00:46 .dockerignore [2021-01-15T00:49:13.101Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 15 00:46 example [2021-01-15T00:49:13.101Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 15 00:46 .git [2021-01-15T00:49:13.101Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 15 00:46 .github [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 15 00:46 .gitignore [2021-01-15T00:49:13.101Z] -rw-r--r--. 1 jenkins jenkins 488 Jan 15 00:49 go.mod [2021-01-15T00:49:13.101Z] -rw-r--r--. 1 jenkins jenkins 14124 Jan 15 00:49 go.sum [2021-01-15T00:49:13.101Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 15 00:46 internal [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 15 00:46 Jenkinsfile [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 15 00:46 LICENSE [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 1013 Jan 15 00:46 Makefile [2021-01-15T00:49:13.101Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 15 00:46 openapi [2021-01-15T00:49:13.101Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 15 00:46 pkg [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 15 00:46 README.md [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 15 00:46 RELEASE-NOTES.txt [2021-01-15T00:49:13.101Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 15 00:46 snap [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 15 00:43 VERSION [2021-01-15T00:49:13.101Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 15 00:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:49:13.527Z] + 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=bb3603909ab1ef3aa492044f3b646f1bb29ba67c --label arch=amd64 --label version=0.0.0 . [2021-01-15T00:49:14.147Z] Sending build context to Docker daemon 2.651MB [2021-01-15T00:49:14.147Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:49:14.147Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-15T00:49:14.147Z] ---> f6a1fa6e639e [2021-01-15T00:49:14.147Z] Step 3/24 : ARG MAKE='make build' [2021-01-15T00:49:14.731Z] ---> Running in efcc8c8d68b3 [2021-01-15T00:49:15.008Z] Removing intermediate container efcc8c8d68b3 [2021-01-15T00:49:15.008Z] ---> fa4afa0bd74c [2021-01-15T00:49:15.008Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-15T00:49:15.008Z] ---> Running in 5f589ce8df57 [2021-01-15T00:49:15.298Z] Removing intermediate container 5f589ce8df57 [2021-01-15T00:49:15.298Z] ---> c8ac3454bd9c [2021-01-15T00:49:15.298Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:49:15.298Z] ---> Running in 530a54e9e294 [2021-01-15T00:49:15.548Z] 00ac8860ef70: Pull complete [2021-01-15T00:49:15.548Z] 63d7cb157983: Pull complete [2021-01-15T00:49:15.572Z] Removing intermediate container 530a54e9e294 [2021-01-15T00:49:15.572Z] ---> b378df270b46 [2021-01-15T00:49:15.572Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:49:15.572Z] ---> Running in 8bf4e3609e7e [2021-01-15T00:49:15.821Z] b116817d02f9: Pull complete [2021-01-15T00:49:17.651Z] Removing intermediate container 8bf4e3609e7e [2021-01-15T00:49:17.651Z] ---> f05ab38d64e4 [2021-01-15T00:49:17.651Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-15T00:49:17.651Z] ---> Running in c67f5054e8d3 [2021-01-15T00:49:18.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:49:19.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:49:20.139Z] 745a02a5169b: Pull complete [2021-01-15T00:49:20.139Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T00:49:20.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T00:49:20.139Z] ---> b7e6874047d6 [2021-01-15T00:49:20.139Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:49:20.325Z] OK: 166 MiB in 39 packages [2021-01-15T00:49:20.956Z] Removing intermediate container c67f5054e8d3 [2021-01-15T00:49:20.956Z] ---> e404574c54f9 [2021-01-15T00:49:20.956Z] Step 8/24 : COPY . . [2021-01-15T00:49:21.929Z] ---> 7d1c557f95c7 [2021-01-15T00:49:21.929Z] Step 9/24 : RUN ${MAKE} [2021-01-15T00:49:21.929Z] ---> Running in 9d98ace117a9 [2021-01-15T00:49:22.780Z] ---> Running in c021c304cab4 [2021-01-15T00:49:22.780Z] Removing intermediate container c021c304cab4 [2021-01-15T00:49:22.780Z] ---> d0fde67786ee [2021-01-15T00:49:22.780Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:49:22.780Z] ---> Running in d64904a76030 [2021-01-15T00:49:22.952Z] 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 [2021-01-15T00:49:25.400Z] Removing intermediate container d64904a76030 [2021-01-15T00:49:25.400Z] ---> 6db41a1a2688 [2021-01-15T00:49:25.400Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-15T00:49:25.400Z] ---> Running in 8edb3e31e16d [2021-01-15T00:49:26.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:27.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:28.795Z] OK: 142 MiB in 39 packages [2021-01-15T00:49:29.768Z] Removing intermediate container 8edb3e31e16d [2021-01-15T00:49:29.768Z] ---> 84285076c5b3 [2021-01-15T00:49:29.768Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-15T00:49:29.768Z] ---> Running in 59c8edaba0bd [2021-01-15T00:49:30.359Z] Removing intermediate container 59c8edaba0bd [2021-01-15T00:49:30.359Z] ---> 84878ac38dbc [2021-01-15T00:49:30.359Z] Step 7/8 : COPY . . [2021-01-15T00:49:31.802Z] ---> 6106963fed0d [2021-01-15T00:49:31.802Z] Step 8/8 : RUN go mod download [2021-01-15T00:49:31.802Z] ---> Running in cb215ad14be5 [2021-01-15T00:49:41.671Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-15T00:49:41.952Z] Removing intermediate container 9d98ace117a9 [2021-01-15T00:49:41.952Z] ---> ef5660551d78 [2021-01-15T00:49:41.952Z] Step 10/24 : FROM scratch [2021-01-15T00:49:41.952Z] ---> [2021-01-15T00:49:41.952Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:49:42.231Z] ---> Running in 85808ba16060 [2021-01-15T00:49:42.575Z] Removing intermediate container 85808ba16060 [2021-01-15T00:49:42.575Z] ---> de96e826a07e [2021-01-15T00:49:42.575Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-15T00:49:42.575Z] ---> Running in dab209639583 [2021-01-15T00:49:42.864Z] Removing intermediate container dab209639583 [2021-01-15T00:49:42.864Z] ---> 8722e47ef8fc [2021-01-15T00:49:42.864Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:49:42.864Z] ---> Running in a1bf22d776db [2021-01-15T00:49:43.160Z] Removing intermediate container a1bf22d776db [2021-01-15T00:49:43.160Z] ---> 237aa1000b5b [2021-01-15T00:49:43.160Z] Step 14/24 : WORKDIR / [2021-01-15T00:49:43.444Z] ---> Running in 351c7783e21a [2021-01-15T00:49:43.743Z] Removing intermediate container 351c7783e21a [2021-01-15T00:49:43.743Z] ---> 5f35d0d57b27 [2021-01-15T00:49:43.743Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-15T00:49:44.381Z] ---> b44bf111b385 [2021-01-15T00:49:44.381Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:44.709Z] ---> e1a7c4c78282 [2021-01-15T00:49:44.709Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-15T00:49:45.320Z] ---> 04f86ee5d39e [2021-01-15T00:49:45.320Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-15T00:49:45.927Z] ---> b5e405d390cd [2021-01-15T00:49:45.927Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-15T00:49:46.211Z] ---> 2d728e92480f [2021-01-15T00:49:46.211Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-15T00:49:46.211Z] ---> Running in 4dc31028fc66 [2021-01-15T00:49:46.488Z] Removing intermediate container 4dc31028fc66 [2021-01-15T00:49:46.489Z] ---> 067db92e1167 [2021-01-15T00:49:46.489Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:46.489Z] ---> Running in aa23e92ef426 [2021-01-15T00:49:46.761Z] Removing intermediate container aa23e92ef426 [2021-01-15T00:49:46.761Z] ---> 9094509e45d1 [2021-01-15T00:49:46.761Z] Step 22/24 : LABEL arch=amd64 [2021-01-15T00:49:46.761Z] ---> Running in 718c05d81cf2 [2021-01-15T00:49:47.042Z] Removing intermediate container 718c05d81cf2 [2021-01-15T00:49:47.042Z] ---> 898c2b3d525a [2021-01-15T00:49:47.042Z] Step 23/24 : LABEL git_sha=bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:49:47.313Z] ---> Running in 7d59882264cf [2021-01-15T00:49:47.313Z] Removing intermediate container 7d59882264cf [2021-01-15T00:49:47.313Z] ---> 7832efaae407 [2021-01-15T00:49:47.313Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:49:47.582Z] ---> Running in ef21c9d78e9d [2021-01-15T00:49:47.856Z] Removing intermediate container ef21c9d78e9d [2021-01-15T00:49:47.856Z] ---> 5cfa6c783938 [2021-01-15T00:49:47.856Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T00:49:47.856Z] Successfully built 5cfa6c783938 [2021-01-15T00:49:47.856Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T00:49:58.604Z] Removing intermediate container cb215ad14be5 [2021-01-15T00:49:58.604Z] ---> 1c6b83d81260 [2021-01-15T00:49:58.604Z] Successfully built 1c6b83d81260 [2021-01-15T00:49:58.604Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:49:58.944Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:49:58.944Z] . [Pipeline] withDockerContainer [2021-01-15T00:49:59.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-20361 does not seem to be running inside a container [2021-01-15T00:49:59.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:50:00.944Z] $ docker top faa0601e0dff497c3b2ff663969bdacc90d3529a032311842e6077fa8c7f5ccf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:50:01.975Z] + go version [2021-01-15T00:50:01.975Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T00:50:02.002Z] $ docker stop --time=1 faa0601e0dff497c3b2ff663969bdacc90d3529a032311842e6077fa8c7f5ccf [2021-01-15T00:50:04.073Z] $ docker rm -f faa0601e0dff497c3b2ff663969bdacc90d3529a032311842e6077fa8c7f5ccf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:50:05.197Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:50:05.197Z] . [Pipeline] withDockerContainer [2021-01-15T00:50:05.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-20361 does not seem to be running inside a container [2021-01-15T00:50:05.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:50:07.148Z] $ docker top 0bb2ad0990468633569b3b1f0d8016b21c683d5bd3db59fc2a8f8f0d9e84efa2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:50:08.192Z] + make test [2021-01-15T00:50:08.192Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:50:30.387Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-15T00:51:09.411Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-15T00:51:09.411Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-15T00:51:09.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-15T00:51:09.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.139s coverage: 19.4% of statements [2021-01-15T00:51:14.846Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.243s coverage: 97.1% of statements [2021-01-15T00:51:41.669Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.256s coverage: 9.4% of statements [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.7% of statements [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.651s coverage: 42.9% of statements [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.735s coverage: 66.5% of statements [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.220s coverage: 53.8% of statements [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.189s coverage: 31.3% of statements [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.650s coverage: 68.9% of statements [2021-01-15T00:51:41.670Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.143s coverage: 4.2% of statements [2021-01-15T00:51:41.670Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-15T00:51:41.670Z] GO111MODULE=on go vet ./... [2021-01-15T00:52:20.945Z] gofmt -l . [2021-01-15T00:52:20.945Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:52:20.945Z] ./bin/test-attribution-txt.sh [2021-01-15T00:52:20.945Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-15T00:52:20.970Z] $ docker stop --time=1 0bb2ad0990468633569b3b1f0d8016b21c683d5bd3db59fc2a8f8f0d9e84efa2 [2021-01-15T00:52:23.259Z] $ docker rm -f 0bb2ad0990468633569b3b1f0d8016b21c683d5bd3db59fc2a8f8f0d9e84efa2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:52:24.352Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T00:52:24.415Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T00:52:25.224Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:52:26.061Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T00:52:26.399Z] + ls -al . [2021-01-15T00:52:26.399Z] total 252 [2021-01-15T00:52:26.399Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 00:52 . [2021-01-15T00:52:26.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 00:48 .. [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 15 00:48 .dockerignore [2021-01-15T00:52:26.399Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 00:48 .git [2021-01-15T00:52:26.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 00:48 .github [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 15 00:48 .gitignore [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 15 00:48 Dockerfile.build [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 15 00:48 Jenkinsfile [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 15 00:48 LICENSE [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 1013 Jan 15 00:48 Makefile [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 15 00:48 README.md [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 15 00:48 RELEASE-NOTES.txt [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 15 00:43 VERSION [2021-01-15T00:52:26.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 00:48 bin [2021-01-15T00:52:26.399Z] -rw-r--r-- 1 jenkins jenkins 138954 Jan 15 00:51 coverage.out [2021-01-15T00:52:26.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 00:48 example [2021-01-15T00:52:26.399Z] -rw-r--r-- 1 jenkins jenkins 488 Jan 15 00:52 go.mod [2021-01-15T00:52:26.399Z] -rw-r--r-- 1 jenkins jenkins 14124 Jan 15 00:52 go.sum [2021-01-15T00:52:26.399Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 15 00:48 internal [2021-01-15T00:52:26.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 00:48 openapi [2021-01-15T00:52:26.399Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 15 00:48 pkg [2021-01-15T00:52:26.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 00:48 snap [2021-01-15T00:52:26.399Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 15 00:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:52:26.744Z] + 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=bb3603909ab1ef3aa492044f3b646f1bb29ba67c --label arch=arm64 --label version=0.0.0 . [2021-01-15T00:52:27.340Z] Sending build context to Docker daemon 2.648MB [2021-01-15T00:52:27.340Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:52:27.340Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-15T00:52:27.340Z] ---> 1c6b83d81260 [2021-01-15T00:52:27.340Z] Step 3/24 : ARG MAKE='make build' [2021-01-15T00:52:27.615Z] ---> Running in 6d9d7ccc7d46 [2021-01-15T00:52:27.887Z] Removing intermediate container 6d9d7ccc7d46 [2021-01-15T00:52:27.887Z] ---> 984a1feb88c2 [2021-01-15T00:52:27.887Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-15T00:52:28.165Z] ---> Running in 10d07018bf4b [2021-01-15T00:52:28.761Z] Removing intermediate container 10d07018bf4b [2021-01-15T00:52:28.761Z] ---> 3134498297c3 [2021-01-15T00:52:28.761Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:52:28.761Z] ---> Running in 39b73f596592 [2021-01-15T00:52:29.363Z] Removing intermediate container 39b73f596592 [2021-01-15T00:52:29.363Z] ---> f51a0322437e [2021-01-15T00:52:29.363Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:52:29.363Z] ---> Running in cff7dda654fe [2021-01-15T00:52:31.980Z] Removing intermediate container cff7dda654fe [2021-01-15T00:52:31.980Z] ---> af342856213b [2021-01-15T00:52:31.980Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-15T00:52:31.980Z] ---> Running in 8a71278f51ba [2021-01-15T00:52:32.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:52:34.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:52:35.355Z] OK: 142 MiB in 39 packages [2021-01-15T00:52:36.788Z] Removing intermediate container 8a71278f51ba [2021-01-15T00:52:36.788Z] ---> ebe5f7dc63c3 [2021-01-15T00:52:36.788Z] Step 8/24 : COPY . . [2021-01-15T00:52:38.222Z] ---> 2d6a804b66fd [2021-01-15T00:52:38.222Z] Step 9/24 : RUN ${MAKE} [2021-01-15T00:52:38.222Z] ---> Running in 7058d626dcce [2021-01-15T00:52:39.204Z] 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 [2021-01-15T00:53:06.022Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-15T00:53:06.297Z] Removing intermediate container 7058d626dcce [2021-01-15T00:53:06.297Z] ---> e3dad111c102 [2021-01-15T00:53:06.297Z] Step 10/24 : FROM scratch [2021-01-15T00:53:06.297Z] ---> [2021-01-15T00:53:06.297Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T00:53:06.572Z] ---> Running in 35b689af1208 [2021-01-15T00:53:06.844Z] Removing intermediate container 35b689af1208 [2021-01-15T00:53:06.844Z] ---> d1077ef17bcd [2021-01-15T00:53:06.844Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-15T00:53:07.117Z] ---> Running in 9222e6906352 [2021-01-15T00:53:07.390Z] Removing intermediate container 9222e6906352 [2021-01-15T00:53:07.390Z] ---> 45a3ae9e97df [2021-01-15T00:53:07.390Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:53:07.661Z] ---> Running in 53027c6a33b4 [2021-01-15T00:53:07.932Z] Removing intermediate container 53027c6a33b4 [2021-01-15T00:53:07.932Z] ---> 2ecb690cb09c [2021-01-15T00:53:07.932Z] Step 14/24 : WORKDIR / [2021-01-15T00:53:08.204Z] ---> Running in 86c216330b5f [2021-01-15T00:53:08.476Z] Removing intermediate container 86c216330b5f [2021-01-15T00:53:08.476Z] ---> 41ffc7530ffa [2021-01-15T00:53:08.476Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-15T00:53:09.453Z] ---> b1b2c8541035 [2021-01-15T00:53:09.453Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-15T00:53:10.054Z] ---> 8321f34e6e3a [2021-01-15T00:53:10.054Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-15T00:53:11.038Z] ---> 4df266ee490f [2021-01-15T00:53:11.038Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-15T00:53:11.633Z] ---> e6582092bdda [2021-01-15T00:53:11.633Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-15T00:53:12.230Z] ---> 0d66528a07b2 [2021-01-15T00:53:12.230Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-15T00:53:12.502Z] ---> Running in c79b51312e41 [2021-01-15T00:53:13.095Z] Removing intermediate container c79b51312e41 [2021-01-15T00:53:13.095Z] ---> 282d05dbf7cc [2021-01-15T00:53:13.095Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:53:13.095Z] ---> Running in 02656e41da2b [2021-01-15T00:53:13.687Z] Removing intermediate container 02656e41da2b [2021-01-15T00:53:13.687Z] ---> 8554d9ecf655 [2021-01-15T00:53:13.687Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:53:13.687Z] ---> Running in 184ababfed1f [2021-01-15T00:53:14.286Z] Removing intermediate container 184ababfed1f [2021-01-15T00:53:14.286Z] ---> 912d185f08dc [2021-01-15T00:53:14.286Z] Step 23/24 : LABEL git_sha=bb3603909ab1ef3aa492044f3b646f1bb29ba67c [2021-01-15T00:53:14.286Z] ---> Running in b60c07a3eac3 [2021-01-15T00:53:14.882Z] Removing intermediate container b60c07a3eac3 [2021-01-15T00:53:14.882Z] ---> 179853ac9808 [2021-01-15T00:53:14.882Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:53:14.882Z] ---> Running in 8db2abad53f9 [2021-01-15T00:53:15.160Z] Removing intermediate container 8db2abad53f9 [2021-01-15T00:53:15.160Z] ---> 6d329b1c2f36 [2021-01-15T00:53:15.160Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T00:53:15.431Z] Successfully built 6d329b1c2f36 [2021-01-15T00:53:15.431Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T00:53:16.900Z] provisioning config files... [2021-01-15T00:53:16.910Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config5418725348747996511tmp [Pipeline] { [Pipeline] sh [2021-01-15T00:53:17.291Z] + set +x [2021-01-15T00:53:17.291Z] + curl -s https://codecov.io/bash [2021-01-15T00:53:17.291Z] + bash -s -- [2021-01-15T00:53:17.553Z] [2021-01-15T00:53:17.553Z] _____ _ [2021-01-15T00:53:17.553Z] / ____| | | [2021-01-15T00:53:17.553Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T00:53:17.553Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T00:53:17.553Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T00:53:17.553Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T00:53:17.553Z] Bash-20201231-23d4836 [2021-01-15T00:53:17.553Z] [2021-01-15T00:53:17.553Z] [2021-01-15T00:53:17.553Z] ==> git version 2.24.3 found [2021-01-15T00:53:17.553Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T00:53:17.553Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T00:53:17.553Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T00:53:17.553Z] ==> Jenkins CI detected. [2021-01-15T00:53:17.553Z] project root: . [2021-01-15T00:53:17.554Z] --> token set from env [2021-01-15T00:53:17.554Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T00:53:17.554Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T00:53:17.554Z] ==> Python coveragepy not found [2021-01-15T00:53:17.554Z] ==> Searching for coverage reports in: [2021-01-15T00:53:17.554Z] + . [2021-01-15T00:53:17.554Z] -> Found 1 reports [2021-01-15T00:53:17.554Z] ==> Detecting git/mercurial file structure [2021-01-15T00:53:17.554Z] ==> Reading reports [2021-01-15T00:53:17.554Z] + ./coverage.out bytes=138954 [2021-01-15T00:53:17.554Z] ==> Appending adjustments [2021-01-15T00:53:17.554Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T00:53:18.127Z] + Found adjustments [2021-01-15T00:53:18.127Z] ==> Gzipping contents [2021-01-15T00:53:18.127Z] 24K /tmp/codecov.4GTbOZ.gz [2021-01-15T00:53:18.127Z] ==> Uploading reports [2021-01-15T00:53:18.127Z] url: https://codecov.io [2021-01-15T00:53:18.127Z] query: branch=PR-732&commit=bb3603909ab1ef3aa492044f3b646f1bb29ba67c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= [2021-01-15T00:53:18.127Z] -> Pinging Codecov [2021-01-15T00:53:18.127Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-732&commit=bb3603909ab1ef3aa492044f3b646f1bb29ba67c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= [2021-01-15T00:53:19.072Z] -> Uploading to [2021-01-15T00:53:19.072Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/7E55EF52A471D76F132DFD9A03CDDE97/bb3603909ab1ef3aa492044f3b646f1bb29ba67c/010731bc-f77c-4498-9b89-caa73990d77d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T005318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d499a00c728caf94a6b025c1e0f3049e6698a2532eb84ae5c2b5168a2f82d783 [2021-01-15T00:53:19.072Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:53:19.072Z] Dload Upload Total Spent Left Speed [2021-01-15T00:53:19.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22194 0 0 100 22194 0 53209 --:--:-- --:--:-- --:--:-- 53350 [2021-01-15T00:53:19.333Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/bb3603909ab1ef3aa492044f3b646f1bb29ba67c [Pipeline] } [2021-01-15T00:53:19.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:22.916Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:23.230Z] ---> package-listing.sh [2021-01-15T00:53:23.230Z] ++ facter osfamily [2021-01-15T00:53:23.230Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T00:53:23.230Z] + OS_FAMILY=redhat [2021-01-15T00:53:23.230Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-732 [2021-01-15T00:53:23.230Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T00:53:23.230Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T00:53:23.230Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T00:53:23.230Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T00:53:23.230Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' [2021-01-15T00:53:23.230Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T00:53:23.230Z] + case "${OS_FAMILY}" in [2021-01-15T00:53:23.230Z] + rpm -qa [2021-01-15T00:53:23.230Z] + sort [2021-01-15T00:53:29.864Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T00:53:29.864Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T00:53:29.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T00:53:29.864Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' [2021-01-15T00:53:29.864Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ [2021-01-15T00:53:29.864Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ [Pipeline] echo [2021-01-15T00:53:29.880Z] 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-732/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T00:53:30.171Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:53:30.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:53:30.479Z] [2021-01-15T00:53:30.479Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:53:30.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:53:30.833Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T00:53:30.833Z] df20fa9351a1: Pulling fs layer [2021-01-15T00:53:30.833Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T00:53:30.833Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T00:53:30.833Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T00:53:30.833Z] 93b61091891f: Pulling fs layer [2021-01-15T00:53:30.833Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T00:53:30.833Z] 5e14af77c1be: Pulling fs layer [2021-01-15T00:53:30.833Z] 01666e4c0597: Pulling fs layer [2021-01-15T00:53:30.833Z] aa168da1d23b: Pulling fs layer [2021-01-15T00:53:30.833Z] 93b61091891f: Waiting [2021-01-15T00:53:30.833Z] 93b9cdb0e59b: Waiting [2021-01-15T00:53:30.833Z] 5e14af77c1be: Waiting [2021-01-15T00:53:30.833Z] 01666e4c0597: Waiting [2021-01-15T00:53:30.833Z] aa168da1d23b: Waiting [2021-01-15T00:53:30.833Z] 46f8f816bc3b: Waiting [2021-01-15T00:53:30.833Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T00:53:30.833Z] 36b3adc4ff6f: Download complete [2021-01-15T00:53:30.833Z] 46f8f816bc3b: Download complete [2021-01-15T00:53:30.833Z] df20fa9351a1: Verifying Checksum [2021-01-15T00:53:30.833Z] df20fa9351a1: Download complete [2021-01-15T00:53:31.097Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T00:53:31.098Z] 93b9cdb0e59b: Download complete [2021-01-15T00:53:31.098Z] 5e14af77c1be: Verifying Checksum [2021-01-15T00:53:31.098Z] 5e14af77c1be: Download complete [2021-01-15T00:53:31.098Z] 01666e4c0597: Verifying Checksum [2021-01-15T00:53:31.098Z] 01666e4c0597: Download complete [2021-01-15T00:53:31.098Z] 93b61091891f: Verifying Checksum [2021-01-15T00:53:31.098Z] 93b61091891f: Download complete [2021-01-15T00:53:31.364Z] df20fa9351a1: Pull complete [2021-01-15T00:53:31.364Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T00:53:31.364Z] 8ad3a11d3b57: Download complete [2021-01-15T00:53:31.627Z] 36b3adc4ff6f: Pull complete [2021-01-15T00:53:32.215Z] 8ad3a11d3b57: Pull complete [2021-01-15T00:53:32.480Z] 46f8f816bc3b: Pull complete [2021-01-15T00:53:33.122Z] 93b61091891f: Pull complete [2021-01-15T00:53:33.122Z] aa168da1d23b: Verifying Checksum [2021-01-15T00:53:33.122Z] aa168da1d23b: Download complete [2021-01-15T00:53:33.384Z] 93b9cdb0e59b: Pull complete [2021-01-15T00:53:33.384Z] 5e14af77c1be: Pull complete [2021-01-15T00:53:33.647Z] 01666e4c0597: Pull complete [2021-01-15T00:53:40.255Z] aa168da1d23b: Pull complete [2021-01-15T00:53:40.255Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T00:53:40.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:53:40.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T00:53:40.420Z] prd-centos7-docker-4c-2g-20358 does not seem to be running inside a container [2021-01-15T00:53:40.467Z] $ 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-732/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-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T00:53:44.230Z] $ docker top da66b57c92bdb9caeb55a8bc53087e3e45cd8db8d0b0411b30cf03074bfb9fd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:53:44.765Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T00:53:45.061Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T00:53:45.361Z] + ls /var/log/sa-host [2021-01-15T00:53:45.362Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T00:53:45.362Z] file_magic: OK [2021-01-15T00:53:45.362Z] HZ: Using current value: 100 [2021-01-15T00:53:45.362Z] file_header: OK [2021-01-15T00:53:45.362Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:53:45.362Z] Statistics: [2021-01-15T00:53:45.362Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T00:53:45.362Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T00:53:45.362Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T00:53:45.362Z] file_magic: OK [2021-01-15T00:53:45.362Z] HZ: Using current value: 100 [2021-01-15T00:53:45.362Z] file_header: OK [2021-01-15T00:53:45.362Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:53:45.362Z] Statistics: [2021-01-15T00:53:45.362Z] Hnuu...uuuununununu... [2021-01-15T00:53:45.362Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T00:53:45.579Z] provisioning config files... [2021-01-15T00:53:45.594Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config8063201719856470089tmp [Pipeline] { [Pipeline] echo [2021-01-15T00:53:45.688Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:45.988Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T00:53:45.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T00:53:46.138Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:46.437Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T00:53:46.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:46.751Z] ---> sudo-logs.sh [2021-01-15T00:53:46.751Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T00:53:46.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:47.059Z] ---> job-cost.sh [2021-01-15T00:53:47.059Z] lf-activate-venv: SKIPPING [2021-01-15T00:53:47.059Z] INFO: No Stack... [2021-01-15T00:53:48.005Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T00:53:48.578Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T00:53:48.592Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:53:48.890Z] ---> logs-deploy.sh [2021-01-15T00:53:48.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-732/2 [2021-01-15T00:53:48.890Z] INFO: archiving workspace using pattern(s): [2021-01-15T00:53:50.281Z] Archives upload complete. [2021-01-15T00:53:50.544Z] INFO: archiving logs to Nexus