Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2de84ed3a33e57cbb484e8c5506a067ab9af376b 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-mqtt-go, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-716’ Running on prd-centos7-docker-4c-2g-720 in /w/workspace/gexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2de84ed3a33e57cbb484e8c5506a067ab9af376b (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" > git rev-list --no-walk fddc77ff38097414d5c2eb8b8cdc6eba5b68819a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T06:08:46.235Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T06:08:46.308Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T06:08:46.335Z] ========================================================= [2021-04-19T06:08:46.335Z] EdgeX Global Pipelines Version Info [2021-04-19T06:08:46.335Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:08:47.865Z] ------------------- [2021-04-19T06:08:47.865Z] stable info: [2021-04-19T06:08:47.865Z] ------------------- [2021-04-19T06:08:47.865Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T06:08:47.866Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T06:08:47.866Z] Message: update stable to v1.0.186 [2021-04-19T06:08:48.817Z] ------------------- [2021-04-19T06:08:48.817Z] experimental info: [2021-04-19T06:08:48.817Z] ------------------- [2021-04-19T06:08:48.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T06:08:48.817Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T06:08:48.817Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T06:08:48.937Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-04-19T06:08:48.960Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-04-19T06:08:48.983Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T06:08:49.006Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T06:08:49.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T06:08:49.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T06:08:49.076Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T06:08:49.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T06:08:49.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T06:08:49.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T06:08:49.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T06:08:49.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-04-19T06:08:49.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T06:08:49.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T06:08:49.261Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T06:08:49.284Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T06:08:49.308Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T06:08:49.356Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T06:08:49.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T06:08:49.419Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T06:08:49.442Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T06:08:49.468Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T06:08:49.491Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T06:08:49.525Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T06:08:49.548Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T06:08:49.573Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T06:08:49.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T06:08:49.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T06:08:49.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T06:08:49.671Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] echo [2021-04-19T06:08:49.695Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2de84ed [Pipeline] echo [2021-04-19T06:08:49.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:08:49.802Z] provisioning config files... [2021-04-19T06:08:49.836Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6784459931975261549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:08:50.161Z] ---> docker-login.sh [2021-04-19T06:08:50.161Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:08:50.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:08:50.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:08:50.426Z] Configure a credential helper to remove this warning. See [2021-04-19T06:08:50.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:08:50.426Z] [2021-04-19T06:08:50.426Z] Login Succeeded [2021-04-19T06:08:50.426Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:08:50.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:08:50.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:08:50.690Z] Configure a credential helper to remove this warning. See [2021-04-19T06:08:50.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:08:50.690Z] [2021-04-19T06:08:50.690Z] Login Succeeded [2021-04-19T06:08:50.690Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:08:50.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:08:50.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:08:50.952Z] Configure a credential helper to remove this warning. See [2021-04-19T06:08:50.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:08:50.952Z] [2021-04-19T06:08:50.952Z] Login Succeeded [2021-04-19T06:08:50.952Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:08:50.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:08:51.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:08:51.221Z] Configure a credential helper to remove this warning. See [2021-04-19T06:08:51.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:08:51.221Z] [2021-04-19T06:08:51.221Z] Login Succeeded [2021-04-19T06:08:51.221Z] docker.io [2021-04-19T06:08:51.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:08:51.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:08:51.485Z] Configure a credential helper to remove this warning. See [2021-04-19T06:08:51.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:08:51.485Z] [2021-04-19T06:08:51.485Z] Login Succeeded [2021-04-19T06:08:51.485Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:08:51.496Z] 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-04-19T06:08:51.928Z] + git log --format=format:%s -1 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] echo [2021-04-19T06:08:52.015Z] GIT_COMMIT: 2de84ed3a33e57cbb484e8c5506a067ab9af376b, Commit Message: Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45 [Pipeline] echo [2021-04-19T06:08:52.029Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:08:52.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:08:52.579Z] [2021-04-19T06:08:52.579Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:08:52.899Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:08:52.899Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T06:08:52.899Z] 31603596830f: Pulling fs layer [2021-04-19T06:08:52.899Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T06:08:52.899Z] 6ca5941a6612: Pulling fs layer [2021-04-19T06:08:52.899Z] ecc8261a40a4: Pulling fs layer [2021-04-19T06:08:52.899Z] ecc8261a40a4: Waiting [2021-04-19T06:08:52.899Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T06:08:52.899Z] 2a8b12db71e7: Download complete [2021-04-19T06:08:52.899Z] 31603596830f: Verifying Checksum [2021-04-19T06:08:52.899Z] 31603596830f: Download complete [2021-04-19T06:08:53.165Z] 6ca5941a6612: Verifying Checksum [2021-04-19T06:08:53.165Z] 6ca5941a6612: Download complete [2021-04-19T06:08:53.165Z] ecc8261a40a4: Verifying Checksum [2021-04-19T06:08:53.165Z] ecc8261a40a4: Download complete [2021-04-19T06:08:53.429Z] 31603596830f: Pull complete [2021-04-19T06:08:53.429Z] 2a8b12db71e7: Pull complete [2021-04-19T06:08:54.378Z] 6ca5941a6612: Pull complete [2021-04-19T06:08:54.640Z] ecc8261a40a4: Pull complete [2021-04-19T06:08:54.640Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T06:08:54.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:08:54.640Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T06:08:54.747Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:08:54.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:08:56.783Z] $ docker top a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:08:57.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:08:57.094Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:08:57.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:08:57.342Z] $ docker exec a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent [2021-04-19T06:08:57.541Z] SSH_AUTH_SOCK=/tmp/ssh-u8r8w3oiKvPn/agent.12 [2021-04-19T06:08:57.541Z] SSH_AGENT_PID=17 [2021-04-19T06:08:57.557Z] Running ssh-add (command line suppressed) [2021-04-19T06:08:57.684Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8110372217929011863.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8110372217929011863.key) [2021-04-19T06:08:57.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:08:58.061Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T06:08:58.077Z] $ docker exec --env ******** --env ******** a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent -k [2021-04-19T06:08:58.200Z] unset SSH_AUTH_SOCK; [2021-04-19T06:08:58.200Z] unset SSH_AGENT_PID; [2021-04-19T06:08:58.200Z] echo Agent pid 17 killed; [2021-04-19T06:08:58.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T06:08:58.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:08:58.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:08:58.487Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:08:58.486Z] $ docker exec a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent [2021-04-19T06:08:58.668Z] SSH_AUTH_SOCK=/tmp/ssh-HcChyG4T9hbx/agent.47 [2021-04-19T06:08:58.668Z] SSH_AGENT_PID=52 [2021-04-19T06:08:58.676Z] Running ssh-add (command line suppressed) [2021-04-19T06:08:58.813Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2213186401786634553.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2213186401786634553.key) [2021-04-19T06:08:58.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:08:59.189Z] + git semver init [2021-04-19T06:08:59.189Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:08:59.189Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-19T06:08:59.189Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:08:59.189Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:08:59.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:08:59.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:08:59.189Z] # $SEMVER_BRANCH = master [2021-04-19T06:08:59.189Z] # $SEMVER_TEMP = /tmp/semver-221077907 [2021-04-19T06:08:59.189Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-04-19T06:08:59.771Z] # '/tmp/semver-221077907' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2021-04-19T06:08:59.771Z] # -> Force: false [2021-04-19T06:08:59.771Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-04-19T06:08:59.780Z] $ docker exec --env ******** --env ******** a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 ssh-agent -k [2021-04-19T06:08:59.915Z] unset SSH_AUTH_SOCK; [2021-04-19T06:08:59.916Z] unset SSH_AGENT_PID; [2021-04-19T06:08:59.916Z] echo Agent pid 52 killed; [2021-04-19T06:08:59.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:09:00.310Z] + git semver [Pipeline] } [2021-04-19T06:09:00.328Z] $ docker stop --time=1 a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 [2021-04-19T06:09:01.741Z] $ docker rm -f a31caabe037034da246864a17d3d28c36f95d93bfe69567553e2b4bc1930e8a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:09:02.155Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T06:09:02.510Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T06:09:02.513Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.6 [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-04-19T06:09:17.673Z] Still waiting to schedule task [2021-04-19T06:09:17.673Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T06:09:17.675Z] Still waiting to schedule task [2021-04-19T06:09:17.675Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-719’ is offline [2021-04-19T06:11:05.105Z] Running on prd-centos7-docker-4c-2g-726 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-04-19T06:11:05.123Z] Running in /w/workspace/device-mqtt-go/37 [Pipeline] { [Pipeline] checkout [2021-04-19T06:11:17.201Z] using credential edgex-jenkins-ssh [2021-04-19T06:11:17.234Z] Cloning the remote Git repository [2021-04-19T06:11:17.284Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:11:17.392Z] > git init /w/workspace/device-mqtt-go/37 # timeout=10 [2021-04-19T06:11:17.549Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:11:17.549Z] > git --version # timeout=10 [2021-04-19T06:11:18.886Z] Checking out Revision 2de84ed3a33e57cbb484e8c5506a067ab9af376b (master) [2021-04-19T06:11:17.599Z] > git --version # 'git version 2.24.3' [2021-04-19T06:11:17.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:11:17.706Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:11:18.388Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-19T06:11:18.400Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:11:18.462Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-19T06:11:18.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:11:18.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:11:18.493Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T06:11:18.897Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T06:11:18.916Z] > git checkout -f 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 [2021-04-19T06:11:23.415Z] Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:11:24.395Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:11:24.751Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:11:25.077Z] + sudo service docker restart [2021-04-19T06:11:25.077Z] + true [2021-04-19T06:11:25.077Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:11:26.523Z] provisioning config files... [2021-04-19T06:11:26.559Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config3897278717444877245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:11:26.906Z] ---> docker-login.sh [2021-04-19T06:11:26.907Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:11:27.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:27.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:27.892Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:27.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:27.892Z] [2021-04-19T06:11:27.892Z] Login Succeeded [2021-04-19T06:11:27.892Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:11:28.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:28.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:28.558Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:28.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:28.558Z] [2021-04-19T06:11:28.558Z] Login Succeeded [2021-04-19T06:11:28.558Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:11:28.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:28.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:28.834Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:28.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:28.834Z] [2021-04-19T06:11:28.834Z] Login Succeeded [2021-04-19T06:11:28.834Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:11:28.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:29.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:29.097Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:29.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:29.097Z] [2021-04-19T06:11:29.097Z] Login Succeeded [2021-04-19T06:11:29.097Z] docker.io [2021-04-19T06:11:29.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:29.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:29.363Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:29.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:29.363Z] [2021-04-19T06:11:29.363Z] Login Succeeded [2021-04-19T06:11:29.363Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:11:29.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T06:11:29.780Z] ========================================================= [2021-04-19T06:11:29.781Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T06:11:29.781Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:11:30.114Z] + 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-04-19T06:11:30.393Z] Sending build context to Docker daemon 530.9kB [2021-04-19T06:11:30.393Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:11:30.393Z] Step 2/8 : FROM ${BASE} [2021-04-19T06:11:30.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T06:11:30.393Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T06:11:30.393Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T06:11:30.393Z] de9db76c5a1d: Pulling fs layer [2021-04-19T06:11:30.393Z] bca2f99d35d6: Pulling fs layer [2021-04-19T06:11:30.393Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T06:11:30.393Z] 7c6f9722023f: Pulling fs layer [2021-04-19T06:11:30.393Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T06:11:30.393Z] bca2f99d35d6: Waiting [2021-04-19T06:11:30.393Z] 93359f2a8cfa: Waiting [2021-04-19T06:11:30.393Z] 7c6f9722023f: Waiting [2021-04-19T06:11:30.393Z] a35cf1a2eb13: Waiting [2021-04-19T06:11:30.393Z] de9db76c5a1d: Verifying Checksum [2021-04-19T06:11:30.393Z] de9db76c5a1d: Download complete [2021-04-19T06:11:30.393Z] 0ef7d3d256c8: Download complete [2021-04-19T06:11:30.393Z] 93359f2a8cfa: Download complete [2021-04-19T06:11:30.669Z] 7c6f9722023f: Verifying Checksum [2021-04-19T06:11:30.669Z] 7c6f9722023f: Download complete [2021-04-19T06:11:30.669Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T06:11:30.669Z] 188c0c94c7c5: Download complete [2021-04-19T06:11:31.279Z] 188c0c94c7c5: Pull complete [2021-04-19T06:11:31.557Z] 0ef7d3d256c8: Pull complete [2021-04-19T06:11:31.828Z] de9db76c5a1d: Pull complete [2021-04-19T06:11:32.413Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T06:11:32.413Z] a35cf1a2eb13: Download complete [2021-04-19T06:11:34.435Z] bca2f99d35d6: Verifying Checksum [2021-04-19T06:11:34.435Z] bca2f99d35d6: Download complete [2021-04-19T06:11:49.710Z] bca2f99d35d6: Pull complete [2021-04-19T06:11:51.677Z] 93359f2a8cfa: Pull complete [2021-04-19T06:11:51.958Z] 7c6f9722023f: Pull complete [2021-04-19T06:11:55.484Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-727 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-04-19T06:11:55.502Z] Running in /w/workspace/device-mqtt-go/37 [Pipeline] { [Pipeline] checkout [2021-04-19T06:11:58.742Z] a35cf1a2eb13: Pull complete [2021-04-19T06:11:58.742Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T06:11:58.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T06:11:58.742Z] ---> a62c8e92a672 [2021-04-19T06:11:58.742Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T06:11:59.023Z] ---> Running in badb65283ec8 [2021-04-19T06:11:59.286Z] Removing intermediate container badb65283ec8 [2021-04-19T06:11:59.286Z] ---> 9803a630b749 [2021-04-19T06:11:59.286Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:11:59.556Z] ---> Running in 6c4b7d68141c [2021-04-19T06:12:00.978Z] Removing intermediate container 6c4b7d68141c [2021-04-19T06:12:00.978Z] ---> d33358df7b97 [2021-04-19T06:12:00.978Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T06:12:01.254Z] ---> Running in a6da35443672 [2021-04-19T06:12:01.774Z] using credential edgex-jenkins-ssh [2021-04-19T06:12:01.796Z] Cloning the remote Git repository [2021-04-19T06:12:01.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:12:01.852Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:12:02.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:12:03.031Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T06:12:03.031Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T06:12:02.004Z] > git init /w/workspace/device-mqtt-go/37 # timeout=10 [2021-04-19T06:12:02.087Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:12:02.088Z] > git --version # timeout=10 [2021-04-19T06:12:02.106Z] > git --version # 'git version 2.17.1' [2021-04-19T06:12:02.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:12:02.207Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:12:03.651Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T06:12:03.651Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-19T06:12:03.929Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T06:12:03.929Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T06:12:04.204Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T06:12:04.488Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T06:12:04.488Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T06:12:04.488Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T06:12:04.481Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-19T06:12:04.505Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:12:04.532Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-19T06:12:04.758Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T06:12:05.023Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T06:12:05.301Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T06:12:05.301Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T06:12:05.301Z] OK: 173 MiB in 52 packages [2021-04-19T06:12:05.353Z] Checking out Revision 2de84ed3a33e57cbb484e8c5506a067ab9af376b (master) [2021-04-19T06:12:04.560Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-19T06:12:04.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:12:04.572Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T06:12:05.372Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T06:12:05.383Z] > git checkout -f 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 [2021-04-19T06:12:06.327Z] Removing intermediate container a6da35443672 [2021-04-19T06:12:06.327Z] ---> ab829bf1c7c7 [2021-04-19T06:12:06.327Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-19T06:12:06.599Z] ---> Running in 4b64f7ee9e63 [2021-04-19T06:12:07.236Z] Removing intermediate container 4b64f7ee9e63 [2021-04-19T06:12:07.236Z] ---> 5bc8fa44dff0 [2021-04-19T06:12:07.236Z] Step 7/8 : COPY . . [2021-04-19T06:12:08.209Z] ---> 773e5a34091d [2021-04-19T06:12:08.209Z] Step 8/8 : RUN go mod download [2021-04-19T06:12:08.500Z] ---> Running in 47210366b2f7 [2021-04-19T06:12:09.661Z] Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:12:10.905Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:12:11.324Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:12:11.664Z] + sudo service docker restart [2021-04-19T06:12:11.664Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:12:14.329Z] provisioning config files... [2021-04-19T06:12:14.411Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config3462866254793605340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:12:14.850Z] ---> docker-login.sh [2021-04-19T06:12:14.850Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:12:15.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:12:16.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:12:16.135Z] Configure a credential helper to remove this warning. See [2021-04-19T06:12:16.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:12:16.135Z] [2021-04-19T06:12:16.135Z] Login Succeeded [2021-04-19T06:12:16.135Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:12:16.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:12:16.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:12:16.738Z] Configure a credential helper to remove this warning. See [2021-04-19T06:12:16.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:12:16.738Z] [2021-04-19T06:12:16.738Z] Login Succeeded [2021-04-19T06:12:16.738Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:12:17.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:12:17.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:12:17.343Z] Configure a credential helper to remove this warning. See [2021-04-19T06:12:17.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:12:17.343Z] [2021-04-19T06:12:17.343Z] Login Succeeded [2021-04-19T06:12:17.343Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:12:17.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:12:17.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:12:17.957Z] Configure a credential helper to remove this warning. See [2021-04-19T06:12:17.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:12:17.957Z] [2021-04-19T06:12:17.957Z] Login Succeeded [2021-04-19T06:12:17.957Z] docker.io [2021-04-19T06:12:18.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:12:18.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:12:18.829Z] Configure a credential helper to remove this warning. See [2021-04-19T06:12:18.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:12:18.829Z] [2021-04-19T06:12:18.829Z] Login Succeeded [2021-04-19T06:12:18.829Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:12:18.847Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T06:12:19.176Z] ========================================================= [2021-04-19T06:12:19.176Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T06:12:19.176Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:19.521Z] + 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-04-19T06:12:19.804Z] Sending build context to Docker daemon 529.9kB [2021-04-19T06:12:19.804Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:12:19.804Z] Step 2/8 : FROM ${BASE} [2021-04-19T06:12:20.091Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T06:12:20.091Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T06:12:20.091Z] a4357932f1b6: Pulling fs layer [2021-04-19T06:12:20.091Z] 18c013af1878: Pulling fs layer [2021-04-19T06:12:20.091Z] 00ac8860ef70: Pulling fs layer [2021-04-19T06:12:20.091Z] 63d7cb157983: Pulling fs layer [2021-04-19T06:12:20.091Z] b116817d02f9: Pulling fs layer [2021-04-19T06:12:20.091Z] 745a02a5169b: Pulling fs layer [2021-04-19T06:12:20.091Z] 00ac8860ef70: Waiting [2021-04-19T06:12:20.091Z] 63d7cb157983: Waiting [2021-04-19T06:12:20.091Z] b116817d02f9: Waiting [2021-04-19T06:12:20.091Z] 745a02a5169b: Waiting [2021-04-19T06:12:20.091Z] 18c013af1878: Verifying Checksum [2021-04-19T06:12:20.091Z] 18c013af1878: Download complete [2021-04-19T06:12:20.091Z] a4357932f1b6: Verifying Checksum [2021-04-19T06:12:20.091Z] a4357932f1b6: Download complete [2021-04-19T06:12:20.091Z] 63d7cb157983: Verifying Checksum [2021-04-19T06:12:20.091Z] 63d7cb157983: Download complete [2021-04-19T06:12:20.091Z] b116817d02f9: Verifying Checksum [2021-04-19T06:12:20.091Z] b116817d02f9: Download complete [2021-04-19T06:12:20.091Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T06:12:20.091Z] 5f621e34cdf4: Download complete [2021-04-19T06:12:20.692Z] 5f621e34cdf4: Pull complete [2021-04-19T06:12:21.306Z] a4357932f1b6: Pull complete [2021-04-19T06:12:21.578Z] 18c013af1878: Pull complete [2021-04-19T06:12:22.171Z] 745a02a5169b: Download complete [2021-04-19T06:12:24.162Z] 00ac8860ef70: Verifying Checksum [2021-04-19T06:12:24.162Z] 00ac8860ef70: Download complete [2021-04-19T06:12:34.326Z] 00ac8860ef70: Pull complete [2021-04-19T06:12:34.326Z] 63d7cb157983: Pull complete [2021-04-19T06:12:34.326Z] b116817d02f9: Pull complete [2021-04-19T06:12:37.714Z] 745a02a5169b: Pull complete [2021-04-19T06:12:37.714Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T06:12:37.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T06:12:37.714Z] ---> b7e6874047d6 [2021-04-19T06:12:37.714Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T06:12:41.125Z] ---> Running in 275b78f58b52 [2021-04-19T06:12:41.408Z] Removing intermediate container 275b78f58b52 [2021-04-19T06:12:41.408Z] ---> 4bb19576510a [2021-04-19T06:12:41.408Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:12:41.408Z] ---> Running in 7901bb9906c9 [2021-04-19T06:12:44.044Z] Removing intermediate container 7901bb9906c9 [2021-04-19T06:12:44.044Z] ---> 4ecab3b315d9 [2021-04-19T06:12:44.044Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T06:12:44.044Z] ---> Running in dae520f90616 [2021-04-19T06:12:45.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:12:45.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:12:46.602Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T06:12:46.602Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T06:12:46.602Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T06:12:46.602Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-19T06:12:46.876Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T06:12:46.876Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T06:12:47.150Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T06:12:47.424Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T06:12:47.709Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T06:12:47.709Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T06:12:47.793Z] Removing intermediate container 47210366b2f7 [2021-04-19T06:12:47.794Z] ---> 16bf35a9b0bc [2021-04-19T06:12:47.794Z] Successfully built 16bf35a9b0bc [2021-04-19T06:12:47.794Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:47.985Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T06:12:47.985Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T06:12:47.985Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T06:12:48.252Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T06:12:48.259Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T06:12:48.259Z] OK: 149 MiB in 52 packages [2021-04-19T06:12:48.872Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:49.123Z] prd-centos7-docker-4c-2g-726 does not seem to be running inside a container [2021-04-19T06:12:49.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 ******** ci-base-image-x86_64 cat [2021-04-19T06:12:50.235Z] Removing intermediate container dae520f90616 [2021-04-19T06:12:50.235Z] ---> af40db15f2a6 [2021-04-19T06:12:50.235Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-19T06:12:50.235Z] ---> Running in 59903bfca0ab [2021-04-19T06:12:50.512Z] Removing intermediate container 59903bfca0ab [2021-04-19T06:12:50.512Z] ---> 5223854182fe [2021-04-19T06:12:50.512Z] Step 7/8 : COPY . . [2021-04-19T06:12:51.083Z] $ docker top 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:51.495Z] ---> e28418aceec4 [2021-04-19T06:12:51.495Z] Step 8/8 : RUN go mod download [2021-04-19T06:12:51.608Z] + go version [2021-04-19T06:12:51.608Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T06:12:51.629Z] $ docker stop --time=1 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c [2021-04-19T06:12:51.769Z] ---> Running in 3be89b8f29e0 [2021-04-19T06:12:53.507Z] $ docker rm -f 524bf683809f305f08e1d717109c710753ed4d1b702f4a56f74b07da5050e05c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:54.554Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T06:12:54.554Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:54.702Z] prd-centos7-docker-4c-2g-726 does not seem to be running inside a container [2021-04-19T06:12:54.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 ******** ci-base-image-x86_64 cat [2021-04-19T06:12:56.547Z] $ docker top 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:57.401Z] + make test [2021-04-19T06:12:57.401Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T06:13:02.265Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-19T06:13:18.598Z] Removing intermediate container 3be89b8f29e0 [2021-04-19T06:13:18.598Z] ---> 8a2a6e754f65 [2021-04-19T06:13:18.598Z] Successfully built 8a2a6e754f65 [2021-04-19T06:13:18.598Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:13:18.938Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T06:13:18.938Z] . [Pipeline] withDockerContainer [2021-04-19T06:13:19.193Z] prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container [2021-04-19T06:13:19.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 ******** ci-base-image-arm64 cat [2021-04-19T06:13:20.762Z] $ docker top 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:13:21.692Z] + go version [2021-04-19T06:13:21.692Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T06:13:21.717Z] $ docker stop --time=1 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 [2021-04-19T06:13:23.860Z] $ docker rm -f 0d40c7588f059531ac3052895a53b8e5699cde6cb262518db19dffdb69236139 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:13:24.566Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T06:13:24.566Z] . [Pipeline] withDockerContainer [2021-04-19T06:13:24.809Z] prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container [2021-04-19T06:13:24.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/37 -v /w/workspace/device-mqtt-go/37:/w/workspace/device-mqtt-go/37:rw,z -v /w/workspace/device-mqtt-go/37@tmp:/w/workspace/device-mqtt-go/37@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 ******** ci-base-image-arm64 cat [2021-04-19T06:13:26.493Z] $ docker top 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:13:27.471Z] + make test [2021-04-19T06:13:27.471Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T06:13:28.920Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-19T06:13:29.435Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-19T06:13:32.962Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 24.9% of statements [2021-04-19T06:13:32.962Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-19T06:13:33.232Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T06:13:38.741Z] gofmt -l . [2021-04-19T06:13:38.741Z] ["`gofmt -l .`" = ""] [2021-04-19T06:13:38.741Z] ./bin/test-attribution-txt.sh [2021-04-19T06:13:41.509Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-19T06:13:42.564Z] $ docker stop --time=1 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 [2021-04-19T06:13:44.653Z] $ docker rm -f 8139da6e2f51434516e176ad5ecb6a86c59bb543e68592c60412f557aa6555d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:13:45.285Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T06:13:45.969Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-19T06:13:47.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T06:13:47.343Z] + ls -al . [2021-04-19T06:13:47.343Z] total 108 [2021-04-19T06:13:47.343Z] drwxrwxr-x. 9 jenkins jenkins 4096 Apr 19 06:13 . [2021-04-19T06:13:47.343Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 06:11 .. [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 7100 Apr 19 06:11 Attribution.txt [2021-04-19T06:13:47.343Z] drwxrwxr-x. 2 jenkins jenkins 87 Apr 19 06:11 bin [2021-04-19T06:13:47.343Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 06:11 cmd [2021-04-19T06:13:47.343Z] -rw-r--r--. 1 jenkins jenkins 19386 Apr 19 06:13 coverage.out [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 1861 Apr 19 06:11 Dockerfile [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 994 Apr 19 06:11 Dockerfile.build [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 19 06:11 .dockerignore [2021-04-19T06:13:47.343Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 06:11 .git [2021-04-19T06:13:47.343Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 06:11 .github [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 336 Apr 19 06:11 .gitignore [2021-04-19T06:13:47.343Z] -rw-r--r--. 1 jenkins jenkins 409 Apr 19 06:13 go.mod [2021-04-19T06:13:47.343Z] -rw-r--r--. 1 jenkins jenkins 21534 Apr 19 06:13 go.sum [2021-04-19T06:13:47.343Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 06:11 internal [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 677 Apr 19 06:11 Jenkinsfile [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 06:11 LICENSE [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 950 Apr 19 06:11 Makefile [2021-04-19T06:13:47.343Z] drwxrwxr-x. 2 jenkins jenkins 23 Apr 19 06:11 mock [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 444 Apr 19 06:11 README.md [2021-04-19T06:13:47.343Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 06:11 snap [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 06:09 VERSION [2021-04-19T06:13:47.343Z] -rw-rw-r--. 1 jenkins jenkins 227 Apr 19 06:11 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:13:47.749Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b --label arch=amd64 --label version=1.3.2-dev.6 . [2021-04-19T06:13:48.016Z] Sending build context to Docker daemon 550.9kB [2021-04-19T06:13:48.016Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:13:48.016Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-19T06:13:48.016Z] ---> 16bf35a9b0bc [2021-04-19T06:13:48.016Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-19T06:13:48.293Z] ---> Running in 31ef3d855e77 [2021-04-19T06:13:48.565Z] Removing intermediate container 31ef3d855e77 [2021-04-19T06:13:48.565Z] ---> 650db8a38c09 [2021-04-19T06:13:48.565Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T06:13:48.874Z] ---> Running in daa862d9cfe3 [2021-04-19T06:13:49.512Z] Removing intermediate container daa862d9cfe3 [2021-04-19T06:13:49.512Z] ---> 684d999eda37 [2021-04-19T06:13:49.512Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:13:49.512Z] ---> Running in d2b69962ad03 [2021-04-19T06:13:51.558Z] Removing intermediate container d2b69962ad03 [2021-04-19T06:13:51.558Z] ---> 5e138299fc1a [2021-04-19T06:13:51.558Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T06:13:51.829Z] ---> Running in 6dc880095cfb [2021-04-19T06:13:52.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:13:53.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:13:53.699Z] OK: 173 MiB in 52 packages [2021-04-19T06:13:55.817Z] Removing intermediate container 6dc880095cfb [2021-04-19T06:13:55.817Z] ---> fb1734da6273 [2021-04-19T06:13:55.817Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-19T06:13:55.817Z] ---> Running in 339d48bdb5ba [2021-04-19T06:13:55.817Z] Removing intermediate container 339d48bdb5ba [2021-04-19T06:13:55.817Z] ---> dd6684908b53 [2021-04-19T06:13:55.817Z] Step 8/23 : COPY . . [2021-04-19T06:13:56.906Z] ---> b98eb3ba0abf [2021-04-19T06:13:56.906Z] Step 9/23 : RUN go mod download [2021-04-19T06:13:56.906Z] ---> Running in 33e2015f70f8 [2021-04-19T06:13:59.638Z] Removing intermediate container 33e2015f70f8 [2021-04-19T06:13:59.638Z] ---> 976cf23d7c68 [2021-04-19T06:13:59.638Z] Step 10/23 : ARG MAKE='make build' [2021-04-19T06:13:59.638Z] ---> Running in 06eca6260856 [2021-04-19T06:13:59.904Z] Removing intermediate container 06eca6260856 [2021-04-19T06:13:59.904Z] ---> bd8fb6518ffa [2021-04-19T06:13:59.904Z] Step 11/23 : RUN $MAKE [2021-04-19T06:13:59.904Z] ---> Running in aec3de8929d8 [2021-04-19T06:14:00.508Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.6" -o cmd/device-mqtt ./cmd [2021-04-19T06:14:15.964Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-19T06:14:18.775Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.046s coverage: 24.9% of statements [2021-04-19T06:14:18.775Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-19T06:14:19.430Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T06:14:22.948Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-19T06:14:28.329Z] Removing intermediate container aec3de8929d8 [2021-04-19T06:14:28.330Z] ---> 6cee8b62d328 [2021-04-19T06:14:28.330Z] Step 12/23 : FROM alpine:3.12 [2021-04-19T06:14:28.330Z] 3.12: Pulling from library/alpine [2021-04-19T06:14:28.330Z] 339de151aab4: Pulling fs layer [2021-04-19T06:14:28.330Z] 339de151aab4: Verifying Checksum [2021-04-19T06:14:28.330Z] 339de151aab4: Download complete [2021-04-19T06:14:28.597Z] 339de151aab4: Pull complete [2021-04-19T06:14:28.597Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T06:14:28.597Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T06:14:28.597Z] ---> 13621d1b12d4 [2021-04-19T06:14:28.597Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-19T06:14:29.562Z] ---> Running in 758bd104a38f [2021-04-19T06:14:29.590Z] gofmt -l . [2021-04-19T06:14:29.590Z] ["`gofmt -l .`" = ""] [2021-04-19T06:14:29.590Z] ./bin/test-attribution-txt.sh [2021-04-19T06:14:29.832Z] Removing intermediate container 758bd104a38f [2021-04-19T06:14:29.832Z] ---> b23fee12cc91 [2021-04-19T06:14:29.832Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T06:14:29.832Z] ---> Running in e6e1e767702c [2021-04-19T06:14:30.185Z] ./bin/test-go-mod-tidy.sh [2021-04-19T06:14:30.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:14:30.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:14:30.696Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T06:14:30.696Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T06:14:30.696Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T06:14:30.696Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T06:14:30.696Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T06:14:30.696Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T06:14:30.696Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T06:14:30.696Z] OK: 8 MiB in 20 packages [Pipeline] } [2021-04-19T06:14:31.198Z] $ docker stop --time=1 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 [2021-04-19T06:14:31.663Z] Removing intermediate container e6e1e767702c [2021-04-19T06:14:31.663Z] ---> 6b88b2c9accb [2021-04-19T06:14:31.663Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-19T06:14:32.631Z] ---> 1c4b42021b48 [2021-04-19T06:14:32.631Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-19T06:14:32.895Z] ---> 3c7669a11c58 [2021-04-19T06:14:32.896Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-19T06:14:33.164Z] ---> 6304db794a98 [2021-04-19T06:14:33.164Z] Step 18/23 : EXPOSE 49982 [2021-04-19T06:14:33.370Z] $ docker rm -f 8a162131e80190ae50d9a40e31b4aee5be2f977b5d840ee7cc59cba926933459 [2021-04-19T06:14:33.432Z] ---> Running in 287170690ea3 [2021-04-19T06:14:33.733Z] Removing intermediate container 287170690ea3 [2021-04-19T06:14:33.733Z] ---> fdfd704dc84d [2021-04-19T06:14:33.733Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:14:34.034Z] ---> Running in 5c0b0814d5ac [2021-04-19T06:14:34.266Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T06:14:34.289Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T06:14:34.628Z] Removing intermediate container 5c0b0814d5ac [2021-04-19T06:14:34.628Z] ---> b8c0db1788f0 [2021-04-19T06:14:34.628Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T06:14:34.628Z] ---> Running in 0b5c5b88c913 [2021-04-19T06:14:35.116Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:14:35.242Z] Removing intermediate container 0b5c5b88c913 [2021-04-19T06:14:35.242Z] ---> 255f6d598d36 [2021-04-19T06:14:35.242Z] Step 21/23 : LABEL arch=amd64 [2021-04-19T06:14:35.242Z] ---> Running in bf1c7c3c8fc9 [2021-04-19T06:14:35.527Z] Removing intermediate container bf1c7c3c8fc9 [2021-04-19T06:14:35.527Z] ---> 21ced6476f66 [2021-04-19T06:14:35.527Z] Step 22/23 : LABEL git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:14:35.527Z] ---> Running in c50f64955721 [2021-04-19T06:14:35.558Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T06:14:35.816Z] Removing intermediate container c50f64955721 [2021-04-19T06:14:35.816Z] ---> eb9373733793 [2021-04-19T06:14:35.816Z] Step 23/23 : LABEL version=1.3.2-dev.6 [2021-04-19T06:14:35.816Z] ---> Running in cca7281cf4ea [2021-04-19T06:14:35.908Z] + ls -al . [2021-04-19T06:14:35.908Z] total 140 [2021-04-19T06:14:35.908Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 06:14 . [2021-04-19T06:14:35.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:12 .. [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 19 06:12 .dockerignore [2021-04-19T06:14:35.908Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:12 .git [2021-04-19T06:14:35.908Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 .github [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 336 Apr 19 06:12 .gitignore [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 7100 Apr 19 06:12 Attribution.txt [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 1861 Apr 19 06:12 Dockerfile [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 994 Apr 19 06:12 Dockerfile.build [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 06:12 Jenkinsfile [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 06:12 LICENSE [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 950 Apr 19 06:12 Makefile [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 19 06:12 README.md [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 06:09 VERSION [2021-04-19T06:14:35.908Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 bin [2021-04-19T06:14:35.908Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:12 cmd [2021-04-19T06:14:35.908Z] -rw-r--r-- 1 jenkins jenkins 19386 Apr 19 06:14 coverage.out [2021-04-19T06:14:35.908Z] -rw-r--r-- 1 jenkins jenkins 409 Apr 19 06:14 go.mod [2021-04-19T06:14:35.908Z] -rw-r--r-- 1 jenkins jenkins 21534 Apr 19 06:14 go.sum [2021-04-19T06:14:35.908Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:12 internal [2021-04-19T06:14:35.908Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:12 mock [2021-04-19T06:14:35.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:12 snap [2021-04-19T06:14:35.908Z] -rw-rw-r-- 1 jenkins jenkins 227 Apr 19 06:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:36.087Z] Removing intermediate container cca7281cf4ea [2021-04-19T06:14:36.087Z] ---> 161d1754ff21 [2021-04-19T06:14:36.087Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T06:14:36.087Z] Successfully built 161d1754ff21 [2021-04-19T06:14:36.087Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:14:36.230Z] provisioning config files... [2021-04-19T06:14:36.253Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b --label arch=arm64 --label version=1.3.2-dev.6 . [2021-04-19T06:14:36.270Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config1035169198694712624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:14:36.528Z] Sending build context to Docker daemon 549.9kB [2021-04-19T06:14:36.648Z] ---> docker-login.sh [2021-04-19T06:14:36.648Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:14:36.803Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:14:36.803Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-19T06:14:36.803Z] ---> 8a2a6e754f65 [2021-04-19T06:14:36.803Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-19T06:14:36.803Z] ---> Running in e6a2f7fe24b5 [2021-04-19T06:14:36.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:36.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:36.921Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:36.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:36.921Z] [2021-04-19T06:14:36.921Z] Login Succeeded [2021-04-19T06:14:36.921Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:14:37.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:37.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:37.200Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:37.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:37.200Z] [2021-04-19T06:14:37.200Z] Login Succeeded [2021-04-19T06:14:37.407Z] Removing intermediate container e6a2f7fe24b5 [2021-04-19T06:14:37.407Z] ---> 76135a79e982 [2021-04-19T06:14:37.407Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T06:14:37.407Z] ---> Running in 00067ac17f60 [2021-04-19T06:14:37.478Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:14:37.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:37.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:37.478Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:37.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:37.478Z] [2021-04-19T06:14:37.478Z] Login Succeeded [2021-04-19T06:14:37.478Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:14:37.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:37.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:37.746Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:37.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:37.746Z] [2021-04-19T06:14:37.746Z] Login Succeeded [2021-04-19T06:14:37.746Z] docker.io [2021-04-19T06:14:38.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:38.013Z] Removing intermediate container 00067ac17f60 [2021-04-19T06:14:38.013Z] ---> 48f86a03dc7c [2021-04-19T06:14:38.013Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:14:38.013Z] ---> Running in da2f98bf82cf [2021-04-19T06:14:38.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:38.281Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:38.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:38.282Z] [2021-04-19T06:14:38.282Z] Login Succeeded [2021-04-19T06:14:38.282Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:14:38.296Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:14:38.416Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2021-04-19T06:14:38.416Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:14:38.416Z] latest [2021-04-19T06:14:38.416Z] 1.3.2-dev.6 [2021-04-19T06:14:38.416Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:14:38.416Z] master [2021-04-19T06:14:38.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:38.795Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:39.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:14:39.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-19T06:14:39.400Z] e92974d1467b: Preparing [2021-04-19T06:14:39.400Z] 503539dd5165: Preparing [2021-04-19T06:14:39.400Z] a235c952969d: Preparing [2021-04-19T06:14:39.400Z] 80d21a79118f: Preparing [2021-04-19T06:14:39.400Z] 32f366d666a5: Preparing [2021-04-19T06:14:39.400Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:39.682Z] 503539dd5165: Pushed [2021-04-19T06:14:39.682Z] e92974d1467b: Pushed [2021-04-19T06:14:39.959Z] 80d21a79118f: Pushed [2021-04-19T06:14:40.643Z] Removing intermediate container da2f98bf82cf [2021-04-19T06:14:40.643Z] ---> 5503c7257527 [2021-04-19T06:14:40.643Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T06:14:40.643Z] ---> Running in 5247cb2644af [2021-04-19T06:14:41.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:14:41.418Z] a235c952969d: Pushed [2021-04-19T06:14:41.418Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:41.789Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:42.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-04-19T06:14:42.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-19T06:14:42.113Z] e92974d1467b: Preparing [2021-04-19T06:14:42.113Z] 503539dd5165: Preparing [2021-04-19T06:14:42.113Z] a235c952969d: Preparing [2021-04-19T06:14:42.113Z] 80d21a79118f: Preparing [2021-04-19T06:14:42.113Z] 32f366d666a5: Preparing [2021-04-19T06:14:42.113Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:42.113Z] a235c952969d: Layer already exists [2021-04-19T06:14:42.113Z] 80d21a79118f: Layer already exists [2021-04-19T06:14:42.113Z] 503539dd5165: Layer already exists [2021-04-19T06:14:42.113Z] e92974d1467b: Layer already exists [2021-04-19T06:14:42.113Z] latest: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:42.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:14:42.430Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:42.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 [2021-04-19T06:14:42.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-19T06:14:42.780Z] e92974d1467b: Preparing [2021-04-19T06:14:42.780Z] 503539dd5165: Preparing [2021-04-19T06:14:42.780Z] a235c952969d: Preparing [2021-04-19T06:14:42.780Z] 80d21a79118f: Preparing [2021-04-19T06:14:42.780Z] 32f366d666a5: Preparing [2021-04-19T06:14:42.780Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:42.780Z] a235c952969d: Layer already exists [2021-04-19T06:14:42.780Z] 503539dd5165: Layer already exists [2021-04-19T06:14:42.780Z] 80d21a79118f: Layer already exists [2021-04-19T06:14:42.780Z] e92974d1467b: Layer already exists [2021-04-19T06:14:43.053Z] 1.3.2-dev.6: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:43.202Z] OK: 149 MiB in 52 packages [2021-04-19T06:14:43.384Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:43.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:14:43.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-19T06:14:43.981Z] e92974d1467b: Preparing [2021-04-19T06:14:43.981Z] 503539dd5165: Preparing [2021-04-19T06:14:43.981Z] a235c952969d: Preparing [2021-04-19T06:14:43.981Z] 80d21a79118f: Preparing [2021-04-19T06:14:43.981Z] 32f366d666a5: Preparing [2021-04-19T06:14:43.981Z] a235c952969d: Layer already exists [2021-04-19T06:14:43.981Z] 80d21a79118f: Layer already exists [2021-04-19T06:14:43.981Z] 503539dd5165: Layer already exists [2021-04-19T06:14:43.981Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:43.981Z] e92974d1467b: Layer already exists [2021-04-19T06:14:44.174Z] Removing intermediate container 5247cb2644af [2021-04-19T06:14:44.174Z] ---> df7761e74e32 [2021-04-19T06:14:44.174Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-19T06:14:44.252Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:44.447Z] ---> Running in af7fe152f828 [2021-04-19T06:14:44.637Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:44.728Z] Removing intermediate container af7fe152f828 [2021-04-19T06:14:44.728Z] ---> 17c4ef2bb018 [2021-04-19T06:14:44.728Z] Step 8/23 : COPY . . [2021-04-19T06:14:45.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2021-04-19T06:14:45.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-19T06:14:45.096Z] e92974d1467b: Preparing [2021-04-19T06:14:45.096Z] 503539dd5165: Preparing [2021-04-19T06:14:45.096Z] a235c952969d: Preparing [2021-04-19T06:14:45.096Z] 80d21a79118f: Preparing [2021-04-19T06:14:45.096Z] 32f366d666a5: Preparing [2021-04-19T06:14:45.096Z] 80d21a79118f: Layer already exists [2021-04-19T06:14:45.096Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:45.096Z] a235c952969d: Layer already exists [2021-04-19T06:14:45.096Z] e92974d1467b: Layer already exists [2021-04-19T06:14:45.096Z] 503539dd5165: Layer already exists [2021-04-19T06:14:45.096Z] master: digest: sha256:f4aaf0db62f9e5b7dbb26d02d7a285222e365cc53dd7b0653c47af0123bd2dd5 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:14:45.184Z] ===================================================== [Pipeline] echo [2021-04-19T06:14:45.200Z] taggedImages: [2021-04-19T06:14:45.200Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:14:45.200Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-04-19T06:14:45.200Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.6 [2021-04-19T06:14:45.200Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:14:45.200Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:14:45.710Z] ---> e3f860457b11 [2021-04-19T06:14:45.710Z] Step 9/23 : RUN go mod download [2021-04-19T06:14:45.903Z] ---> job-cost.sh [2021-04-19T06:14:45.903Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LRGo [2021-04-19T06:14:45.986Z] ---> Running in fbd6e0c27e9a [2021-04-19T06:14:48.611Z] Removing intermediate container fbd6e0c27e9a [2021-04-19T06:14:48.611Z] ---> 921657b479a0 [2021-04-19T06:14:48.611Z] Step 10/23 : ARG MAKE='make build' [2021-04-19T06:14:48.611Z] ---> Running in ea471c20657e [2021-04-19T06:14:48.886Z] Removing intermediate container ea471c20657e [2021-04-19T06:14:48.886Z] ---> 9508cbcda7f9 [2021-04-19T06:14:48.886Z] Step 11/23 : RUN $MAKE [2021-04-19T06:14:49.160Z] ---> Running in ca375ec3fbdf [2021-04-19T06:14:50.599Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.6" -o cmd/device-mqtt ./cmd [2021-04-19T06:15:12.860Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T06:15:29.654Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-19T06:15:42.047Z] Removing intermediate container ca375ec3fbdf [2021-04-19T06:15:42.047Z] ---> f3d5f9df7d9b [2021-04-19T06:15:42.047Z] Step 12/23 : FROM alpine:3.12 [2021-04-19T06:15:42.047Z] 3.12: Pulling from library/alpine [2021-04-19T06:15:42.047Z] d2f70382dc9a: Pulling fs layer [2021-04-19T06:15:42.047Z] d2f70382dc9a: Verifying Checksum [2021-04-19T06:15:42.047Z] d2f70382dc9a: Download complete [2021-04-19T06:15:42.047Z] d2f70382dc9a: Pull complete [2021-04-19T06:15:42.047Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T06:15:42.047Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T06:15:42.047Z] ---> 9852663dfa18 [2021-04-19T06:15:42.047Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-19T06:15:42.322Z] ---> Running in 0acad3296de1 [2021-04-19T06:15:42.916Z] Removing intermediate container 0acad3296de1 [2021-04-19T06:15:42.916Z] ---> a90f149a4b60 [2021-04-19T06:15:42.916Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T06:15:42.916Z] ---> Running in 76b5e2d6c715 [2021-04-19T06:15:44.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:15:44.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:15:44.620Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T06:15:44.620Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T06:15:44.620Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T06:15:44.620Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T06:15:44.620Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T06:15:44.900Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T06:15:44.900Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T06:15:44.900Z] OK: 8 MiB in 20 packages [2021-04-19T06:15:46.335Z] Removing intermediate container 76b5e2d6c715 [2021-04-19T06:15:46.335Z] ---> 937a34cfc666 [2021-04-19T06:15:46.335Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-19T06:15:47.310Z] ---> e5cabdd5f4f6 [2021-04-19T06:15:47.310Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-19T06:15:48.289Z] ---> 11f924357705 [2021-04-19T06:15:48.289Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-19T06:15:48.886Z] ---> 4f75a8b1d790 [2021-04-19T06:15:48.886Z] Step 18/23 : EXPOSE 49982 [2021-04-19T06:15:48.886Z] ---> Running in 60b428575034 [2021-04-19T06:15:49.481Z] Removing intermediate container 60b428575034 [2021-04-19T06:15:49.481Z] ---> f4e5a756498f [2021-04-19T06:15:49.481Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-04-19T06:15:49.481Z] ---> Running in 7e568631b39e [2021-04-19T06:15:50.076Z] Removing intermediate container 7e568631b39e [2021-04-19T06:15:50.076Z] ---> f990f002c8a0 [2021-04-19T06:15:50.076Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T06:15:50.076Z] ---> Running in 22146438d64e [2021-04-19T06:15:50.668Z] Removing intermediate container 22146438d64e [2021-04-19T06:15:50.668Z] ---> e6b4ebac9de8 [2021-04-19T06:15:50.668Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T06:15:50.668Z] ---> Running in 0a62bba0f815 [2021-04-19T06:15:51.262Z] Removing intermediate container 0a62bba0f815 [2021-04-19T06:15:51.262Z] ---> feabf16cd96b [2021-04-19T06:15:51.262Z] Step 22/23 : LABEL git_sha=2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:15:51.262Z] ---> Running in 0cb1ae20d579 [2021-04-19T06:15:51.864Z] Removing intermediate container 0cb1ae20d579 [2021-04-19T06:15:51.864Z] ---> c358620f9a2f [2021-04-19T06:15:51.864Z] Step 23/23 : LABEL version=1.3.2-dev.6 [2021-04-19T06:15:51.864Z] ---> Running in a814fe9e5815 [2021-04-19T06:15:51.925Z] lf-activate-venv(): INFO: Adding /tmp/venv-LRGo/bin to PATH [2021-04-19T06:15:51.925Z] INFO: No Stack... [2021-04-19T06:15:51.925Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T06:15:51.925Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T06:15:52.306Z] + cut -d, -f6 [2021-04-19T06:15:52.306Z] + cat /w/workspace/device-mqtt-go/37/archives/cost.csv [Pipeline] lock [2021-04-19T06:15:52.430Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [2021-04-19T06:15:52.437Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] did not exist. Created. [2021-04-19T06:15:52.437Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [2021-04-19T06:15:52.477Z] Removing intermediate container a814fe9e5815 [2021-04-19T06:15:52.477Z] ---> dc5977c9d0e6 [2021-04-19T06:15:52.477Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T06:15:52.477Z] Successfully built dc5977c9d0e6 [2021-04-19T06:15:52.477Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:15:52.681Z] provisioning config files... [2021-04-19T06:15:52.720Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/37@tmp/config8873243102198904637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:15:52.835Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T06:15:53.048Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T06:15:53.060Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] // lock [2021-04-19T06:15:53.079Z] ---> docker-login.sh [2021-04-19T06:15:53.079Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T06:15:53.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:54.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:54.329Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:54.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:54.329Z] [2021-04-19T06:15:54.329Z] Login Succeeded [2021-04-19T06:15:54.329Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:15:54.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:54.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:54.604Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:54.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:54.604Z] [2021-04-19T06:15:54.604Z] Login Succeeded [2021-04-19T06:15:54.604Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:15:55.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:55.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:55.199Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:55.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:55.199Z] [2021-04-19T06:15:55.199Z] Login Succeeded [2021-04-19T06:15:55.199Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:15:55.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:55.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:55.795Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:55.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:55.795Z] [2021-04-19T06:15:55.795Z] Login Succeeded [2021-04-19T06:15:55.795Z] docker.io [2021-04-19T06:15:56.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:56.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:56.667Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:56.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:56.667Z] [2021-04-19T06:15:56.667Z] Login Succeeded [2021-04-19T06:15:56.667Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:15:56.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:15:56.754Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2021-04-19T06:15:56.754Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:15:56.754Z] latest [2021-04-19T06:15:56.754Z] 1.3.2-dev.6 [2021-04-19T06:15:56.754Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:15:56.754Z] master [2021-04-19T06:15:56.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:57.149Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:57.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:15:57.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-19T06:15:57.494Z] 3b4d11dcb45e: Preparing [2021-04-19T06:15:57.494Z] a217ce2c2e6c: Preparing [2021-04-19T06:15:57.494Z] a8a7999b6bcc: Preparing [2021-04-19T06:15:57.494Z] d1e107e6b017: Preparing [2021-04-19T06:15:57.494Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:57.784Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:57.784Z] 3b4d11dcb45e: Pushed [2021-04-19T06:15:57.784Z] a217ce2c2e6c: Pushed [2021-04-19T06:15:58.377Z] d1e107e6b017: Pushed [2021-04-19T06:16:00.983Z] a8a7999b6bcc: Pushed [2021-04-19T06:16:01.258Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:01.613Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:01.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-04-19T06:16:01.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-19T06:16:01.952Z] 3b4d11dcb45e: Preparing [2021-04-19T06:16:01.952Z] a217ce2c2e6c: Preparing [2021-04-19T06:16:01.952Z] a8a7999b6bcc: Preparing [2021-04-19T06:16:01.952Z] d1e107e6b017: Preparing [2021-04-19T06:16:01.952Z] 3fbe34a1663b: Preparing [2021-04-19T06:16:01.952Z] 3b4d11dcb45e: Layer already exists [2021-04-19T06:16:01.952Z] d1e107e6b017: Layer already exists [2021-04-19T06:16:01.952Z] a8a7999b6bcc: Layer already exists [2021-04-19T06:16:01.952Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:16:01.952Z] a217ce2c2e6c: Layer already exists [2021-04-19T06:16:02.228Z] latest: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:02.569Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:02.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 [2021-04-19T06:16:02.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-19T06:16:02.909Z] 3b4d11dcb45e: Preparing [2021-04-19T06:16:02.909Z] a217ce2c2e6c: Preparing [2021-04-19T06:16:02.909Z] a8a7999b6bcc: Preparing [2021-04-19T06:16:02.909Z] d1e107e6b017: Preparing [2021-04-19T06:16:02.909Z] 3fbe34a1663b: Preparing [2021-04-19T06:16:03.183Z] a8a7999b6bcc: Layer already exists [2021-04-19T06:16:03.183Z] a217ce2c2e6c: Layer already exists [2021-04-19T06:16:03.183Z] d1e107e6b017: Layer already exists [2021-04-19T06:16:03.183Z] 3b4d11dcb45e: Layer already exists [2021-04-19T06:16:03.183Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:16:03.183Z] 1.3.2-dev.6: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:03.538Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:03.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:16:03.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-19T06:16:03.884Z] 3b4d11dcb45e: Preparing [2021-04-19T06:16:03.884Z] a217ce2c2e6c: Preparing [2021-04-19T06:16:03.884Z] a8a7999b6bcc: Preparing [2021-04-19T06:16:03.884Z] d1e107e6b017: Preparing [2021-04-19T06:16:03.884Z] 3fbe34a1663b: Preparing [2021-04-19T06:16:04.158Z] a217ce2c2e6c: Layer already exists [2021-04-19T06:16:04.158Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:16:04.158Z] d1e107e6b017: Layer already exists [2021-04-19T06:16:04.158Z] a8a7999b6bcc: Layer already exists [2021-04-19T06:16:04.158Z] 3b4d11dcb45e: Layer already exists [2021-04-19T06:16:04.158Z] 2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:04.498Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:16:04.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2021-04-19T06:16:04.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-19T06:16:04.839Z] 3b4d11dcb45e: Preparing [2021-04-19T06:16:04.839Z] a217ce2c2e6c: Preparing [2021-04-19T06:16:04.839Z] a8a7999b6bcc: Preparing [2021-04-19T06:16:04.839Z] d1e107e6b017: Preparing [2021-04-19T06:16:04.839Z] 3fbe34a1663b: Preparing [2021-04-19T06:16:04.839Z] a217ce2c2e6c: Layer already exists [2021-04-19T06:16:04.839Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:16:04.839Z] d1e107e6b017: Layer already exists [2021-04-19T06:16:04.839Z] 3b4d11dcb45e: Layer already exists [2021-04-19T06:16:04.839Z] a8a7999b6bcc: Layer already exists [2021-04-19T06:16:05.112Z] master: digest: sha256:f25970b41e7b2fd118dd64eaf59fafc7369c4ee98900809ab85f3feb139050e2 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:16:05.183Z] ===================================================== [Pipeline] echo [2021-04-19T06:16:05.199Z] taggedImages: [2021-04-19T06:16:05.199Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b [2021-04-19T06:16:05.199Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-04-19T06:16:05.199Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.6 [2021-04-19T06:16:05.199Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:2de84ed3a33e57cbb484e8c5506a067ab9af376b-1.3.2-dev.6 [2021-04-19T06:16:05.199Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:16:05.581Z] ---> job-cost.sh [2021-04-19T06:16:05.581Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SaPk [2021-04-19T06:16:52.521Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T06:18:29.360Z] lf-activate-venv(): INFO: Adding /tmp/venv-SaPk/bin to PATH [2021-04-19T06:18:29.360Z] INFO: No Stack... [2021-04-19T06:18:29.360Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T06:18:29.360Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T06:18:29.695Z] + cut -d, -f6 [2021-04-19T06:18:29.695Z] + cat /w/workspace/device-mqtt-go/37/archives/cost.csv [Pipeline] lock [2021-04-19T06:18:29.809Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [2021-04-19T06:18:29.822Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] did not exist. Created. [2021-04-19T06:18:29.822Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T06:18:30.189Z] /w/workspace/device-mqtt-go/37@tmp/durable-3dee9f91/script.sh: 1: /w/workspace/device-mqtt-go/37@tmp/durable-3dee9f91/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T06:18:30.534Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T06:18:30.570Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T06:18:30.714Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T06:18:30.728Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-37-stack-cost] [Pipeline] // lock [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-04-19T06:18:31.140Z] provisioning config files... [2021-04-19T06:18:31.150Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config9001912136804147078tmp [Pipeline] { [Pipeline] sh [2021-04-19T06:18:31.485Z] + set +x [2021-04-19T06:18:31.485Z] + curl -s https://codecov.io/bash [2021-04-19T06:18:31.485Z] + bash -s -- [2021-04-19T06:18:31.752Z] [2021-04-19T06:18:31.752Z] _____ _ [2021-04-19T06:18:31.752Z] / ____| | | [2021-04-19T06:18:31.752Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T06:18:31.752Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T06:18:31.752Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T06:18:31.752Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T06:18:31.752Z] Bash-1.0.1 [2021-04-19T06:18:31.753Z] [2021-04-19T06:18:31.753Z] [2021-04-19T06:18:31.753Z] ==> git version 2.24.3 found [2021-04-19T06:18:31.753Z] ==> 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-04-19T06:18:31.753Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T06:18:31.753Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T06:18:31.753Z] ==> Jenkins CI detected. [2021-04-19T06:18:31.753Z] project root: . [2021-04-19T06:18:31.753Z] --> token set from env [2021-04-19T06:18:31.753Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T06:18:31.753Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T06:18:31.753Z] ==> Python coveragepy not found [2021-04-19T06:18:31.753Z] ==> Searching for coverage reports in: [2021-04-19T06:18:31.753Z] + . [2021-04-19T06:18:31.753Z] -> Found 1 reports [2021-04-19T06:18:31.753Z] ==> Detecting git/mercurial file structure [2021-04-19T06:18:31.753Z] ==> Reading reports [2021-04-19T06:18:31.753Z] + ./coverage.out bytes=19386 [2021-04-19T06:18:31.753Z] ==> Appending adjustments [2021-04-19T06:18:31.753Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T06:18:31.753Z] + Found adjustments [2021-04-19T06:18:31.753Z] ==> Gzipping contents [2021-04-19T06:18:31.753Z] 4.0K /tmp/codecov.hguxcx.gz [2021-04-19T06:18:31.753Z] ==> Uploading reports [2021-04-19T06:18:31.753Z] url: https://codecov.io [2021-04-19T06:18:31.753Z] query: branch=master&commit=2de84ed3a33e57cbb484e8c5506a067ab9af376b&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T06:18:31.753Z] -> Pinging Codecov [2021-04-19T06:18:31.753Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=2de84ed3a33e57cbb484e8c5506a067ab9af376b&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T06:18:33.149Z] -> Uploading to [2021-04-19T06:18:33.149Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/7D719EC7BBE17E464838252E33014C33/2de84ed3a33e57cbb484e8c5506a067ab9af376b/e7df9a77-f397-4af0-ac6c-1fb324afd98f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T061832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0e6c2c91de4bf99c8ed89fa36c4c43882a52d0df390cc31c945925ec6abb26f [2021-04-19T06:18:33.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T06:18:33.149Z] Dload Upload Total Spent Left Speed [2021-04-19T06:18:33.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3396 0 0 100 3396 0 8724 --:--:-- --:--:-- --:--:-- 8730 [2021-04-19T06:18:33.149Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] } [2021-04-19T06:18:33.159Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T06:18:33.406Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T06:18:33.429Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:18:33.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:18:33.746Z] [2021-04-19T06:18:33.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:18:34.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:18:34.064Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T06:18:34.064Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T06:18:34.064Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T06:18:34.064Z] de9db76c5a1d: Pulling fs layer [2021-04-19T06:18:34.064Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T06:18:34.064Z] 0d57e429df01: Pulling fs layer [2021-04-19T06:18:34.064Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T06:18:34.064Z] e1f770b5df2f: Pulling fs layer [2021-04-19T06:18:34.064Z] 85a0685a4137: Pulling fs layer [2021-04-19T06:18:34.064Z] 0eba1c9be4d2: Waiting [2021-04-19T06:18:34.064Z] 0d57e429df01: Waiting [2021-04-19T06:18:34.064Z] 4e4be7b47b0d: Waiting [2021-04-19T06:18:34.064Z] e1f770b5df2f: Waiting [2021-04-19T06:18:34.064Z] 85a0685a4137: Waiting [2021-04-19T06:18:34.064Z] de9db76c5a1d: Verifying Checksum [2021-04-19T06:18:34.064Z] de9db76c5a1d: Download complete [2021-04-19T06:18:34.064Z] 0ef7d3d256c8: Download complete [2021-04-19T06:18:34.064Z] 0d57e429df01: Verifying Checksum [2021-04-19T06:18:34.064Z] 0d57e429df01: Download complete [2021-04-19T06:18:34.064Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T06:18:34.064Z] 188c0c94c7c5: Download complete [2021-04-19T06:18:34.341Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T06:18:34.341Z] 4e4be7b47b0d: Download complete [2021-04-19T06:18:34.612Z] 188c0c94c7c5: Pull complete [2021-04-19T06:18:34.877Z] 0ef7d3d256c8: Pull complete [2021-04-19T06:18:34.877Z] de9db76c5a1d: Pull complete [2021-04-19T06:18:35.141Z] e1f770b5df2f: Verifying Checksum [2021-04-19T06:18:35.141Z] e1f770b5df2f: Download complete [2021-04-19T06:18:36.638Z] 0eba1c9be4d2: Download complete [2021-04-19T06:18:37.218Z] 85a0685a4137: Verifying Checksum [2021-04-19T06:18:37.218Z] 85a0685a4137: Download complete [2021-04-19T06:18:42.542Z] 0eba1c9be4d2: Pull complete [2021-04-19T06:18:42.542Z] 0d57e429df01: Pull complete [2021-04-19T06:18:42.542Z] 4e4be7b47b0d: Pull complete [2021-04-19T06:18:43.951Z] e1f770b5df2f: Pull complete [2021-04-19T06:18:52.147Z] 85a0685a4137: Pull complete [2021-04-19T06:18:52.147Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T06:18:52.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:18:52.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T06:18:52.367Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:18:52.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:18:53.479Z] $ docker top 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T06:18:53.647Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T06:18:53.946Z] + set -o pipefail [2021-04-19T06:18:53.946Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T06:19:03.987Z] [2021-04-19T06:19:03.987Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2021-04-19T06:19:03.987Z] [2021-04-19T06:19:03.987Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/e9d1b3b9-3315-4e12-aaaf-e29b148f085f [2021-04-19T06:19:03.987Z] [2021-04-19T06:19:03.987Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T06:19:03.987Z] [2021-04-19T06:19:03.987Z] [2021-04-19T06:19:03.987Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T06:19:03.987Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T06:19:04.004Z] $ docker stop --time=1 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 [2021-04-19T06:19:06.796Z] $ docker rm -f 2aa8cc91c9e849ab587b5923e4b5da9c6f73c1fc186a0b75b7fd51dec133ac28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T06:19:07.971Z] + git log --format=format:%s -1 2de84ed3a33e57cbb484e8c5506a067ab9af376b [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:08.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:19:08.284Z] . [Pipeline] withDockerContainer [2021-04-19T06:19:08.398Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:19:08.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:19:09.244Z] $ docker top ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:19:09.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:19:09.422Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:19:09.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:19:09.678Z] $ docker exec ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 ssh-agent [2021-04-19T06:19:09.847Z] SSH_AUTH_SOCK=/tmp/ssh-K6kNdEOG3MUU/agent.11 [2021-04-19T06:19:09.847Z] SSH_AGENT_PID=16 [2021-04-19T06:19:09.855Z] Running ssh-add (command line suppressed) [2021-04-19T06:19:09.988Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6821089242580402865.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6821089242580402865.key) [2021-04-19T06:19:10.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:19:10.352Z] + git semver tag [2021-04-19T06:19:10.352Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:19:10.352Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-19T06:19:10.352Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:19:10.352Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:19:10.352Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:19:10.352Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:19:10.352Z] # $SEMVER_BRANCH = master [2021-04-19T06:19:10.352Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-04-19T06:19:10.352Z] # 2de84ed3a33e57cbb484e8c5506a067ab9af376b HEAD [2021-04-19T06:19:10.352Z] # -> Force: false [2021-04-19T06:19:10.352Z] # 820fadb70d4eb933b983a68e6022e26c8de3b0ee refs/tags/v1.3.2-dev.6 [Pipeline] } [2021-04-19T06:19:10.385Z] $ docker exec --env ******** --env ******** ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 ssh-agent -k [2021-04-19T06:19:10.506Z] unset SSH_AUTH_SOCK; [2021-04-19T06:19:10.507Z] unset SSH_AGENT_PID; [2021-04-19T06:19:10.507Z] echo Agent pid 16 killed; [2021-04-19T06:19:10.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:19:10.896Z] + git semver [Pipeline] } [2021-04-19T06:19:10.915Z] $ docker stop --time=1 ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 [2021-04-19T06:19:12.331Z] $ docker rm -f ead50d32606ef3be72946d8e3313da212dbbb6dd7cefc1623fa7434603c5f418 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:12.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:19:12.814Z] [2021-04-19T06:19:12.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:13.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:19:13.160Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T06:19:13.160Z] ab5ef0e58194: Pulling fs layer [2021-04-19T06:19:13.160Z] 9712f1f96733: Pulling fs layer [2021-04-19T06:19:13.160Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T06:19:13.160Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T06:19:13.160Z] e9a5061849ea: Pulling fs layer [2021-04-19T06:19:13.160Z] d747dcd14b5f: Pulling fs layer [2021-04-19T06:19:13.160Z] 2de7ff778b66: Pulling fs layer [2021-04-19T06:19:13.160Z] e9a5061849ea: Waiting [2021-04-19T06:19:13.160Z] 0d9ebad4ef96: Waiting [2021-04-19T06:19:13.160Z] 2de7ff778b66: Waiting [2021-04-19T06:19:13.160Z] d747dcd14b5f: Waiting [2021-04-19T06:19:13.160Z] 9712f1f96733: Verifying Checksum [2021-04-19T06:19:13.160Z] 9712f1f96733: Download complete [2021-04-19T06:19:14.556Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T06:19:14.556Z] 63f879dbbcfc: Download complete [2021-04-19T06:19:14.819Z] e9a5061849ea: Verifying Checksum [2021-04-19T06:19:14.819Z] e9a5061849ea: Download complete [2021-04-19T06:19:14.819Z] d747dcd14b5f: Verifying Checksum [2021-04-19T06:19:14.819Z] d747dcd14b5f: Download complete [2021-04-19T06:19:15.397Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T06:19:15.397Z] 0d9ebad4ef96: Download complete [2021-04-19T06:19:15.397Z] 2de7ff778b66: Verifying Checksum [2021-04-19T06:19:15.397Z] 2de7ff778b66: Download complete [2021-04-19T06:19:15.397Z] ab5ef0e58194: Verifying Checksum [2021-04-19T06:19:15.397Z] ab5ef0e58194: Download complete [2021-04-19T06:19:19.615Z] ab5ef0e58194: Pull complete [2021-04-19T06:19:19.879Z] 9712f1f96733: Pull complete [2021-04-19T06:19:22.462Z] 63f879dbbcfc: Pull complete [2021-04-19T06:19:29.134Z] 0d9ebad4ef96: Pull complete [2021-04-19T06:19:31.687Z] e9a5061849ea: Pull complete [2021-04-19T06:19:31.687Z] d747dcd14b5f: Pull complete [2021-04-19T06:19:33.609Z] 2de7ff778b66: Pull complete [2021-04-19T06:19:33.609Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T06:19:33.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:19:33.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T06:19:33.801Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:19:33.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:19:36.582Z] $ docker top 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T06:19:36.714Z] provisioning config files... [2021-04-19T06:19:36.723Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5787347372717973826tmp [2021-04-19T06:19:36.740Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8520986318816500570tmp [2021-04-19T06:19:36.753Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3792067420260953854tmp [Pipeline] { [Pipeline] echo [2021-04-19T06:19:36.809Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:37.107Z] ---> sigul-configuration.sh [2021-04-19T06:19:37.107Z] gpg: directory `/root/.gnupg' created [2021-04-19T06:19:37.107Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T06:19:37.107Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T06:19:37.107Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T06:19:37.107Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T06:19:37.107Z] gpg: CAST5 encrypted data [2021-04-19T06:19:37.371Z] gpg: encrypted with 1 passphrase [2021-04-19T06:19:37.371Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T06:19:37.669Z] + mkdir /home/jenkins [2021-04-19T06:19:37.669Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T06:19:37.970Z] + 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-04-19T06:19:37.981Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:38.277Z] ---> sigul-install.sh [2021-04-19T06:19:44.881Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T06:19:45.178Z] + git tag --list [2021-04-19T06:19:45.178Z] 0.7.1 [2021-04-19T06:19:45.178Z] v1.0.0 [2021-04-19T06:19:45.178Z] v1.1.0 [2021-04-19T06:19:45.178Z] v1.1.1 [2021-04-19T06:19:45.178Z] v1.2.2 [2021-04-19T06:19:45.178Z] v1.3.0 [2021-04-19T06:19:45.178Z] v1.3.1 [2021-04-19T06:19:45.178Z] v1.3.1-dev.1 [2021-04-19T06:19:45.178Z] v1.3.1-dev.2 [2021-04-19T06:19:45.178Z] v1.3.1-dev.3 [2021-04-19T06:19:45.178Z] v1.3.1-dev.4 [2021-04-19T06:19:45.178Z] v1.3.2-dev.1 [2021-04-19T06:19:45.178Z] v1.3.2-dev.2 [2021-04-19T06:19:45.178Z] v1.3.2-dev.3 [2021-04-19T06:19:45.178Z] v1.3.2-dev.4 [2021-04-19T06:19:45.178Z] v1.3.2-dev.5 [2021-04-19T06:19:45.178Z] v1.3.2-dev.6 [Pipeline] sh [2021-04-19T06:19:45.473Z] + lftools sign git-tag v1.3.2-dev.6 [2021-04-19T06:19:46.866Z] Signing Git tag with Sigul... [2021-04-19T06:19:46.866Z] Signing v1.3.2-dev.6 [Pipeline] echo [2021-04-19T06:19:47.826Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:48.229Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T06:19:48.252Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T06:19:48.338Z] $ docker stop --time=1 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a [2021-04-19T06:19:50.347Z] $ docker rm -f 849e2d2de2bc44fd8aee75a72b8d89ca504945ae5840e6207740012cfe39a42a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:50.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:19:50.971Z] . [Pipeline] withDockerContainer [2021-04-19T06:19:51.072Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:19:51.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:19:51.885Z] $ docker top 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:19:52.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:19:52.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:19:52.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:19:52.241Z] $ docker exec 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 ssh-agent [2021-04-19T06:19:52.411Z] SSH_AUTH_SOCK=/tmp/ssh-Kyo8QINrglKR/agent.12 [2021-04-19T06:19:52.411Z] SSH_AGENT_PID=18 [2021-04-19T06:19:52.418Z] Running ssh-add (command line suppressed) [2021-04-19T06:19:52.542Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4988614903553488009.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4988614903553488009.key) [2021-04-19T06:19:52.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:19:52.926Z] + git semver bump pre [2021-04-19T06:19:52.926Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:19:52.926Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-19T06:19:52.926Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:19:52.926Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:19:52.927Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:19:52.927Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:19:52.927Z] # $SEMVER_BRANCH = master [2021-04-19T06:19:52.927Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-04-19T06:19:52.927Z] 1.3.2-dev.7 [Pipeline] } [2021-04-19T06:19:52.939Z] $ docker exec --env ******** --env ******** 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 ssh-agent -k [2021-04-19T06:19:53.057Z] unset SSH_AUTH_SOCK; [2021-04-19T06:19:53.058Z] unset SSH_AGENT_PID; [2021-04-19T06:19:53.058Z] echo Agent pid 18 killed; [2021-04-19T06:19:53.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:19:53.447Z] + git semver [Pipeline] } [2021-04-19T06:19:53.466Z] $ docker stop --time=1 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 [2021-04-19T06:19:54.817Z] $ docker rm -f 91ffb90b7060d108ae81c353b8a5a8680fad98d0b904ad5ecd419a16a694d1f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:55.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:19:55.234Z] . [Pipeline] withDockerContainer [2021-04-19T06:19:55.329Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:19:55.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:19:55.954Z] $ docker top d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:19:56.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:19:56.109Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:19:56.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:19:56.300Z] $ docker exec d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c ssh-agent [2021-04-19T06:19:56.473Z] SSH_AUTH_SOCK=/tmp/ssh-nmb5bouV7ml4/agent.12 [2021-04-19T06:19:56.473Z] SSH_AGENT_PID=17 [2021-04-19T06:19:56.479Z] Running ssh-add (command line suppressed) [2021-04-19T06:19:56.608Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2015055545572528477.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2015055545572528477.key) [2021-04-19T06:19:56.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:19:56.970Z] + git semver push [2021-04-19T06:19:56.970Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:19:56.970Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-19T06:19:56.970Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:19:56.970Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:19:56.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:19:56.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:19:56.970Z] # $SEMVER_BRANCH = master [2021-04-19T06:19:56.970Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-04-19T06:20:01.205Z] $ docker exec --env ******** --env ******** d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c ssh-agent -k [2021-04-19T06:20:01.349Z] unset SSH_AUTH_SOCK; [2021-04-19T06:20:01.349Z] unset SSH_AGENT_PID; [2021-04-19T06:20:01.349Z] echo Agent pid 17 killed; [2021-04-19T06:20:01.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:20:01.753Z] + git semver [Pipeline] } [2021-04-19T06:20:01.770Z] $ docker stop --time=1 d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c [2021-04-19T06:20:03.127Z] $ docker rm -f d1211c559091234eb6d96436118772254a1d6965142c8eaa9751b111caac931c [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-04-19T06:20:03.878Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:04.446Z] ---> package-listing.sh [2021-04-19T06:20:04.446Z] ++ facter osfamily [2021-04-19T06:20:04.446Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T06:20:04.446Z] + OS_FAMILY=redhat [2021-04-19T06:20:04.446Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:20:04.446Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T06:20:04.446Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T06:20:04.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T06:20:04.446Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T06:20:04.446Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-04-19T06:20:04.446Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T06:20:04.446Z] + case "${OS_FAMILY}" in [2021-04-19T06:20:04.446Z] + rpm -qa [2021-04-19T06:20:04.446Z] + sort [2021-04-19T06:20:09.756Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T06:20:09.756Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T06:20:09.756Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T06:20:09.756Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-04-19T06:20:09.756Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2021-04-19T06:20:09.756Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2021-04-19T06:20:09.770Z] 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/gexfoundry_device-mqtt-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-04-19T06:20:10.069Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:20:10.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:20:10.373Z] [2021-04-19T06:20:10.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:20:10.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:20:10.688Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T06:20:10.688Z] df20fa9351a1: Pulling fs layer [2021-04-19T06:20:10.688Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T06:20:10.688Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T06:20:10.688Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T06:20:10.688Z] 93b61091891f: Pulling fs layer [2021-04-19T06:20:10.688Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T06:20:10.688Z] 5e14af77c1be: Pulling fs layer [2021-04-19T06:20:10.688Z] 01666e4c0597: Pulling fs layer [2021-04-19T06:20:10.688Z] aa168da1d23b: Pulling fs layer [2021-04-19T06:20:10.688Z] 46f8f816bc3b: Waiting [2021-04-19T06:20:10.688Z] 93b61091891f: Waiting [2021-04-19T06:20:10.688Z] 93b9cdb0e59b: Waiting [2021-04-19T06:20:10.688Z] 01666e4c0597: Waiting [2021-04-19T06:20:10.688Z] aa168da1d23b: Waiting [2021-04-19T06:20:10.688Z] 5e14af77c1be: Waiting [2021-04-19T06:20:10.688Z] 36b3adc4ff6f: Download complete [2021-04-19T06:20:10.688Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T06:20:10.688Z] 46f8f816bc3b: Download complete [2021-04-19T06:20:10.688Z] df20fa9351a1: Verifying Checksum [2021-04-19T06:20:10.688Z] df20fa9351a1: Download complete [2021-04-19T06:20:10.951Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T06:20:10.951Z] 93b9cdb0e59b: Download complete [2021-04-19T06:20:10.951Z] 93b61091891f: Verifying Checksum [2021-04-19T06:20:10.951Z] 93b61091891f: Download complete [2021-04-19T06:20:10.951Z] 5e14af77c1be: Verifying Checksum [2021-04-19T06:20:10.951Z] 5e14af77c1be: Download complete [2021-04-19T06:20:10.951Z] 01666e4c0597: Verifying Checksum [2021-04-19T06:20:10.951Z] 01666e4c0597: Download complete [2021-04-19T06:20:10.951Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T06:20:10.951Z] 8ad3a11d3b57: Download complete [2021-04-19T06:20:11.215Z] df20fa9351a1: Pull complete [2021-04-19T06:20:11.792Z] 36b3adc4ff6f: Pull complete [2021-04-19T06:20:12.750Z] 8ad3a11d3b57: Pull complete [2021-04-19T06:20:12.750Z] 46f8f816bc3b: Pull complete [2021-04-19T06:20:12.750Z] aa168da1d23b: Verifying Checksum [2021-04-19T06:20:12.750Z] aa168da1d23b: Download complete [2021-04-19T06:20:13.698Z] 93b61091891f: Pull complete [2021-04-19T06:20:13.964Z] 93b9cdb0e59b: Pull complete [2021-04-19T06:20:13.964Z] 5e14af77c1be: Pull complete [2021-04-19T06:20:14.237Z] 01666e4c0597: Pull complete [2021-04-19T06:20:20.878Z] aa168da1d23b: Pull complete [2021-04-19T06:20:20.878Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T06:20:20.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:20:20.878Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T06:20:21.028Z] prd-centos7-docker-4c-2g-720 does not seem to be running inside a container [2021-04-19T06:20:21.073Z] $ 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/gexfoundry_device-mqtt-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/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-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-04-19T06:20:23.835Z] $ docker top 83a4a89a23bef1ddeef3b56cf32bbcef52a9b1065da387a1b9dbfd63d1336d63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:20:24.308Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T06:20:24.608Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T06:20:24.909Z] + ls /var/log/sa-host [2021-04-19T06:20:24.909Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T06:20:24.909Z] file_magic: OK [2021-04-19T06:20:24.909Z] HZ: Using current value: 100 [2021-04-19T06:20:24.909Z] file_header: OK [2021-04-19T06:20:24.909Z] 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-04-19T06:20:24.909Z] Statistics: [2021-04-19T06:20:24.909Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T06:20:24.909Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T06:20:24.909Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T06:20:24.909Z] file_magic: OK [2021-04-19T06:20:24.909Z] HZ: Using current value: 100 [2021-04-19T06:20:24.909Z] file_header: OK [2021-04-19T06:20:24.909Z] 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-04-19T06:20:24.909Z] Statistics: [2021-04-19T06:20:24.909Z] Hnuu...uuuununununu... [2021-04-19T06:20:24.909Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T06:20:25.070Z] provisioning config files... [2021-04-19T06:20:25.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1318159666129732042tmp [Pipeline] { [Pipeline] echo [2021-04-19T06:20:25.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:25.451Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T06:20:25.479Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T06:20:25.522Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:25.870Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T06:20:25.882Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:26.178Z] ---> sudo-logs.sh [2021-04-19T06:20:26.178Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T06:20:26.206Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:26.501Z] ---> job-cost.sh [2021-04-19T06:20:26.501Z] lf-activate-venv: SKIPPING [2021-04-19T06:20:26.501Z] DEBUG: total: 0.20999999344348907 [2021-04-19T06:20:26.501Z] INFO: Retrieving Stack Cost... [2021-04-19T06:20:29.056Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T06:20:29.629Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T06:20:29.644Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:20:29.943Z] ---> logs-deploy.sh [2021-04-19T06:20:29.943Z] lf-activate-venv: SKIPPING [2021-04-19T06:20:29.943Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/37 [2021-04-19T06:20:29.943Z] INFO: archiving workspace using pattern(s): [2021-04-19T06:20:31.337Z] Archives upload complete. [2021-04-19T06:20:31.600Z] INFO: archiving logs to Nexus [2021-04-19T06:20:32.548Z] ---> uname -a: [2021-04-19T06:20:32.548Z] Linux prd-centos7-docker-4c-2g-720.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-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> lscpu: [2021-04-19T06:20:32.548Z] Architecture: x86_64 [2021-04-19T06:20:32.548Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T06:20:32.548Z] Byte Order: Little Endian [2021-04-19T06:20:32.548Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T06:20:32.548Z] CPU(s): 4 [2021-04-19T06:20:32.548Z] On-line CPU(s) list: 0-3 [2021-04-19T06:20:32.548Z] Thread(s) per core: 1 [2021-04-19T06:20:32.548Z] Core(s) per socket: 1 [2021-04-19T06:20:32.548Z] Socket(s): 4 [2021-04-19T06:20:32.548Z] NUMA node(s): 1 [2021-04-19T06:20:32.548Z] Vendor ID: GenuineIntel [2021-04-19T06:20:32.548Z] CPU family: 6 [2021-04-19T06:20:32.548Z] Model: 44 [2021-04-19T06:20:32.548Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T06:20:32.548Z] Stepping: 1 [2021-04-19T06:20:32.548Z] CPU MHz: 2933.438 [2021-04-19T06:20:32.548Z] BogoMIPS: 5866.87 [2021-04-19T06:20:32.548Z] Virtualization: VT-x [2021-04-19T06:20:32.548Z] Hypervisor vendor: KVM [2021-04-19T06:20:32.548Z] Virtualization type: full [2021-04-19T06:20:32.548Z] L1d cache: 128 KiB [2021-04-19T06:20:32.548Z] L1i cache: 128 KiB [2021-04-19T06:20:32.548Z] L2 cache: 16 MiB [2021-04-19T06:20:32.548Z] L3 cache: 64 MiB [2021-04-19T06:20:32.548Z] NUMA node0 CPU(s): 0-3 [2021-04-19T06:20:32.548Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T06:20:32.548Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T06:20:32.548Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T06:20:32.548Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T06:20:32.548Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T06:20:32.548Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T06:20:32.548Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T06:20:32.548Z] Vulnerability Srbds: Not affected [2021-04-19T06:20:32.548Z] Vulnerability Tsx async abort: Not affected [2021-04-19T06:20:32.548Z] 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-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> nproc: [2021-04-19T06:20:32.548Z] 4 [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> df -h: [2021-04-19T06:20:32.548Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T06:20:32.548Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-19T06:20:32.548Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T06:20:32.548Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T06:20:32.548Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-19T06:20:32.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> free -m: [2021-04-19T06:20:32.548Z] total used free shared buff/cache available [2021-04-19T06:20:32.548Z] Mem: 1837 823 143 0 870 949 [2021-04-19T06:20:32.548Z] Swap: 1023 2 1021 [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> ip addr: [2021-04-19T06:20:32.548Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T06:20:32.548Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T06:20:32.548Z] inet 127.0.0.1/8 scope host lo [2021-04-19T06:20:32.548Z] valid_lft forever preferred_lft forever [2021-04-19T06:20:32.548Z] inet6 ::1/128 scope host [2021-04-19T06:20:32.548Z] valid_lft forever preferred_lft forever [2021-04-19T06:20:32.548Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T06:20:32.548Z] link/ether fa:16:3e:c5:b6:d0 brd ff:ff:ff:ff:ff:ff [2021-04-19T06:20:32.548Z] inet 10.30.123.74/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T06:20:32.548Z] valid_lft 85662sec preferred_lft 85662sec [2021-04-19T06:20:32.548Z] inet6 fe80::f816:3eff:fec5:b6d0/64 scope link [2021-04-19T06:20:32.548Z] valid_lft forever preferred_lft forever [2021-04-19T06:20:32.548Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T06:20:32.548Z] link/ether 02:42:de:4b:3e:7d brd ff:ff:ff:ff:ff:ff [2021-04-19T06:20:32.548Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T06:20:32.548Z] valid_lft forever preferred_lft forever [2021-04-19T06:20:32.548Z] inet6 fe80::42:deff:fe4b:3e7d/64 scope link [2021-04-19T06:20:32.548Z] valid_lft forever preferred_lft forever [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] ---> sar -b -r -n DEV: [2021-04-19T06:20:32.548Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] 06:08:02 LINUX RESTART (4 CPU) [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] 06:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T06:20:32.548Z] 06:10:01 4.35 1.38 2.96 0.00 88.59 72.92 0.00 [2021-04-19T06:20:32.548Z] 06:11:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 [2021-04-19T06:20:32.548Z] 06:12:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 [2021-04-19T06:20:32.548Z] 06:13:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 [2021-04-19T06:20:32.548Z] 06:14:01 0.28 0.00 0.28 0.00 0.00 3.83 0.00 [2021-04-19T06:20:32.548Z] 06:15:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 [2021-04-19T06:20:32.548Z] 06:16:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-04-19T06:20:32.548Z] 06:17:02 0.57 0.00 0.57 0.00 0.00 6.40 0.00 [2021-04-19T06:20:32.548Z] 06:18:01 0.15 0.00 0.15 0.00 0.00 2.03 0.00 [2021-04-19T06:20:32.548Z] 06:19:01 286.52 172.25 114.28 0.00 7966.19 35367.90 0.00 [2021-04-19T06:20:32.548Z] 06:20:01 224.05 79.84 144.21 0.00 4661.25 36310.89 0.00 [2021-04-19T06:20:32.548Z] Average: 47.13 23.09 24.04 0.00 1158.57 6539.96 0.00 [2021-04-19T06:20:32.548Z] [2021-04-19T06:20:32.548Z] 06:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T06:20:32.548Z] 06:10:01 173788 0 605708 32.19 2620 1099428 1100696 37.56 404556 1104696 20 [2021-04-19T06:20:32.548Z] 06:11:01 171248 0 608240 32.33 2620 1099436 1093488 37.32 410552 1101928 20 [2021-04-19T06:20:32.548Z] 06:12:01 171088 0 608396 32.33 2620 1099440 1091432 37.25 417712 1094812 16 [2021-04-19T06:20:32.548Z] 06:13:01 168956 0 610528 32.45 2620 1099440 1087404 37.11 422316 1092320 8 [2021-04-19T06:20:32.548Z] 06:14:01 170180 0 609296 32.38 2620 1099448 1080196 36.87 420144 1093692 12 [2021-04-19T06:20:32.548Z] 06:15:01 170400 0 609068 32.37 2620 1099456 1080124 36.86 419644 1093692 20 [2021-04-19T06:20:32.548Z] 06:16:01 170464 0 609000 32.37 2620 1099460 1080124 36.86 419772 1093692 12 [2021-04-19T06:20:32.548Z] 06:17:02 169416 0 610044 32.42 2620 1099464 1080316 36.87 420676 1093692 8 [2021-04-19T06:20:32.548Z] 06:18:01 169800 0 609652 32.40 2620 1099472 1080220 36.87 420180 1093692 8 [2021-04-19T06:20:32.548Z] 06:19:01 78708 0 798204 42.42 2596 1002036 1363356 46.53 563520 961288 80524 [2021-04-19T06:20:32.548Z] 06:20:01 258372 0 771768 41.02 1500 849904 1227244 41.88 556760 728688 56 [2021-04-19T06:20:32.549Z] Average: 170220 0 640900 34.06 2516 1067908 1124055 38.36 443257 1050199 7337 [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] 06:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T06:20:32.549Z] 06:10:01 eth0 12.24 6.59 10.23 2.75 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:11:01 eth0 1.82 0.38 0.38 0.20 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:12:01 eth0 1.83 0.70 0.72 0.37 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:13:01 eth0 0.52 0.35 0.27 0.23 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:14:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:15:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:16:01 eth0 0.90 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:17:02 eth0 0.60 0.45 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:18:01 eth0 0.59 0.36 0.28 0.21 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:19:01 veth460af9b 63.86 68.80 5.98 388.78 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:19:01 eth0 514.59 438.72 4472.15 69.07 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:19:01 docker0 63.86 68.69 5.11 388.77 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:20:01 vethbd54300 2.03 1.53 0.31 0.27 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:20:01 eth0 542.88 448.00 3509.53 108.68 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] 06:20:01 docker0 46.95 81.82 2.81 247.70 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] Average: vethbd54300 0.18 0.14 0.03 0.02 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] Average: eth0 98.06 81.62 728.33 16.56 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] Average: docker0 10.10 13.71 0.72 57.99 0.00 0.00 0.00 0.00 [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] ---> sar -P ALL: [2021-04-19T06:20:32.549Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] 06:08:02 LINUX RESTART (4 CPU) [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] 06:09:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T06:20:32.549Z] 06:10:01 all 0.40 0.00 0.15 0.03 0.01 99.41 [2021-04-19T06:20:32.549Z] 06:10:01 0 0.20 0.00 0.15 0.02 0.00 99.63 [2021-04-19T06:20:32.549Z] 06:10:01 1 0.48 0.00 0.17 0.02 0.02 99.32 [2021-04-19T06:20:32.549Z] 06:10:01 2 0.72 0.00 0.10 0.02 0.00 99.17 [2021-04-19T06:20:32.549Z] 06:10:01 3 0.22 0.00 0.20 0.05 0.02 99.52 [2021-04-19T06:20:32.549Z] 06:11:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-19T06:20:32.549Z] 06:11:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-19T06:20:32.549Z] 06:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T06:20:32.549Z] 06:11:01 2 0.45 0.00 0.05 0.00 0.00 99.50 [2021-04-19T06:20:32.549Z] 06:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T06:20:32.549Z] 06:12:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2021-04-19T06:20:32.549Z] 06:12:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T06:20:32.549Z] 06:12:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-19T06:20:32.549Z] 06:12:01 2 0.38 0.00 0.03 0.00 0.00 99.58 [2021-04-19T06:20:32.549Z] 06:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T06:20:32.549Z] 06:13:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-04-19T06:20:32.549Z] 06:13:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T06:20:32.549Z] 06:13:01 1 0.42 0.00 0.03 0.00 0.00 99.55 [2021-04-19T06:20:32.549Z] 06:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T06:20:32.549Z] 06:13:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2021-04-19T06:20:32.549Z] 06:14:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2021-04-19T06:20:32.549Z] 06:14:01 0 0.02 0.00 0.13 0.00 0.00 99.85 [2021-04-19T06:20:32.549Z] 06:14:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-19T06:20:32.549Z] 06:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:20:32.549Z] 06:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T06:20:32.549Z] 06:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-19T06:20:32.549Z] 06:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:20:32.549Z] 06:15:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T06:20:32.549Z] 06:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T06:20:32.549Z] 06:15:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T06:20:32.549Z] 06:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-19T06:20:32.549Z] 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:20:32.549Z] 06:16:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-19T06:20:32.549Z] 06:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T06:20:32.549Z] 06:16:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-19T06:20:32.549Z] 06:17:02 all 0.17 0.00 0.03 0.00 0.00 99.81 [2021-04-19T06:20:32.549Z] 06:17:02 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-19T06:20:32.549Z] 06:17:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T06:20:32.549Z] 06:17:02 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-19T06:20:32.549Z] 06:17:02 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-19T06:20:32.549Z] 06:18:01 all 0.17 0.00 0.03 0.00 0.00 99.81 [2021-04-19T06:20:32.549Z] 06:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-19T06:20:32.549Z] 06:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-19T06:20:32.549Z] 06:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2021-04-19T06:20:32.549Z] 06:18:01 3 0.56 0.00 0.02 0.00 0.00 99.42 [2021-04-19T06:20:32.549Z] 06:19:01 all 9.62 0.00 6.69 3.45 0.03 80.20 [2021-04-19T06:20:32.549Z] 06:19:01 0 9.71 0.00 6.97 3.08 0.02 80.22 [2021-04-19T06:20:32.549Z] 06:19:01 1 8.79 0.00 7.30 3.00 0.03 80.89 [2021-04-19T06:20:32.549Z] 06:19:01 2 9.77 0.00 6.12 4.30 0.03 79.79 [2021-04-19T06:20:32.549Z] 06:19:01 3 10.24 0.00 6.37 3.44 0.03 79.92 [2021-04-19T06:20:32.549Z] 06:20:01 all 11.96 0.00 9.25 2.87 0.05 75.87 [2021-04-19T06:20:32.549Z] 06:20:01 0 15.52 0.00 10.53 2.23 0.03 71.69 [2021-04-19T06:20:32.549Z] 06:20:01 1 10.35 0.00 8.23 4.56 0.05 76.81 [2021-04-19T06:20:32.549Z] 06:20:01 2 11.66 0.00 9.56 1.45 0.05 77.27 [2021-04-19T06:20:32.549Z] 06:20:01 3 10.32 0.00 8.69 3.24 0.07 77.69 [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-19T06:20:32.549Z] Average: all 2.08 0.00 1.46 0.57 0.01 95.88 [2021-04-19T06:20:32.549Z] Average: 0 2.29 0.00 1.61 0.48 0.01 95.62 [2021-04-19T06:20:32.549Z] Average: 1 1.91 0.00 1.44 0.68 0.01 95.96 [2021-04-19T06:20:32.549Z] Average: 2 2.08 0.00 1.43 0.52 0.01 95.97 [2021-04-19T06:20:32.549Z] Average: 3 2.02 0.00 1.38 0.60 0.01 95.98 [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z] [2021-04-19T06:20:32.549Z]