Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24bd13d414fb94824a4c7d4031bbe24e258abd9f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26792 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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 Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 Commit message: "Merge pull request #789 from hahattan/issue-777" > git rev-list --no-walk 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T09:59:53.698Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T09:59:53.948Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T09:59:54.047Z] ========================================================= [2021-02-18T09:59:54.047Z] EdgeX Global Pipelines Version Info [2021-02-18T09:59:54.047Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T09:59:57.142Z] ------------------- [2021-02-18T09:59:57.142Z] stable info: [2021-02-18T09:59:57.142Z] ------------------- [2021-02-18T09:59:57.142Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T09:59:57.142Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T09:59:57.142Z] Message: update stable to v1.0.179 [2021-02-18T09:59:58.207Z] ------------------- [2021-02-18T09:59:58.207Z] experimental info: [2021-02-18T09:59:58.207Z] ------------------- [2021-02-18T09:59:58.207Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T09:59:58.207Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T09:59:58.207Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T09:59:58.573Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-18T09:59:58.670Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-18T09:59:58.755Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T09:59:58.860Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T09:59:58.981Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T09:59:59.067Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T09:59:59.162Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T09:59:59.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T09:59:59.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-18T09:59:59.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T09:59:59.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T09:59:59.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-18T09:59:59.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T09:59:59.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T09:59:59.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T09:59:59.965Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T10:00:00.055Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T10:00:00.155Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T10:00:00.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T10:00:00.345Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-18T10:00:00.455Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T10:00:00.569Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T10:00:00.652Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-18T10:00:00.763Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-18T10:00:00.863Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-18T10:00:00.990Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T10:00:01.077Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T10:00:01.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-18T10:00:01.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-18T10:00:01.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-18T10:00:01.478Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] echo [2021-02-18T10:00:01.563Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24bd13d [Pipeline] echo [2021-02-18T10:00:01.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T10:00:01.860Z] provisioning config files... [2021-02-18T10:00:01.995Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1624250426008733472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:00:02.457Z] ---> docker-login.sh [2021-02-18T10:00:02.457Z] nexus3.edgexfoundry.org:10001 [2021-02-18T10:00:04.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:00:04.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:00:04.660Z] Configure a credential helper to remove this warning. See [2021-02-18T10:00:04.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:00:04.660Z] [2021-02-18T10:00:04.660Z] Login Succeeded [2021-02-18T10:00:04.660Z] nexus3.edgexfoundry.org:10002 [2021-02-18T10:00:04.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:00:05.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:00:05.335Z] Configure a credential helper to remove this warning. See [2021-02-18T10:00:05.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:00:05.335Z] [2021-02-18T10:00:05.335Z] Login Succeeded [2021-02-18T10:00:05.335Z] nexus3.edgexfoundry.org:10003 [2021-02-18T10:00:05.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:00:05.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:00:05.663Z] Configure a credential helper to remove this warning. See [2021-02-18T10:00:05.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:00:05.663Z] [2021-02-18T10:00:05.663Z] Login Succeeded [2021-02-18T10:00:05.663Z] nexus3.edgexfoundry.org:10004 [2021-02-18T10:00:06.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:00:06.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:00:06.820Z] Configure a credential helper to remove this warning. See [2021-02-18T10:00:06.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:00:06.820Z] [2021-02-18T10:00:06.820Z] Login Succeeded [2021-02-18T10:00:06.820Z] docker.io [2021-02-18T10:00:07.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:00:07.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:00:07.814Z] Configure a credential helper to remove this warning. See [2021-02-18T10:00:07.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:00:07.814Z] [2021-02-18T10:00:07.814Z] Login Succeeded [2021-02-18T10:00:07.814Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T10:00:07.851Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T10:00:08.786Z] + git log --format=format:%s -1 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] echo [2021-02-18T10:00:08.989Z] GIT_COMMIT: 24bd13d414fb94824a4c7d4031bbe24e258abd9f, Commit Message: Merge pull request #789 from hahattan/issue-777 [Pipeline] echo [2021-02-18T10:00:09.033Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:00:09.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:00:10.150Z] [2021-02-18T10:00:10.150Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:00:10.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:00:10.919Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T10:00:10.919Z] 31603596830f: Pulling fs layer [2021-02-18T10:00:10.919Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T10:00:10.919Z] 6ca5941a6612: Pulling fs layer [2021-02-18T10:00:10.919Z] ecc8261a40a4: Pulling fs layer [2021-02-18T10:00:10.919Z] ecc8261a40a4: Waiting [2021-02-18T10:00:10.919Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T10:00:10.919Z] 2a8b12db71e7: Download complete [2021-02-18T10:00:11.213Z] 31603596830f: Verifying Checksum [2021-02-18T10:00:11.213Z] 31603596830f: Download complete [2021-02-18T10:00:11.533Z] ecc8261a40a4: Verifying Checksum [2021-02-18T10:00:11.533Z] ecc8261a40a4: Download complete [2021-02-18T10:00:11.911Z] 6ca5941a6612: Verifying Checksum [2021-02-18T10:00:11.911Z] 6ca5941a6612: Download complete [2021-02-18T10:00:12.210Z] 31603596830f: Pull complete [2021-02-18T10:00:12.487Z] 2a8b12db71e7: Pull complete [2021-02-18T10:00:14.087Z] 6ca5941a6612: Pull complete [2021-02-18T10:00:14.701Z] ecc8261a40a4: Pull complete [2021-02-18T10:00:14.701Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T10:00:14.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:00:14.701Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T10:00:14.901Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:00:15.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T10:00:18.913Z] $ docker top f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T10:00:19.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T10:00:19.339Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T10:00:19.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T10:00:19.918Z] $ docker exec f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent [2021-02-18T10:00:20.234Z] SSH_AUTH_SOCK=/tmp/ssh-smUNLylRWPq2/agent.12 [2021-02-18T10:00:20.234Z] SSH_AGENT_PID=17 [2021-02-18T10:00:20.252Z] Running ssh-add (command line suppressed) [2021-02-18T10:00:20.498Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_439549536125111647.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_439549536125111647.key) [2021-02-18T10:00:20.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T10:00:21.407Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T10:00:21.491Z] $ docker exec --env ******** --env ******** f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent -k [2021-02-18T10:00:21.766Z] unset SSH_AUTH_SOCK; [2021-02-18T10:00:21.766Z] unset SSH_AGENT_PID; [2021-02-18T10:00:21.766Z] echo Agent pid 17 killed; [2021-02-18T10:00:21.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T10:00:22.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T10:00:22.010Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T10:00:22.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T10:00:22.928Z] $ docker exec f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent [2021-02-18T10:00:23.800Z] SSH_AUTH_SOCK=/tmp/ssh-ym30migxldaN/agent.45 [2021-02-18T10:00:23.800Z] SSH_AGENT_PID=50 [2021-02-18T10:00:23.867Z] Running ssh-add (command line suppressed) [2021-02-18T10:00:24.268Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6542033649925936812.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6542033649925936812.key) [2021-02-18T10:00:24.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T10:00:25.461Z] + git semver init [2021-02-18T10:00:25.461Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T10:00:25.461Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-18T10:00:25.461Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:00:25.461Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T10:00:25.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T10:00:25.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T10:00:25.461Z] # $SEMVER_BRANCH = master [2021-02-18T10:00:25.461Z] # $SEMVER_TEMP = /tmp/semver-707227442 [2021-02-18T10:00:25.461Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-18T10:00:26.989Z] # '/tmp/semver-707227442' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-02-18T10:00:26.989Z] # -> Force: false [2021-02-18T10:00:26.989Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-02-18T10:00:27.025Z] $ docker exec --env ******** --env ******** f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 ssh-agent -k [2021-02-18T10:00:27.258Z] unset SSH_AUTH_SOCK; [2021-02-18T10:00:27.259Z] unset SSH_AGENT_PID; [2021-02-18T10:00:27.259Z] echo Agent pid 50 killed; [2021-02-18T10:00:27.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T10:00:28.017Z] + git semver [Pipeline] } [2021-02-18T10:00:28.056Z] $ docker stop --time=1 f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 [2021-02-18T10:00:29.736Z] $ docker rm -f f872b42fbde9b3dbef6736df7331d9e630ccdff1d08f882943c33515386c82b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T10:00:30.306Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T10:00:31.638Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T10:00:31.640Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-18T10:00:47.164Z] Still waiting to schedule task [2021-02-18T10:00:47.164Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-18T10:00:47.167Z] Still waiting to schedule task [2021-02-18T10:00:47.167Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-18T10:02:32.868Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26793 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-18T10:02:32.959Z] Running in /w/workspace/device-sdk-go/117 [Pipeline] { [Pipeline] checkout [2021-02-18T10:02:38.133Z] using credential edgex-jenkins-ssh [2021-02-18T10:02:38.196Z] Cloning the remote Git repository [2021-02-18T10:02:38.257Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:02:38.371Z] > git init /w/workspace/device-sdk-go/117 # timeout=10 [2021-02-18T10:02:38.460Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:02:38.460Z] > git --version # timeout=10 [2021-02-18T10:02:38.485Z] > git --version # 'git version 2.17.1' [2021-02-18T10:02:38.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T10:02:38.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T10:02:40.224Z] Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) [2021-02-18T10:02:39.663Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T10:02:39.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T10:02:39.707Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T10:02:39.744Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:02:39.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T10:02:39.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T10:02:40.245Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T10:02:40.307Z] > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-18T10:02:44.596Z] Commit message: "Merge pull request #789 from hahattan/issue-777" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T10:02:46.185Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T10:02:46.611Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T10:02:46.949Z] + + true [2021-02-18T10:02:46.950Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T10:02:49.649Z] provisioning config files... [2021-02-18T10:02:49.687Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/117@tmp/config1277300577674748167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:02:50.097Z] ---> docker-login.sh [2021-02-18T10:02:50.097Z] nexus3.edgexfoundry.org:10001 [2021-02-18T10:02:51.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:02:51.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:02:51.354Z] Configure a credential helper to remove this warning. See [2021-02-18T10:02:51.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:02:51.354Z] [2021-02-18T10:02:51.354Z] Login Succeeded [2021-02-18T10:02:51.354Z] nexus3.edgexfoundry.org:10002 [2021-02-18T10:02:51.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:02:51.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:02:51.909Z] Configure a credential helper to remove this warning. See [2021-02-18T10:02:51.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:02:51.909Z] [2021-02-18T10:02:51.909Z] Login Succeeded [2021-02-18T10:02:51.909Z] nexus3.edgexfoundry.org:10003 [2021-02-18T10:02:52.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:02:52.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:02:52.466Z] Configure a credential helper to remove this warning. See [2021-02-18T10:02:52.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:02:52.466Z] [2021-02-18T10:02:52.466Z] Login Succeeded [2021-02-18T10:02:52.466Z] nexus3.edgexfoundry.org:10004 [2021-02-18T10:02:52.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:02:53.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:02:53.012Z] Configure a credential helper to remove this warning. See [2021-02-18T10:02:53.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:02:53.013Z] [2021-02-18T10:02:53.013Z] Login Succeeded [2021-02-18T10:02:53.013Z] docker.io [2021-02-18T10:02:53.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:02:53.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:02:53.560Z] Configure a credential helper to remove this warning. See [2021-02-18T10:02:53.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:02:53.560Z] [2021-02-18T10:02:53.560Z] Login Succeeded [2021-02-18T10:02:53.560Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T10:02:53.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T10:02:54.063Z] ========================================================= [2021-02-18T10:02:54.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T10:02:54.063Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:02:54.449Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T10:02:54.735Z] Sending build context to Docker daemon 2.399MB [2021-02-18T10:02:54.735Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T10:02:54.735Z] Step 2/8 : FROM ${BASE} [2021-02-18T10:02:55.008Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T10:02:55.008Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T10:02:55.008Z] a4357932f1b6: Pulling fs layer [2021-02-18T10:02:55.008Z] 18c013af1878: Pulling fs layer [2021-02-18T10:02:55.008Z] 00ac8860ef70: Pulling fs layer [2021-02-18T10:02:55.008Z] 63d7cb157983: Pulling fs layer [2021-02-18T10:02:55.008Z] b116817d02f9: Pulling fs layer [2021-02-18T10:02:55.008Z] 745a02a5169b: Pulling fs layer [2021-02-18T10:02:55.008Z] 63d7cb157983: Waiting [2021-02-18T10:02:55.008Z] b116817d02f9: Waiting [2021-02-18T10:02:55.008Z] 745a02a5169b: Waiting [2021-02-18T10:02:55.008Z] 00ac8860ef70: Waiting [2021-02-18T10:02:55.008Z] 18c013af1878: Verifying Checksum [2021-02-18T10:02:55.008Z] 18c013af1878: Download complete [2021-02-18T10:02:55.008Z] a4357932f1b6: Verifying Checksum [2021-02-18T10:02:55.008Z] a4357932f1b6: Download complete [2021-02-18T10:02:55.008Z] 63d7cb157983: Verifying Checksum [2021-02-18T10:02:55.008Z] 63d7cb157983: Download complete [2021-02-18T10:02:55.281Z] b116817d02f9: Verifying Checksum [2021-02-18T10:02:55.281Z] b116817d02f9: Download complete [2021-02-18T10:02:55.281Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T10:02:55.281Z] 5f621e34cdf4: Download complete [2021-02-18T10:02:56.275Z] 5f621e34cdf4: Pull complete [2021-02-18T10:02:56.883Z] a4357932f1b6: Pull complete [2021-02-18T10:02:57.156Z] 18c013af1878: Pull complete [2021-02-18T10:02:58.191Z] 745a02a5169b: Verifying Checksum [2021-02-18T10:02:58.191Z] 745a02a5169b: Download complete [2021-02-18T10:02:59.625Z] 00ac8860ef70: Download complete [2021-02-18T10:03:09.772Z] 00ac8860ef70: Pull complete [2021-02-18T10:03:09.772Z] 63d7cb157983: Pull complete [2021-02-18T10:03:09.772Z] b116817d02f9: Pull complete [2021-02-18T10:03:13.169Z] 745a02a5169b: Pull complete [2021-02-18T10:03:13.169Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T10:03:13.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T10:03:13.447Z] ---> b7e6874047d6 [2021-02-18T10:03:13.447Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:03:16.074Z] ---> Running in c8475a1ab88a [2021-02-18T10:03:16.349Z] Removing intermediate container c8475a1ab88a [2021-02-18T10:03:16.349Z] ---> 505c0b0d9604 [2021-02-18T10:03:16.349Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T10:03:16.628Z] ---> Running in f9e16351696c [2021-02-18T10:03:18.226Z] Running on prd-centos7-docker-4c-2g-26794 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-18T10:03:18.281Z] Running in /w/workspace/device-sdk-go/117 [Pipeline] { [Pipeline] checkout [2021-02-18T10:03:19.278Z] Removing intermediate container f9e16351696c [2021-02-18T10:03:19.278Z] ---> eba36af1a4f2 [2021-02-18T10:03:19.278Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-18T10:03:19.278Z] ---> Running in 860b808a8f20 [2021-02-18T10:03:19.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T10:03:20.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T10:03:20.863Z] using credential edgex-jenkins-ssh [2021-02-18T10:03:20.927Z] Cloning the remote Git repository [2021-02-18T10:03:21.445Z] OK: 142 MiB in 39 packages [2021-02-18T10:03:20.716Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:03:20.783Z] > git init /w/workspace/device-sdk-go/117 # timeout=10 [2021-02-18T10:03:20.846Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:03:20.846Z] > git --version # timeout=10 [2021-02-18T10:03:20.855Z] > git --version # 'git version 2.24.3' [2021-02-18T10:03:20.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T10:03:20.885Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T10:03:22.267Z] Checking out Revision 24bd13d414fb94824a4c7d4031bbe24e258abd9f (master) [2021-02-18T10:03:22.427Z] Removing intermediate container 860b808a8f20 [2021-02-18T10:03:22.427Z] ---> 1bb1f5221f94 [2021-02-18T10:03:22.427Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-18T10:03:22.427Z] ---> Running in 5c6e60252e36 [2021-02-18T10:03:21.628Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T10:03:21.634Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T10:03:21.654Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T10:03:21.669Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T10:03:21.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T10:03:21.675Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T10:03:22.151Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T10:03:22.157Z] > git checkout -f 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-18T10:03:23.024Z] Removing intermediate container 5c6e60252e36 [2021-02-18T10:03:23.025Z] ---> ff6431c13f5f [2021-02-18T10:03:23.025Z] Step 7/8 : COPY . . [2021-02-18T10:03:24.465Z] ---> cfeb5e625aac [2021-02-18T10:03:24.465Z] Step 8/8 : RUN go mod download [2021-02-18T10:03:24.465Z] ---> Running in 50a5a95135fa [2021-02-18T10:03:25.863Z] Commit message: "Merge pull request #789 from hahattan/issue-777" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T10:03:27.050Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T10:03:27.381Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T10:03:27.681Z] + sudo service docker restart [2021-02-18T10:03:27.681Z] + true [2021-02-18T10:03:27.681Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T10:03:29.137Z] provisioning config files... [2021-02-18T10:03:29.174Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/117@tmp/config7253852366752405594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:03:29.542Z] ---> docker-login.sh [2021-02-18T10:03:29.542Z] nexus3.edgexfoundry.org:10001 [2021-02-18T10:03:29.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:03:29.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:03:29.805Z] Configure a credential helper to remove this warning. See [2021-02-18T10:03:29.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:03:29.805Z] [2021-02-18T10:03:29.805Z] Login Succeeded [2021-02-18T10:03:29.805Z] nexus3.edgexfoundry.org:10002 [2021-02-18T10:03:30.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:03:30.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:03:30.067Z] Configure a credential helper to remove this warning. See [2021-02-18T10:03:30.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:03:30.067Z] [2021-02-18T10:03:30.067Z] Login Succeeded [2021-02-18T10:03:30.067Z] nexus3.edgexfoundry.org:10003 [2021-02-18T10:03:30.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:03:30.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:03:30.330Z] Configure a credential helper to remove this warning. See [2021-02-18T10:03:30.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:03:30.330Z] [2021-02-18T10:03:30.330Z] Login Succeeded [2021-02-18T10:03:30.330Z] nexus3.edgexfoundry.org:10004 [2021-02-18T10:03:30.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:03:30.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:03:30.330Z] Configure a credential helper to remove this warning. See [2021-02-18T10:03:30.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:03:30.330Z] [2021-02-18T10:03:30.330Z] Login Succeeded [2021-02-18T10:03:30.330Z] docker.io [2021-02-18T10:03:30.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T10:03:30.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T10:03:30.854Z] Configure a credential helper to remove this warning. See [2021-02-18T10:03:30.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T10:03:30.854Z] [2021-02-18T10:03:30.854Z] Login Succeeded [2021-02-18T10:03:30.854Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T10:03:30.863Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T10:03:31.256Z] ========================================================= [2021-02-18T10:03:31.256Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T10:03:31.256Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:03:31.607Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T10:03:31.607Z] Sending build context to Docker daemon 2.409MB [2021-02-18T10:03:31.607Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T10:03:31.607Z] Step 2/8 : FROM ${BASE} [2021-02-18T10:03:31.870Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T10:03:31.870Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T10:03:31.870Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T10:03:31.870Z] de9db76c5a1d: Pulling fs layer [2021-02-18T10:03:31.870Z] bca2f99d35d6: Pulling fs layer [2021-02-18T10:03:31.870Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T10:03:31.870Z] 7c6f9722023f: Pulling fs layer [2021-02-18T10:03:31.870Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T10:03:31.870Z] 93359f2a8cfa: Waiting [2021-02-18T10:03:31.870Z] 7c6f9722023f: Waiting [2021-02-18T10:03:31.870Z] a35cf1a2eb13: Waiting [2021-02-18T10:03:31.870Z] bca2f99d35d6: Waiting [2021-02-18T10:03:31.870Z] de9db76c5a1d: Verifying Checksum [2021-02-18T10:03:31.870Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T10:03:31.870Z] 0ef7d3d256c8: Download complete [2021-02-18T10:03:31.870Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T10:03:31.870Z] 93359f2a8cfa: Download complete [2021-02-18T10:03:32.132Z] 7c6f9722023f: Verifying Checksum [2021-02-18T10:03:32.132Z] 7c6f9722023f: Download complete [2021-02-18T10:03:32.132Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T10:03:32.132Z] 188c0c94c7c5: Download complete [2021-02-18T10:03:32.393Z] 188c0c94c7c5: Pull complete [2021-02-18T10:03:32.659Z] 0ef7d3d256c8: Pull complete [2021-02-18T10:03:32.659Z] de9db76c5a1d: Pull complete [2021-02-18T10:03:34.596Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T10:03:34.596Z] a35cf1a2eb13: Download complete [2021-02-18T10:03:34.596Z] bca2f99d35d6: Verifying Checksum [2021-02-18T10:03:34.596Z] bca2f99d35d6: Download complete [2021-02-18T10:03:39.925Z] bca2f99d35d6: Pull complete [2021-02-18T10:03:39.925Z] 93359f2a8cfa: Pull complete [2021-02-18T10:03:39.925Z] 7c6f9722023f: Pull complete [2021-02-18T10:03:46.534Z] a35cf1a2eb13: Pull complete [2021-02-18T10:03:46.534Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T10:03:46.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T10:03:46.534Z] ---> a62c8e92a672 [2021-02-18T10:03:46.534Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:03:46.534Z] ---> Running in bcd50e7d9f97 [2021-02-18T10:03:46.534Z] Removing intermediate container bcd50e7d9f97 [2021-02-18T10:03:46.534Z] ---> be0470680ca9 [2021-02-18T10:03:46.534Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T10:03:46.534Z] ---> Running in 93c59503c3c9 [2021-02-18T10:03:47.937Z] Removing intermediate container 93c59503c3c9 [2021-02-18T10:03:47.937Z] ---> 518b10d50479 [2021-02-18T10:03:47.937Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-18T10:03:47.937Z] ---> Running in 98fd438561ca [2021-02-18T10:03:48.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T10:03:49.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T10:03:49.662Z] OK: 166 MiB in 39 packages [2021-02-18T10:03:49.926Z] Removing intermediate container 98fd438561ca [2021-02-18T10:03:49.926Z] ---> dbcd0cea2d85 [2021-02-18T10:03:49.926Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-18T10:03:50.199Z] ---> Running in 9d575ac970a3 [2021-02-18T10:03:50.199Z] Removing intermediate container 9d575ac970a3 [2021-02-18T10:03:50.199Z] ---> 0cee8f141297 [2021-02-18T10:03:50.199Z] Step 7/8 : COPY . . [2021-02-18T10:03:51.253Z] Removing intermediate container 50a5a95135fa [2021-02-18T10:03:51.253Z] ---> b32d62b921ed [2021-02-18T10:03:51.253Z] Successfully built b32d62b921ed [2021-02-18T10:03:51.253Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:03:51.590Z] ---> 14c7223be11f [2021-02-18T10:03:51.590Z] Step 8/8 : RUN go mod download [2021-02-18T10:03:51.590Z] ---> Running in 47885c825258 [2021-02-18T10:03:51.597Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T10:03:51.597Z] . [Pipeline] withDockerContainer [2021-02-18T10:03:51.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-26793 does not seem to be running inside a container [2021-02-18T10:03:51.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 ******** ci-base-image-arm64 cat [2021-02-18T10:03:53.409Z] $ docker top 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T10:03:54.430Z] + go version [2021-02-18T10:03:54.430Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T10:03:54.458Z] $ docker stop --time=1 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 [2021-02-18T10:03:56.304Z] $ docker rm -f 5e94e338426aa4f5f6d9be855dd3b31a3c4a11b69cc9538062d3303793590208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:03:57.305Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T10:03:57.305Z] . [Pipeline] withDockerContainer [2021-02-18T10:03:57.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-26793 does not seem to be running inside a container [2021-02-18T10:03:57.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 ******** ci-base-image-arm64 cat [2021-02-18T10:03:59.063Z] $ docker top c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T10:04:00.073Z] + make test [2021-02-18T10:04:00.073Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T10:04:13.616Z] Removing intermediate container 47885c825258 [2021-02-18T10:04:13.616Z] ---> 7694b31edf5f [2021-02-18T10:04:13.616Z] Successfully built 7694b31edf5f [2021-02-18T10:04:13.616Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:04:13.940Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T10:04:13.940Z] . [Pipeline] withDockerContainer [2021-02-18T10:04:14.129Z] prd-centos7-docker-4c-2g-26794 does not seem to be running inside a container [2021-02-18T10:04:14.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 ******** ci-base-image-x86_64 cat [2021-02-18T10:04:15.094Z] $ docker top f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T10:04:15.622Z] + go version [2021-02-18T10:04:15.886Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T10:04:15.903Z] $ docker stop --time=1 f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e [2021-02-18T10:04:17.414Z] $ docker rm -f f872ba3ada5dac165f41456dfe75186cf3c77b3a6374b210b1f0f990e2fdf48e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:04:18.375Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T10:04:18.376Z] . [Pipeline] withDockerContainer [2021-02-18T10:04:18.479Z] prd-centos7-docker-4c-2g-26794 does not seem to be running inside a container [2021-02-18T10:04:18.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/117 -v /w/workspace/device-sdk-go/117:/w/workspace/device-sdk-go/117:rw,z -v /w/workspace/device-sdk-go/117@tmp:/w/workspace/device-sdk-go/117@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 ******** ci-base-image-x86_64 cat [2021-02-18T10:04:19.166Z] $ docker top 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T10:04:19.733Z] + make test [2021-02-18T10:04:19.733Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T10:04:22.254Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-18T10:04:27.968Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-18T10:04:43.007Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-18T10:04:43.007Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-18T10:04:43.007Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-18T10:04:44.960Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.062s coverage: 25.5% of statements [2021-02-18T10:05:01.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-18T10:05:01.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-18T10:05:01.314Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-18T10:05:08.053Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 25.5% of statements [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.061s coverage: 10.1% of statements [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.064s coverage: 12.5% of statements [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.066s coverage: 84.8% of statements [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.071s coverage: 49.2% of statements [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.066s coverage: 81.3% of statements [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.085s coverage: 24.8% of statements [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.412s coverage: 83.5% of statements [2021-02-18T10:05:17.130Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 5.3% of statements [2021-02-18T10:05:17.130Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-18T10:05:17.130Z] GO111MODULE=on go vet ./... [2021-02-18T10:05:23.840Z] gofmt -l . [2021-02-18T10:05:23.840Z] [ "`gofmt -l .`" = "" ] [2021-02-18T10:05:23.840Z] ./bin/test-attribution-txt.sh [2021-02-18T10:05:24.790Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T10:05:24.809Z] $ docker stop --time=1 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 [2021-02-18T10:05:26.871Z] $ docker rm -f 1be8aef394319390c7bb76f9fabaf53c65ff123c47978dd262b62216c70339e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T10:05:27.545Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T10:05:27.992Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-18T10:05:30.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-18T10:05:30.887Z] + ls -al . [2021-02-18T10:05:30.887Z] total 184 [2021-02-18T10:05:30.887Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 18 10:05 . [2021-02-18T10:05:30.887Z] drwxrwxr-x. 4 jenkins jenkins 32 Feb 18 10:03 .. [2021-02-18T10:05:30.887Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 18 10:03 bin [2021-02-18T10:05:30.887Z] -rw-r--r--. 1 jenkins jenkins 101947 Feb 18 10:05 coverage.out [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 18 10:03 Dockerfile.build [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 18 10:03 .dockerignore [2021-02-18T10:05:30.887Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 18 10:03 example [2021-02-18T10:05:30.887Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 18 10:03 .git [2021-02-18T10:05:30.887Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 18 10:03 .github [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 18 10:03 .gitignore [2021-02-18T10:05:30.887Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 18 10:05 go.mod [2021-02-18T10:05:30.887Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 18 10:05 go.sum [2021-02-18T10:05:30.887Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 18 10:03 internal [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 18 10:03 Jenkinsfile [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 18 10:03 LICENSE [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 18 10:03 Makefile [2021-02-18T10:05:30.887Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 18 10:03 openapi [2021-02-18T10:05:30.887Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 18 10:03 pkg [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 18 10:03 README.md [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 18 10:03 RELEASE-NOTES.txt [2021-02-18T10:05:30.887Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 18 10:03 snap [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 18 10:00 VERSION [2021-02-18T10:05:30.887Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 18 10:03 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:05:31.193Z] + 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=24bd13d414fb94824a4c7d4031bbe24e258abd9f --label arch=amd64 --label version=2.0.0-dev.12 . [2021-02-18T10:05:31.456Z] Sending build context to Docker daemon 2.512MB [2021-02-18T10:05:31.456Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T10:05:31.456Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-18T10:05:31.456Z] ---> 7694b31edf5f [2021-02-18T10:05:31.456Z] Step 3/24 : ARG MAKE='make build' [2021-02-18T10:05:32.030Z] ---> Running in 6ca2da85b4d9 [2021-02-18T10:05:32.030Z] Removing intermediate container 6ca2da85b4d9 [2021-02-18T10:05:32.030Z] ---> 779410a32011 [2021-02-18T10:05:32.030Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-18T10:05:32.030Z] ---> Running in 5cd8d3692884 [2021-02-18T10:05:32.296Z] Removing intermediate container 5cd8d3692884 [2021-02-18T10:05:32.296Z] ---> 4b598a525221 [2021-02-18T10:05:32.296Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:05:32.296Z] ---> Running in f2969b578d9c [2021-02-18T10:05:32.568Z] Removing intermediate container f2969b578d9c [2021-02-18T10:05:32.568Z] ---> c4bdb190ca54 [2021-02-18T10:05:32.568Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T10:05:32.568Z] ---> Running in 42ffd7631565 [2021-02-18T10:05:33.515Z] Removing intermediate container 42ffd7631565 [2021-02-18T10:05:33.515Z] ---> 86fdb0239740 [2021-02-18T10:05:33.515Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-18T10:05:33.515Z] ---> Running in 998e6937470f [2021-02-18T10:05:33.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T10:05:34.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.118s coverage: 10.1% of statements [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.130s coverage: 12.5% of statements [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.141s coverage: 84.8% of statements [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.206s coverage: 49.2% of statements [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.155s coverage: 81.3% of statements [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.308s coverage: 24.8% of statements [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.909s coverage: 83.5% of statements [2021-02-18T10:05:34.974Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.165s coverage: 5.3% of statements [2021-02-18T10:05:34.974Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-18T10:05:34.974Z] GO111MODULE=on go vet ./... [2021-02-18T10:05:34.984Z] OK: 166 MiB in 39 packages [2021-02-18T10:05:35.246Z] Removing intermediate container 998e6937470f [2021-02-18T10:05:35.246Z] ---> afa73f8defae [2021-02-18T10:05:35.246Z] Step 8/24 : COPY . . [2021-02-18T10:05:36.644Z] ---> 744854f38be7 [2021-02-18T10:05:36.644Z] Step 9/24 : RUN ${MAKE} [2021-02-18T10:05:36.644Z] ---> Running in 191b2ea3c414 [2021-02-18T10:05:36.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.12" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-18T10:05:45.232Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-18T10:05:48.543Z] Removing intermediate container 191b2ea3c414 [2021-02-18T10:05:48.543Z] ---> 3b2251f22757 [2021-02-18T10:05:48.543Z] Step 10/24 : FROM scratch [2021-02-18T10:05:48.543Z] ---> [2021-02-18T10:05:48.543Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:05:48.543Z] ---> Running in 8f92f4424ca2 [2021-02-18T10:05:48.543Z] Removing intermediate container 8f92f4424ca2 [2021-02-18T10:05:48.543Z] ---> dae100068d41 [2021-02-18T10:05:48.543Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-18T10:05:48.543Z] ---> Running in c0409f7fb8f9 [2021-02-18T10:05:48.543Z] Removing intermediate container c0409f7fb8f9 [2021-02-18T10:05:48.543Z] ---> 116310ea4461 [2021-02-18T10:05:48.543Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-18T10:05:48.543Z] ---> Running in b9ddd43725f7 [2021-02-18T10:05:48.806Z] Removing intermediate container b9ddd43725f7 [2021-02-18T10:05:48.806Z] ---> 2f63cdd7a0ff [2021-02-18T10:05:48.806Z] Step 14/24 : WORKDIR / [2021-02-18T10:05:48.806Z] ---> Running in d37bc7469c4e [2021-02-18T10:05:49.069Z] Removing intermediate container d37bc7469c4e [2021-02-18T10:05:49.069Z] ---> 191420eb4651 [2021-02-18T10:05:49.069Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-18T10:05:49.644Z] ---> 1c902fc2e3f4 [2021-02-18T10:05:49.644Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-18T10:05:49.906Z] ---> 537b7ebc55f2 [2021-02-18T10:05:49.906Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-18T10:05:50.167Z] ---> fd15037bf40d [2021-02-18T10:05:50.167Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-18T10:05:50.428Z] ---> 49fa7ac187c8 [2021-02-18T10:05:50.428Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-18T10:05:50.428Z] ---> 288b858210f7 [2021-02-18T10:05:50.428Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-18T10:05:50.690Z] ---> Running in 8e2279e8d6cf [2021-02-18T10:05:50.690Z] Removing intermediate container 8e2279e8d6cf [2021-02-18T10:05:50.690Z] ---> 192735025a25 [2021-02-18T10:05:50.690Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T10:05:50.955Z] ---> Running in f2663d350c2a [2021-02-18T10:05:50.955Z] Removing intermediate container f2663d350c2a [2021-02-18T10:05:50.956Z] ---> 759f5c24d775 [2021-02-18T10:05:50.956Z] Step 22/24 : LABEL arch=amd64 [2021-02-18T10:05:50.956Z] ---> Running in 8dbc6974e0d8 [2021-02-18T10:05:51.218Z] Removing intermediate container 8dbc6974e0d8 [2021-02-18T10:05:51.218Z] ---> fe5641f14814 [2021-02-18T10:05:51.218Z] Step 23/24 : LABEL git_sha=24bd13d414fb94824a4c7d4031bbe24e258abd9f [2021-02-18T10:05:51.218Z] ---> Running in 9d307efc367b [2021-02-18T10:05:51.481Z] Removing intermediate container 9d307efc367b [2021-02-18T10:05:51.481Z] ---> 91a89f398d47 [2021-02-18T10:05:51.481Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2021-02-18T10:05:51.481Z] ---> Running in a023b9eaa239 [2021-02-18T10:05:51.743Z] Removing intermediate container a023b9eaa239 [2021-02-18T10:05:51.743Z] ---> 6f4285370cd6 [2021-02-18T10:05:51.743Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-18T10:05:51.743Z] Successfully built 6f4285370cd6 [2021-02-18T10:05:51.743Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T10:06:07.345Z] gofmt -l . [2021-02-18T10:06:07.345Z] [ "`gofmt -l .`" = "" ] [2021-02-18T10:06:07.345Z] ./bin/test-attribution-txt.sh [2021-02-18T10:06:07.345Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T10:06:07.372Z] $ docker stop --time=1 c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 [2021-02-18T10:06:09.444Z] $ docker rm -f c730930d9d1b33b9aa37ec05aea38f395a7364a666c6a1f018642e85f694a5c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T10:06:10.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T10:06:10.538Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T10:06:11.429Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T10:06:12.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-18T10:06:12.522Z] + ls -al . [2021-02-18T10:06:12.523Z] total 220 [2021-02-18T10:06:12.523Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 10:06 . [2021-02-18T10:06:12.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 .. [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 18 10:02 .dockerignore [2021-02-18T10:06:12.523Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 10:02 .git [2021-02-18T10:06:12.523Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 10:02 .github [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 18 10:02 .gitignore [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 18 10:02 Dockerfile.build [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 18 10:02 Jenkinsfile [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 18 10:02 LICENSE [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 18 10:02 Makefile [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 18 10:02 README.md [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 18 10:02 RELEASE-NOTES.txt [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 18 10:00 VERSION [2021-02-18T10:06:12.523Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 10:02 bin [2021-02-18T10:06:12.523Z] -rw-r--r-- 1 jenkins jenkins 101948 Feb 18 10:05 coverage.out [2021-02-18T10:06:12.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 example [2021-02-18T10:06:12.523Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 18 10:06 go.mod [2021-02-18T10:06:12.523Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 18 10:06 go.sum [2021-02-18T10:06:12.523Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 18 10:02 internal [2021-02-18T10:06:12.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 openapi [2021-02-18T10:06:12.523Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 18 10:02 pkg [2021-02-18T10:06:12.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 10:02 snap [2021-02-18T10:06:12.523Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 18 10:02 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:06:12.864Z] + 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=24bd13d414fb94824a4c7d4031bbe24e258abd9f --label arch=arm64 --label version=2.0.0-dev.12 . [2021-02-18T10:06:13.467Z] Sending build context to Docker daemon 2.502MB [2021-02-18T10:06:13.467Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T10:06:13.467Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-18T10:06:13.467Z] ---> b32d62b921ed [2021-02-18T10:06:13.467Z] Step 3/24 : ARG MAKE='make build' [2021-02-18T10:06:13.467Z] ---> Running in ded9a24040d6 [2021-02-18T10:06:14.063Z] Removing intermediate container ded9a24040d6 [2021-02-18T10:06:14.063Z] ---> edc8c04df55d [2021-02-18T10:06:14.063Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-18T10:06:14.063Z] ---> Running in 06f82c34373f [2021-02-18T10:06:14.676Z] Removing intermediate container 06f82c34373f [2021-02-18T10:06:14.676Z] ---> bb5dfb1c4337 [2021-02-18T10:06:14.676Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:06:14.676Z] ---> Running in c64db341828f [2021-02-18T10:06:15.271Z] Removing intermediate container c64db341828f [2021-02-18T10:06:15.271Z] ---> 229fe9739b4c [2021-02-18T10:06:15.271Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T10:06:15.271Z] ---> Running in 4e850ff1e617 [2021-02-18T10:06:17.239Z] Removing intermediate container 4e850ff1e617 [2021-02-18T10:06:17.239Z] ---> 6f9d235e0479 [2021-02-18T10:06:17.239Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-18T10:06:17.512Z] ---> Running in 21603a52f9da [2021-02-18T10:06:18.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T10:06:19.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T10:06:20.048Z] OK: 142 MiB in 39 packages [2021-02-18T10:06:21.037Z] Removing intermediate container 21603a52f9da [2021-02-18T10:06:21.037Z] ---> ec2d7ba6749a [2021-02-18T10:06:21.037Z] Step 8/24 : COPY . . [2021-02-18T10:06:22.477Z] ---> 18d9d33f575d [2021-02-18T10:06:22.477Z] Step 9/24 : RUN ${MAKE} [2021-02-18T10:06:22.477Z] ---> Running in be233a0980e0 [2021-02-18T10:06:23.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.12" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-18T10:06:50.271Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-18T10:06:50.542Z] Removing intermediate container be233a0980e0 [2021-02-18T10:06:50.542Z] ---> 7cded9f7f2a0 [2021-02-18T10:06:50.542Z] Step 10/24 : FROM scratch [2021-02-18T10:06:50.542Z] ---> [2021-02-18T10:06:50.542Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T10:06:50.813Z] ---> Running in 5f676619d5e9 [2021-02-18T10:06:51.083Z] Removing intermediate container 5f676619d5e9 [2021-02-18T10:06:51.083Z] ---> d13dc57843ef [2021-02-18T10:06:51.083Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-18T10:06:51.354Z] ---> Running in 004599a043e5 [2021-02-18T10:06:51.626Z] Removing intermediate container 004599a043e5 [2021-02-18T10:06:51.626Z] ---> 71627bca1354 [2021-02-18T10:06:51.626Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-18T10:06:51.626Z] ---> Running in 8633bd4db9e4 [2021-02-18T10:06:52.222Z] Removing intermediate container 8633bd4db9e4 [2021-02-18T10:06:52.222Z] ---> 3b5828bb7f0b [2021-02-18T10:06:52.222Z] Step 14/24 : WORKDIR / [2021-02-18T10:06:52.222Z] ---> Running in 3a76b28bf652 [2021-02-18T10:06:52.814Z] Removing intermediate container 3a76b28bf652 [2021-02-18T10:06:52.814Z] ---> 484874ce7777 [2021-02-18T10:06:52.814Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-18T10:06:53.792Z] ---> 2df0bcb0eac3 [2021-02-18T10:06:53.792Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-18T10:06:54.385Z] ---> 87344c8d9d28 [2021-02-18T10:06:54.385Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-18T10:06:55.364Z] ---> 453c5eaa3b41 [2021-02-18T10:06:55.364Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-18T10:06:55.955Z] ---> 395950d0f1ad [2021-02-18T10:06:55.955Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-18T10:06:56.549Z] ---> 7dc4fc49735d [2021-02-18T10:06:56.549Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-18T10:06:56.823Z] ---> Running in cfdc129a03bc [2021-02-18T10:06:57.096Z] Removing intermediate container cfdc129a03bc [2021-02-18T10:06:57.096Z] ---> 5a548ddce5c1 [2021-02-18T10:06:57.096Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T10:06:57.369Z] ---> Running in 01d3abe9d817 [2021-02-18T10:06:57.963Z] Removing intermediate container 01d3abe9d817 [2021-02-18T10:06:57.963Z] ---> d832681ba05f [2021-02-18T10:06:57.963Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T10:06:57.963Z] ---> Running in 0920520a597b [2021-02-18T10:06:58.556Z] Removing intermediate container 0920520a597b [2021-02-18T10:06:58.556Z] ---> ba1b81e3afbb [2021-02-18T10:06:58.556Z] Step 23/24 : LABEL git_sha=24bd13d414fb94824a4c7d4031bbe24e258abd9f [2021-02-18T10:06:58.556Z] ---> Running in e9b67fccfd60 [2021-02-18T10:06:59.150Z] Removing intermediate container e9b67fccfd60 [2021-02-18T10:06:59.150Z] ---> 99e699a694f7 [2021-02-18T10:06:59.150Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2021-02-18T10:06:59.150Z] ---> Running in 84448979df04 [2021-02-18T10:06:59.743Z] Removing intermediate container 84448979df04 [2021-02-18T10:06:59.743Z] ---> 0c35e9b6102a [2021-02-18T10:06:59.743Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-18T10:06:59.743Z] Successfully built 0c35e9b6102a [2021-02-18T10:06:59.743Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-18T10:07:01.747Z] provisioning config files... [2021-02-18T10:07:01.769Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6959904206490315431tmp [Pipeline] { [Pipeline] sh [2021-02-18T10:07:02.632Z] + set +x [2021-02-18T10:07:02.632Z] + curl -s https://codecov.io/bash [2021-02-18T10:07:02.632Z] + bash -s -- [2021-02-18T10:07:03.057Z] [2021-02-18T10:07:03.057Z] _____ _ [2021-02-18T10:07:03.058Z] / ____| | | [2021-02-18T10:07:03.058Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T10:07:03.058Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T10:07:03.058Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T10:07:03.058Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T10:07:03.058Z] Bash-20210129-7c25fce [2021-02-18T10:07:03.058Z] [2021-02-18T10:07:03.058Z] [2021-02-18T10:07:03.058Z] ==> git version 2.24.3 found [2021-02-18T10:07:03.058Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T10:07:03.058Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T10:07:03.058Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T10:07:03.058Z] ==> Jenkins CI detected. [2021-02-18T10:07:03.400Z] project root: . [2021-02-18T10:07:03.400Z] --> token set from env [2021-02-18T10:07:03.400Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T10:07:03.400Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T10:07:03.400Z] ==> Python coveragepy not found [2021-02-18T10:07:03.400Z] ==> Searching for coverage reports in: [2021-02-18T10:07:03.400Z] + . [2021-02-18T10:07:03.400Z] -> Found 1 reports [2021-02-18T10:07:03.400Z] ==> Detecting git/mercurial file structure [2021-02-18T10:07:03.400Z] ==> Reading reports [2021-02-18T10:07:03.730Z] + ./coverage.out bytes=101948 [2021-02-18T10:07:03.730Z] ==> Appending adjustments [2021-02-18T10:07:03.730Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T10:07:04.788Z] + Found adjustments [2021-02-18T10:07:04.788Z] ==> Gzipping contents [2021-02-18T10:07:04.788Z] 20K /tmp/codecov.HB3MST.gz [2021-02-18T10:07:04.788Z] ==> Uploading reports [2021-02-18T10:07:04.788Z] url: https://codecov.io [2021-02-18T10:07:04.788Z] query: branch=master&commit=24bd13d414fb94824a4c7d4031bbe24e258abd9f&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-18T10:07:04.788Z] -> Pinging Codecov [2021-02-18T10:07:04.788Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=24bd13d414fb94824a4c7d4031bbe24e258abd9f&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-18T10:07:05.088Z] -> Uploading to [2021-02-18T10:07:05.088Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/7E55EF52A471D76F132DFD9A03CDDE97/24bd13d414fb94824a4c7d4031bbe24e258abd9f/49e0a1af-09dc-4429-bc29-5e77dc7f34e6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T100704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75f36307be685634a17d809e46dc991b06047be377c1857c9383317345e1c44e [2021-02-18T10:07:05.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T10:07:05.088Z] Dload Upload Total Spent Left Speed [2021-02-18T10:07:05.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16512 0 0 100 16512 0 27164 --:--:-- --:--:-- --:--:-- 27157 100 16512 0 0 100 16512 0 27152 --:--:-- --:--:-- --:--:-- 27157 [2021-02-18T10:07:05.988Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] } [2021-02-18T10:07:06.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-18T10:07:07.015Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-18T10:07:07.110Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:07:07.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T10:07:07.870Z] [2021-02-18T10:07:07.870Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:07:08.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T10:07:08.545Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-18T10:07:08.545Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T10:07:08.545Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T10:07:08.545Z] de9db76c5a1d: Pulling fs layer [2021-02-18T10:07:08.545Z] 0eba1c9be4d2: Pulling fs layer [2021-02-18T10:07:08.545Z] 0d57e429df01: Pulling fs layer [2021-02-18T10:07:08.545Z] 4e4be7b47b0d: Pulling fs layer [2021-02-18T10:07:08.545Z] e1f770b5df2f: Pulling fs layer [2021-02-18T10:07:08.545Z] 85a0685a4137: Pulling fs layer [2021-02-18T10:07:08.545Z] 0eba1c9be4d2: Waiting [2021-02-18T10:07:08.545Z] 0d57e429df01: Waiting [2021-02-18T10:07:08.545Z] 4e4be7b47b0d: Waiting [2021-02-18T10:07:08.545Z] e1f770b5df2f: Waiting [2021-02-18T10:07:08.545Z] 85a0685a4137: Waiting [2021-02-18T10:07:08.545Z] de9db76c5a1d: Verifying Checksum [2021-02-18T10:07:08.545Z] de9db76c5a1d: Download complete [2021-02-18T10:07:08.545Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T10:07:08.545Z] 0ef7d3d256c8: Download complete [2021-02-18T10:07:08.545Z] 0d57e429df01: Verifying Checksum [2021-02-18T10:07:08.545Z] 0d57e429df01: Download complete [2021-02-18T10:07:08.832Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T10:07:08.832Z] 188c0c94c7c5: Download complete [2021-02-18T10:07:09.144Z] 4e4be7b47b0d: Verifying Checksum [2021-02-18T10:07:09.144Z] 4e4be7b47b0d: Download complete [2021-02-18T10:07:09.968Z] 188c0c94c7c5: Pull complete [2021-02-18T10:07:10.310Z] 0ef7d3d256c8: Pull complete [2021-02-18T10:07:11.179Z] de9db76c5a1d: Pull complete [2021-02-18T10:07:13.587Z] e1f770b5df2f: Verifying Checksum [2021-02-18T10:07:13.587Z] e1f770b5df2f: Download complete [2021-02-18T10:07:20.537Z] 0eba1c9be4d2: Verifying Checksum [2021-02-18T10:07:20.537Z] 0eba1c9be4d2: Download complete [2021-02-18T10:07:23.525Z] 85a0685a4137: Verifying Checksum [2021-02-18T10:07:23.525Z] 85a0685a4137: Download complete [2021-02-18T10:07:39.949Z] 0eba1c9be4d2: Pull complete [2021-02-18T10:07:39.949Z] 0d57e429df01: Pull complete [2021-02-18T10:07:39.949Z] 4e4be7b47b0d: Pull complete [2021-02-18T10:07:42.628Z] e1f770b5df2f: Pull complete [2021-02-18T10:07:58.427Z] 85a0685a4137: Pull complete [2021-02-18T10:07:58.427Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-18T10:07:58.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-18T10:07:58.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-18T10:07:58.896Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:07:58.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-18T10:08:00.488Z] $ docker top 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T10:08:01.249Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-18T10:08:02.346Z] + set -o pipefail [2021-02-18T10:08:02.346Z] + snyk monitor '--org=edgex-jenkins' [2021-02-18T10:08:21.274Z] [2021-02-18T10:08:21.274Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-02-18T10:08:21.274Z] [2021-02-18T10:08:21.274Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/817665e3-eb0c-4a34-8ebb-58d11693e0d2 [2021-02-18T10:08:21.274Z] [2021-02-18T10:08:21.274Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-18T10:08:21.274Z] [2021-02-18T10:08:21.274Z] [2021-02-18T10:08:21.274Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-18T10:08:21.274Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-18T10:08:21.312Z] $ docker stop --time=1 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 [2021-02-18T10:08:24.455Z] $ docker rm -f 503a21c04397292f97be0b7bb7a93840a6d77bdddfba08b183465c7b454f05d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] echo [2021-02-18T10:08:26.293Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T10:08:26.352Z] provisioning config files... [2021-02-18T10:08:26.367Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5925021989874587140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:08:27.085Z] --> edgex-publish-swagger.sh [2021-02-18T10:08:27.085Z] === Publish openapi/v1 API === [2021-02-18T10:08:27.085Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-18T10:08:27.085Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-02-18T10:08:27.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T10:08:27.085Z] Dload Upload Total Spent Left Speed [2021-02-18T10:08:28.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 21360 --:--:-- --:--:-- --:--:-- 21379 100 19947 0 0 100 19947 0 21352 --:--:-- --:--:-- --:--:-- 21356 [2021-02-18T10:08:28.053Z] [2021-02-18T10:08:28.053Z] [2021-02-18T10:08:28.053Z] === Publish openapi/v2 API === [2021-02-18T10:08:28.053Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-18T10:08:28.053Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-02-18T10:08:28.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T10:08:28.053Z] Dload Upload Total Spent Left Speed [2021-02-18T10:08:28.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 62718 --:--:-- --:--:-- --:--:-- 62732 100 52256 0 0 100 52256 0 62700 --:--:-- --:--:-- --:--:-- 62657 [2021-02-18T10:08:28.680Z] [2021-02-18T10:08:28.680Z] [Pipeline] } [2021-02-18T10:08:28.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-18T10:08:29.624Z] + git log --format=format:%s -1 24bd13d414fb94824a4c7d4031bbe24e258abd9f [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:08:30.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:08:30.009Z] . [Pipeline] withDockerContainer [2021-02-18T10:08:30.240Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:08:30.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T10:08:32.853Z] $ docker top c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T10:08:33.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T10:08:33.317Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T10:08:34.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T10:08:34.109Z] $ docker exec c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 ssh-agent [2021-02-18T10:08:34.502Z] SSH_AUTH_SOCK=/tmp/ssh-zbuwU6NvIdgS/agent.11 [2021-02-18T10:08:34.502Z] SSH_AGENT_PID=16 [2021-02-18T10:08:34.512Z] Running ssh-add (command line suppressed) [2021-02-18T10:08:34.971Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6814129405114084895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6814129405114084895.key) [2021-02-18T10:08:35.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T10:08:36.646Z] + git semver tag [2021-02-18T10:08:36.646Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T10:08:36.646Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-18T10:08:36.646Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:08:36.646Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T10:08:36.646Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T10:08:36.646Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T10:08:36.646Z] # $SEMVER_BRANCH = master [2021-02-18T10:08:36.646Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-02-18T10:08:36.646Z] # 24bd13d414fb94824a4c7d4031bbe24e258abd9f HEAD [2021-02-18T10:08:36.916Z] # -> Force: false [2021-02-18T10:08:36.916Z] # efdf77c6b06ba7ba550313990d2689675171b23c refs/tags/v2.0.0-dev.12 [Pipeline] } [2021-02-18T10:08:36.947Z] $ docker exec --env ******** --env ******** c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 ssh-agent -k [2021-02-18T10:08:37.513Z] unset SSH_AUTH_SOCK; [2021-02-18T10:08:37.514Z] unset SSH_AGENT_PID; [2021-02-18T10:08:37.514Z] echo Agent pid 16 killed; [2021-02-18T10:08:37.945Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T10:08:38.837Z] + git semver [Pipeline] } [2021-02-18T10:08:38.875Z] $ docker stop --time=1 c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 [2021-02-18T10:08:40.648Z] $ docker rm -f c94a8c4847c360c6f9cd0def27db5b1b88f24a9de321d7252604fc641c197f77 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:08:41.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T10:08:41.853Z] [2021-02-18T10:08:41.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:08:42.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T10:08:42.741Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-18T10:08:42.741Z] ab5ef0e58194: Pulling fs layer [2021-02-18T10:08:42.741Z] 9712f1f96733: Pulling fs layer [2021-02-18T10:08:42.741Z] 63f879dbbcfc: Pulling fs layer [2021-02-18T10:08:42.741Z] 0d9ebad4ef96: Pulling fs layer [2021-02-18T10:08:42.741Z] e9a5061849ea: Pulling fs layer [2021-02-18T10:08:42.741Z] d747dcd14b5f: Pulling fs layer [2021-02-18T10:08:42.741Z] 2de7ff778b66: Pulling fs layer [2021-02-18T10:08:42.741Z] 0d9ebad4ef96: Waiting [2021-02-18T10:08:42.741Z] e9a5061849ea: Waiting [2021-02-18T10:08:42.741Z] d747dcd14b5f: Waiting [2021-02-18T10:08:42.741Z] 2de7ff778b66: Waiting [2021-02-18T10:08:42.741Z] 9712f1f96733: Verifying Checksum [2021-02-18T10:08:42.741Z] 9712f1f96733: Download complete [2021-02-18T10:08:49.739Z] 63f879dbbcfc: Verifying Checksum [2021-02-18T10:08:49.739Z] 63f879dbbcfc: Download complete [2021-02-18T10:08:50.372Z] e9a5061849ea: Verifying Checksum [2021-02-18T10:08:50.372Z] e9a5061849ea: Download complete [2021-02-18T10:08:50.372Z] d747dcd14b5f: Download complete [2021-02-18T10:08:53.169Z] 2de7ff778b66: Verifying Checksum [2021-02-18T10:08:53.169Z] 2de7ff778b66: Download complete [2021-02-18T10:08:53.472Z] 0d9ebad4ef96: Verifying Checksum [2021-02-18T10:08:53.472Z] 0d9ebad4ef96: Download complete [2021-02-18T10:08:54.196Z] ab5ef0e58194: Verifying Checksum [2021-02-18T10:08:54.196Z] ab5ef0e58194: Download complete [2021-02-18T10:09:08.130Z] ab5ef0e58194: Pull complete [2021-02-18T10:09:08.130Z] 9712f1f96733: Pull complete [2021-02-18T10:09:13.235Z] 63f879dbbcfc: Pull complete [2021-02-18T10:09:26.198Z] 0d9ebad4ef96: Pull complete [2021-02-18T10:09:29.677Z] e9a5061849ea: Pull complete [2021-02-18T10:09:29.677Z] d747dcd14b5f: Pull complete [2021-02-18T10:09:33.208Z] 2de7ff778b66: Pull complete [2021-02-18T10:09:33.208Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-18T10:09:33.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-18T10:09:33.208Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-18T10:09:33.619Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:09:33.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-18T10:09:39.205Z] $ docker top caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-18T10:09:39.833Z] provisioning config files... [2021-02-18T10:09:39.846Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config877436014780077090tmp [2021-02-18T10:09:39.890Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5508864985532830588tmp [2021-02-18T10:09:39.934Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1678047416616677458tmp [Pipeline] { [Pipeline] echo [2021-02-18T10:09:40.000Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:09:41.158Z] ---> sigul-configuration.sh [2021-02-18T10:09:41.158Z] gpg: directory `/root/.gnupg' created [2021-02-18T10:09:41.158Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-18T10:09:41.158Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-18T10:09:41.158Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-18T10:09:41.158Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-18T10:09:41.158Z] gpg: CAST5 encrypted data [2021-02-18T10:09:41.158Z] gpg: encrypted with 1 passphrase [2021-02-18T10:09:41.158Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-18T10:09:42.622Z] + mkdir /home/jenkins [2021-02-18T10:09:42.622Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-18T10:09:42.940Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-18T10:09:42.955Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:09:44.060Z] ---> sigul-install.sh [2021-02-18T10:09:54.391Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-18T10:09:54.835Z] + git tag --list [2021-02-18T10:09:55.128Z] 0.7.1 [2021-02-18T10:09:55.128Z] delhi-tag [2021-02-18T10:09:55.128Z] v1.0.0 [2021-02-18T10:09:55.128Z] v1.1.0 [2021-02-18T10:09:55.128Z] v1.1.1 [2021-02-18T10:09:55.128Z] v1.1.2 [2021-02-18T10:09:55.128Z] v1.2.0 [2021-02-18T10:09:55.128Z] v1.2.1 [2021-02-18T10:09:55.128Z] v1.2.2 [2021-02-18T10:09:55.128Z] v1.2.3 [2021-02-18T10:09:55.128Z] v1.3.0 [2021-02-18T10:09:55.128Z] v1.4.0 [2021-02-18T10:09:55.128Z] v2.0.0-dev.1 [2021-02-18T10:09:55.128Z] v2.0.0-dev.10 [2021-02-18T10:09:55.128Z] v2.0.0-dev.11 [2021-02-18T10:09:55.128Z] v2.0.0-dev.12 [2021-02-18T10:09:55.128Z] v2.0.0-dev.2 [2021-02-18T10:09:55.128Z] v2.0.0-dev.3 [2021-02-18T10:09:55.128Z] v2.0.0-dev.4 [2021-02-18T10:09:55.128Z] v2.0.0-dev.5 [2021-02-18T10:09:55.128Z] v2.0.0-dev.6 [2021-02-18T10:09:55.128Z] v2.0.0-dev.7 [2021-02-18T10:09:55.128Z] v2.0.0-dev.8 [2021-02-18T10:09:55.128Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-18T10:09:56.133Z] + lftools sign git-tag v2.0.0-dev.12 [2021-02-18T10:09:57.647Z] Signing Git tag with Sigul... [2021-02-18T10:09:57.648Z] Signing v2.0.0-dev.12 [Pipeline] echo [2021-02-18T10:09:59.133Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:10:00.209Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-18T10:10:00.231Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-18T10:10:00.352Z] $ docker stop --time=1 caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c [2021-02-18T10:10:03.448Z] $ docker rm -f caa13e1e9a0b1269ed83f967922cde5d95354a9d04d99543ab9d90a0e269a76c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:10:04.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:10:05.059Z] . [Pipeline] withDockerContainer [2021-02-18T10:10:05.217Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:10:05.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T10:10:07.936Z] $ docker top db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T10:10:08.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T10:10:08.944Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T10:10:09.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T10:10:09.256Z] $ docker exec db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a ssh-agent [2021-02-18T10:10:09.801Z] SSH_AUTH_SOCK=/tmp/ssh-nZSZn4x8MLRm/agent.11 [2021-02-18T10:10:09.801Z] SSH_AGENT_PID=16 [2021-02-18T10:10:09.810Z] Running ssh-add (command line suppressed) [2021-02-18T10:10:10.117Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8537123930461927485.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8537123930461927485.key) [2021-02-18T10:10:10.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T10:10:10.842Z] + git semver bump pre [2021-02-18T10:10:10.842Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T10:10:10.842Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-18T10:10:10.842Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:10:10.842Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T10:10:10.842Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T10:10:10.842Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T10:10:10.842Z] # $SEMVER_BRANCH = master [2021-02-18T10:10:10.842Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-02-18T10:10:11.134Z] 2.0.0-dev.13 [Pipeline] } [2021-02-18T10:10:11.154Z] $ docker exec --env ******** --env ******** db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a ssh-agent -k [2021-02-18T10:10:11.508Z] unset SSH_AUTH_SOCK; [2021-02-18T10:10:11.508Z] unset SSH_AGENT_PID; [2021-02-18T10:10:11.509Z] echo Agent pid 16 killed; [2021-02-18T10:10:11.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T10:10:13.203Z] + git semver [Pipeline] } [2021-02-18T10:10:13.268Z] $ docker stop --time=1 db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a [2021-02-18T10:10:15.085Z] $ docker rm -f db9165d5ac850255066e26caa893296710bfc820465b1871b575772d995c205a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:10:16.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T10:10:16.133Z] . [Pipeline] withDockerContainer [2021-02-18T10:10:16.778Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:10:17.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T10:10:19.877Z] $ docker top 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T10:10:20.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T10:10:20.862Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T10:10:21.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T10:10:21.878Z] $ docker exec 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b ssh-agent [2021-02-18T10:10:22.212Z] SSH_AUTH_SOCK=/tmp/ssh-vt6nesWLhJZh/agent.11 [2021-02-18T10:10:22.212Z] SSH_AGENT_PID=16 [2021-02-18T10:10:22.227Z] Running ssh-add (command line suppressed) [2021-02-18T10:10:22.463Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3942555254213920902.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3942555254213920902.key) [2021-02-18T10:10:22.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T10:10:23.502Z] + git semver push [2021-02-18T10:10:23.502Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T10:10:23.502Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-02-18T10:10:23.502Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:10:23.502Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T10:10:23.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T10:10:23.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T10:10:23.502Z] # $SEMVER_BRANCH = master [2021-02-18T10:10:23.502Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-02-18T10:10:30.451Z] $ docker exec --env ******** --env ******** 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b ssh-agent -k [2021-02-18T10:10:30.903Z] unset SSH_AUTH_SOCK; [2021-02-18T10:10:30.917Z] unset SSH_AGENT_PID; [2021-02-18T10:10:30.917Z] echo Agent pid 16 killed; [2021-02-18T10:10:30.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T10:10:32.174Z] + git semver [Pipeline] } [2021-02-18T10:10:32.530Z] $ docker stop --time=1 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b [2021-02-18T10:10:34.627Z] $ docker rm -f 7625a46758dc90386870254390ace5f69588d6d2c8ab6fe5b6cfa3746db9782b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:10:36.613Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:10:37.721Z] ---> package-listing.sh [2021-02-18T10:10:37.721Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T10:10:37.721Z] ++ facter osfamily [2021-02-18T10:10:38.012Z] + OS_FAMILY=redhat [2021-02-18T10:10:38.012Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:10:38.012Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T10:10:38.012Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T10:10:38.012Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T10:10:38.012Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T10:10:38.012Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-02-18T10:10:38.012Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T10:10:38.012Z] + case "${OS_FAMILY}" in [2021-02-18T10:10:38.012Z] + rpm -qa [2021-02-18T10:10:38.012Z] + sort [2021-02-18T10:10:45.048Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T10:10:45.048Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T10:10:45.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T10:10:45.048Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-02-18T10:10:45.048Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-02-18T10:10:45.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-02-18T10:10:45.075Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T10:10:45.425Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:10:46.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T10:10:46.411Z] [2021-02-18T10:10:46.411Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T10:10:46.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T10:10:47.262Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T10:10:47.262Z] df20fa9351a1: Pulling fs layer [2021-02-18T10:10:47.262Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T10:10:47.262Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T10:10:47.262Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T10:10:47.262Z] 93b61091891f: Pulling fs layer [2021-02-18T10:10:47.262Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T10:10:47.262Z] 5e14af77c1be: Pulling fs layer [2021-02-18T10:10:47.262Z] 01666e4c0597: Pulling fs layer [2021-02-18T10:10:47.262Z] aa168da1d23b: Pulling fs layer [2021-02-18T10:10:47.262Z] 93b9cdb0e59b: Waiting [2021-02-18T10:10:47.262Z] 5e14af77c1be: Waiting [2021-02-18T10:10:47.262Z] 46f8f816bc3b: Waiting [2021-02-18T10:10:47.262Z] 93b61091891f: Waiting [2021-02-18T10:10:47.262Z] 01666e4c0597: Waiting [2021-02-18T10:10:47.262Z] aa168da1d23b: Waiting [2021-02-18T10:10:47.262Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T10:10:47.262Z] 36b3adc4ff6f: Download complete [2021-02-18T10:10:47.262Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T10:10:47.262Z] 46f8f816bc3b: Download complete [2021-02-18T10:10:47.593Z] df20fa9351a1: Verifying Checksum [2021-02-18T10:10:47.593Z] df20fa9351a1: Download complete [2021-02-18T10:10:47.987Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T10:10:47.987Z] 93b9cdb0e59b: Download complete [2021-02-18T10:10:47.987Z] 5e14af77c1be: Verifying Checksum [2021-02-18T10:10:47.987Z] 5e14af77c1be: Download complete [2021-02-18T10:10:47.987Z] 01666e4c0597: Verifying Checksum [2021-02-18T10:10:47.987Z] 01666e4c0597: Download complete [2021-02-18T10:10:47.987Z] 93b61091891f: Download complete [2021-02-18T10:10:48.265Z] df20fa9351a1: Pull complete [2021-02-18T10:10:48.536Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T10:10:48.804Z] 36b3adc4ff6f: Pull complete [2021-02-18T10:10:50.647Z] 8ad3a11d3b57: Pull complete [2021-02-18T10:10:50.922Z] 46f8f816bc3b: Pull complete [2021-02-18T10:10:51.561Z] 93b61091891f: Pull complete [2021-02-18T10:10:52.224Z] 93b9cdb0e59b: Pull complete [2021-02-18T10:10:52.545Z] 5e14af77c1be: Pull complete [2021-02-18T10:10:53.360Z] 01666e4c0597: Pull complete [2021-02-18T10:10:54.812Z] aa168da1d23b: Verifying Checksum [2021-02-18T10:10:54.812Z] aa168da1d23b: Download complete [2021-02-18T10:11:13.432Z] aa168da1d23b: Pull complete [2021-02-18T10:11:13.432Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T10:11:13.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T10:11:13.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T10:11:14.312Z] prd-centos7-docker-4c-2g-26792 does not seem to be running inside a container [2021-02-18T10:11:14.558Z] $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T10:11:18.601Z] $ docker top 427bb2c23b2eacc6030f9da824c6d91b06b150c0eeb5f5cd056d47c4c1359f55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T10:11:20.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T10:11:22.117Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T10:11:22.974Z] + ls /var/log/sa-host [2021-02-18T10:11:22.974Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T10:11:22.974Z] file_magic: OK [2021-02-18T10:11:22.974Z] HZ: Using current value: 100 [2021-02-18T10:11:22.974Z] file_header: OK [2021-02-18T10:11:22.974Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T10:11:22.974Z] Statistics: [2021-02-18T10:11:22.974Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T10:11:22.974Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T10:11:22.974Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T10:11:22.974Z] file_magic: OK [2021-02-18T10:11:22.974Z] HZ: Using current value: 100 [2021-02-18T10:11:22.974Z] file_header: OK [2021-02-18T10:11:22.974Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T10:11:22.974Z] Statistics: [2021-02-18T10:11:22.974Z] Hnuu...uuuununununu... [2021-02-18T10:11:22.974Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T10:11:23.241Z] provisioning config files... [2021-02-18T10:11:23.274Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1275247682806100427tmp [Pipeline] { [Pipeline] echo [2021-02-18T10:11:23.373Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:11:24.042Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T10:11:24.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T10:11:24.151Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:11:24.498Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T10:11:24.523Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:11:25.078Z] ---> sudo-logs.sh [2021-02-18T10:11:25.078Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T10:11:25.480Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:11:25.880Z] ---> job-cost.sh [2021-02-18T10:11:26.170Z] lf-activate-venv: SKIPPING [2021-02-18T10:11:26.170Z] INFO: No Stack... [2021-02-18T10:11:27.642Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T10:11:27.921Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T10:11:27.937Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T10:11:28.258Z] ---> logs-deploy.sh [2021-02-18T10:11:28.258Z] lf-activate-venv: SKIPPING [2021-02-18T10:11:28.258Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/117 [2021-02-18T10:11:28.258Z] INFO: archiving workspace using pattern(s): [2021-02-18T10:11:30.926Z] Archives upload complete. [2021-02-18T10:11:30.926Z] INFO: archiving logs to Nexus [2021-02-18T10:11:32.843Z] ---> uname -a: [2021-02-18T10:11:32.843Z] Linux prd-centos7-docker-4c-2g-26792.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-18T10:11:32.843Z] [2021-02-18T10:11:32.843Z] [2021-02-18T10:11:32.843Z] ---> lscpu: [2021-02-18T10:11:32.843Z] Architecture: x86_64 [2021-02-18T10:11:32.843Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-18T10:11:32.843Z] Byte Order: Little Endian [2021-02-18T10:11:32.843Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-18T10:11:32.844Z] CPU(s): 4 [2021-02-18T10:11:32.844Z] On-line CPU(s) list: 0-3 [2021-02-18T10:11:32.844Z] Thread(s) per core: 1 [2021-02-18T10:11:32.844Z] Core(s) per socket: 1 [2021-02-18T10:11:32.844Z] Socket(s): 4 [2021-02-18T10:11:32.844Z] NUMA node(s): 1 [2021-02-18T10:11:32.844Z] Vendor ID: GenuineIntel [2021-02-18T10:11:32.844Z] CPU family: 6 [2021-02-18T10:11:32.844Z] Model: 44 [2021-02-18T10:11:32.844Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-18T10:11:32.844Z] Stepping: 1 [2021-02-18T10:11:32.844Z] CPU MHz: 2933.438 [2021-02-18T10:11:32.844Z] BogoMIPS: 5866.87 [2021-02-18T10:11:32.844Z] Virtualization: VT-x [2021-02-18T10:11:32.844Z] Hypervisor vendor: KVM [2021-02-18T10:11:32.844Z] Virtualization type: full [2021-02-18T10:11:32.844Z] L1d cache: 128 KiB [2021-02-18T10:11:32.844Z] L1i cache: 128 KiB [2021-02-18T10:11:32.844Z] L2 cache: 16 MiB [2021-02-18T10:11:32.844Z] L3 cache: 64 MiB [2021-02-18T10:11:32.844Z] NUMA node0 CPU(s): 0-3 [2021-02-18T10:11:32.844Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-18T10:11:32.844Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-18T10:11:32.844Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-18T10:11:32.844Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-18T10:11:32.844Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-18T10:11:32.844Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-18T10:11:32.844Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-18T10:11:32.844Z] Vulnerability Srbds: Not affected [2021-02-18T10:11:32.844Z] Vulnerability Tsx async abort: Not affected [2021-02-18T10:11:32.844Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> nproc: [2021-02-18T10:11:32.844Z] 4 [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> df -h: [2021-02-18T10:11:32.844Z] Filesystem Size Used Available Use% Mounted on [2021-02-18T10:11:32.844Z] overlay 50.0G 8.5G 41.4G 17% / [2021-02-18T10:11:32.844Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-18T10:11:32.844Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-18T10:11:32.844Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-02-18T10:11:32.844Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> free -m: [2021-02-18T10:11:32.844Z] total used free shared buff/cache available [2021-02-18T10:11:32.844Z] Mem: 1837 833 148 0 855 939 [2021-02-18T10:11:32.844Z] Swap: 1023 3 1020 [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> ip addr: [2021-02-18T10:11:32.844Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-18T10:11:32.844Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-18T10:11:32.844Z] inet 127.0.0.1/8 scope host lo [2021-02-18T10:11:32.844Z] valid_lft forever preferred_lft forever [2021-02-18T10:11:32.844Z] inet6 ::1/128 scope host [2021-02-18T10:11:32.844Z] valid_lft forever preferred_lft forever [2021-02-18T10:11:32.844Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-18T10:11:32.844Z] link/ether fa:16:3e:e6:fa:b8 brd ff:ff:ff:ff:ff:ff [2021-02-18T10:11:32.844Z] inet 10.30.123.36/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-18T10:11:32.844Z] valid_lft 85636sec preferred_lft 85636sec [2021-02-18T10:11:32.844Z] inet6 fe80::f816:3eff:fee6:fab8/64 scope link [2021-02-18T10:11:32.844Z] valid_lft forever preferred_lft forever [2021-02-18T10:11:32.844Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-18T10:11:32.844Z] link/ether 02:42:09:e5:cb:07 brd ff:ff:ff:ff:ff:ff [2021-02-18T10:11:32.844Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-18T10:11:32.844Z] valid_lft forever preferred_lft forever [2021-02-18T10:11:32.844Z] inet6 fe80::42:9ff:fee5:cb07/64 scope link [2021-02-18T10:11:32.844Z] valid_lft forever preferred_lft forever [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> sar -b -r -n DEV: [2021-02-18T10:11:32.844Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:58:35 LINUX RESTART (4 CPU) [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:59:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-18T10:11:32.844Z] 10:00:01 161.41 90.51 70.90 0.00 5845.72 37979.35 0.00 [2021-02-18T10:11:32.844Z] 10:01:01 30.91 11.41 19.50 0.00 4404.72 2214.43 0.00 [2021-02-18T10:11:32.844Z] 10:02:01 2.00 0.08 1.91 0.00 1.62 40.40 0.00 [2021-02-18T10:11:32.844Z] 10:03:01 0.51 0.00 0.51 0.00 0.00 8.11 0.00 [2021-02-18T10:11:32.844Z] 10:04:01 0.27 0.00 0.27 0.00 0.00 4.15 0.00 [2021-02-18T10:11:32.844Z] 10:05:01 0.35 0.00 0.35 0.00 0.00 5.15 0.00 [2021-02-18T10:11:32.844Z] 10:06:01 0.28 0.00 0.28 0.00 0.00 3.64 0.00 [2021-02-18T10:11:32.844Z] 10:07:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 [2021-02-18T10:11:32.844Z] 10:08:01 239.54 146.90 92.65 0.00 6169.19 33195.62 0.00 [2021-02-18T10:11:32.844Z] 10:09:02 123.03 65.99 57.04 0.00 3061.63 11743.99 0.00 [2021-02-18T10:11:32.844Z] 10:10:01 185.72 66.85 118.87 0.00 3590.28 21848.33 0.00 [2021-02-18T10:11:32.844Z] 10:11:01 109.61 56.16 53.44 0.00 4313.26 15096.55 0.00 [2021-02-18T10:11:32.844Z] Average: 70.94 36.40 34.54 0.00 2276.59 10114.29 0.00 [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:59:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-18T10:11:32.844Z] 10:00:01 71056 0 591632 31.44 2620 1216236 1096388 37.42 416836 1197172 9344 [2021-02-18T10:11:32.844Z] 10:01:01 139256 0 638976 33.96 2620 1100692 1185504 40.46 442548 1099328 132 [2021-02-18T10:11:32.844Z] 10:02:01 154136 0 623968 33.16 2620 1100820 1086836 37.09 443492 1086316 20 [2021-02-18T10:11:32.844Z] 10:03:01 150868 0 627208 33.33 2620 1100848 1087208 37.10 443652 1089428 12 [2021-02-18T10:11:32.844Z] 10:04:01 151024 0 627076 33.33 2620 1100824 1087100 37.10 453924 1078496 8 [2021-02-18T10:11:32.844Z] 10:05:01 152496 0 625596 33.25 2620 1100832 1086968 37.10 449844 1081800 8 [2021-02-18T10:11:32.844Z] 10:06:01 152708 0 625384 33.24 2620 1100832 1086932 37.10 449784 1081796 8 [2021-02-18T10:11:32.844Z] 10:07:01 151800 0 626100 33.28 2620 1101024 1086932 37.10 450864 1081796 8 [2021-02-18T10:11:32.844Z] 10:08:01 156228 0 742456 39.46 2620 980240 1687248 57.58 490540 985436 44 [2021-02-18T10:11:32.844Z] 10:09:02 74412 0 762188 40.51 2596 1042348 1501480 51.24 671260 883804 75136 [2021-02-18T10:11:32.844Z] 10:10:01 120256 0 814084 43.27 1492 945712 1470392 50.18 685908 733784 78092 [2021-02-18T10:11:32.844Z] 10:11:01 77904 0 846240 44.98 1492 955908 1635376 55.81 687720 777960 5424 [2021-02-18T10:11:32.844Z] Average: 129345 0 679242 36.10 2430 1070526 1258197 42.94 507198 1014760 14020 [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:59:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-18T10:11:32.844Z] 10:00:01 eth0 184.73 124.61 737.37 54.56 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:01:01 eth0 78.23 67.58 364.73 45.79 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:01:01 docker0 9.95 8.59 1.48 23.60 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:02:01 eth0 0.76 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:03:01 eth0 1.97 1.13 3.16 0.23 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:04:01 eth0 1.00 0.38 0.32 0.24 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:05:01 eth0 0.58 0.45 0.34 0.27 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:06:01 eth0 0.23 0.18 0.07 0.02 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:07:01 eth0 0.42 0.35 0.37 0.10 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:08:01 vethca8a34e 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:08:01 eth0 413.25 362.53 4076.51 35.34 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:09:02 eth0 441.53 394.04 3399.80 41.59 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:09:02 docker0 46.22 50.22 4.19 199.86 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:10:01 veth5fca0ad 29.09 60.60 2.09 222.30 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:10:01 eth0 133.27 68.84 258.09 75.61 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:10:01 docker0 29.09 60.47 1.69 222.29 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:11:01 eth0 231.06 192.70 2199.10 68.25 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] 10:11:01 docker0 1.79 1.28 0.29 0.29 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] Average: eth0 124.10 101.35 924.09 26.76 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] Average: docker0 7.27 10.03 0.64 37.13 0.00 0.00 0.00 0.00 [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] ---> sar -P ALL: [2021-02-18T10:11:32.844Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:58:35 LINUX RESTART (4 CPU) [2021-02-18T10:11:32.844Z] [2021-02-18T10:11:32.844Z] 09:59:03 CPU %user %nice %system %iowait %steal %idle [2021-02-18T10:11:32.844Z] 10:00:01 all 12.57 0.00 8.97 9.10 24.65 44.71 [2021-02-18T10:11:32.844Z] 10:00:01 0 10.97 0.00 8.34 8.42 26.44 45.84 [2021-02-18T10:11:32.844Z] 10:00:01 1 14.69 0.00 8.90 10.89 23.49 42.03 [2021-02-18T10:11:32.844Z] 10:00:01 2 13.69 0.00 11.67 8.09 23.16 43.40 [2021-02-18T10:11:32.844Z] 10:00:01 3 11.02 0.00 7.03 9.04 25.42 47.48 [2021-02-18T10:11:32.844Z] 10:01:01 all 2.36 0.00 3.39 0.92 14.37 78.96 [2021-02-18T10:11:32.844Z] 10:01:01 0 2.64 0.00 3.22 1.32 15.88 76.93 [2021-02-18T10:11:32.844Z] 10:01:01 1 2.15 0.00 3.56 0.42 13.60 80.28 [2021-02-18T10:11:32.844Z] 10:01:01 2 2.17 0.00 3.14 0.31 13.94 80.45 [2021-02-18T10:11:32.844Z] 10:01:01 3 2.47 0.00 3.65 1.64 14.04 78.20 [2021-02-18T10:11:32.844Z] 10:02:01 all 0.12 0.00 0.07 0.01 0.65 99.16 [2021-02-18T10:11:32.844Z] 10:02:01 0 0.03 0.00 0.02 0.02 0.79 99.14 [2021-02-18T10:11:32.844Z] 10:02:01 1 0.07 0.00 0.14 0.00 0.51 99.29 [2021-02-18T10:11:32.844Z] 10:02:01 2 0.35 0.00 0.05 0.00 0.56 99.04 [2021-02-18T10:11:32.844Z] 10:02:01 3 0.02 0.00 0.07 0.02 0.72 99.17 [2021-02-18T10:11:32.844Z] 10:03:01 all 0.11 0.00 0.14 0.00 2.25 97.50 [2021-02-18T10:11:32.844Z] 10:03:01 0 0.08 0.00 0.07 0.00 3.09 96.76 [2021-02-18T10:11:32.844Z] 10:03:01 1 0.08 0.00 0.20 0.00 1.84 97.88 [2021-02-18T10:11:32.844Z] 10:03:01 2 0.18 0.00 0.23 0.00 1.94 97.65 [2021-02-18T10:11:32.844Z] 10:03:01 3 0.10 0.00 0.05 0.00 2.13 97.72 [2021-02-18T10:11:32.844Z] 10:04:01 all 0.10 0.00 0.05 0.00 1.10 98.75 [2021-02-18T10:11:32.845Z] 10:04:01 0 0.03 0.00 0.02 0.00 0.98 98.97 [2021-02-18T10:11:32.845Z] 10:04:01 1 0.25 0.00 0.05 0.00 1.48 98.22 [2021-02-18T10:11:32.845Z] 10:04:01 2 0.12 0.00 0.07 0.00 1.42 98.40 [2021-02-18T10:11:32.845Z] 10:04:01 3 0.02 0.00 0.05 0.00 0.51 99.42 [2021-02-18T10:11:32.845Z] 10:05:01 all 0.11 0.00 0.12 0.00 1.88 97.89 [2021-02-18T10:11:32.845Z] 10:05:01 0 0.03 0.00 0.05 0.00 2.24 97.67 [2021-02-18T10:11:32.845Z] 10:05:01 1 0.25 0.00 0.16 0.00 2.23 97.36 [2021-02-18T10:11:32.845Z] 10:05:01 2 0.17 0.00 0.10 0.00 1.52 98.21 [2021-02-18T10:11:32.845Z] 10:05:01 3 0.00 0.00 0.15 0.00 1.54 98.31 [2021-02-18T10:11:32.845Z] 10:06:01 all 0.12 0.00 0.05 0.00 0.14 99.69 [2021-02-18T10:11:32.845Z] 10:06:01 0 0.00 0.00 0.05 0.00 0.27 99.68 [2021-02-18T10:11:32.845Z] 10:06:01 1 0.03 0.00 0.05 0.00 0.05 99.87 [2021-02-18T10:11:32.845Z] 10:06:01 2 0.45 0.00 0.07 0.00 0.17 99.32 [2021-02-18T10:11:32.845Z] 10:06:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2021-02-18T10:11:32.845Z] 10:07:01 all 0.08 0.00 0.04 0.00 0.88 99.00 [2021-02-18T10:11:32.845Z] 10:07:01 0 0.03 0.00 0.02 0.00 0.50 99.45 [2021-02-18T10:11:32.845Z] 10:07:01 1 0.05 0.00 0.03 0.00 0.94 98.97 [2021-02-18T10:11:32.845Z] 10:07:01 2 0.25 0.00 0.05 0.00 1.94 97.76 [2021-02-18T10:11:32.845Z] 10:07:01 3 0.00 0.00 0.05 0.00 0.12 99.83 [2021-02-18T10:11:32.845Z] 10:08:01 all 4.10 0.00 4.36 0.67 31.79 59.08 [2021-02-18T10:11:32.845Z] 10:08:01 0 4.32 0.00 4.64 0.75 34.76 55.52 [2021-02-18T10:11:32.845Z] 10:08:01 1 3.87 0.00 4.51 1.04 31.56 59.03 [2021-02-18T10:11:32.845Z] 10:08:01 2 3.85 0.00 3.92 0.56 31.33 60.35 [2021-02-18T10:11:32.845Z] 10:08:01 3 4.39 0.00 4.36 0.32 29.45 61.49 [2021-02-18T10:11:32.845Z] 10:09:02 all 3.33 0.00 4.26 2.99 25.12 64.30 [2021-02-18T10:11:32.845Z] 10:09:02 0 2.93 0.00 3.96 2.87 27.64 62.59 [2021-02-18T10:11:32.845Z] 10:09:02 1 3.94 0.00 3.83 2.01 26.29 63.94 [2021-02-18T10:11:32.845Z] 10:09:02 2 2.93 0.00 4.05 3.78 22.37 66.87 [2021-02-18T10:11:32.845Z] 10:09:02 3 3.49 0.00 5.23 3.34 24.07 63.86 [2021-02-18T10:11:32.845Z] 10:10:01 all 6.05 0.00 5.98 1.87 24.20 61.90 [2021-02-18T10:11:32.845Z] 10:10:01 0 4.58 0.00 5.52 0.94 25.38 63.58 [2021-02-18T10:11:32.845Z] 10:10:01 1 4.27 0.00 5.73 0.58 24.45 64.98 [2021-02-18T10:11:32.845Z] 10:10:01 2 10.38 0.00 7.13 3.82 23.13 55.54 [2021-02-18T10:11:32.845Z] 10:10:01 3 5.14 0.00 5.59 2.24 23.79 63.23 [2021-02-18T10:11:32.845Z] [2021-02-18T10:11:32.845Z] 10:10:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T10:11:32.845Z] 10:11:01 all 3.63 0.00 6.46 2.22 22.15 65.54 [2021-02-18T10:11:32.845Z] 10:11:01 0 2.67 0.00 5.91 1.27 23.11 67.04 [2021-02-18T10:11:32.845Z] 10:11:01 1 3.83 0.00 7.00 0.62 22.60 65.95 [2021-02-18T10:11:32.845Z] 10:11:01 2 4.84 0.00 5.82 6.28 21.58 61.48 [2021-02-18T10:11:32.845Z] 10:11:01 3 3.21 0.00 7.10 0.74 21.27 67.68 [2021-02-18T10:11:32.845Z] Average: all 2.85 0.00 2.96 1.55 13.13 79.51 [2021-02-18T10:11:32.845Z] Average: 0 2.49 0.00 2.81 1.36 14.26 79.07 [2021-02-18T10:11:32.845Z] Average: 1 2.91 0.00 2.99 1.34 13.16 79.60 [2021-02-18T10:11:32.845Z] Average: 2 3.39 0.00 3.14 1.97 12.54 78.96 [2021-02-18T10:11:32.845Z] Average: 3 2.61 0.00 2.92 1.51 12.55 80.41 [2021-02-18T10:11:32.845Z] [2021-02-18T10:11:32.845Z] [2021-02-18T10:11:32.845Z]