Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fcf415a52e09a542e74d978699b87b5b4fab4063 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14915 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 Checking out Revision fcf415a52e09a542e74d978699b87b5b4fab4063 (master) 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 > 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 fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 Commit message: "Merge pull request #186 from siggiskulason/feat-snap-add-startup-config" > git rev-list --no-walk 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:29:51 ========================================================= 17:29:51 EdgeX Global Pipelines Version Info 17:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:29:53 ------------------- 17:29:53 stable info: 17:29:53 ------------------- 17:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:29:53 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 17:29:53 Message: update stable to v1.0.169 17:29:54 ------------------- 17:29:54 experimental info: 17:29:54 ------------------- 17:29:54 Commited By: **** collab-it+edgex@linuxfoundation.org 17:29:54 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 17:29:54 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:29:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:29:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:29:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] echo 17:29:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcf415a [Pipeline] echo 17:29:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:29:57 provisioning config files... 17:29:57 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2272685604628659239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:29:57 ---> docker-login.sh 17:29:57 nexus3.edgexfoundry.org:10001 17:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:58 Configure a credential helper to remove this warning. See 17:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:58 17:29:58 Login Succeeded 17:29:58 nexus3.edgexfoundry.org:10002 17:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:58 Configure a credential helper to remove this warning. See 17:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:58 17:29:58 Login Succeeded 17:29:58 nexus3.edgexfoundry.org:10003 17:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:58 Configure a credential helper to remove this warning. See 17:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:58 17:29:58 Login Succeeded 17:29:58 nexus3.edgexfoundry.org:10004 17:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:58 Configure a credential helper to remove this warning. See 17:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:58 17:29:58 Login Succeeded 17:29:58 docker.io 17:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:59 Configure a credential helper to remove this warning. See 17:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:59 17:29:59 Login Succeeded 17:29:59 ---> docker-login.sh ends [Pipeline] } 17:29:59 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 17:30:00 + git log --format=format:%s -1 fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] echo 17:30:00 GIT_COMMIT: fcf415a52e09a542e74d978699b87b5b4fab4063, Commit Message: Merge pull request #186 from siggiskulason/feat-snap-add-startup-config [Pipeline] echo 17:30:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:00 17:30:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:30:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:01 latest: Pulling from edgex-devops/git-semver 17:30:01 31603596830f: Pulling fs layer 17:30:01 2a8b12db71e7: Pulling fs layer 17:30:01 6ca5941a6612: Pulling fs layer 17:30:01 ecc8261a40a4: Pulling fs layer 17:30:01 ecc8261a40a4: Waiting 17:30:01 2a8b12db71e7: Verifying Checksum 17:30:01 2a8b12db71e7: Download complete 17:30:01 31603596830f: Verifying Checksum 17:30:01 31603596830f: Download complete 17:30:01 ecc8261a40a4: Verifying Checksum 17:30:01 ecc8261a40a4: Download complete 17:30:01 6ca5941a6612: Verifying Checksum 17:30:01 6ca5941a6612: Download complete 17:30:01 31603596830f: Pull complete 17:30:01 2a8b12db71e7: Pull complete 17:30:02 6ca5941a6612: Pull complete 17:30:02 ecc8261a40a4: Pull complete 17:30:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:30:02 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:30:03 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:30:04 $ docker top 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:30:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:05 [ssh-agent] Looking for ssh-agent implementation... 17:30:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:05 $ docker exec 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 ssh-agent 17:30:05 SSH_AUTH_SOCK=/tmp/ssh-w3TFYEaMT1zy/agent.12 17:30:05 SSH_AGENT_PID=17 17:30:05 Running ssh-add (command line suppressed) 17:30:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8133980748000914050.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8133980748000914050.key) 17:30:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:06 + git tag --points-at HEAD [Pipeline] } 17:30:06 $ docker exec --env ******** --env ******** 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 ssh-agent -k 17:30:06 unset SSH_AUTH_SOCK; 17:30:06 unset SSH_AGENT_PID; 17:30:06 echo Agent pid 17 killed; 17:30:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:06 [ssh-agent] Looking for ssh-agent implementation... 17:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:06 $ docker exec 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 ssh-agent 17:30:06 SSH_AUTH_SOCK=/tmp/ssh-YKeVGYsfjk4X/agent.47 17:30:06 SSH_AGENT_PID=52 17:30:06 Running ssh-add (command line suppressed) 17:30:06 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4458107076877758555.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4458107076877758555.key) 17:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:07 + git semver init 17:30:07 # -> Open(): unable to determine branch for HEAD 17:30:07 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 17:30:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 17:30:07 # $SEMVER_REMOTE_NAME = origin 17:30:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:30:07 # $SEMVER_USER_NAME = edgex-jenkins 17:30:07 # $SEMVER_BRANCH = master 17:30:07 # $SEMVER_TEMP = /tmp/semver-599940401 17:30:07 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 17:30:07 # '/tmp/semver-599940401' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 17:30:07 # -> Force: false 17:30:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 17:30:07 $ docker exec --env ******** --env ******** 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 ssh-agent -k 17:30:08 unset SSH_AUTH_SOCK; 17:30:08 unset SSH_AGENT_PID; 17:30:08 echo Agent pid 52 killed; 17:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:08 + git semver [Pipeline] } 17:30:08 $ docker stop --time=1 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 17:30:10 $ docker rm -f 67e4a4779d21da1d9cee4e46a8d66da60129a386e2e21dfb7ab6ae7230b68737 [Pipeline] // withDockerContainer [Pipeline] sh 17:30:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:30:10 Stashed 1 file(s) [Pipeline] echo 17:30:10 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 17:30:26 Still waiting to schedule task 17:30:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:30:26 Still waiting to schedule task 17:30:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:33:13 Running on prd-centos7-docker-4c-2g-14919 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 17:33:13 Running in /w/workspace/device-mqtt-go/26 [Pipeline] { [Pipeline] checkout 17:33:16 using credential edgex-jenkins-ssh 17:33:16 Cloning the remote Git repository 17:33:15 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 17:33:15 > git init /w/workspace/device-mqtt-go/26 # timeout=10 17:33:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:33:15 > git --version # timeout=10 17:33:15 > git --version # 'git version 2.24.3' 17:33:15 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:33:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:33:16 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:33:16 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:17 Checking out Revision fcf415a52e09a542e74d978699b87b5b4fab4063 (master) 17:33:16 > git config core.sparsecheckout # timeout=10 17:33:16 > git checkout -f fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 17:33:20 Commit message: "Merge pull request #186 from siggiskulason/feat-snap-add-startup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:33:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:33:22 + sudo service docker restart 17:33:22 + true 17:33:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:33:23 provisioning config files... 17:33:23 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/26@tmp/config6740914046127362030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:24 ---> docker-login.sh 17:33:24 nexus3.edgexfoundry.org:10001 17:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:24 Configure a credential helper to remove this warning. See 17:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:24 17:33:24 Login Succeeded 17:33:24 nexus3.edgexfoundry.org:10002 17:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:24 Configure a credential helper to remove this warning. See 17:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:24 17:33:24 Login Succeeded 17:33:24 nexus3.edgexfoundry.org:10003 17:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:24 Configure a credential helper to remove this warning. See 17:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:24 17:33:24 Login Succeeded 17:33:24 nexus3.edgexfoundry.org:10004 17:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14918 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 17:33:25 Running in /w/workspace/device-mqtt-go/26 [Pipeline] { 17:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:25 Configure a credential helper to remove this warning. See 17:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:25 17:33:25 Login Succeeded 17:33:25 docker.io 17:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] checkout 17:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:25 Configure a credential helper to remove this warning. See 17:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:25 17:33:25 Login Succeeded 17:33:25 ---> docker-login.sh ends [Pipeline] } 17:33:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:33:25 ========================================================= 17:33:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:33:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:33:26 + 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 . 17:33:26 Sending build context to Docker daemon 478.2kB 17:33:26 Step 1/8 : ARG BASE=golang:1.15-alpine 17:33:26 Step 2/8 : FROM ${BASE} 17:33:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:33:26 188c0c94c7c5: Pulling fs layer 17:33:26 0ef7d3d256c8: Pulling fs layer 17:33:26 de9db76c5a1d: Pulling fs layer 17:33:26 bca2f99d35d6: Pulling fs layer 17:33:26 93359f2a8cfa: Pulling fs layer 17:33:26 7c6f9722023f: Pulling fs layer 17:33:26 a35cf1a2eb13: Pulling fs layer 17:33:26 93359f2a8cfa: Waiting 17:33:26 7c6f9722023f: Waiting 17:33:26 bca2f99d35d6: Waiting 17:33:26 a35cf1a2eb13: Waiting 17:33:26 de9db76c5a1d: Verifying Checksum 17:33:26 de9db76c5a1d: Download complete 17:33:26 0ef7d3d256c8: Download complete 17:33:26 93359f2a8cfa: Verifying Checksum 17:33:26 93359f2a8cfa: Download complete 17:33:26 7c6f9722023f: Verifying Checksum 17:33:26 7c6f9722023f: Download complete 17:33:26 188c0c94c7c5: Verifying Checksum 17:33:26 188c0c94c7c5: Download complete 17:33:26 188c0c94c7c5: Pull complete 17:33:27 0ef7d3d256c8: Pull complete 17:33:27 de9db76c5a1d: Pull complete 17:33:28 a35cf1a2eb13: Verifying Checksum 17:33:28 a35cf1a2eb13: Download complete 17:33:29 bca2f99d35d6: Verifying Checksum 17:33:29 bca2f99d35d6: Download complete 17:33:29 using credential edgex-jenkins-ssh 17:33:29 Cloning the remote Git repository 17:33:30 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 17:33:30 > git init /w/workspace/device-mqtt-go/26 # timeout=10 17:33:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:33:30 > git --version # timeout=10 17:33:30 > git --version # 'git version 2.17.1' 17:33:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:33:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:33:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:33:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:31 Checking out Revision fcf415a52e09a542e74d978699b87b5b4fab4063 (master) 17:33:31 > git config core.sparsecheckout # timeout=10 17:33:31 > git checkout -f fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 17:33:34 bca2f99d35d6: Pull complete 17:33:34 93359f2a8cfa: Pull complete 17:33:35 7c6f9722023f: Pull complete 17:33:36 Commit message: "Merge pull request #186 from siggiskulason/feat-snap-add-startup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:33:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:33:38 + true 17:33:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:33:41 provisioning config files... 17:33:41 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/26@tmp/config2446170373332741930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:41 ---> docker-login.sh 17:33:41 nexus3.edgexfoundry.org:10001 17:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:42 Configure a credential helper to remove this warning. See 17:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:42 17:33:42 Login Succeeded 17:33:42 nexus3.edgexfoundry.org:10002 17:33:43 a35cf1a2eb13: Pull complete 17:33:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:33:43 ---> a62c8e92a672 17:33:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:33:43 ---> Running in e8e94ab7ec98 17:33:43 Removing intermediate container e8e94ab7ec98 17:33:43 ---> b66db5ffc0cb 17:33:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:43 ---> Running in 7070ff330a63 17:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:43 Configure a credential helper to remove this warning. See 17:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:43 17:33:43 Login Succeeded 17:33:43 nexus3.edgexfoundry.org:10003 17:33:43 Removing intermediate container 7070ff330a63 17:33:43 ---> 0b1218c823c2 17:33:43 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:33:43 ---> Running in ce464a93cd7b 17:33:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:44 Configure a credential helper to remove this warning. See 17:33:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:44 17:33:44 Login Succeeded 17:33:44 nexus3.edgexfoundry.org:10004 17:33:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:44 Configure a credential helper to remove this warning. See 17:33:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:44 17:33:44 Login Succeeded 17:33:44 docker.io 17:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:45 Configure a credential helper to remove this warning. See 17:33:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:45 17:33:45 Login Succeeded 17:33:45 ---> docker-login.sh ends [Pipeline] } 17:33:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:33:46 ========================================================= 17:33:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:33:46 ========================================================= 17:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 17:33:46 + 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 . 17:33:46 Sending build context to Docker daemon 477.2kB 17:33:47 Step 1/8 : ARG BASE=golang:1.15-alpine 17:33:47 Step 2/8 : FROM ${BASE} 17:33:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:33:47 5f621e34cdf4: Pulling fs layer 17:33:47 a4357932f1b6: Pulling fs layer 17:33:47 18c013af1878: Pulling fs layer 17:33:47 00ac8860ef70: Pulling fs layer 17:33:47 63d7cb157983: Pulling fs layer 17:33:47 b116817d02f9: Pulling fs layer 17:33:47 745a02a5169b: Pulling fs layer 17:33:47 00ac8860ef70: Waiting 17:33:47 63d7cb157983: Waiting 17:33:47 b116817d02f9: Waiting 17:33:47 745a02a5169b: Waiting 17:33:47 18c013af1878: Verifying Checksum 17:33:47 18c013af1878: Download complete 17:33:47 a4357932f1b6: Verifying Checksum 17:33:47 a4357932f1b6: Download complete 17:33:47 63d7cb157983: Verifying Checksum 17:33:47 63d7cb157983: Download complete 17:33:47 5f621e34cdf4: Verifying Checksum 17:33:47 5f621e34cdf4: Download complete 17:33:47 b116817d02f9: Verifying Checksum 17:33:47 b116817d02f9: Download complete 17:33:47 5f621e34cdf4: Pull complete 17:33:48 a4357932f1b6: Pull complete 17:33:48 (1/14) Installing libmagic (5.38-r0) 17:33:49 18c013af1878: Pull complete 17:33:49 745a02a5169b: Verifying Checksum 17:33:49 745a02a5169b: Download complete 17:33:49 (2/14) Installing file (5.38-r0) 17:33:49 (3/14) Installing libc-dev (0.7.2-r3) 17:33:50 (4/14) Installing g++ (9.3.0-r2) 17:33:50 00ac8860ef70: Verifying Checksum 17:33:50 00ac8860ef70: Download complete 17:34:00 00ac8860ef70: Pull complete 17:34:00 63d7cb157983: Pull complete 17:34:00 b116817d02f9: Pull complete 17:34:02 (5/14) Installing fortify-headers (1.1-r0) 17:34:02 (6/14) Installing patch (2.7.6-r6) 17:34:02 (7/14) Installing build-base (0.5-r2) 17:34:02 (8/14) Installing openssh-keygen (8.3_p1-r0) 17:34:02 (9/14) Installing libedit (20191231.3.1-r0) 17:34:02 (10/14) Installing openssh-client (8.3_p1-r0) 17:34:02 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 17:34:02 (12/14) Installing openssh-server-common (8.3_p1-r0) 17:34:02 (13/14) Installing openssh-server (8.3_p1-r0) 17:34:02 (14/14) Installing openssh (8.3_p1-r0) 17:34:02 Executing busybox-1.31.1-r19.trigger 17:34:02 OK: 237 MiB in 53 packages 17:34:04 745a02a5169b: Pull complete 17:34:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:34:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:34:04 ---> b7e6874047d6 17:34:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 17:34:06 Removing intermediate container ce464a93cd7b 17:34:06 ---> a701126b840c 17:34:06 Step 6/8 : WORKDIR /device-mqtt-go 17:34:06 ---> Running in 50f491c43213 17:34:06 Removing intermediate container 50f491c43213 17:34:06 ---> 5d2c473afc2a 17:34:06 Step 7/8 : COPY . . 17:34:07 ---> b4306910cf0a 17:34:07 Step 8/8 : RUN go mod download 17:34:07 ---> Running in a1674eceb2d1 17:34:07 ---> Running in 48301fc78bd2 17:34:07 Removing intermediate container 48301fc78bd2 17:34:07 ---> f1ef5ff77db3 17:34:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:08 ---> Running in da13e8f66b27 17:34:10 Removing intermediate container da13e8f66b27 17:34:10 ---> 9489e3fac448 17:34:10 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 17:34:10 ---> Running in fae419e2018c 17:34:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:34:12 (1/14) Installing libmagic (5.38-r0) 17:34:13 (2/14) Installing file (5.38-r0) 17:34:13 (3/14) Installing libc-dev (0.7.2-r3) 17:34:13 (4/14) Installing g++ (9.3.0-r2) 17:34:21 (5/14) Installing fortify-headers (1.1-r0) 17:34:21 (6/14) Installing patch (2.7.6-r6) 17:34:21 (7/14) Installing build-base (0.5-r2) 17:34:21 (8/14) Installing openssh-keygen (8.3_p1-r0) 17:34:21 (9/14) Installing libedit (20191231.3.1-r0) 17:34:21 (10/14) Installing openssh-client (8.3_p1-r0) 17:34:21 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 17:34:21 (12/14) Installing openssh-server-common (8.3_p1-r0) 17:34:21 (13/14) Installing openssh-server (8.3_p1-r0) 17:34:21 (14/14) Installing openssh (8.3_p1-r0) 17:34:21 Executing busybox-1.31.1-r19.trigger 17:34:21 OK: 221 MiB in 53 packages 17:34:26 Removing intermediate container fae419e2018c 17:34:26 ---> 857fe38bfbbd 17:34:26 Step 6/8 : WORKDIR /device-mqtt-go 17:34:26 ---> Running in 73a1ba0f57bc 17:34:26 Removing intermediate container 73a1ba0f57bc 17:34:26 ---> 06efe79689d0 17:34:26 Step 7/8 : COPY . . 17:34:27 ---> a956990e2fe6 17:34:27 Step 8/8 : RUN go mod download 17:34:27 ---> Running in 670d342baac6 17:34:29 Removing intermediate container a1674eceb2d1 17:34:29 ---> 177de864fba6 17:34:29 Successfully built 177de864fba6 17:34:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:34:29 + docker inspect -f . ci-base-image-x86_64 17:34:29 . [Pipeline] withDockerContainer 17:34:29 prd-centos7-docker-4c-2g-14919 does not seem to be running inside a container 17:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/26 -v /w/workspace/device-mqtt-go/26:/w/workspace/device-mqtt-go/26:rw,z -v /w/workspace/device-mqtt-go/26@tmp:/w/workspace/device-mqtt-go/26@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 ******** ci-base-image-x86_64 cat 17:34:30 $ docker top 10a83ced9264aa6da80bd3e0d60c8d06998374f98998cf7513dbe0504db74ac9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:31 + go version 17:34:31 go version go1.15.5 linux/amd64 [Pipeline] } 17:34:31 $ docker stop --time=1 10a83ced9264aa6da80bd3e0d60c8d06998374f98998cf7513dbe0504db74ac9 17:34:32 $ docker rm -f 10a83ced9264aa6da80bd3e0d60c8d06998374f98998cf7513dbe0504db74ac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:34:33 + docker inspect -f . ci-base-image-x86_64 17:34:33 . [Pipeline] withDockerContainer 17:34:33 prd-centos7-docker-4c-2g-14919 does not seem to be running inside a container 17:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/26 -v /w/workspace/device-mqtt-go/26:/w/workspace/device-mqtt-go/26:rw,z -v /w/workspace/device-mqtt-go/26@tmp:/w/workspace/device-mqtt-go/26@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 ******** ci-base-image-x86_64 cat 17:34:34 $ docker top ccf04b9208556efd74a91c0d3be52f05132d40aea5ed6b88df9d19c564e8ced9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:34 + make test 17:34:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:34:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:34:48 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:34:48 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements 17:34:48 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:34:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:34:49 Removing intermediate container 670d342baac6 17:34:49 ---> f3b19af6bc79 17:34:49 Successfully built f3b19af6bc79 17:34:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:34:50 + docker inspect -f . ci-base-image-arm64 17:34:50 . [Pipeline] withDockerContainer 17:34:50 prd-ubuntu18.04-docker-arm64-4c-16g-14918 does not seem to be running inside a container 17:34:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/26 -v /w/workspace/device-mqtt-go/26:/w/workspace/device-mqtt-go/26:rw,z -v /w/workspace/device-mqtt-go/26@tmp:/w/workspace/device-mqtt-go/26@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 17:34:50 gofmt -l . 17:34:50 ["`gofmt -l .`" = ""] 17:34:50 ./bin/test-attribution-txt.sh 17:34:51 ./bin/test-go-mod-tidy.sh 17:34:51 $ docker top 7c4963a242155dc145f55f8e3e4d3edb99ce91c11bc07e5f63b29a893ef8fa03 -eo pid,comm [Pipeline] { [Pipeline] } 17:34:52 $ docker stop --time=1 ccf04b9208556efd74a91c0d3be52f05132d40aea5ed6b88df9d19c564e8ced9 17:34:54 $ docker rm -f ccf04b9208556efd74a91c0d3be52f05132d40aea5ed6b88df9d19c564e8ced9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 17:34:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:34:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 17:34:55 + go version 17:34:55 go version go1.15.5 linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] } 17:34:55 $ docker stop --time=1 7c4963a242155dc145f55f8e3e4d3edb99ce91c11bc07e5f63b29a893ef8fa03 17:34:57 $ docker rm -f 7c4963a242155dc145f55f8e3e4d3edb99ce91c11bc07e5f63b29a893ef8fa03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:35:00 + docker inspect -f . ci-base-image-arm64 17:35:00 . [Pipeline] withDockerContainer 17:35:00 + ls -al . 17:35:00 total 100 17:35:00 drwxrwxr-x. 9 jenkins jenkins 4096 Dec 7 17:34 . 17:35:00 drwxrwxr-x. 4 jenkins jenkins 30 Dec 7 17:33 .. 17:35:00 -rw-rw-r--. 1 jenkins jenkins 5932 Dec 7 17:33 Attribution.txt 17:35:00 drwxrwxr-x. 2 jenkins jenkins 87 Dec 7 17:33 bin 17:35:00 drwxrwxr-x. 3 jenkins jenkins 32 Dec 7 17:33 cmd 17:35:00 -rw-r--r--. 1 jenkins jenkins 18940 Dec 7 17:34 coverage.out 17:35:00 -rw-rw-r--. 1 jenkins jenkins 1784 Dec 7 17:33 Dockerfile 17:35:00 -rw-rw-r--. 1 jenkins jenkins 953 Dec 7 17:33 Dockerfile.build 17:35:00 -rw-rw-r--. 1 jenkins jenkins 140 Dec 7 17:33 .dockerignore 17:35:00 drwxrwxr-x. 8 jenkins jenkins 162 Dec 7 17:33 .git 17:35:00 drwxrwxr-x. 2 jenkins jenkins 60 Dec 7 17:33 .github 17:35:00 -rw-rw-r--. 1 jenkins jenkins 336 Dec 7 17:33 .gitignore 17:35:00 -rw-r--r--. 1 jenkins jenkins 504 Dec 7 17:34 go.mod 17:35:00 -rw-r--r--. 1 jenkins jenkins 14793 Dec 7 17:34 go.sum 17:35:00 drwxrwxr-x. 3 jenkins jenkins 20 Dec 7 17:33 internal 17:35:00 -rw-rw-r--. 1 jenkins jenkins 677 Dec 7 17:33 Jenkinsfile 17:35:00 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 7 17:33 LICENSE 17:35:00 -rw-rw-r--. 1 jenkins jenkins 902 Dec 7 17:33 Makefile 17:35:00 drwxrwxr-x. 2 jenkins jenkins 23 Dec 7 17:33 mock 17:35:00 -rw-rw-r--. 1 jenkins jenkins 444 Dec 7 17:33 README.md 17:35:00 drwxrwxr-x. 4 jenkins jenkins 71 Dec 7 17:33 snap 17:35:00 -rw-rw-r--. 1 jenkins jenkins 11 Dec 7 17:30 VERSION 17:35:00 -rw-rw-r--. 1 jenkins jenkins 227 Dec 7 17:33 version.go 17:35:00 prd-ubuntu18.04-docker-arm64-4c-16g-14918 does not seem to be running inside a container 17:35:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/26 -v /w/workspace/device-mqtt-go/26:/w/workspace/device-mqtt-go/26:rw,z -v /w/workspace/device-mqtt-go/26@tmp:/w/workspace/device-mqtt-go/26@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 17:35:02 $ docker top b88fa5f5282fd1edae27938fe792d08b3a0200e6336903ae125cdad91bf8c96e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:35:03 + 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=fcf415a52e09a542e74d978699b87b5b4fab4063 --label arch=amd64 --label version=1.3.1-dev.1 . 17:35:03 + make test 17:35:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:35:03 Sending build context to Docker daemon 497.7kB 17:35:03 Step 1/22 : ARG BASE=golang:1.15-alpine 17:35:03 Step 2/22 : FROM ${BASE} AS builder 17:35:03 ---> 177de864fba6 17:35:03 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 17:35:03 ---> Running in d9bf119a332f 17:35:03 Removing intermediate container d9bf119a332f 17:35:03 ---> e8239551dda8 17:35:03 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 17:35:03 ---> Running in a182b6d6a0aa 17:35:04 Removing intermediate container a182b6d6a0aa 17:35:04 ---> 9cf89eab35b1 17:35:04 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:04 ---> Running in 5f3add525417 17:35:04 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:35:05 Removing intermediate container 5f3add525417 17:35:05 ---> b34ddcc46d98 17:35:05 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:35:05 ---> Running in fc9f28eda7d9 17:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:06 OK: 237 MiB in 53 packages 17:35:07 Removing intermediate container fc9f28eda7d9 17:35:07 ---> 935d9323edfe 17:35:07 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 17:35:07 ---> Running in cbc4b79a7635 17:35:07 Removing intermediate container cbc4b79a7635 17:35:07 ---> 1ed9c6f97362 17:35:07 Step 8/22 : COPY . . 17:35:08 ---> 944c9578f978 17:35:08 Step 9/22 : ARG MAKE='make build' 17:35:08 ---> Running in 8f6bc398c3cf 17:35:08 Removing intermediate container 8f6bc398c3cf 17:35:08 ---> 70e76cdc98cf 17:35:08 Step 10/22 : RUN $MAKE 17:35:08 ---> Running in acc76092e1eb 17:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.1" -o cmd/device-mqtt ./cmd 17:35:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:35:21 Removing intermediate container acc76092e1eb 17:35:21 ---> 5ceeee4b5437 17:35:21 Step 11/22 : FROM alpine 17:35:22 latest: Pulling from library/alpine 17:35:22 188c0c94c7c5: Already exists 17:35:22 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:35:23 Status: Downloaded newer image for alpine:latest 17:35:23 ---> d6e46aa2470d 17:35:23 Step 12/22 : ENV APP_PORT=49982 17:35:23 ---> Running in 28981c4cdedd 17:35:23 Removing intermediate container 28981c4cdedd 17:35:23 ---> 2df11a6fdb5a 17:35:23 Step 13/22 : EXPOSE $APP_PORT 17:35:23 ---> Running in 1f822c8c0f98 17:35:23 Removing intermediate container 1f822c8c0f98 17:35:23 ---> 8edf295ca5b3 17:35:23 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 17:35:23 ---> bff02d4bf8de 17:35:23 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 17:35:24 ---> 3fc666d68467 17:35:24 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 17:35:24 ---> e6487d5f5288 17:35:24 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 17:35:24 ---> Running in 9afed4a6489e 17:35:24 Removing intermediate container 9afed4a6489e 17:35:24 ---> e5932b5f0f0e 17:35:24 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 17:35:24 ---> Running in 5b0ce67a1e88 17:35:24 Removing intermediate container 5b0ce67a1e88 17:35:24 ---> 112301e8c956 17:35:24 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:24 ---> Running in 63f72d059f84 17:35:25 Removing intermediate container 63f72d059f84 17:35:25 ---> 7ebf432ca26b 17:35:25 Step 20/22 : LABEL arch=amd64 17:35:25 ---> Running in b00c6da6d0d0 17:35:25 Removing intermediate container b00c6da6d0d0 17:35:25 ---> 61a7834b4826 17:35:25 Step 21/22 : LABEL git_sha=fcf415a52e09a542e74d978699b87b5b4fab4063 17:35:25 ---> Running in 816590f39a89 17:35:25 Removing intermediate container 816590f39a89 17:35:25 ---> 7c709d2d529d 17:35:25 Step 22/22 : LABEL version=1.3.1-dev.1 17:35:25 ---> Running in 0ea0ed985123 17:35:25 Removing intermediate container 0ea0ed985123 17:35:25 ---> 53bae03609a6 17:35:25 [Warning] One or more build-args [ARCH] were not consumed 17:35:25 Successfully built 53bae03609a6 17:35:25 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:35:26 provisioning config files... 17:35:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/26@tmp/config1588391268063759337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:35:26 ---> docker-login.sh 17:35:26 nexus3.edgexfoundry.org:10001 17:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:26 Configure a credential helper to remove this warning. See 17:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:26 17:35:26 Login Succeeded 17:35:26 nexus3.edgexfoundry.org:10002 17:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:26 Configure a credential helper to remove this warning. See 17:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:26 17:35:26 Login Succeeded 17:35:26 nexus3.edgexfoundry.org:10003 17:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:27 Configure a credential helper to remove this warning. See 17:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:27 17:35:27 Login Succeeded 17:35:27 nexus3.edgexfoundry.org:10004 17:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:27 Configure a credential helper to remove this warning. See 17:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:27 17:35:27 Login Succeeded 17:35:27 docker.io 17:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:27 Configure a credential helper to remove this warning. See 17:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:27 17:35:27 Login Succeeded 17:35:27 ---> docker-login.sh ends [Pipeline] } 17:35:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:35:27 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 17:35:27 fcf415a52e09a542e74d978699b87b5b4fab4063 17:35:27 latest 17:35:27 1.3.1-dev.1 17:35:27 fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:35:27 master 17:35:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:28 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] isUnix [Pipeline] sh 17:35:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063 17:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 17:35:28 3652ec603e13: Preparing 17:35:28 23b560c993ad: Preparing 17:35:28 4b5331520852: Preparing 17:35:28 ace0eda3e3be: Preparing 17:35:28 ace0eda3e3be: Layer already exists 17:35:28 3652ec603e13: Pushed 17:35:28 23b560c993ad: Pushed 17:35:30 4b5331520852: Pushed 17:35:30 fcf415a52e09a542e74d978699b87b5b4fab4063: digest: sha256:0263900f264e62dbcd2173b2d915b7c1a72a9fa570dda213f38c0218059b0c97 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:35:30 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 17:35:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 17:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 17:35:30 3652ec603e13: Preparing 17:35:30 23b560c993ad: Preparing 17:35:30 4b5331520852: Preparing 17:35:30 ace0eda3e3be: Preparing 17:35:30 4b5331520852: Layer already exists 17:35:30 3652ec603e13: Layer already exists 17:35:30 ace0eda3e3be: Layer already exists 17:35:30 23b560c993ad: Layer already exists 17:35:30 latest: digest: sha256:0263900f264e62dbcd2173b2d915b7c1a72a9fa570dda213f38c0218059b0c97 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:35:31 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 17:35:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.1 17:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 17:35:31 3652ec603e13: Preparing 17:35:31 23b560c993ad: Preparing 17:35:31 4b5331520852: Preparing 17:35:31 ace0eda3e3be: Preparing 17:35:31 23b560c993ad: Layer already exists 17:35:31 ace0eda3e3be: Layer already exists 17:35:31 4b5331520852: Layer already exists 17:35:31 3652ec603e13: Layer already exists 17:35:31 1.3.1-dev.1: digest: sha256:0263900f264e62dbcd2173b2d915b7c1a72a9fa570dda213f38c0218059b0c97 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:35:31 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 17:35:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 17:35:31 3652ec603e13: Preparing 17:35:31 23b560c993ad: Preparing 17:35:31 4b5331520852: Preparing 17:35:31 ace0eda3e3be: Preparing 17:35:31 ace0eda3e3be: Layer already exists 17:35:31 23b560c993ad: Layer already exists 17:35:31 4b5331520852: Layer already exists 17:35:31 3652ec603e13: Layer already exists 17:35:31 fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1: digest: sha256:0263900f264e62dbcd2173b2d915b7c1a72a9fa570dda213f38c0218059b0c97 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:35:32 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 17:35:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 17:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 17:35:32 3652ec603e13: Preparing 17:35:32 23b560c993ad: Preparing 17:35:32 4b5331520852: Preparing 17:35:32 ace0eda3e3be: Preparing 17:35:32 4b5331520852: Layer already exists 17:35:32 3652ec603e13: Layer already exists 17:35:32 23b560c993ad: Layer already exists 17:35:32 ace0eda3e3be: Layer already exists 17:35:32 master: digest: sha256:0263900f264e62dbcd2173b2d915b7c1a72a9fa570dda213f38c0218059b0c97 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:35:32 ===================================================== [Pipeline] echo 17:35:32 taggedImages: 17:35:32 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063 17:35:32 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 17:35:32 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.1 17:35:32 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:35:32 - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:35:43 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:35:43 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.039s coverage: 28.3% of statements 17:35:43 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:35:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:35:48 gofmt -l . 17:35:48 ["`gofmt -l .`" = ""] 17:35:48 ./bin/test-attribution-txt.sh 17:35:49 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:35:50 $ docker stop --time=1 b88fa5f5282fd1edae27938fe792d08b3a0200e6336903ae125cdad91bf8c96e 17:35:52 $ docker rm -f b88fa5f5282fd1edae27938fe792d08b3a0200e6336903ae125cdad91bf8c96e [Pipeline] // withDockerContainer [Pipeline] sh 17:35:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:35:53 Warning: overwriting stash ‘coverage-report’ 17:35:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:35:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:35:55 + ls -al . 17:35:55 total 132 17:35:55 drwxrwxr-x 9 jenkins jenkins 4096 Dec 7 17:35 . 17:35:55 drwxrwxr-x 4 jenkins jenkins 4096 Dec 7 17:33 .. 17:35:55 -rw-rw-r-- 1 jenkins jenkins 140 Dec 7 17:33 .dockerignore 17:35:55 drwxrwxr-x 8 jenkins jenkins 4096 Dec 7 17:33 .git 17:35:55 drwxrwxr-x 2 jenkins jenkins 4096 Dec 7 17:33 .github 17:35:55 -rw-rw-r-- 1 jenkins jenkins 336 Dec 7 17:33 .gitignore 17:35:55 -rw-rw-r-- 1 jenkins jenkins 5932 Dec 7 17:33 Attribution.txt 17:35:55 -rw-rw-r-- 1 jenkins jenkins 1784 Dec 7 17:33 Dockerfile 17:35:55 -rw-rw-r-- 1 jenkins jenkins 953 Dec 7 17:33 Dockerfile.build 17:35:55 -rw-rw-r-- 1 jenkins jenkins 677 Dec 7 17:33 Jenkinsfile 17:35:55 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 7 17:33 LICENSE 17:35:55 -rw-rw-r-- 1 jenkins jenkins 902 Dec 7 17:33 Makefile 17:35:55 -rw-rw-r-- 1 jenkins jenkins 444 Dec 7 17:33 README.md 17:35:55 -rw-rw-r-- 1 jenkins jenkins 11 Dec 7 17:30 VERSION 17:35:55 drwxrwxr-x 2 jenkins jenkins 4096 Dec 7 17:33 bin 17:35:55 drwxrwxr-x 3 jenkins jenkins 4096 Dec 7 17:33 cmd 17:35:55 -rw-r--r-- 1 jenkins jenkins 18940 Dec 7 17:35 coverage.out 17:35:55 -rw-r--r-- 1 jenkins jenkins 504 Dec 7 17:35 go.mod 17:35:55 -rw-r--r-- 1 jenkins jenkins 14793 Dec 7 17:35 go.sum 17:35:55 drwxrwxr-x 3 jenkins jenkins 4096 Dec 7 17:33 internal 17:35:55 drwxrwxr-x 2 jenkins jenkins 4096 Dec 7 17:33 mock 17:35:55 drwxrwxr-x 4 jenkins jenkins 4096 Dec 7 17:33 snap 17:35:55 -rw-rw-r-- 1 jenkins jenkins 227 Dec 7 17:33 version.go [Pipeline] isUnix [Pipeline] sh 17:35:55 + 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=fcf415a52e09a542e74d978699b87b5b4fab4063 --label arch=arm64 --label version=1.3.1-dev.1 . 17:35:55 Sending build context to Docker daemon 496.6kB 17:35:56 Step 1/22 : ARG BASE=golang:1.15-alpine 17:35:56 Step 2/22 : FROM ${BASE} AS builder 17:35:56 ---> f3b19af6bc79 17:35:56 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 17:35:56 ---> Running in 25ff7fc0ff51 17:35:56 Removing intermediate container 25ff7fc0ff51 17:35:56 ---> 9acf0be11c9d 17:35:56 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 17:35:56 ---> Running in 1e7329677d71 17:35:57 Removing intermediate container 1e7329677d71 17:35:57 ---> 0861adb729b1 17:35:57 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:57 ---> Running in 7390471adb06 17:35:59 Removing intermediate container 7390471adb06 17:35:59 ---> e0dc16e63f28 17:35:59 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:35:59 ---> Running in 21a31a7d7ede 17:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:36:02 OK: 221 MiB in 53 packages 17:36:03 Removing intermediate container 21a31a7d7ede 17:36:03 ---> dc28c7483126 17:36:03 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 17:36:03 ---> Running in e899e4da7f42 17:36:03 Removing intermediate container e899e4da7f42 17:36:03 ---> 2eac6cd63d2e 17:36:03 Step 8/22 : COPY . . 17:36:04 ---> 5819ac1fe243 17:36:04 Step 9/22 : ARG MAKE='make build' 17:36:04 ---> Running in 62b175138875 17:36:05 Removing intermediate container 62b175138875 17:36:05 ---> bc81cad7442f 17:36:05 Step 10/22 : RUN $MAKE 17:36:05 ---> Running in d001e898bc3e 17:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.1" -o cmd/device-mqtt ./cmd 17:36:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:36:39 Removing intermediate container d001e898bc3e 17:36:39 ---> 216b8fe6a157 17:36:39 Step 11/22 : FROM alpine 17:36:40 latest: Pulling from library/alpine 17:36:40 5f621e34cdf4: Already exists 17:36:40 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:36:40 Status: Downloaded newer image for alpine:latest 17:36:40 ---> 2e77e061c27f 17:36:40 Step 12/22 : ENV APP_PORT=49982 17:36:40 ---> Running in 84e74c65f357 17:36:41 Removing intermediate container 84e74c65f357 17:36:41 ---> 664c468d313a 17:36:41 Step 13/22 : EXPOSE $APP_PORT 17:36:41 ---> Running in bd7d1f82f1ed 17:36:42 Removing intermediate container bd7d1f82f1ed 17:36:42 ---> 1587aa78010b 17:36:42 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 17:36:42 ---> 45fa9ad1f6a4 17:36:42 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 17:36:43 ---> ed63d6dbd753 17:36:43 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 17:36:44 ---> 9725eecf8710 17:36:44 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 17:36:44 ---> Running in a2318637635b 17:36:44 Removing intermediate container a2318637635b 17:36:44 ---> 7f1c01327a7e 17:36:44 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 17:36:45 ---> Running in 6f4992a664f6 17:36:45 Removing intermediate container 6f4992a664f6 17:36:45 ---> 7a1573fe1abb 17:36:45 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:36:45 ---> Running in 782bdd9ab616 17:36:45 Removing intermediate container 782bdd9ab616 17:36:45 ---> 94529bf58df1 17:36:45 Step 20/22 : LABEL arch=arm64 17:36:46 ---> Running in 8596bf105d3a 17:36:46 Removing intermediate container 8596bf105d3a 17:36:46 ---> 19d554a7663d 17:36:46 Step 21/22 : LABEL git_sha=fcf415a52e09a542e74d978699b87b5b4fab4063 17:36:46 ---> Running in fd743c9d519c 17:36:47 Removing intermediate container fd743c9d519c 17:36:47 ---> ec2721f5174f 17:36:47 Step 22/22 : LABEL version=1.3.1-dev.1 17:36:47 ---> Running in f00602e7fab4 17:36:47 Removing intermediate container f00602e7fab4 17:36:47 ---> aaaa8c59fd66 17:36:47 [Warning] One or more build-args [ARCH] were not consumed 17:36:47 Successfully built aaaa8c59fd66 17:36:47 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:36:48 provisioning config files... 17:36:48 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/26@tmp/config1580405128548044921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:36:48 ---> docker-login.sh 17:36:48 nexus3.edgexfoundry.org:10001 17:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:49 Configure a credential helper to remove this warning. See 17:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:49 17:36:49 Login Succeeded 17:36:49 nexus3.edgexfoundry.org:10002 17:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:49 Configure a credential helper to remove this warning. See 17:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:49 17:36:49 Login Succeeded 17:36:49 nexus3.edgexfoundry.org:10003 17:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:50 Configure a credential helper to remove this warning. See 17:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:50 17:36:50 Login Succeeded 17:36:50 nexus3.edgexfoundry.org:10004 17:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:50 Configure a credential helper to remove this warning. See 17:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:50 17:36:50 Login Succeeded 17:36:50 docker.io 17:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:51 Configure a credential helper to remove this warning. See 17:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:51 17:36:51 Login Succeeded 17:36:51 ---> docker-login.sh ends [Pipeline] } 17:36:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:36:51 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 17:36:51 fcf415a52e09a542e74d978699b87b5b4fab4063 17:36:51 latest 17:36:51 1.3.1-dev.1 17:36:51 fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:36:51 master 17:36:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:36:52 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] isUnix [Pipeline] sh 17:36:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063 17:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 17:36:52 a4ec689a8992: Preparing 17:36:52 621a4ba4e1ab: Preparing 17:36:52 53c8840f33f5: Preparing 17:36:52 cd3761cfa1d9: Preparing 17:36:53 cd3761cfa1d9: Layer already exists 17:36:53 621a4ba4e1ab: Pushed 17:36:53 a4ec689a8992: Pushed 17:36:55 53c8840f33f5: Pushed 17:36:56 fcf415a52e09a542e74d978699b87b5b4fab4063: digest: sha256:a4c575943e7e09c0d1e312f33b5e170b7368ca87227e7209f10b350d6bc30d50 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:36:56 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:36:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 17:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 17:36:56 a4ec689a8992: Preparing 17:36:56 621a4ba4e1ab: Preparing 17:36:56 53c8840f33f5: Preparing 17:36:56 cd3761cfa1d9: Preparing 17:36:56 cd3761cfa1d9: Layer already exists 17:36:56 a4ec689a8992: Layer already exists 17:36:56 621a4ba4e1ab: Layer already exists 17:36:56 53c8840f33f5: Layer already exists 17:36:56 latest: digest: sha256:a4c575943e7e09c0d1e312f33b5e170b7368ca87227e7209f10b350d6bc30d50 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:36:57 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 17:36:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.1 17:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 17:36:57 a4ec689a8992: Preparing 17:36:57 621a4ba4e1ab: Preparing 17:36:57 53c8840f33f5: Preparing 17:36:57 cd3761cfa1d9: Preparing 17:36:57 621a4ba4e1ab: Layer already exists 17:36:57 53c8840f33f5: Layer already exists 17:36:57 cd3761cfa1d9: Layer already exists 17:36:57 a4ec689a8992: Layer already exists 17:36:57 1.3.1-dev.1: digest: sha256:a4c575943e7e09c0d1e312f33b5e170b7368ca87227e7209f10b350d6bc30d50 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:36:58 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 17:36:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 17:36:58 a4ec689a8992: Preparing 17:36:58 621a4ba4e1ab: Preparing 17:36:58 53c8840f33f5: Preparing 17:36:58 cd3761cfa1d9: Preparing 17:36:58 a4ec689a8992: Layer already exists 17:36:58 cd3761cfa1d9: Layer already exists 17:36:58 53c8840f33f5: Layer already exists 17:36:58 621a4ba4e1ab: Layer already exists 17:36:58 fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1: digest: sha256:a4c575943e7e09c0d1e312f33b5e170b7368ca87227e7209f10b350d6bc30d50 size: 1155 [Pipeline] isUnix [Pipeline] sh 17:36:59 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:36:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 17:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 17:36:59 a4ec689a8992: Preparing 17:36:59 621a4ba4e1ab: Preparing 17:36:59 53c8840f33f5: Preparing 17:36:59 cd3761cfa1d9: Preparing 17:36:59 53c8840f33f5: Layer already exists 17:36:59 cd3761cfa1d9: Layer already exists 17:36:59 621a4ba4e1ab: Layer already exists 17:36:59 a4ec689a8992: Layer already exists 17:36:59 master: digest: sha256:a4c575943e7e09c0d1e312f33b5e170b7368ca87227e7209f10b350d6bc30d50 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:37:00 ===================================================== [Pipeline] echo 17:37:00 taggedImages: 17:37:00 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063 17:37:00 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 17:37:00 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.1 17:37:00 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fcf415a52e09a542e74d978699b87b5b4fab4063-1.3.1-dev.1 17:37:00 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:37:02 provisioning config files... 17:37:02 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5927877483714090247tmp [Pipeline] { [Pipeline] sh 17:37:02 + set +x 17:37:02 + curl -s https://codecov.io/bash 17:37:02 + bash -s -- 17:37:02 17:37:02 _____ _ 17:37:02 / ____| | | 17:37:02 | | ___ __| | ___ ___ _____ __ 17:37:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:37:02 | |___| (_) | (_| | __/ (_| (_) \ V / 17:37:02 \_____\___/ \__,_|\___|\___\___/ \_/ 17:37:02 Bash-20201130-cc6d3fe 17:37:02 17:37:02 17:37:02 ==> Jenkins CI detected. 17:37:02 project root: . 17:37:02 --> token set from env 17:37:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:37:02 ==> Running gcov in . (disable via -X gcov) 17:37:02 ==> Python coveragepy not found 17:37:02 ==> Searching for coverage reports in: 17:37:02 + . 17:37:02 -> Found 1 reports 17:37:02 ==> Detecting git/mercurial file structure 17:37:02 ==> Reading reports 17:37:02 + ./coverage.out bytes=18940 17:37:02 ==> Appending adjustments 17:37:02 https://docs.codecov.io/docs/fixing-reports 17:37:02 + Found adjustments 17:37:02 ==> Gzipping contents 17:37:02 4.0K /tmp/codecov.rFRvxT.gz 17:37:02 ==> Uploading reports 17:37:02 url: https://codecov.io 17:37:02 query: branch=master&commit=fcf415a52e09a542e74d978699b87b5b4fab4063&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:37:02 -> Pinging Codecov 17:37:02 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=fcf415a52e09a542e74d978699b87b5b4fab4063&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:37:03 -> Uploading to 17:37:03 https://storage.googleapis.com/codecov/v4/raw/2020-12-07/7D719EC7BBE17E464838252E33014C33/fcf415a52e09a542e74d978699b87b5b4fab4063/e306b20f-00af-4e5f-8618-d833395370bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T173703Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1471a267a261d82040dfa920e8edde7db70a0856142731e5e54e706a802363ac 17:37:03 % Total % Received % Xferd Average Speed Time Time Time Current 17:37:03 Dload Upload Total Spent Left Speed 17:37:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3313 0 0 100 3313 0 8577 --:--:-- --:--:-- --:--:-- 8582 17:37:03 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] } 17:37:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:37:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:37:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:37:05 17:37:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:37:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:37:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:37:05 188c0c94c7c5: Pulling fs layer 17:37:05 0ef7d3d256c8: Pulling fs layer 17:37:05 de9db76c5a1d: Pulling fs layer 17:37:05 0eba1c9be4d2: Pulling fs layer 17:37:05 0d57e429df01: Pulling fs layer 17:37:05 4e4be7b47b0d: Pulling fs layer 17:37:05 e1f770b5df2f: Pulling fs layer 17:37:05 85a0685a4137: Pulling fs layer 17:37:05 0d57e429df01: Waiting 17:37:05 4e4be7b47b0d: Waiting 17:37:05 e1f770b5df2f: Waiting 17:37:05 85a0685a4137: Waiting 17:37:05 de9db76c5a1d: Verifying Checksum 17:37:05 de9db76c5a1d: Download complete 17:37:05 0ef7d3d256c8: Verifying Checksum 17:37:05 0ef7d3d256c8: Download complete 17:37:05 0d57e429df01: Verifying Checksum 17:37:05 0d57e429df01: Download complete 17:37:05 4e4be7b47b0d: Verifying Checksum 17:37:05 4e4be7b47b0d: Download complete 17:37:06 188c0c94c7c5: Verifying Checksum 17:37:06 188c0c94c7c5: Download complete 17:37:06 188c0c94c7c5: Pull complete 17:37:06 0ef7d3d256c8: Pull complete 17:37:06 de9db76c5a1d: Pull complete 17:37:07 e1f770b5df2f: Verifying Checksum 17:37:07 e1f770b5df2f: Download complete 17:37:08 0eba1c9be4d2: Verifying Checksum 17:37:08 0eba1c9be4d2: Download complete 17:37:09 85a0685a4137: Verifying Checksum 17:37:09 85a0685a4137: Download complete 17:37:14 0eba1c9be4d2: Pull complete 17:37:14 0d57e429df01: Pull complete 17:37:14 4e4be7b47b0d: Pull complete 17:37:17 e1f770b5df2f: Pull complete 17:37:25 85a0685a4137: Pull complete 17:37:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:37:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:37:25 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:37:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:37:26 $ docker top ffb9e85ff942dbbc45657f4fa4f18e064ee074d7a0eea6fdac2106e3218e9f28 -eo pid,comm [Pipeline] { [Pipeline] echo 17:37:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:37:27 + set -o pipefail 17:37:27 + snyk monitor '--org=edgex-jenkins' 17:37:33 17:37:33 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 17:37:33 17:37:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/b13b87ce-7b17-42d6-95a1-5eef08dd9640 17:37:33 17:37:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:37:33 17:37:33 [Pipeline] } 17:37:34 $ docker stop --time=1 ffb9e85ff942dbbc45657f4fa4f18e064ee074d7a0eea6fdac2106e3218e9f28 17:37:36 $ docker rm -f ffb9e85ff942dbbc45657f4fa4f18e064ee074d7a0eea6fdac2106e3218e9f28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 17:37:37 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063, dockerFile=Dockerfile [Pipeline] echo 17:37:37 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 17:37:37 + set -o pipefail 17:37:37 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 17:37:37 + tee .snyk 17:37:38 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 17:37:38 version: v1.14.1 17:37:38 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 17:37:38 ignore: 17:37:38 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 17:37:38 - '*': 17:37:38 reason: does not apply # justification for ignoring 17:37:38 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 17:37:38 SNYK-ALPINE312-JQ-588886: 17:37:38 - '*': 17:37:38 reason: false positive 17:37:38 expires: 2021-01-01T00:00:00 17:37:38 # patch: {} [Pipeline] withCredentials 17:37:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:37:38 . [Pipeline] withDockerContainer 17:37:38 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:37:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:37:39 $ docker top cb1e2fd09c064cc5dbb0651ddc9844a10d1d8c8896e091a13d28060b1a3e9074 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:39 + rm -f snykReport.html [Pipeline] echo 17:37:39 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 17:37:40 + set -o pipefail 17:37:40 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fcf415a52e09a542e74d978699b87b5b4fab4063 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 17:37:40 + snyk-to-html -o snykReport.html 17:37:46 Vulnerability snapshot saved at snykReport.html [Pipeline] } 17:37:46 $ docker stop --time=1 cb1e2fd09c064cc5dbb0651ddc9844a10d1d8c8896e091a13d28060b1a3e9074 17:37:48 $ docker rm -f cb1e2fd09c064cc5dbb0651ddc9844a10d1d8c8896e091a13d28060b1a3e9074 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 17:37:49 + git log --format=format:%s -1 fcf415a52e09a542e74d978699b87b5b4fab4063 [Pipeline] isUnix [Pipeline] sh 17:37:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:37:50 . [Pipeline] withDockerContainer 17:37:50 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:37:50 $ 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 17:37:50 $ docker top 1fa8b600f566e7990ecea0318c6f99f8280abbb6a1546c77a38fe196fcd13e1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:37:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:37:51 [ssh-agent] Looking for ssh-agent implementation... 17:37:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:37:51 $ docker exec 1fa8b600f566e7990ecea0318c6f99f8280abbb6a1546c77a38fe196fcd13e1c ssh-agent 17:37:51 SSH_AUTH_SOCK=/tmp/ssh-GX0lppxceCYu/agent.11 17:37:51 SSH_AGENT_PID=16 17:37:51 Running ssh-add (command line suppressed) 17:37:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3808285128573743376.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3808285128573743376.key) 17:37:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:37:52 + git semver tag 17:37:52 # -> Open(): unable to determine branch for HEAD 17:37:52 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 17:37:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 17:37:52 # $SEMVER_REMOTE_NAME = origin 17:37:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:37:52 # $SEMVER_USER_NAME = edgex-jenkins 17:37:52 # $SEMVER_BRANCH = master 17:37:52 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 17:37:52 # fcf415a52e09a542e74d978699b87b5b4fab4063 HEAD 17:37:52 # -> Force: false 17:37:52 # b3bd49bca1221d73473b2b2a0e08cd9263676ba2 refs/tags/v1.3.1-dev.1 [Pipeline] } 17:37:52 $ docker exec --env ******** --env ******** 1fa8b600f566e7990ecea0318c6f99f8280abbb6a1546c77a38fe196fcd13e1c ssh-agent -k 17:37:52 unset SSH_AUTH_SOCK; 17:37:52 unset SSH_AGENT_PID; 17:37:52 echo Agent pid 16 killed; 17:37:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:37:52 + git semver [Pipeline] } 17:37:52 $ docker stop --time=1 1fa8b600f566e7990ecea0318c6f99f8280abbb6a1546c77a38fe196fcd13e1c 17:37:54 $ docker rm -f 1fa8b600f566e7990ecea0318c6f99f8280abbb6a1546c77a38fe196fcd13e1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:37:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:37:55 17:37:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:37:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:37:55 0.23.1-centos7: Pulling from edgex-lftools 17:37:55 ab5ef0e58194: Pulling fs layer 17:37:55 9712f1f96733: Pulling fs layer 17:37:55 63f879dbbcfc: Pulling fs layer 17:37:55 0d9ebad4ef96: Pulling fs layer 17:37:55 e9a5061849ea: Pulling fs layer 17:37:55 d747dcd14b5f: Pulling fs layer 17:37:55 2de7ff778b66: Pulling fs layer 17:37:55 e9a5061849ea: Waiting 17:37:55 0d9ebad4ef96: Waiting 17:37:55 2de7ff778b66: Waiting 17:37:55 d747dcd14b5f: Waiting 17:37:55 9712f1f96733: Verifying Checksum 17:37:55 9712f1f96733: Download complete 17:37:57 63f879dbbcfc: Verifying Checksum 17:37:57 63f879dbbcfc: Download complete 17:37:57 e9a5061849ea: Verifying Checksum 17:37:57 e9a5061849ea: Download complete 17:37:57 d747dcd14b5f: Verifying Checksum 17:37:57 d747dcd14b5f: Download complete 17:37:57 2de7ff778b66: Verifying Checksum 17:37:57 2de7ff778b66: Download complete 17:37:57 0d9ebad4ef96: Verifying Checksum 17:37:57 0d9ebad4ef96: Download complete 17:37:58 ab5ef0e58194: Verifying Checksum 17:37:58 ab5ef0e58194: Download complete 17:38:02 ab5ef0e58194: Pull complete 17:38:02 9712f1f96733: Pull complete 17:38:04 63f879dbbcfc: Pull complete 17:38:10 0d9ebad4ef96: Pull complete 17:38:12 e9a5061849ea: Pull complete 17:38:12 d747dcd14b5f: Pull complete 17:38:14 2de7ff778b66: Pull complete 17:38:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:38:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:38:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:38:15 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:38:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:38:18 $ docker top 787189fd68f0bd30d77b887c401d7796937d057ac08922d4fa81a358ba80a0ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:38:19 provisioning config files... 17:38:19 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3436243272698213959tmp 17:38:19 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2318044848456247167tmp 17:38:19 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6164792318357666341tmp [Pipeline] { [Pipeline] echo 17:38:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:38:19 ---> sigul-configuration.sh 17:38:19 gpg: directory `/root/.gnupg' created 17:38:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:38:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:38:19 gpg: keyring `/root/.gnupg/secring.gpg' created 17:38:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:38:19 gpg: CAST5 encrypted data 17:38:19 gpg: encrypted with 1 passphrase 17:38:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:38:20 + mkdir /home/jenkins 17:38:20 + mkdir /home/jenkins/sigul [Pipeline] sh 17:38:20 + 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 17:38:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:38:20 ---> sigul-install.sh 17:38:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:38:26 + git tag --list 17:38:26 0.7.1 17:38:26 v1.0.0 17:38:26 v1.1.0 17:38:26 v1.1.1 17:38:26 v1.2.1 17:38:26 v1.2.2 17:38:26 v1.2.2-dev.1 17:38:26 v1.2.2-dev.2 17:38:26 v1.2.3-dev.1 17:38:26 v1.2.3-dev.10 17:38:26 v1.2.3-dev.2 17:38:26 v1.2.3-dev.3 17:38:26 v1.2.3-dev.4 17:38:26 v1.2.3-dev.5 17:38:26 v1.2.3-dev.6 17:38:26 v1.2.3-dev.7 17:38:26 v1.2.3-dev.8 17:38:26 v1.2.3-dev.9 17:38:26 v1.3.0 17:38:26 v1.3.1-dev.1 [Pipeline] sh 17:38:26 + lftools sign git-tag v1.3.1-dev.1 17:38:28 Signing Git tag with Sigul... 17:38:28 Signing v1.3.1-dev.1 [Pipeline] echo 17:38:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:38:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:38:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:38:29 $ docker stop --time=1 787189fd68f0bd30d77b887c401d7796937d057ac08922d4fa81a358ba80a0ec 17:38:32 $ docker rm -f 787189fd68f0bd30d77b887c401d7796937d057ac08922d4fa81a358ba80a0ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:38:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:33 . [Pipeline] withDockerContainer 17:38:33 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:38:33 $ 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 17:38:34 $ docker top 63319e98ac275b92999579f20cc189d2936b04a4493fdb49a25b43c4140d8828 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:34 [ssh-agent] Looking for ssh-agent implementation... 17:38:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:34 $ docker exec 63319e98ac275b92999579f20cc189d2936b04a4493fdb49a25b43c4140d8828 ssh-agent 17:38:35 SSH_AUTH_SOCK=/tmp/ssh-cLF3RrSH5UUp/agent.11 17:38:35 SSH_AGENT_PID=17 17:38:35 Running ssh-add (command line suppressed) 17:38:35 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4656063773059657342.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4656063773059657342.key) 17:38:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:35 + git semver bump pre 17:38:35 # -> Open(): unable to determine branch for HEAD 17:38:35 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 17:38:35 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 17:38:35 # $SEMVER_REMOTE_NAME = origin 17:38:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:35 # $SEMVER_USER_NAME = edgex-jenkins 17:38:35 # $SEMVER_BRANCH = master 17:38:35 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 17:38:35 1.3.1-dev.2 [Pipeline] } 17:38:35 $ docker exec --env ******** --env ******** 63319e98ac275b92999579f20cc189d2936b04a4493fdb49a25b43c4140d8828 ssh-agent -k 17:38:35 unset SSH_AUTH_SOCK; 17:38:35 unset SSH_AGENT_PID; 17:38:35 echo Agent pid 17 killed; 17:38:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:36 + git semver [Pipeline] } 17:38:36 $ docker stop --time=1 63319e98ac275b92999579f20cc189d2936b04a4493fdb49a25b43c4140d8828 17:38:37 $ docker rm -f 63319e98ac275b92999579f20cc189d2936b04a4493fdb49a25b43c4140d8828 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:38 . [Pipeline] withDockerContainer 17:38:38 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:38:38 $ 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 17:38:38 $ docker top d0965926f7905ac98670f3aadb788d1e1e528b192d6480008ce56e51f2182daf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:39 [ssh-agent] Looking for ssh-agent implementation... 17:38:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:39 $ docker exec d0965926f7905ac98670f3aadb788d1e1e528b192d6480008ce56e51f2182daf ssh-agent 17:38:39 SSH_AUTH_SOCK=/tmp/ssh-0n1Iour7yQP6/agent.11 17:38:39 SSH_AGENT_PID=17 17:38:39 Running ssh-add (command line suppressed) 17:38:39 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5314486896810337298.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5314486896810337298.key) 17:38:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:40 + git semver push 17:38:40 # -> Open(): unable to determine branch for HEAD 17:38:40 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 17:38:40 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 17:38:40 # $SEMVER_REMOTE_NAME = origin 17:38:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:40 # $SEMVER_USER_NAME = edgex-jenkins 17:38:40 # $SEMVER_BRANCH = master 17:38:40 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 17:38:48 $ docker exec --env ******** --env ******** d0965926f7905ac98670f3aadb788d1e1e528b192d6480008ce56e51f2182daf ssh-agent -k 17:38:48 unset SSH_AUTH_SOCK; 17:38:48 unset SSH_AGENT_PID; 17:38:48 echo Agent pid 17 killed; 17:38:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:48 + git semver [Pipeline] } 17:38:48 $ docker stop --time=1 d0965926f7905ac98670f3aadb788d1e1e528b192d6480008ce56e51f2182daf 17:38:50 $ docker rm -f d0965926f7905ac98670f3aadb788d1e1e528b192d6480008ce56e51f2182daf [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 17:38:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:38:53 ---> package-listing.sh 17:38:53 ++ facter osfamily 17:38:53 ++ tr '[:upper:]' '[:lower:]' 17:38:53 + OS_FAMILY=redhat 17:38:53 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 17:38:53 + START_PACKAGES=/tmp/packages_start.txt 17:38:53 + END_PACKAGES=/tmp/packages_end.txt 17:38:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:38:53 + PACKAGES=/tmp/packages_start.txt 17:38:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 17:38:53 + PACKAGES=/tmp/packages_end.txt 17:38:53 + case "${OS_FAMILY}" in 17:38:53 + rpm -qa 17:38:53 + sort 17:38:58 + '[' -f /tmp/packages_start.txt ']' 17:38:58 + '[' -f /tmp/packages_end.txt ']' 17:38:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:38:58 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 17:38:58 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 17:38:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 17:38:58 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 17:38:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:38:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:58 17:38:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:38:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:59 alpine: Pulling from edgex-lftools-log-publisher 17:38:59 df20fa9351a1: Pulling fs layer 17:38:59 36b3adc4ff6f: Pulling fs layer 17:38:59 8ad3a11d3b57: Pulling fs layer 17:38:59 46f8f816bc3b: Pulling fs layer 17:38:59 93b61091891f: Pulling fs layer 17:38:59 93b9cdb0e59b: Pulling fs layer 17:38:59 5e14af77c1be: Pulling fs layer 17:38:59 01666e4c0597: Pulling fs layer 17:38:59 aa168da1d23b: Pulling fs layer 17:38:59 93b9cdb0e59b: Waiting 17:38:59 5e14af77c1be: Waiting 17:38:59 46f8f816bc3b: Waiting 17:38:59 93b61091891f: Waiting 17:38:59 36b3adc4ff6f: Verifying Checksum 17:38:59 36b3adc4ff6f: Download complete 17:38:59 46f8f816bc3b: Verifying Checksum 17:38:59 46f8f816bc3b: Download complete 17:38:59 df20fa9351a1: Verifying Checksum 17:38:59 df20fa9351a1: Download complete 17:38:59 93b9cdb0e59b: Verifying Checksum 17:38:59 93b9cdb0e59b: Download complete 17:38:59 5e14af77c1be: Verifying Checksum 17:38:59 5e14af77c1be: Download complete 17:38:59 01666e4c0597: Verifying Checksum 17:38:59 01666e4c0597: Download complete 17:38:59 93b61091891f: Download complete 17:38:59 8ad3a11d3b57: Verifying Checksum 17:38:59 8ad3a11d3b57: Download complete 17:39:00 df20fa9351a1: Pull complete 17:39:00 36b3adc4ff6f: Pull complete 17:39:01 8ad3a11d3b57: Pull complete 17:39:01 46f8f816bc3b: Pull complete 17:39:01 aa168da1d23b: Verifying Checksum 17:39:01 aa168da1d23b: Download complete 17:39:02 93b61091891f: Pull complete 17:39:02 93b9cdb0e59b: Pull complete 17:39:02 5e14af77c1be: Pull complete 17:39:03 01666e4c0597: Pull complete 17:39:11 aa168da1d23b: Pull complete 17:39:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:39:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:39:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:39:11 prd-centos7-docker-4c-2g-14915 does not seem to be running inside a container 17:39:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:39:14 $ docker top 7cbb145e6e369932fb2ec3d54d96ff6479de31fd0697566ab937fdc523a46308 -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:14 + touch /tmp/pre-build-complete [Pipeline] sh 17:39:15 + mkdir -p /var/log/sa [Pipeline] sh 17:39:15 + ls /var/log/sa-host 17:39:15 + sadf -c /var/log/sa-host/sa07 17:39:15 file_magic: OK 17:39:15 HZ: Using current value: 100 17:39:15 file_header: OK 17:39:15 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 17:39:15 Statistics: 17:39:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:39:15 File successfully converted to sysstat format version 12.2.1 17:39:15 + sadf -c /var/log/sa-host/sa23 17:39:15 file_magic: OK 17:39:15 HZ: Using current value: 100 17:39:15 file_header: OK 17:39:15 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 17:39:15 Statistics: 17:39:15 Hnuu...uuuununununu... 17:39:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:39:16 provisioning config files... 17:39:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7118535166942430442tmp [Pipeline] { [Pipeline] echo 17:39:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:39:16 ---> create-netrc.sh [Pipeline] } 17:39:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:39:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:39:16 ---> python-tools-install.sh [Pipeline] echo 17:39:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:39:17 ---> sudo-logs.sh 17:39:17 Archiving 'sudo' log.. [Pipeline] echo 17:39:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:39:17 ---> job-cost.sh 17:39:17 lf-activate-venv: SKIPPING 17:39:17 INFO: No Stack... 17:39:18 INFO: Retrieving Pricing Info for: v1-standard-2 17:39:19 INFO: Archiving Costs [Pipeline] echo 17:39:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:39:19 ---> logs-deploy.sh 17:39:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/26 17:39:19 INFO: archiving workspace using pattern(s): 17:39:21 Archives upload complete. 17:39:21 INFO: archiving logs to Nexus 17:39:22 ---> uname -a: 17:39:22 Linux prd-centos7-docker-4c-2g-14915.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:39:22 17:39:22 17:39:22 ---> lscpu: 17:39:22 Architecture: x86_64 17:39:22 CPU op-mode(s): 32-bit, 64-bit 17:39:22 Byte Order: Little Endian 17:39:22 Address sizes: 40 bits physical, 48 bits virtual 17:39:22 CPU(s): 4 17:39:22 On-line CPU(s) list: 0-3 17:39:22 Thread(s) per core: 1 17:39:22 Core(s) per socket: 1 17:39:22 Socket(s): 4 17:39:22 NUMA node(s): 1 17:39:22 Vendor ID: GenuineIntel 17:39:22 CPU family: 6 17:39:22 Model: 44 17:39:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:39:22 Stepping: 1 17:39:22 CPU MHz: 2933.442 17:39:22 BogoMIPS: 5866.88 17:39:22 Virtualization: VT-x 17:39:22 Hypervisor vendor: KVM 17:39:22 Virtualization type: full 17:39:22 L1d cache: 128 KiB 17:39:22 L1i cache: 128 KiB 17:39:22 L2 cache: 16 MiB 17:39:22 L3 cache: 64 MiB 17:39:22 NUMA node0 CPU(s): 0-3 17:39:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:39:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:39:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:39:22 Vulnerability Meltdown: Mitigation; PTI 17:39:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:39:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:39:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:39:22 Vulnerability Srbds: Not affected 17:39:22 Vulnerability Tsx async abort: Not affected 17:39:22 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 17:39:22 17:39:22 17:39:22 ---> nproc: 17:39:22 4 17:39:22 17:39:22 17:39:22 ---> df -h: 17:39:22 Filesystem Size Used Available Use% Mounted on 17:39:22 overlay 50.0G 8.6G 41.4G 17% / 17:39:22 tmpfs 64.0M 0 64.0M 0% /dev 17:39:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:39:22 shm 64.0M 0 64.0M 0% /dev/shm 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 17:39:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 17:39:22 17:39:22 17:39:22 ---> free -m: 17:39:22 total used free shared buff/cache available 17:39:22 Mem: 1837 833 131 0 872 939 17:39:22 Swap: 1023 2 1021 17:39:22 17:39:22 17:39:22 ---> ip addr: 17:39:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:39:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:39:22 inet 127.0.0.1/8 scope host lo 17:39:22 valid_lft forever preferred_lft forever 17:39:22 inet6 ::1/128 scope host 17:39:22 valid_lft forever preferred_lft forever 17:39:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:39:22 link/ether fa:16:3e:19:60:c6 brd ff:ff:ff:ff:ff:ff 17:39:22 inet 10.30.123.163/23 brd 10.30.123.255 scope global dynamic eth0 17:39:22 valid_lft 85795sec preferred_lft 85795sec 17:39:22 inet6 fe80::f816:3eff:fe19:60c6/64 scope link 17:39:22 valid_lft forever preferred_lft forever 17:39:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:39:22 link/ether 02:42:b3:b1:67:f5 brd ff:ff:ff:ff:ff:ff 17:39:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:39:22 valid_lft forever preferred_lft forever 17:39:22 inet6 fe80::42:b3ff:feb1:67f5/64 scope link 17:39:22 valid_lft forever preferred_lft forever 17:39:22 17:39:22 17:39:22 ---> sar -b -r -n DEV: 17:39:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 17:39:22 17:39:22 17:29:02 LINUX RESTART (4 CPU) 17:39:22 17:39:22 17:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:39:22 17:31:01 21.64 5.93 15.71 0.00 1299.55 2816.61 0.00 17:39:22 17:32:01 0.47 0.00 0.47 0.00 0.00 6.78 0.00 17:39:22 17:33:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 17:39:22 17:34:01 0.17 0.00 0.17 0.00 0.00 1.82 0.00 17:39:22 17:35:02 0.32 0.00 0.32 0.00 0.00 5.23 0.00 17:39:22 17:36:01 0.37 0.00 0.37 0.00 0.00 5.54 0.00 17:39:22 17:37:01 0.33 0.00 0.33 0.00 0.00 5.56 0.00 17:39:22 17:38:01 373.59 209.15 164.44 0.00 10104.64 47384.15 0.00 17:39:22 17:39:01 238.37 120.02 118.35 0.00 8442.60 24506.11 0.00 17:39:22 Average: 70.81 37.33 33.47 0.00 2211.04 8326.48 0.00 17:39:22 17:39:22 17:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:39:22 17:31:01 157576 0 592148 31.47 2620 1129200 1101284 37.58 431736 1093548 20 17:39:22 17:32:01 163492 0 586228 31.16 2620 1129204 1078020 36.79 428628 1091480 12 17:39:22 17:33:01 161692 0 588020 31.25 2620 1129212 1078020 36.79 440244 1081652 8 17:39:22 17:34:01 160928 0 588784 31.29 2620 1129212 1078224 36.80 445592 1077412 8 17:39:22 17:35:02 159976 0 589728 31.34 2620 1129220 1078068 36.79 440564 1083548 8 17:39:22 17:36:01 160252 0 589448 31.33 2620 1129224 1078020 36.79 445112 1078640 16 17:39:22 17:37:01 160256 0 589440 31.33 2620 1129228 1078020 36.79 445060 1078696 8 17:39:22 17:38:01 70516 0 761564 40.48 2440 1047024 1580148 53.93 697920 853356 69496 17:39:22 17:39:01 88416 0 795268 42.27 1492 996368 1365104 46.59 621780 841500 77708 17:39:22 Average: 142567 0 631181 33.55 2475 1105321 1168323 39.87 488515 1031092 16365 17:39:22 17:39:22 17:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:39:22 17:31:01 eth0 32.71 24.19 32.31 23.19 0.00 0.00 0.00 0.00 17:39:22 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:31:01 docker0 1.98 1.73 0.40 4.00 0.00 0.00 0.00 0.00 17:39:22 17:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:39:22 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:33:01 eth0 1.33 0.08 0.12 0.01 0.00 0.00 0.00 0.00 17:39:22 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:34:01 eth0 0.97 0.53 0.54 0.39 0.00 0.00 0.00 0.00 17:39:22 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:35:02 eth0 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 17:39:22 17:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:39:22 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:38:01 eth0 923.12 824.50 7591.16 124.90 0.00 0.00 0.00 0.00 17:39:22 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:38:01 docker0 36.35 36.04 3.30 189.57 0.00 0.00 0.00 0.00 17:39:22 17:39:01 eth0 311.00 235.52 2084.15 81.51 0.00 0.00 0.00 0.00 17:39:22 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 17:39:01 docker0 40.30 63.41 2.36 187.73 0.00 0.00 0.00 0.00 17:39:22 Average: eth0 141.47 120.92 1081.75 25.63 0.00 0.00 0.00 0.00 17:39:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:22 Average: docker0 8.76 11.27 0.67 42.48 0.00 0.00 0.00 0.00 17:39:22 17:39:22 17:39:22 ---> sar -P ALL: 17:39:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 17:39:22 17:39:22 17:29:02 LINUX RESTART (4 CPU) 17:39:22 17:39:22 17:30:01 CPU %user %nice %system %iowait %steal %idle 17:39:22 17:31:01 all 1.67 0.00 1.20 0.42 0.00 96.71 17:39:22 17:31:01 0 1.86 0.00 1.04 1.35 0.00 95.75 17:39:22 17:31:01 1 1.54 0.00 1.09 0.13 0.00 97.24 17:39:22 17:31:01 2 1.54 0.00 1.32 0.07 0.00 97.07 17:39:22 17:31:01 3 1.74 0.00 1.35 0.13 0.00 96.78 17:39:22 17:32:01 all 0.16 0.00 0.05 0.00 0.00 99.79 17:39:22 17:32:01 0 0.52 0.00 0.03 0.00 0.02 99.43 17:39:22 17:32:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:39:22 17:32:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:39:22 17:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:39:22 17:33:01 all 0.16 0.00 0.11 0.00 0.00 99.73 17:39:22 17:33:01 0 0.10 0.00 0.18 0.00 0.00 99.72 17:39:22 17:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:39:22 17:33:01 2 0.07 0.00 0.07 0.00 0.00 99.87 17:39:22 17:33:01 3 0.43 0.00 0.15 0.00 0.00 99.42 17:39:22 17:34:01 all 0.15 0.00 0.04 0.00 0.00 99.80 17:39:22 17:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:39:22 17:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:39:22 17:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:39:22 17:34:01 3 0.48 0.00 0.05 0.00 0.00 99.47 17:39:22 17:35:02 all 0.16 0.00 0.08 0.00 0.00 99.76 17:39:22 17:35:02 0 0.05 0.00 0.03 0.00 0.00 99.92 17:39:22 17:35:02 1 0.05 0.00 0.08 0.00 0.00 99.87 17:39:22 17:35:02 2 0.05 0.00 0.10 0.00 0.00 99.85 17:39:22 17:35:02 3 0.50 0.00 0.10 0.00 0.00 99.40 17:39:22 17:36:01 all 0.16 0.00 0.06 0.00 0.00 99.78 17:39:22 17:36:01 0 0.03 0.00 0.14 0.00 0.00 99.83 17:39:22 17:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:39:22 17:36:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:39:22 17:36:01 3 0.52 0.00 0.03 0.00 0.00 99.44 17:39:22 17:37:01 all 0.16 0.00 0.03 0.00 0.00 99.80 17:39:22 17:37:01 0 0.07 0.00 0.03 0.00 0.00 99.90 17:39:22 17:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:39:22 17:37:01 2 0.03 0.00 0.03 0.00 0.02 99.92 17:39:22 17:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:39:22 17:38:01 all 14.67 0.00 10.86 4.16 0.04 70.27 17:39:22 17:38:01 0 14.30 0.00 10.17 4.74 0.05 70.74 17:39:22 17:38:01 1 16.12 0.00 10.59 4.37 0.05 68.87 17:39:22 17:38:01 2 14.24 0.00 11.85 4.27 0.02 69.62 17:39:22 17:38:01 3 14.01 0.00 10.81 3.27 0.05 71.86 17:39:22 17:39:01 all 9.92 0.00 7.47 3.99 0.03 78.59 17:39:22 17:39:01 0 7.80 0.00 7.04 4.61 0.02 80.54 17:39:22 17:39:01 1 12.72 0.00 7.81 4.60 0.03 74.83 17:39:22 17:39:01 2 10.30 0.00 6.63 3.63 0.05 79.39 17:39:22 17:39:01 3 8.86 0.00 8.40 3.13 0.02 79.60 17:39:22 Average: all 2.98 0.00 2.18 0.94 0.01 93.89 17:39:22 Average: 0 2.71 0.00 2.05 1.17 0.01 94.06 17:39:22 Average: 1 3.36 0.00 2.17 1.00 0.01 93.47 17:39:22 Average: 2 2.89 0.00 2.20 0.87 0.01 94.03 17:39:22 Average: 3 2.96 0.00 2.29 0.71 0.01 94.02 17:39:22 17:39:22 17:39:22