Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4af33ebb689733641b720494a11ef5733337ae1c 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-modbus-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-modbus-go-settings PROJECT: device-modbus-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-modbus-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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16763 in /w/workspace/xfoundry_device-modbus-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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4af33ebb689733641b720494a11ef5733337ae1c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4af33ebb689733641b720494a11ef5733337ae1c # timeout=10 Commit message: "Merge pull request #205 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk bdc2bf18299f50048bed412b56382a4832083ebb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-18T16:41:58.141Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-18T16:41:58.383Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-18T16:41:58.540Z] ========================================================= [2020-12-18T16:41:58.540Z] EdgeX Global Pipelines Version Info [2020-12-18T16:41:58.540Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:42:00.034Z] ------------------- [2020-12-18T16:42:00.034Z] stable info: [2020-12-18T16:42:00.034Z] ------------------- [2020-12-18T16:42:00.034Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-18T16:42:00.034Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T16:42:00.034Z] Message: update stable to v1.0.173 [2020-12-18T16:42:01.424Z] ------------------- [2020-12-18T16:42:01.424Z] experimental info: [2020-12-18T16:42:01.424Z] ------------------- [2020-12-18T16:42:01.424Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-18T16:42:01.424Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T16:42:01.424Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-18T16:42:01.745Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-12-18T16:42:01.858Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-12-18T16:42:01.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-18T16:42:02.065Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-18T16:42:02.155Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-18T16:42:02.257Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-18T16:42:02.343Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-18T16:42:02.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-18T16:42:02.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-18T16:42:02.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-18T16:42:02.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-18T16:42:02.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-12-18T16:42:02.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-18T16:42:03.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-18T16:42:03.187Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T16:42:03.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T16:42:03.382Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T16:42:03.481Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T16:42:03.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-18T16:42:03.704Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-18T16:42:03.792Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-18T16:42:03.908Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-18T16:42:03.999Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-18T16:42:04.109Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-18T16:42:04.197Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-18T16:42:04.295Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-18T16:42:04.418Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-18T16:42:04.519Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-18T16:42:04.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-18T16:42:04.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-18T16:42:04.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] echo [2020-12-18T16:42:04.931Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4af33eb [Pipeline] echo [2020-12-18T16:42:05.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T16:42:05.221Z] provisioning config files... [2020-12-18T16:42:05.255Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8748706388798281385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:42:05.635Z] ---> docker-login.sh [2020-12-18T16:42:05.635Z] nexus3.edgexfoundry.org:10001 [2020-12-18T16:42:05.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:42:06.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:42:06.160Z] Configure a credential helper to remove this warning. See [2020-12-18T16:42:06.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:42:06.160Z] [2020-12-18T16:42:06.160Z] Login Succeeded [2020-12-18T16:42:06.160Z] nexus3.edgexfoundry.org:10002 [2020-12-18T16:42:06.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:42:06.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:42:06.425Z] Configure a credential helper to remove this warning. See [2020-12-18T16:42:06.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:42:06.425Z] [2020-12-18T16:42:06.425Z] Login Succeeded [2020-12-18T16:42:06.425Z] nexus3.edgexfoundry.org:10003 [2020-12-18T16:42:06.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:42:06.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:42:06.425Z] Configure a credential helper to remove this warning. See [2020-12-18T16:42:06.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:42:06.425Z] [2020-12-18T16:42:06.425Z] Login Succeeded [2020-12-18T16:42:06.425Z] nexus3.edgexfoundry.org:10004 [2020-12-18T16:42:06.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:42:06.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:42:06.691Z] Configure a credential helper to remove this warning. See [2020-12-18T16:42:06.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:42:06.691Z] [2020-12-18T16:42:06.691Z] Login Succeeded [2020-12-18T16:42:06.691Z] docker.io [2020-12-18T16:42:06.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:42:06.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:42:06.955Z] Configure a credential helper to remove this warning. See [2020-12-18T16:42:06.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:42:06.955Z] [2020-12-18T16:42:06.955Z] Login Succeeded [2020-12-18T16:42:06.955Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T16:42:06.965Z] 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 [2020-12-18T16:42:07.849Z] + git log --format=format:%s -1 4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] echo [2020-12-18T16:42:07.961Z] GIT_COMMIT: 4af33ebb689733641b720494a11ef5733337ae1c, Commit Message: Merge pull request #205 from ernestojeda/devops-std-dockerfiles [Pipeline] echo [2020-12-18T16:42:08.004Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:42:08.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:42:08.987Z] [2020-12-18T16:42:08.987Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:42:09.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:42:09.360Z] latest: Pulling from edgex-devops/git-semver [2020-12-18T16:42:09.360Z] 31603596830f: Pulling fs layer [2020-12-18T16:42:09.360Z] 2a8b12db71e7: Pulling fs layer [2020-12-18T16:42:09.360Z] 6ca5941a6612: Pulling fs layer [2020-12-18T16:42:09.360Z] ecc8261a40a4: Pulling fs layer [2020-12-18T16:42:09.360Z] ecc8261a40a4: Waiting [2020-12-18T16:42:09.360Z] 2a8b12db71e7: Verifying Checksum [2020-12-18T16:42:09.360Z] 2a8b12db71e7: Download complete [2020-12-18T16:42:09.622Z] 31603596830f: Verifying Checksum [2020-12-18T16:42:09.622Z] 31603596830f: Download complete [2020-12-18T16:42:09.622Z] 6ca5941a6612: Verifying Checksum [2020-12-18T16:42:09.622Z] 6ca5941a6612: Download complete [2020-12-18T16:42:09.622Z] ecc8261a40a4: Verifying Checksum [2020-12-18T16:42:09.622Z] ecc8261a40a4: Download complete [2020-12-18T16:42:09.884Z] 31603596830f: Pull complete [2020-12-18T16:42:10.147Z] 2a8b12db71e7: Pull complete [2020-12-18T16:42:11.102Z] 6ca5941a6612: Pull complete [2020-12-18T16:42:11.366Z] ecc8261a40a4: Pull complete [2020-12-18T16:42:11.366Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-18T16:42:11.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:42:11.366Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-18T16:42:11.477Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:42:11.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 [2020-12-18T16:42:13.602Z] $ docker top f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T16:42:14.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T16:42:14.003Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T16:42:14.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T16:42:14.263Z] $ docker exec f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 ssh-agent [2020-12-18T16:42:14.447Z] SSH_AUTH_SOCK=/tmp/ssh-QhNiKxXsXciP/agent.11 [2020-12-18T16:42:14.447Z] SSH_AGENT_PID=16 [2020-12-18T16:42:14.464Z] Running ssh-add (command line suppressed) [2020-12-18T16:42:14.597Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5934009631869463630.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5934009631869463630.key) [2020-12-18T16:42:14.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T16:42:14.997Z] + git tag --points-at HEAD [Pipeline] } [2020-12-18T16:42:15.025Z] $ docker exec --env ******** --env ******** f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 ssh-agent -k [2020-12-18T16:42:15.141Z] unset SSH_AUTH_SOCK; [2020-12-18T16:42:15.142Z] unset SSH_AGENT_PID; [2020-12-18T16:42:15.142Z] echo Agent pid 16 killed; [2020-12-18T16:42:15.192Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-18T16:42:15.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T16:42:15.333Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T16:42:15.508Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T16:42:15.513Z] $ docker exec f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 ssh-agent [2020-12-18T16:42:15.689Z] SSH_AUTH_SOCK=/tmp/ssh-Xi8GGK41VaU4/agent.44 [2020-12-18T16:42:15.689Z] SSH_AGENT_PID=50 [2020-12-18T16:42:15.698Z] Running ssh-add (command line suppressed) [2020-12-18T16:42:15.821Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2331651947620282825.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2331651947620282825.key) [2020-12-18T16:42:15.874Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T16:42:16.210Z] + git semver init [2020-12-18T16:42:16.211Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T16:42:16.211Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-18T16:42:16.211Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-18T16:42:16.211Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T16:42:16.211Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T16:42:16.211Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T16:42:16.211Z] # $SEMVER_BRANCH = master [2020-12-18T16:42:16.211Z] # $SEMVER_TEMP = /tmp/semver-842425023 [2020-12-18T16:42:16.211Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-12-18T16:42:16.788Z] # '/tmp/semver-842425023' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-12-18T16:42:16.788Z] # -> Force: false [2020-12-18T16:42:16.788Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-18T16:42:16.805Z] $ docker exec --env ******** --env ******** f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 ssh-agent -k [2020-12-18T16:42:16.931Z] unset SSH_AUTH_SOCK; [2020-12-18T16:42:16.932Z] unset SSH_AGENT_PID; [2020-12-18T16:42:16.932Z] echo Agent pid 50 killed; [2020-12-18T16:42:16.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T16:42:17.463Z] + git semver [Pipeline] } [2020-12-18T16:42:17.482Z] $ docker stop --time=1 f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 [2020-12-18T16:42:18.883Z] $ docker rm -f f7188939731c872e0324f8cc84f4cb0d6da0ae587caaf6e8ba5f3f4711124345 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T16:42:19.354Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-18T16:42:19.760Z] Stashed 1 file(s) [Pipeline] echo [2020-12-18T16:42:19.764Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-18T16:42:35.306Z] Still waiting to schedule task [2020-12-18T16:42:35.306Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-18T16:42:35.308Z] Still waiting to schedule task [2020-12-18T16:42:35.309Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16761’ is offline [2020-12-18T16:44:24.317Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16764 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-18T16:44:24.376Z] Running in /w/workspace/device-modbus-go/32 [Pipeline] { [Pipeline] checkout [2020-12-18T16:44:29.102Z] using credential edgex-jenkins-ssh [2020-12-18T16:44:29.180Z] Cloning the remote Git repository [2020-12-18T16:44:29.234Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:29.349Z] > git init /w/workspace/device-modbus-go/32 # timeout=10 [2020-12-18T16:44:29.434Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:29.434Z] > git --version # timeout=10 [2020-12-18T16:44:29.455Z] > git --version # 'git version 2.17.1' [2020-12-18T16:44:29.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T16:44:29.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T16:44:30.293Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-18T16:44:30.322Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T16:44:30.350Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-18T16:44:30.389Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:30.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T16:44:30.406Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T16:44:30.846Z] Checking out Revision 4af33ebb689733641b720494a11ef5733337ae1c (master) [2020-12-18T16:44:30.867Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T16:44:30.883Z] > git checkout -f 4af33ebb689733641b720494a11ef5733337ae1c # timeout=10 [2020-12-18T16:44:34.329Z] Running on prd-centos7-docker-4c-2g-16765 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-18T16:44:34.386Z] Running in /w/workspace/device-modbus-go/32 [Pipeline] { [Pipeline] checkout [2020-12-18T16:44:35.469Z] Commit message: "Merge pull request #205 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T16:44:36.876Z] using credential edgex-jenkins-ssh [2020-12-18T16:44:36.906Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-18T16:44:36.934Z] Cloning the remote Git repository [Pipeline] sh [2020-12-18T16:44:37.315Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T16:44:37.664Z] + sudo service docker restart+ [2020-12-18T16:44:37.664Z] true [2020-12-18T16:44:36.959Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:37.021Z] > git init /w/workspace/device-modbus-go/32 # timeout=10 [2020-12-18T16:44:37.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:37.079Z] > git --version # timeout=10 [2020-12-18T16:44:37.084Z] > git --version # 'git version 2.24.3' [2020-12-18T16:44:37.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T16:44:37.115Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T16:44:37.669Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-18T16:44:37.676Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T16:44:37.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-18T16:44:37.700Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-18T16:44:37.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T16:44:37.703Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T16:44:38.074Z] Checking out Revision 4af33ebb689733641b720494a11ef5733337ae1c (master) [2020-12-18T16:44:38.084Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T16:44:38.090Z] > git checkout -f 4af33ebb689733641b720494a11ef5733337ae1c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T16:44:40.436Z] provisioning config files... [2020-12-18T16:44:40.478Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/32@tmp/config6476545117701619264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:44:40.921Z] ---> docker-login.sh [2020-12-18T16:44:40.921Z] nexus3.edgexfoundry.org:10001 [2020-12-18T16:44:41.660Z] Commit message: "Merge pull request #205 from ernestojeda/devops-std-dockerfiles" [2020-12-18T16:44:41.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-18T16:44:42.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:42.188Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:42.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:42.188Z] [2020-12-18T16:44:42.188Z] Login Succeeded [2020-12-18T16:44:42.188Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2020-12-18T16:44:42.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:42.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:42.744Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:42.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:42.744Z] [2020-12-18T16:44:42.744Z] Login Succeeded [2020-12-18T16:44:42.744Z] nexus3.edgexfoundry.org:10003 [2020-12-18T16:44:42.871Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-18T16:44:43.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:43.194Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T16:44:43.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:43.290Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:43.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:43.290Z] [2020-12-18T16:44:43.290Z] Login Succeeded [2020-12-18T16:44:43.290Z] nexus3.edgexfoundry.org:10004 [2020-12-18T16:44:43.500Z] + sudo service docker restart [2020-12-18T16:44:43.500Z] + true [2020-12-18T16:44:43.500Z] Redirecting to /bin/systemctl restart docker.service [2020-12-18T16:44:43.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:43.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:43.565Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:43.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:43.565Z] [2020-12-18T16:44:43.565Z] Login Succeeded [2020-12-18T16:44:43.565Z] docker.io [2020-12-18T16:44:44.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:44.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:44.432Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:44.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:44.432Z] [2020-12-18T16:44:44.432Z] Login Succeeded [2020-12-18T16:44:44.432Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T16:44:44.451Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] unstash [Pipeline] wrap [2020-12-18T16:44:44.625Z] provisioning config files... [2020-12-18T16:44:44.727Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/32@tmp/config5267928398929802807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo [2020-12-18T16:44:44.925Z] ========================================================= [2020-12-18T16:44:44.925Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-18T16:44:44.925Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:44:45.128Z] ---> docker-login.sh [2020-12-18T16:44:45.128Z] nexus3.edgexfoundry.org:10001 [2020-12-18T16:44:45.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:45.308Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-18T16:44:45.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:45.395Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:45.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:45.395Z] [2020-12-18T16:44:45.395Z] Login Succeeded [2020-12-18T16:44:45.395Z] nexus3.edgexfoundry.org:10002 [2020-12-18T16:44:45.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:45.579Z] Sending build context to Docker daemon 532kB [2020-12-18T16:44:45.579Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T16:44:45.579Z] Step 2/8 : FROM ${BASE} [2020-12-18T16:44:45.579Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-18T16:44:45.579Z] 5f621e34cdf4: Pulling fs layer [2020-12-18T16:44:45.579Z] a4357932f1b6: Pulling fs layer [2020-12-18T16:44:45.579Z] 18c013af1878: Pulling fs layer [2020-12-18T16:44:45.579Z] 00ac8860ef70: Pulling fs layer [2020-12-18T16:44:45.579Z] 63d7cb157983: Pulling fs layer [2020-12-18T16:44:45.579Z] b116817d02f9: Pulling fs layer [2020-12-18T16:44:45.579Z] 745a02a5169b: Pulling fs layer [2020-12-18T16:44:45.579Z] 00ac8860ef70: Waiting [2020-12-18T16:44:45.579Z] 63d7cb157983: Waiting [2020-12-18T16:44:45.579Z] b116817d02f9: Waiting [2020-12-18T16:44:45.579Z] 745a02a5169b: Waiting [2020-12-18T16:44:45.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:45.656Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:45.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:45.656Z] [2020-12-18T16:44:45.656Z] Login Succeeded [2020-12-18T16:44:45.656Z] nexus3.edgexfoundry.org:10003 [2020-12-18T16:44:45.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:45.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:45.656Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:45.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:45.656Z] [2020-12-18T16:44:45.656Z] Login Succeeded [2020-12-18T16:44:45.656Z] nexus3.edgexfoundry.org:10004 [2020-12-18T16:44:45.852Z] 18c013af1878: Download complete [2020-12-18T16:44:45.852Z] a4357932f1b6: Verifying Checksum [2020-12-18T16:44:45.852Z] a4357932f1b6: Download complete [2020-12-18T16:44:45.852Z] 63d7cb157983: Verifying Checksum [2020-12-18T16:44:45.852Z] 63d7cb157983: Download complete [2020-12-18T16:44:45.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:46.123Z] b116817d02f9: Verifying Checksum [2020-12-18T16:44:46.123Z] b116817d02f9: Download complete [2020-12-18T16:44:46.396Z] 5f621e34cdf4: Download complete [2020-12-18T16:44:46.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:46.862Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:46.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:46.862Z] [2020-12-18T16:44:46.862Z] Login Succeeded [2020-12-18T16:44:46.862Z] docker.io [2020-12-18T16:44:46.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:44:47.009Z] 5f621e34cdf4: Pull complete [2020-12-18T16:44:47.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:44:47.124Z] Configure a credential helper to remove this warning. See [2020-12-18T16:44:47.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:44:47.124Z] [2020-12-18T16:44:47.124Z] Login Succeeded [2020-12-18T16:44:47.124Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T16:44:47.148Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T16:44:47.456Z] ========================================================= [2020-12-18T16:44:47.456Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-18T16:44:47.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:44:47.614Z] a4357932f1b6: Pull complete [2020-12-18T16:44:47.796Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-18T16:44:47.797Z] Sending build context to Docker daemon 533kB [2020-12-18T16:44:47.797Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T16:44:47.797Z] Step 2/8 : FROM ${BASE} [2020-12-18T16:44:47.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-18T16:44:47.797Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T16:44:47.797Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T16:44:47.797Z] de9db76c5a1d: Pulling fs layer [2020-12-18T16:44:47.797Z] bca2f99d35d6: Pulling fs layer [2020-12-18T16:44:47.797Z] 93359f2a8cfa: Pulling fs layer [2020-12-18T16:44:47.797Z] 7c6f9722023f: Pulling fs layer [2020-12-18T16:44:47.797Z] a35cf1a2eb13: Pulling fs layer [2020-12-18T16:44:47.797Z] 93359f2a8cfa: Waiting [2020-12-18T16:44:47.797Z] bca2f99d35d6: Waiting [2020-12-18T16:44:47.797Z] 7c6f9722023f: Waiting [2020-12-18T16:44:47.797Z] a35cf1a2eb13: Waiting [2020-12-18T16:44:48.058Z] de9db76c5a1d: Verifying Checksum [2020-12-18T16:44:48.058Z] de9db76c5a1d: Download complete [2020-12-18T16:44:48.058Z] 0ef7d3d256c8: Verifying Checksum [2020-12-18T16:44:48.058Z] 0ef7d3d256c8: Download complete [2020-12-18T16:44:48.058Z] 93359f2a8cfa: Verifying Checksum [2020-12-18T16:44:48.058Z] 93359f2a8cfa: Download complete [2020-12-18T16:44:48.209Z] 18c013af1878: Pull complete [2020-12-18T16:44:48.632Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T16:44:48.632Z] 188c0c94c7c5: Download complete [2020-12-18T16:44:48.894Z] 188c0c94c7c5: Pull complete [2020-12-18T16:44:49.156Z] 7c6f9722023f: Download complete [2020-12-18T16:44:49.156Z] 0ef7d3d256c8: Pull complete [2020-12-18T16:44:49.156Z] de9db76c5a1d: Pull complete [2020-12-18T16:44:50.189Z] 745a02a5169b: Verifying Checksum [2020-12-18T16:44:50.189Z] 745a02a5169b: Download complete [2020-12-18T16:44:51.080Z] a35cf1a2eb13: Verifying Checksum [2020-12-18T16:44:51.080Z] a35cf1a2eb13: Download complete [2020-12-18T16:44:51.178Z] 00ac8860ef70: Verifying Checksum [2020-12-18T16:44:51.178Z] 00ac8860ef70: Download complete [2020-12-18T16:44:52.028Z] bca2f99d35d6: Verifying Checksum [2020-12-18T16:44:52.028Z] bca2f99d35d6: Download complete [2020-12-18T16:44:57.369Z] bca2f99d35d6: Pull complete [2020-12-18T16:44:57.369Z] 93359f2a8cfa: Pull complete [2020-12-18T16:44:57.369Z] 7c6f9722023f: Pull complete [2020-12-18T16:45:01.595Z] a35cf1a2eb13: Pull complete [2020-12-18T16:45:01.595Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-18T16:45:01.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-18T16:45:01.596Z] ---> a62c8e92a672 [2020-12-18T16:45:01.596Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-18T16:45:01.865Z] ---> Running in 84f1e4f49f30 [2020-12-18T16:45:01.865Z] Removing intermediate container 84f1e4f49f30 [2020-12-18T16:45:01.865Z] ---> 23e6d768f724 [2020-12-18T16:45:01.865Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T16:45:02.136Z] ---> Running in 69784b7ad2ec [2020-12-18T16:45:03.099Z] Removing intermediate container 69784b7ad2ec [2020-12-18T16:45:03.099Z] ---> 1573d8424eee [2020-12-18T16:45:03.099Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-18T16:45:03.099Z] ---> Running in bad065c16636 [2020-12-18T16:45:03.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T16:45:03.586Z] 00ac8860ef70: Pull complete [2020-12-18T16:45:03.586Z] 63d7cb157983: Pull complete [2020-12-18T16:45:03.586Z] b116817d02f9: Pull complete [2020-12-18T16:45:04.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T16:45:04.891Z] (1/14) Installing libmagic (5.38-r0) [2020-12-18T16:45:04.891Z] (2/14) Installing file (5.38-r0) [2020-12-18T16:45:04.891Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-18T16:45:05.153Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-18T16:45:06.231Z] 745a02a5169b: Pull complete [2020-12-18T16:45:06.231Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-18T16:45:06.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-18T16:45:06.231Z] ---> b7e6874047d6 [2020-12-18T16:45:06.231Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-18T16:45:08.458Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-18T16:45:08.458Z] (6/14) Installing patch (2.7.6-r6) [2020-12-18T16:45:08.458Z] (7/14) Installing build-base (0.5-r2) [2020-12-18T16:45:08.458Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-18T16:45:08.458Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-18T16:45:08.458Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-18T16:45:08.720Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-18T16:45:08.720Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-18T16:45:08.720Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-18T16:45:08.983Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-18T16:45:08.983Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T16:45:08.983Z] OK: 237 MiB in 53 packages [2020-12-18T16:45:09.058Z] ---> Running in 55ed8c161889 [2020-12-18T16:45:09.058Z] Removing intermediate container 55ed8c161889 [2020-12-18T16:45:09.058Z] ---> 914ee33f6fcc [2020-12-18T16:45:09.058Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T16:45:09.331Z] ---> Running in a891f8611d2a [2020-12-18T16:45:11.968Z] Removing intermediate container a891f8611d2a [2020-12-18T16:45:11.968Z] ---> 9cf1b95ce936 [2020-12-18T16:45:11.968Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-18T16:45:11.968Z] ---> Running in f74b9e0e77b7 [2020-12-18T16:45:12.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T16:45:13.202Z] Removing intermediate container bad065c16636 [2020-12-18T16:45:13.202Z] ---> ae3d9d8dc145 [2020-12-18T16:45:13.202Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-18T16:45:13.202Z] ---> Running in fa279d3a187d [2020-12-18T16:45:13.202Z] Removing intermediate container fa279d3a187d [2020-12-18T16:45:13.202Z] ---> 49777b46bc57 [2020-12-18T16:45:13.202Z] Step 7/8 : COPY . . [2020-12-18T16:45:13.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T16:45:13.809Z] ---> 34e712488074 [2020-12-18T16:45:13.809Z] Step 8/8 : RUN go mod download [2020-12-18T16:45:13.809Z] ---> Running in e7ae6424802f [2020-12-18T16:45:14.519Z] (1/14) Installing libmagic (5.38-r0) [2020-12-18T16:45:14.519Z] (2/14) Installing file (5.38-r0) [2020-12-18T16:45:14.797Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-18T16:45:14.797Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-18T16:45:29.846Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-18T16:45:29.846Z] (6/14) Installing patch (2.7.6-r6) [2020-12-18T16:45:29.846Z] (7/14) Installing build-base (0.5-r2) [2020-12-18T16:45:29.846Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2020-12-18T16:45:29.846Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-18T16:45:29.846Z] (10/14) Installing openssh-client (8.3_p1-r1) [2020-12-18T16:45:29.846Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2020-12-18T16:45:29.846Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2020-12-18T16:45:29.846Z] (13/14) Installing openssh-server (8.3_p1-r1) [2020-12-18T16:45:29.846Z] (14/14) Installing openssh (8.3_p1-r1) [2020-12-18T16:45:29.846Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T16:45:29.846Z] OK: 221 MiB in 53 packages [2020-12-18T16:45:33.260Z] Removing intermediate container f74b9e0e77b7 [2020-12-18T16:45:33.260Z] ---> 1696e0a3fabf [2020-12-18T16:45:33.260Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-18T16:45:33.260Z] ---> Running in fa76c6f5c45d [2020-12-18T16:45:33.860Z] Removing intermediate container fa76c6f5c45d [2020-12-18T16:45:33.860Z] ---> c899fe8e1076 [2020-12-18T16:45:33.860Z] Step 7/8 : COPY . . [2020-12-18T16:45:34.464Z] ---> 103c1a205b66 [2020-12-18T16:45:34.464Z] Step 8/8 : RUN go mod download [2020-12-18T16:45:34.736Z] ---> Running in 0330f767b9d3 [2020-12-18T16:45:35.839Z] Removing intermediate container e7ae6424802f [2020-12-18T16:45:35.839Z] ---> adb3c312daaa [2020-12-18T16:45:35.839Z] Successfully built adb3c312daaa [2020-12-18T16:45:35.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:45:36.149Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T16:45:36.149Z] . [Pipeline] withDockerContainer [2020-12-18T16:45:36.257Z] prd-centos7-docker-4c-2g-16765 does not seem to be running inside a container [2020-12-18T16:45:36.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/32 -v /w/workspace/device-modbus-go/32:/w/workspace/device-modbus-go/32:rw,z -v /w/workspace/device-modbus-go/32@tmp:/w/workspace/device-modbus-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-18T16:45:37.014Z] $ docker top 8bc67bd2e5cc9a89ec26abe7518dd25877df41da5ea1615ebc738c60db7d50ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T16:45:37.496Z] + go version [2020-12-18T16:45:37.496Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-18T16:45:37.513Z] $ docker stop --time=1 8bc67bd2e5cc9a89ec26abe7518dd25877df41da5ea1615ebc738c60db7d50ee [2020-12-18T16:45:38.888Z] $ docker rm -f 8bc67bd2e5cc9a89ec26abe7518dd25877df41da5ea1615ebc738c60db7d50ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:45:39.699Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T16:45:39.700Z] . [Pipeline] withDockerContainer [2020-12-18T16:45:39.793Z] prd-centos7-docker-4c-2g-16765 does not seem to be running inside a container [2020-12-18T16:45:39.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/32 -v /w/workspace/device-modbus-go/32:/w/workspace/device-modbus-go/32:rw,z -v /w/workspace/device-modbus-go/32@tmp:/w/workspace/device-modbus-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-18T16:45:40.422Z] $ docker top dba5b9c8129cf0ae9fb5f7c4d721dfee6c8b4eacd90baf5d3853911a390f3f45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T16:45:40.899Z] + make test [2020-12-18T16:45:40.899Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-18T16:45:42.292Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-18T16:45:52.392Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-18T16:45:52.654Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.278s coverage: 50.3% of statements [2020-12-18T16:45:52.654Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-18T16:45:55.230Z] gofmt -l . [2020-12-18T16:45:55.230Z] [ "`gofmt -l .`" = "" ] [2020-12-18T16:45:55.230Z] ./bin/test-attribution-txt.sh [2020-12-18T16:45:55.495Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-18T16:45:55.772Z] $ docker stop --time=1 dba5b9c8129cf0ae9fb5f7c4d721dfee6c8b4eacd90baf5d3853911a390f3f45 [2020-12-18T16:45:56.927Z] Removing intermediate container 0330f767b9d3 [2020-12-18T16:45:56.927Z] ---> d97505013ff8 [2020-12-18T16:45:56.927Z] Successfully built d97505013ff8 [2020-12-18T16:45:56.927Z] Successfully tagged ci-base-image-arm64:latest [2020-12-18T16:45:58.062Z] $ docker rm -f dba5b9c8129cf0ae9fb5f7c4d721dfee6c8b4eacd90baf5d3853911a390f3f45 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:45:58.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-18T16:45:58.689Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T16:45:58.689Z] . [Pipeline] withDockerContainer [2020-12-18T16:45:58.832Z] Stashed 1 file(s) [2020-12-18T16:45:58.958Z] prd-ubuntu18.04-docker-arm64-4c-16g-16764 does not seem to be running inside a container [2020-12-18T16:45:59.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/32 -v /w/workspace/device-modbus-go/32:/w/workspace/device-modbus-go/32:rw,z -v /w/workspace/device-modbus-go/32@tmp:/w/workspace/device-modbus-go/32@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 [2020-12-18T16:46:00.575Z] $ docker top 34f6b6fc0437dba745f66f4333b760a0757322eb611c948bd29bf926bd58401c -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-18T16:46:01.640Z] + go version [2020-12-18T16:46:01.640Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-18T16:46:03.168Z] $ docker stop --time=1 34f6b6fc0437dba745f66f4333b760a0757322eb611c948bd29bf926bd58401c [2020-12-18T16:46:05.091Z] $ docker rm -f 34f6b6fc0437dba745f66f4333b760a0757322eb611c948bd29bf926bd58401c [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-18T16:46:05.645Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:05.957Z] + ls -al . [2020-12-18T16:46:05.957Z] total 104 [2020-12-18T16:46:05.957Z] drwxrwxr-x. 9 jenkins jenkins 4096 Dec 18 16:45 . [2020-12-18T16:46:05.957Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 18 16:44 .. [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 5589 Dec 18 16:44 Attribution.txt [2020-12-18T16:46:05.957Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 18 16:44 bin [2020-12-18T16:46:05.957Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 18 16:44 cmd [2020-12-18T16:46:05.957Z] -rw-r--r--. 1 jenkins jenkins 22364 Dec 18 16:45 coverage.out [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 1434 Dec 18 16:44 Dockerfile [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 958 Dec 18 16:44 Dockerfile.build [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 18 16:44 .dockerignore [2020-12-18T16:46:05.957Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 18 16:44 .git [2020-12-18T16:46:05.957Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 18 16:44 .github [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 338 Dec 18 16:44 .gitignore [2020-12-18T16:46:05.957Z] -rw-r--r--. 1 jenkins jenkins 523 Dec 18 16:45 go.mod [2020-12-18T16:46:05.957Z] -rw-r--r--. 1 jenkins jenkins 14850 Dec 18 16:45 go.sum [2020-12-18T16:46:05.957Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 18 16:44 internal [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 679 Dec 18 16:44 Jenkinsfile [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 18 16:44 LICENSE [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 880 Dec 18 16:44 Makefile [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 591 Dec 18 16:44 README.md [2020-12-18T16:46:05.957Z] drwxrwxr-x. 2 jenkins jenkins 52 Dec 18 16:44 simulator [2020-12-18T16:46:05.957Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 18 16:44 snap [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 18 16:42 VERSION [2020-12-18T16:46:05.957Z] -rw-rw-r--. 1 jenkins jenkins 229 Dec 18 16:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:06.182Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T16:46:06.182Z] . [Pipeline] withDockerContainer [2020-12-18T16:46:06.258Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4af33ebb689733641b720494a11ef5733337ae1c --label arch=amd64 --label version=1.3.1-dev.4 . [2020-12-18T16:46:06.258Z] Sending build context to Docker daemon 564.2kB [2020-12-18T16:46:06.258Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T16:46:06.258Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-18T16:46:06.258Z] ---> adb3c312daaa [2020-12-18T16:46:06.258Z] Step 3/20 : ARG MAKE='make build' [2020-12-18T16:46:06.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-16764 does not seem to be running inside a container [2020-12-18T16:46:06.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/32 -v /w/workspace/device-modbus-go/32:/w/workspace/device-modbus-go/32:rw,z -v /w/workspace/device-modbus-go/32@tmp:/w/workspace/device-modbus-go/32@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 [2020-12-18T16:46:06.518Z] ---> Running in 66c43a9d5f2d [2020-12-18T16:46:06.780Z] Removing intermediate container 66c43a9d5f2d [2020-12-18T16:46:06.780Z] ---> 6e5fa90e9017 [2020-12-18T16:46:06.780Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T16:46:06.780Z] ---> Running in 82df5198d410 [2020-12-18T16:46:07.725Z] Removing intermediate container 82df5198d410 [2020-12-18T16:46:07.726Z] ---> e27dacca2377 [2020-12-18T16:46:07.726Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-18T16:46:07.726Z] ---> Running in 9b3682cf798e [2020-12-18T16:46:08.013Z] $ docker top 6c748fd9056fe500cd7fcb8ba449865a4a36a2aa598daca73dc80484dd0ef834 -eo pid,comm [2020-12-18T16:46:08.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-12-18T16:46:08.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T16:46:09.086Z] + make test [2020-12-18T16:46:09.086Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-18T16:46:09.447Z] OK: 237 MiB in 53 packages [2020-12-18T16:46:10.021Z] Removing intermediate container 9b3682cf798e [2020-12-18T16:46:10.021Z] ---> c183bc41ca8e [2020-12-18T16:46:10.021Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-18T16:46:10.021Z] ---> Running in 0fea600e22cc [2020-12-18T16:46:10.067Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-18T16:46:10.288Z] Removing intermediate container 0fea600e22cc [2020-12-18T16:46:10.288Z] ---> 720cbb565be9 [2020-12-18T16:46:10.288Z] Step 7/20 : COPY . . [2020-12-18T16:46:10.865Z] ---> 3a41fe25aa8a [2020-12-18T16:46:10.865Z] Step 8/20 : RUN ${MAKE} [2020-12-18T16:46:11.126Z] ---> Running in 5c0caf72d51a [2020-12-18T16:46:11.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.4" -o cmd/device-modbus ./cmd [2020-12-18T16:46:19.627Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-18T16:46:22.945Z] Removing intermediate container 5c0caf72d51a [2020-12-18T16:46:22.945Z] ---> d7f60a0fd7fe [2020-12-18T16:46:22.945Z] Step 9/20 : FROM scratch [2020-12-18T16:46:22.945Z] ---> [2020-12-18T16:46:22.945Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-18T16:46:22.945Z] ---> Running in 13a5bd0cb22e [2020-12-18T16:46:22.945Z] Removing intermediate container 13a5bd0cb22e [2020-12-18T16:46:22.945Z] ---> 7aa52dcf794a [2020-12-18T16:46:22.945Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-18T16:46:22.945Z] ---> Running in 6c7703223881 [2020-12-18T16:46:22.945Z] Removing intermediate container 6c7703223881 [2020-12-18T16:46:22.945Z] ---> 46793e8b944f [2020-12-18T16:46:22.945Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-18T16:46:23.521Z] ---> 123e753e2050 [2020-12-18T16:46:23.521Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-18T16:46:23.788Z] ---> 76ca139bca9f [2020-12-18T16:46:23.788Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-18T16:46:24.055Z] ---> 66544deca19c [2020-12-18T16:46:24.055Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-18T16:46:24.055Z] ---> Running in bcbd331daead [2020-12-18T16:46:24.320Z] Removing intermediate container bcbd331daead [2020-12-18T16:46:24.320Z] ---> bcc2cc20574a [2020-12-18T16:46:24.320Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-18T16:46:24.320Z] ---> Running in d8cf1214f2eb [2020-12-18T16:46:24.587Z] Removing intermediate container d8cf1214f2eb [2020-12-18T16:46:24.587Z] ---> bdb752c02c63 [2020-12-18T16:46:24.587Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T16:46:24.587Z] ---> Running in b58e9177850b [2020-12-18T16:46:24.587Z] Removing intermediate container b58e9177850b [2020-12-18T16:46:24.587Z] ---> 8a5e50619347 [2020-12-18T16:46:24.587Z] Step 18/20 : LABEL arch=amd64 [2020-12-18T16:46:24.849Z] ---> Running in eaaba75701f0 [2020-12-18T16:46:24.849Z] Removing intermediate container eaaba75701f0 [2020-12-18T16:46:24.849Z] ---> 65f0b564203d [2020-12-18T16:46:24.849Z] Step 19/20 : LABEL git_sha=4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:46:24.849Z] ---> Running in d545d85d4e70 [2020-12-18T16:46:25.109Z] Removing intermediate container d545d85d4e70 [2020-12-18T16:46:25.109Z] ---> 6ab358dff266 [2020-12-18T16:46:25.109Z] Step 20/20 : LABEL version=1.3.1-dev.4 [2020-12-18T16:46:25.109Z] ---> Running in 933e4419d567 [2020-12-18T16:46:25.371Z] Removing intermediate container 933e4419d567 [2020-12-18T16:46:25.371Z] ---> 632799bad9bb [2020-12-18T16:46:25.371Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T16:46:25.371Z] Successfully built 632799bad9bb [2020-12-18T16:46:25.371Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T16:46:25.778Z] provisioning config files... [2020-12-18T16:46:25.806Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/32@tmp/config1753149000244368162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:46:26.166Z] ---> docker-login.sh [2020-12-18T16:46:26.166Z] nexus3.edgexfoundry.org:10001 [2020-12-18T16:46:26.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:46:26.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:46:26.166Z] Configure a credential helper to remove this warning. See [2020-12-18T16:46:26.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:46:26.166Z] [2020-12-18T16:46:26.166Z] Login Succeeded [2020-12-18T16:46:26.430Z] nexus3.edgexfoundry.org:10002 [2020-12-18T16:46:26.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:46:26.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:46:26.430Z] Configure a credential helper to remove this warning. See [2020-12-18T16:46:26.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:46:26.430Z] [2020-12-18T16:46:26.430Z] Login Succeeded [2020-12-18T16:46:26.430Z] nexus3.edgexfoundry.org:10003 [2020-12-18T16:46:26.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:46:26.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:46:26.691Z] Configure a credential helper to remove this warning. See [2020-12-18T16:46:26.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:46:26.691Z] [2020-12-18T16:46:26.691Z] Login Succeeded [2020-12-18T16:46:26.691Z] nexus3.edgexfoundry.org:10004 [2020-12-18T16:46:26.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:46:26.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:46:26.952Z] Configure a credential helper to remove this warning. See [2020-12-18T16:46:26.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:46:26.952Z] [2020-12-18T16:46:26.952Z] Login Succeeded [2020-12-18T16:46:26.952Z] docker.io [2020-12-18T16:46:26.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:46:27.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:46:27.213Z] Configure a credential helper to remove this warning. See [2020-12-18T16:46:27.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:46:27.213Z] [2020-12-18T16:46:27.213Z] Login Succeeded [2020-12-18T16:46:27.213Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T16:46:27.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-18T16:46:27.420Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-12-18T16:46:27.420Z] 4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:46:27.420Z] latest [2020-12-18T16:46:27.420Z] 1.3.1-dev.4 [2020-12-18T16:46:27.420Z] 4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:46:27.420Z] master [2020-12-18T16:46:27.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:27.928Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:28.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:46:28.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-18T16:46:28.223Z] 2fb68788e29b: Preparing [2020-12-18T16:46:28.223Z] cdbad7da36d7: Preparing [2020-12-18T16:46:28.223Z] 80a4097c4929: Preparing [2020-12-18T16:46:28.484Z] cdbad7da36d7: Pushed [2020-12-18T16:46:28.484Z] 2fb68788e29b: Pushed [2020-12-18T16:46:29.428Z] 80a4097c4929: Pushed [2020-12-18T16:46:29.428Z] 4af33ebb689733641b720494a11ef5733337ae1c: digest: sha256:a74b61b93792780a2f0e39327f3d37b11469bfa2257c5fc8b70a4362f4bc1f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:29.993Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:30.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-18T16:46:30.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-18T16:46:30.289Z] 2fb68788e29b: Preparing [2020-12-18T16:46:30.289Z] cdbad7da36d7: Preparing [2020-12-18T16:46:30.289Z] 80a4097c4929: Preparing [2020-12-18T16:46:30.289Z] cdbad7da36d7: Layer already exists [2020-12-18T16:46:30.289Z] 2fb68788e29b: Layer already exists [2020-12-18T16:46:30.289Z] 80a4097c4929: Layer already exists [2020-12-18T16:46:30.289Z] latest: digest: sha256:a74b61b93792780a2f0e39327f3d37b11469bfa2257c5fc8b70a4362f4bc1f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:30.592Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:30.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.4 [2020-12-18T16:46:30.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-18T16:46:30.891Z] 2fb68788e29b: Preparing [2020-12-18T16:46:30.891Z] cdbad7da36d7: Preparing [2020-12-18T16:46:30.891Z] 80a4097c4929: Preparing [2020-12-18T16:46:30.891Z] 80a4097c4929: Layer already exists [2020-12-18T16:46:30.891Z] cdbad7da36d7: Layer already exists [2020-12-18T16:46:30.891Z] 2fb68788e29b: Layer already exists [2020-12-18T16:46:30.891Z] 1.3.1-dev.4: digest: sha256:a74b61b93792780a2f0e39327f3d37b11469bfa2257c5fc8b70a4362f4bc1f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:31.198Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:31.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:46:31.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-18T16:46:31.496Z] 2fb68788e29b: Preparing [2020-12-18T16:46:31.496Z] cdbad7da36d7: Preparing [2020-12-18T16:46:31.496Z] 80a4097c4929: Preparing [2020-12-18T16:46:31.496Z] 80a4097c4929: Layer already exists [2020-12-18T16:46:31.496Z] 2fb68788e29b: Layer already exists [2020-12-18T16:46:31.496Z] cdbad7da36d7: Layer already exists [2020-12-18T16:46:31.496Z] 4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4: digest: sha256:a74b61b93792780a2f0e39327f3d37b11469bfa2257c5fc8b70a4362f4bc1f37 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:31.800Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:32.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-12-18T16:46:32.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-18T16:46:32.201Z] 2fb68788e29b: Preparing [2020-12-18T16:46:32.201Z] cdbad7da36d7: Preparing [2020-12-18T16:46:32.201Z] 80a4097c4929: Preparing [2020-12-18T16:46:32.201Z] 80a4097c4929: Layer already exists [2020-12-18T16:46:32.201Z] cdbad7da36d7: Layer already exists [2020-12-18T16:46:32.201Z] 2fb68788e29b: Layer already exists [2020-12-18T16:46:32.201Z] master: digest: sha256:a74b61b93792780a2f0e39327f3d37b11469bfa2257c5fc8b70a4362f4bc1f37 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-18T16:46:32.416Z] ===================================================== [Pipeline] echo [2020-12-18T16:46:32.467Z] taggedImages: [2020-12-18T16:46:32.467Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:46:32.467Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-18T16:46:32.467Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.4 [2020-12-18T16:46:32.467Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:46:32.467Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-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] } [2020-12-18T16:46:42.465Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-18T16:46:42.465Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.321s coverage: 50.3% of statements [2020-12-18T16:46:42.465Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-18T16:46:49.205Z] gofmt -l . [2020-12-18T16:46:49.205Z] [ "`gofmt -l .`" = "" ] [2020-12-18T16:46:49.205Z] ./bin/test-attribution-txt.sh [2020-12-18T16:46:50.176Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-18T16:46:50.472Z] $ docker stop --time=1 6c748fd9056fe500cd7fcb8ba449865a4a36a2aa598daca73dc80484dd0ef834 [2020-12-18T16:46:52.718Z] $ docker rm -f 6c748fd9056fe500cd7fcb8ba449865a4a36a2aa598daca73dc80484dd0ef834 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T16:46:53.615Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-18T16:46:53.677Z] Warning: overwriting stash ‘coverage-report’ [2020-12-18T16:46:54.427Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T16:46:55.224Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-18T16:46:55.663Z] + ls -al . [2020-12-18T16:46:55.663Z] total 136 [2020-12-18T16:46:55.663Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 18 16:46 . [2020-12-18T16:46:55.663Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:44 .. [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 18 16:44 .dockerignore [2020-12-18T16:46:55.663Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 16:44 .git [2020-12-18T16:46:55.663Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 16:44 .github [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 338 Dec 18 16:44 .gitignore [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 5589 Dec 18 16:44 Attribution.txt [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 1434 Dec 18 16:44 Dockerfile [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 958 Dec 18 16:44 Dockerfile.build [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 679 Dec 18 16:44 Jenkinsfile [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 18 16:44 LICENSE [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 880 Dec 18 16:44 Makefile [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 591 Dec 18 16:44 README.md [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 18 16:42 VERSION [2020-12-18T16:46:55.663Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 16:44 bin [2020-12-18T16:46:55.663Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 16:44 cmd [2020-12-18T16:46:55.663Z] -rw-r--r-- 1 jenkins jenkins 22364 Dec 18 16:46 coverage.out [2020-12-18T16:46:55.663Z] -rw-r--r-- 1 jenkins jenkins 523 Dec 18 16:46 go.mod [2020-12-18T16:46:55.663Z] -rw-r--r-- 1 jenkins jenkins 14850 Dec 18 16:46 go.sum [2020-12-18T16:46:55.663Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 16:44 internal [2020-12-18T16:46:55.663Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 16:44 simulator [2020-12-18T16:46:55.663Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:44 snap [2020-12-18T16:46:55.663Z] -rw-rw-r-- 1 jenkins jenkins 229 Dec 18 16:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:46:56.027Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4af33ebb689733641b720494a11ef5733337ae1c --label arch=arm64 --label version=1.3.1-dev.4 . [2020-12-18T16:46:56.348Z] Sending build context to Docker daemon 563.2kB [2020-12-18T16:46:56.348Z] Step 1/20 : ARG BASE=golang:1.15-alpine3.12 [2020-12-18T16:46:56.348Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-18T16:46:56.348Z] ---> d97505013ff8 [2020-12-18T16:46:56.348Z] Step 3/20 : ARG MAKE='make build' [2020-12-18T16:46:56.626Z] ---> Running in b55adb3caf5f [2020-12-18T16:46:57.227Z] Removing intermediate container b55adb3caf5f [2020-12-18T16:46:57.227Z] ---> f8b1f1656034 [2020-12-18T16:46:57.227Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T16:46:57.227Z] ---> Running in 1bdab4a0f6e0 [2020-12-18T16:46:59.198Z] Removing intermediate container 1bdab4a0f6e0 [2020-12-18T16:46:59.198Z] ---> 8ce769f438ab [2020-12-18T16:46:59.198Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-18T16:46:59.471Z] ---> Running in eba912dce9e6 [2020-12-18T16:47:00.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T16:47:01.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T16:47:02.022Z] OK: 221 MiB in 53 packages [2020-12-18T16:47:03.472Z] Removing intermediate container eba912dce9e6 [2020-12-18T16:47:03.472Z] ---> 2409c2c6c261 [2020-12-18T16:47:03.472Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-18T16:47:03.472Z] ---> Running in 2c8675648fbf [2020-12-18T16:47:03.766Z] Removing intermediate container 2c8675648fbf [2020-12-18T16:47:03.766Z] ---> e902392bd854 [2020-12-18T16:47:03.766Z] Step 7/20 : COPY . . [2020-12-18T16:47:04.750Z] ---> 06373ce32eb6 [2020-12-18T16:47:04.750Z] Step 8/20 : RUN ${MAKE} [2020-12-18T16:47:05.030Z] ---> Running in a0c8fc824390 [2020-12-18T16:47:06.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.4" -o cmd/device-modbus ./cmd [2020-12-18T16:47:32.850Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-18T16:47:37.171Z] Removing intermediate container a0c8fc824390 [2020-12-18T16:47:37.171Z] ---> c343adb2ab57 [2020-12-18T16:47:37.171Z] Step 9/20 : FROM scratch [2020-12-18T16:47:37.171Z] ---> [2020-12-18T16:47:37.171Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-18T16:47:37.171Z] ---> Running in 20c836ecdaa2 [2020-12-18T16:47:37.171Z] Removing intermediate container 20c836ecdaa2 [2020-12-18T16:47:37.171Z] ---> c1a71996085d [2020-12-18T16:47:37.171Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-18T16:47:37.171Z] ---> Running in 451093d5aa35 [2020-12-18T16:47:37.443Z] Removing intermediate container 451093d5aa35 [2020-12-18T16:47:37.443Z] ---> b0b54cf36ce6 [2020-12-18T16:47:37.443Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-18T16:47:38.417Z] ---> ae37c97ca5bd [2020-12-18T16:47:38.417Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-18T16:47:39.391Z] ---> 313ac39348dd [2020-12-18T16:47:39.391Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-18T16:47:39.984Z] ---> ef4f302af990 [2020-12-18T16:47:39.984Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-18T16:47:39.984Z] ---> Running in ba0b493284ff [2020-12-18T16:47:40.578Z] Removing intermediate container ba0b493284ff [2020-12-18T16:47:40.578Z] ---> 4d81cf978ca6 [2020-12-18T16:47:40.578Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-18T16:47:40.578Z] ---> Running in a867a7fd4ed1 [2020-12-18T16:47:41.173Z] Removing intermediate container a867a7fd4ed1 [2020-12-18T16:47:41.173Z] ---> 7b6951c8d8fd [2020-12-18T16:47:41.173Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T16:47:41.173Z] ---> Running in 03d180868970 [2020-12-18T16:47:41.767Z] Removing intermediate container 03d180868970 [2020-12-18T16:47:41.767Z] ---> b2624cfb9074 [2020-12-18T16:47:41.767Z] Step 18/20 : LABEL arch=arm64 [2020-12-18T16:47:41.767Z] ---> Running in 27dc3ed1e840 [2020-12-18T16:47:42.364Z] Removing intermediate container 27dc3ed1e840 [2020-12-18T16:47:42.364Z] ---> cf30bfe6ccfc [2020-12-18T16:47:42.364Z] Step 19/20 : LABEL git_sha=4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:47:42.364Z] ---> Running in 246f8591f951 [2020-12-18T16:47:42.959Z] Removing intermediate container 246f8591f951 [2020-12-18T16:47:42.959Z] ---> 391c05b146e1 [2020-12-18T16:47:42.959Z] Step 20/20 : LABEL version=1.3.1-dev.4 [2020-12-18T16:47:42.959Z] ---> Running in 180c1cca4ded [2020-12-18T16:47:43.553Z] Removing intermediate container 180c1cca4ded [2020-12-18T16:47:43.553Z] ---> 40b390ea053a [2020-12-18T16:47:43.553Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T16:47:43.553Z] Successfully built 40b390ea053a [2020-12-18T16:47:43.553Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T16:47:44.022Z] provisioning config files... [2020-12-18T16:47:44.057Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/32@tmp/config2710551270210313596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:47:44.462Z] ---> docker-login.sh [2020-12-18T16:47:44.462Z] nexus3.edgexfoundry.org:10001 [2020-12-18T16:47:44.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:47:45.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:47:45.006Z] Configure a credential helper to remove this warning. See [2020-12-18T16:47:45.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:47:45.006Z] [2020-12-18T16:47:45.006Z] Login Succeeded [2020-12-18T16:47:45.006Z] nexus3.edgexfoundry.org:10002 [2020-12-18T16:47:45.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:47:45.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:47:45.551Z] Configure a credential helper to remove this warning. See [2020-12-18T16:47:45.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:47:45.551Z] [2020-12-18T16:47:45.551Z] Login Succeeded [2020-12-18T16:47:45.551Z] nexus3.edgexfoundry.org:10003 [2020-12-18T16:47:45.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:47:46.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:47:46.098Z] Configure a credential helper to remove this warning. See [2020-12-18T16:47:46.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:47:46.098Z] [2020-12-18T16:47:46.098Z] Login Succeeded [2020-12-18T16:47:46.098Z] nexus3.edgexfoundry.org:10004 [2020-12-18T16:47:46.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:47:46.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:47:46.647Z] Configure a credential helper to remove this warning. See [2020-12-18T16:47:46.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:47:46.648Z] [2020-12-18T16:47:46.648Z] Login Succeeded [2020-12-18T16:47:46.648Z] docker.io [2020-12-18T16:47:46.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T16:47:47.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T16:47:47.513Z] Configure a credential helper to remove this warning. See [2020-12-18T16:47:47.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T16:47:47.513Z] [2020-12-18T16:47:47.513Z] Login Succeeded [2020-12-18T16:47:47.513Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T16:47:47.530Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-18T16:47:47.785Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-12-18T16:47:47.785Z] 4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:47:47.785Z] latest [2020-12-18T16:47:47.785Z] 1.3.1-dev.4 [2020-12-18T16:47:47.785Z] 4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:47:47.785Z] master [2020-12-18T16:47:47.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:48.329Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:48.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:47:48.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-18T16:47:48.662Z] 8515070f058b: Preparing [2020-12-18T16:47:48.662Z] 9991582056b5: Preparing [2020-12-18T16:47:48.662Z] 8ffd59378bde: Preparing [2020-12-18T16:47:48.934Z] 9991582056b5: Pushed [2020-12-18T16:47:48.934Z] 8515070f058b: Pushed [2020-12-18T16:47:51.545Z] 8ffd59378bde: Pushed [2020-12-18T16:47:51.545Z] 4af33ebb689733641b720494a11ef5733337ae1c: digest: sha256:1b2c1ca7769cd80fb088aeeed0b4942bca4e93e36b90d81a19c0f9288eaccc74 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:51.897Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:52.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-18T16:47:52.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-18T16:47:52.243Z] 8515070f058b: Preparing [2020-12-18T16:47:52.243Z] 9991582056b5: Preparing [2020-12-18T16:47:52.243Z] 8ffd59378bde: Preparing [2020-12-18T16:47:52.243Z] 8ffd59378bde: Layer already exists [2020-12-18T16:47:52.243Z] 8515070f058b: Layer already exists [2020-12-18T16:47:52.243Z] 9991582056b5: Layer already exists [2020-12-18T16:47:52.520Z] latest: digest: sha256:1b2c1ca7769cd80fb088aeeed0b4942bca4e93e36b90d81a19c0f9288eaccc74 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:52.857Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:53.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.4 [2020-12-18T16:47:53.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-18T16:47:53.187Z] 8515070f058b: Preparing [2020-12-18T16:47:53.187Z] 9991582056b5: Preparing [2020-12-18T16:47:53.187Z] 8ffd59378bde: Preparing [2020-12-18T16:47:53.187Z] 8ffd59378bde: Layer already exists [2020-12-18T16:47:53.187Z] 9991582056b5: Layer already exists [2020-12-18T16:47:53.187Z] 8515070f058b: Layer already exists [2020-12-18T16:47:53.458Z] 1.3.1-dev.4: digest: sha256:1b2c1ca7769cd80fb088aeeed0b4942bca4e93e36b90d81a19c0f9288eaccc74 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:53.799Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:54.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:47:54.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-18T16:47:54.142Z] 8515070f058b: Preparing [2020-12-18T16:47:54.142Z] 9991582056b5: Preparing [2020-12-18T16:47:54.142Z] 8ffd59378bde: Preparing [2020-12-18T16:47:54.142Z] 8ffd59378bde: Layer already exists [2020-12-18T16:47:54.142Z] 9991582056b5: Layer already exists [2020-12-18T16:47:54.142Z] 8515070f058b: Layer already exists [2020-12-18T16:47:54.410Z] 4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4: digest: sha256:1b2c1ca7769cd80fb088aeeed0b4942bca4e93e36b90d81a19c0f9288eaccc74 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:54.752Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:55.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-12-18T16:47:55.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-18T16:47:55.086Z] 8515070f058b: Preparing [2020-12-18T16:47:55.086Z] 9991582056b5: Preparing [2020-12-18T16:47:55.086Z] 8ffd59378bde: Preparing [2020-12-18T16:47:55.086Z] 8ffd59378bde: Layer already exists [2020-12-18T16:47:55.086Z] 9991582056b5: Layer already exists [2020-12-18T16:47:55.086Z] 8515070f058b: Layer already exists [2020-12-18T16:47:55.356Z] master: digest: sha256:1b2c1ca7769cd80fb088aeeed0b4942bca4e93e36b90d81a19c0f9288eaccc74 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-18T16:47:55.593Z] ===================================================== [Pipeline] echo [2020-12-18T16:47:55.662Z] taggedImages: [2020-12-18T16:47:55.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c [2020-12-18T16:47:55.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-18T16:47:55.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.4 [2020-12-18T16:47:55.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:4af33ebb689733641b720494a11ef5733337ae1c-1.3.1-dev.4 [2020-12-18T16:47:55.662Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-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 [2020-12-18T16:47:57.164Z] provisioning config files... [2020-12-18T16:47:57.176Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6633663349792908994tmp [Pipeline] { [Pipeline] sh [2020-12-18T16:47:57.593Z] + set +x [2020-12-18T16:47:57.593Z] + curl -s https://codecov.io/bash [2020-12-18T16:47:57.593Z] + bash -s -- [2020-12-18T16:47:57.856Z] [2020-12-18T16:47:57.856Z] _____ _ [2020-12-18T16:47:57.856Z] / ____| | | [2020-12-18T16:47:57.856Z] | | ___ __| | ___ ___ _____ __ [2020-12-18T16:47:57.856Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-18T16:47:57.856Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-18T16:47:57.856Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-18T16:47:57.856Z] Bash-20201217-3d3df35 [2020-12-18T16:47:57.856Z] [2020-12-18T16:47:57.856Z] [2020-12-18T16:47:57.856Z] git version 2.24.3 found [2020-12-18T16:47:57.856Z] curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-18T16:47:57.856Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-18T16:47:57.856Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-18T16:47:57.856Z] ==> Jenkins CI detected. [2020-12-18T16:47:57.856Z] project root: . [2020-12-18T16:47:57.856Z] --> token set from env [2020-12-18T16:47:57.856Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-18T16:47:57.856Z] ==> Running gcov in . (disable via -X gcov) [2020-12-18T16:47:57.856Z] ==> Python coveragepy not found [2020-12-18T16:47:57.856Z] ==> Searching for coverage reports in: [2020-12-18T16:47:57.856Z] + . [2020-12-18T16:47:57.856Z] -> Found 1 reports [2020-12-18T16:47:57.856Z] ==> Detecting git/mercurial file structure [2020-12-18T16:47:57.856Z] ==> Reading reports [2020-12-18T16:47:57.856Z] + ./coverage.out bytes=22364 [2020-12-18T16:47:57.856Z] ==> Appending adjustments [2020-12-18T16:47:57.856Z] https://docs.codecov.io/docs/fixing-reports [2020-12-18T16:47:58.118Z] + Found adjustments [2020-12-18T16:47:58.118Z] ==> Gzipping contents [2020-12-18T16:47:58.118Z] 8.0K /tmp/codecov.ijaHP7.gz [2020-12-18T16:47:58.118Z] ==> Uploading reports [2020-12-18T16:47:58.118Z] url: https://codecov.io [2020-12-18T16:47:58.118Z] query: branch=master&commit=4af33ebb689733641b720494a11ef5733337ae1c&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-18T16:47:58.118Z] -> Pinging Codecov [2020-12-18T16:47:58.118Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=4af33ebb689733641b720494a11ef5733337ae1c&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-18T16:47:58.693Z] -> Uploading to [2020-12-18T16:47:58.693Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-18/55DBCA73C666E3227836607328DD7E49/4af33ebb689733641b720494a11ef5733337ae1c/e6008a65-7a7e-43a1-b078-78ef50472526.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T164758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37064e8b56dbcc9e1544a0f692a26a68f89c86e35fddd384393b8cc2691d77de [2020-12-18T16:47:58.693Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T16:47:58.693Z] Dload Upload Total Spent Left Speed [2020-12-18T16:47:58.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4214 0 0 100 4214 0 9445 --:--:-- --:--:-- --:--:-- 9448 [2020-12-18T16:47:58.955Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] } [2020-12-18T16:47:58.964Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-18T16:47:59.444Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-18T16:47:59.507Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:47:59.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T16:47:59.863Z] [2020-12-18T16:47:59.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:48:00.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T16:48:00.224Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-18T16:48:00.224Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T16:48:00.224Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T16:48:00.224Z] de9db76c5a1d: Pulling fs layer [2020-12-18T16:48:00.224Z] 0eba1c9be4d2: Pulling fs layer [2020-12-18T16:48:00.224Z] 0d57e429df01: Pulling fs layer [2020-12-18T16:48:00.224Z] 4e4be7b47b0d: Pulling fs layer [2020-12-18T16:48:00.224Z] e1f770b5df2f: Pulling fs layer [2020-12-18T16:48:00.224Z] 85a0685a4137: Pulling fs layer [2020-12-18T16:48:00.224Z] 0d57e429df01: Waiting [2020-12-18T16:48:00.224Z] 4e4be7b47b0d: Waiting [2020-12-18T16:48:00.224Z] e1f770b5df2f: Waiting [2020-12-18T16:48:00.224Z] 85a0685a4137: Waiting [2020-12-18T16:48:00.224Z] 0eba1c9be4d2: Waiting [2020-12-18T16:48:00.224Z] de9db76c5a1d: Verifying Checksum [2020-12-18T16:48:00.224Z] de9db76c5a1d: Download complete [2020-12-18T16:48:00.224Z] 0ef7d3d256c8: Download complete [2020-12-18T16:48:00.224Z] 0d57e429df01: Verifying Checksum [2020-12-18T16:48:00.224Z] 0d57e429df01: Download complete [2020-12-18T16:48:00.224Z] 4e4be7b47b0d: Verifying Checksum [2020-12-18T16:48:00.224Z] 4e4be7b47b0d: Download complete [2020-12-18T16:48:00.805Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T16:48:00.806Z] 188c0c94c7c5: Download complete [2020-12-18T16:48:01.385Z] 188c0c94c7c5: Pull complete [2020-12-18T16:48:01.385Z] 0ef7d3d256c8: Pull complete [2020-12-18T16:48:01.648Z] de9db76c5a1d: Pull complete [2020-12-18T16:48:02.229Z] e1f770b5df2f: Verifying Checksum [2020-12-18T16:48:02.229Z] e1f770b5df2f: Download complete [2020-12-18T16:48:04.817Z] 85a0685a4137: Verifying Checksum [2020-12-18T16:48:04.817Z] 85a0685a4137: Download complete [2020-12-18T16:48:04.817Z] 0eba1c9be4d2: Verifying Checksum [2020-12-18T16:48:04.817Z] 0eba1c9be4d2: Download complete [2020-12-18T16:48:10.176Z] 0eba1c9be4d2: Pull complete [2020-12-18T16:48:10.176Z] 0d57e429df01: Pull complete [2020-12-18T16:48:10.176Z] 4e4be7b47b0d: Pull complete [2020-12-18T16:48:14.424Z] e1f770b5df2f: Pull complete [2020-12-18T16:48:21.087Z] 85a0685a4137: Pull complete [2020-12-18T16:48:21.087Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-18T16:48:21.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T16:48:21.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-18T16:48:21.298Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:48:21.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-18T16:48:22.317Z] $ docker top 961e978f7ca92e3d082ed9e364ee7eeac07b7a577100902e340a6d216edda11b -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-18T16:48:22.602Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-18T16:48:22.898Z] + set -o pipefail [2020-12-18T16:48:22.898Z] + snyk monitor '--org=edgex-jenkins' [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/cd43c0e8-8d60-4a4e-8767-fe306b0c7711 [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] [2020-12-18T16:48:32.931Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-18T16:48:32.931Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-18T16:48:32.950Z] $ docker stop --time=1 961e978f7ca92e3d082ed9e364ee7eeac07b7a577100902e340a6d216edda11b [2020-12-18T16:48:35.767Z] $ docker rm -f 961e978f7ca92e3d082ed9e364ee7eeac07b7a577100902e340a6d216edda11b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) 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 [2020-12-18T16:48:37.811Z] + git log --format=format:%s -1 4af33ebb689733641b720494a11ef5733337ae1c [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:48:38.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:48:38.125Z] . [Pipeline] withDockerContainer [2020-12-18T16:48:38.232Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:48:38.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T16:48:39.001Z] $ docker top d32d66f0193e2eb9c1a33396f670fdba26ca8c1ae6c00cb170d3036c0c96af06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T16:48:39.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T16:48:39.300Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T16:48:39.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T16:48:39.493Z] $ docker exec d32d66f0193e2eb9c1a33396f670fdba26ca8c1ae6c00cb170d3036c0c96af06 ssh-agent [2020-12-18T16:48:39.662Z] SSH_AUTH_SOCK=/tmp/ssh-Ao32KL3o2z9h/agent.12 [2020-12-18T16:48:39.662Z] SSH_AGENT_PID=18 [2020-12-18T16:48:39.669Z] Running ssh-add (command line suppressed) [2020-12-18T16:48:39.804Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1656729355482963521.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1656729355482963521.key) [2020-12-18T16:48:39.864Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T16:48:40.204Z] + git semver tag [2020-12-18T16:48:40.204Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T16:48:40.204Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-18T16:48:40.204Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-18T16:48:40.204Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T16:48:40.204Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T16:48:40.204Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T16:48:40.204Z] # $SEMVER_BRANCH = master [2020-12-18T16:48:40.204Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-18T16:48:40.204Z] # 4af33ebb689733641b720494a11ef5733337ae1c HEAD [2020-12-18T16:48:40.204Z] # -> Force: false [2020-12-18T16:48:40.204Z] # 0eeb38e671a8c172fe94ceff5283beee4185c855 refs/tags/v1.3.1-dev.4 [Pipeline] } [2020-12-18T16:48:40.218Z] $ docker exec --env ******** --env ******** d32d66f0193e2eb9c1a33396f670fdba26ca8c1ae6c00cb170d3036c0c96af06 ssh-agent -k [2020-12-18T16:48:40.335Z] unset SSH_AUTH_SOCK; [2020-12-18T16:48:40.335Z] unset SSH_AGENT_PID; [2020-12-18T16:48:40.335Z] echo Agent pid 18 killed; [2020-12-18T16:48:40.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T16:48:40.978Z] + git semver [Pipeline] } [2020-12-18T16:48:41.006Z] $ docker stop --time=1 d32d66f0193e2eb9c1a33396f670fdba26ca8c1ae6c00cb170d3036c0c96af06 [2020-12-18T16:48:42.334Z] $ docker rm -f d32d66f0193e2eb9c1a33396f670fdba26ca8c1ae6c00cb170d3036c0c96af06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:48:42.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T16:48:42.956Z] [2020-12-18T16:48:42.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:48:43.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T16:48:43.324Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-18T16:48:43.324Z] ab5ef0e58194: Pulling fs layer [2020-12-18T16:48:43.324Z] 9712f1f96733: Pulling fs layer [2020-12-18T16:48:43.324Z] 63f879dbbcfc: Pulling fs layer [2020-12-18T16:48:43.324Z] 0d9ebad4ef96: Pulling fs layer [2020-12-18T16:48:43.324Z] e9a5061849ea: Pulling fs layer [2020-12-18T16:48:43.324Z] d747dcd14b5f: Pulling fs layer [2020-12-18T16:48:43.324Z] 2de7ff778b66: Pulling fs layer [2020-12-18T16:48:43.324Z] e9a5061849ea: Waiting [2020-12-18T16:48:43.324Z] d747dcd14b5f: Waiting [2020-12-18T16:48:43.324Z] 2de7ff778b66: Waiting [2020-12-18T16:48:43.324Z] 0d9ebad4ef96: Waiting [2020-12-18T16:48:43.324Z] 9712f1f96733: Download complete [2020-12-18T16:48:44.736Z] 63f879dbbcfc: Verifying Checksum [2020-12-18T16:48:44.736Z] 63f879dbbcfc: Download complete [2020-12-18T16:48:44.999Z] e9a5061849ea: Verifying Checksum [2020-12-18T16:48:44.999Z] e9a5061849ea: Download complete [2020-12-18T16:48:44.999Z] d747dcd14b5f: Verifying Checksum [2020-12-18T16:48:44.999Z] d747dcd14b5f: Download complete [2020-12-18T16:48:45.264Z] 2de7ff778b66: Verifying Checksum [2020-12-18T16:48:45.264Z] 2de7ff778b66: Download complete [2020-12-18T16:48:45.529Z] 0d9ebad4ef96: Verifying Checksum [2020-12-18T16:48:45.529Z] 0d9ebad4ef96: Download complete [2020-12-18T16:48:45.800Z] ab5ef0e58194: Verifying Checksum [2020-12-18T16:48:45.800Z] ab5ef0e58194: Download complete [2020-12-18T16:48:50.050Z] ab5ef0e58194: Pull complete [2020-12-18T16:48:50.050Z] 9712f1f96733: Pull complete [2020-12-18T16:48:51.984Z] 63f879dbbcfc: Pull complete [2020-12-18T16:48:58.637Z] 0d9ebad4ef96: Pull complete [2020-12-18T16:48:58.637Z] e9a5061849ea: Pull complete [2020-12-18T16:48:58.901Z] d747dcd14b5f: Pull complete [2020-12-18T16:49:02.227Z] 2de7ff778b66: Pull complete [2020-12-18T16:49:02.227Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-18T16:49:02.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T16:49:02.227Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-18T16:49:02.496Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:49:02.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-18T16:49:06.438Z] $ docker top f4562063697ca0975b63c7d5f5575629acbe168699785e806334316deec1e3c4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-18T16:49:06.666Z] provisioning config files... [2020-12-18T16:49:06.677Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7993955080513709034tmp [2020-12-18T16:49:06.694Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6243161144553219446tmp [2020-12-18T16:49:06.708Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8940467563157193633tmp [Pipeline] { [Pipeline] echo [2020-12-18T16:49:06.792Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:49:07.094Z] ---> sigul-configuration.sh [2020-12-18T16:49:07.094Z] gpg: directory `/root/.gnupg' created [2020-12-18T16:49:07.094Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-18T16:49:07.094Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-18T16:49:07.094Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-18T16:49:07.094Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-18T16:49:07.094Z] gpg: CAST5 encrypted data [2020-12-18T16:49:07.357Z] gpg: encrypted with 1 passphrase [2020-12-18T16:49:07.357Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-18T16:49:07.660Z] + mkdir /home/jenkins [2020-12-18T16:49:07.660Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-18T16:49:07.965Z] + 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 [2020-12-18T16:49:07.977Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:49:08.277Z] ---> sigul-install.sh [2020-12-18T16:49:13.587Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-18T16:49:13.892Z] + git tag --list [2020-12-18T16:49:13.892Z] 0.7.1 [2020-12-18T16:49:13.892Z] v1.0.0 [2020-12-18T16:49:13.892Z] v1.1.0 [2020-12-18T16:49:13.892Z] v1.1.1 [2020-12-18T16:49:13.892Z] v1.2.1 [2020-12-18T16:49:13.892Z] v1.2.2 [2020-12-18T16:49:13.892Z] v1.2.2-dev.1 [2020-12-18T16:49:13.892Z] v1.2.2-dev.2 [2020-12-18T16:49:13.892Z] v1.2.2-dev.3 [2020-12-18T16:49:13.892Z] v1.2.3-dev.1 [2020-12-18T16:49:13.892Z] v1.2.3-dev.2 [2020-12-18T16:49:13.892Z] v1.2.3-dev.3 [2020-12-18T16:49:13.892Z] v1.2.3-dev.4 [2020-12-18T16:49:13.892Z] v1.2.3-dev.5 [2020-12-18T16:49:13.892Z] v1.2.3-dev.6 [2020-12-18T16:49:13.892Z] v1.2.3-dev.7 [2020-12-18T16:49:13.892Z] v1.2.3-dev.8 [2020-12-18T16:49:13.892Z] v1.2.3-dev.9 [2020-12-18T16:49:13.892Z] v1.3.0 [2020-12-18T16:49:13.892Z] v1.3.1-dev.1 [2020-12-18T16:49:13.892Z] v1.3.1-dev.2 [2020-12-18T16:49:13.892Z] v1.3.1-dev.3 [2020-12-18T16:49:13.892Z] v1.3.1-dev.4 [Pipeline] sh [2020-12-18T16:49:14.208Z] + lftools sign git-tag v1.3.1-dev.4 [2020-12-18T16:49:15.600Z] Signing Git tag with Sigul... [2020-12-18T16:49:15.600Z] Signing v1.3.1-dev.4 [Pipeline] echo [2020-12-18T16:49:16.559Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:49:16.859Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-18T16:49:16.870Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-18T16:49:16.990Z] $ docker stop --time=1 f4562063697ca0975b63c7d5f5575629acbe168699785e806334316deec1e3c4 [2020-12-18T16:49:19.003Z] $ docker rm -f f4562063697ca0975b63c7d5f5575629acbe168699785e806334316deec1e3c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:49:19.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:49:19.967Z] . [Pipeline] withDockerContainer [2020-12-18T16:49:20.072Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:49:20.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T16:49:20.830Z] $ docker top 60158413af23b0590a591e4fb61f523909dc9ef481b48b3dd9bb5c61fda7514d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T16:49:21.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T16:49:21.219Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T16:49:21.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T16:49:21.444Z] $ docker exec 60158413af23b0590a591e4fb61f523909dc9ef481b48b3dd9bb5c61fda7514d ssh-agent [2020-12-18T16:49:21.649Z] SSH_AUTH_SOCK=/tmp/ssh-ERV0w3U5il8k/agent.11 [2020-12-18T16:49:21.649Z] SSH_AGENT_PID=17 [2020-12-18T16:49:21.657Z] Running ssh-add (command line suppressed) [2020-12-18T16:49:21.794Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4998109968663019422.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4998109968663019422.key) [2020-12-18T16:49:21.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T16:49:22.207Z] + git semver bump pre [2020-12-18T16:49:22.207Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T16:49:22.207Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-18T16:49:22.207Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-18T16:49:22.207Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T16:49:22.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T16:49:22.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T16:49:22.207Z] # $SEMVER_BRANCH = master [2020-12-18T16:49:22.207Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-18T16:49:22.207Z] 1.3.1-dev.5 [Pipeline] } [2020-12-18T16:49:22.223Z] $ docker exec --env ******** --env ******** 60158413af23b0590a591e4fb61f523909dc9ef481b48b3dd9bb5c61fda7514d ssh-agent -k [2020-12-18T16:49:22.341Z] unset SSH_AUTH_SOCK; [2020-12-18T16:49:22.342Z] unset SSH_AGENT_PID; [2020-12-18T16:49:22.342Z] echo Agent pid 17 killed; [2020-12-18T16:49:22.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T16:49:22.899Z] + git semver [Pipeline] } [2020-12-18T16:49:22.919Z] $ docker stop --time=1 60158413af23b0590a591e4fb61f523909dc9ef481b48b3dd9bb5c61fda7514d [2020-12-18T16:49:24.292Z] $ docker rm -f 60158413af23b0590a591e4fb61f523909dc9ef481b48b3dd9bb5c61fda7514d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:49:24.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T16:49:24.840Z] . [Pipeline] withDockerContainer [2020-12-18T16:49:24.953Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:49:25.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T16:49:25.722Z] $ docker top 4b8ed0ba5fb76efcd2223513e975a34da2496bf3ee7f589bac02bb06049ade03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T16:49:26.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T16:49:26.104Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T16:49:26.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T16:49:26.311Z] $ docker exec 4b8ed0ba5fb76efcd2223513e975a34da2496bf3ee7f589bac02bb06049ade03 ssh-agent [2020-12-18T16:49:26.489Z] SSH_AUTH_SOCK=/tmp/ssh-seZBFOqiVmVB/agent.12 [2020-12-18T16:49:26.489Z] SSH_AGENT_PID=17 [2020-12-18T16:49:26.496Z] Running ssh-add (command line suppressed) [2020-12-18T16:49:26.625Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7087267621594908100.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7087267621594908100.key) [2020-12-18T16:49:26.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T16:49:27.023Z] + git semver push [2020-12-18T16:49:27.023Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T16:49:27.023Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-18T16:49:27.023Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-18T16:49:27.023Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T16:49:27.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T16:49:27.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T16:49:27.023Z] # $SEMVER_BRANCH = master [2020-12-18T16:49:27.023Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-18T16:49:33.677Z] $ docker exec --env ******** --env ******** 4b8ed0ba5fb76efcd2223513e975a34da2496bf3ee7f589bac02bb06049ade03 ssh-agent -k [2020-12-18T16:49:33.824Z] unset SSH_AUTH_SOCK; [2020-12-18T16:49:33.825Z] unset SSH_AGENT_PID; [2020-12-18T16:49:33.825Z] echo Agent pid 17 killed; [2020-12-18T16:49:33.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T16:49:34.406Z] + git semver [Pipeline] } [2020-12-18T16:49:34.425Z] $ docker stop --time=1 4b8ed0ba5fb76efcd2223513e975a34da2496bf3ee7f589bac02bb06049ade03 [2020-12-18T16:49:35.775Z] $ docker rm -f 4b8ed0ba5fb76efcd2223513e975a34da2496bf3ee7f589bac02bb06049ade03 [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 [2020-12-18T16:49:37.360Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:49:37.928Z] ---> package-listing.sh [2020-12-18T16:49:37.928Z] ++ facter osfamily [2020-12-18T16:49:37.928Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-18T16:49:37.928Z] + OS_FAMILY=redhat [2020-12-18T16:49:37.928Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-12-18T16:49:37.928Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-18T16:49:37.928Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-18T16:49:37.928Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-18T16:49:37.928Z] + PACKAGES=/tmp/packages_start.txt [2020-12-18T16:49:37.928Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-18T16:49:37.928Z] + PACKAGES=/tmp/packages_end.txt [2020-12-18T16:49:37.928Z] + case "${OS_FAMILY}" in [2020-12-18T16:49:37.928Z] + rpm -qa [2020-12-18T16:49:37.928Z] + sort [2020-12-18T16:49:43.260Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-18T16:49:43.260Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-18T16:49:43.260Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-18T16:49:43.260Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-18T16:49:43.260Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-12-18T16:49:43.260Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo [2020-12-18T16:49:43.276Z] 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/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-18T16:49:43.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:49:43.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T16:49:43.879Z] [2020-12-18T16:49:43.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-18T16:49:44.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T16:49:44.239Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-18T16:49:44.239Z] df20fa9351a1: Pulling fs layer [2020-12-18T16:49:44.239Z] 36b3adc4ff6f: Pulling fs layer [2020-12-18T16:49:44.239Z] 8ad3a11d3b57: Pulling fs layer [2020-12-18T16:49:44.239Z] 46f8f816bc3b: Pulling fs layer [2020-12-18T16:49:44.239Z] 93b61091891f: Pulling fs layer [2020-12-18T16:49:44.239Z] 93b9cdb0e59b: Pulling fs layer [2020-12-18T16:49:44.239Z] 5e14af77c1be: Pulling fs layer [2020-12-18T16:49:44.239Z] 01666e4c0597: Pulling fs layer [2020-12-18T16:49:44.239Z] aa168da1d23b: Pulling fs layer [2020-12-18T16:49:44.239Z] 5e14af77c1be: Waiting [2020-12-18T16:49:44.239Z] 01666e4c0597: Waiting [2020-12-18T16:49:44.239Z] 46f8f816bc3b: Waiting [2020-12-18T16:49:44.239Z] 93b9cdb0e59b: Waiting [2020-12-18T16:49:44.239Z] 93b61091891f: Waiting [2020-12-18T16:49:44.239Z] 36b3adc4ff6f: Verifying Checksum [2020-12-18T16:49:44.239Z] 36b3adc4ff6f: Download complete [2020-12-18T16:49:44.239Z] 46f8f816bc3b: Download complete [2020-12-18T16:49:44.239Z] df20fa9351a1: Verifying Checksum [2020-12-18T16:49:44.239Z] df20fa9351a1: Download complete [2020-12-18T16:49:44.508Z] 93b9cdb0e59b: Verifying Checksum [2020-12-18T16:49:44.508Z] 93b9cdb0e59b: Download complete [2020-12-18T16:49:44.508Z] 5e14af77c1be: Verifying Checksum [2020-12-18T16:49:44.508Z] 5e14af77c1be: Download complete [2020-12-18T16:49:44.508Z] 01666e4c0597: Download complete [2020-12-18T16:49:44.508Z] 93b61091891f: Verifying Checksum [2020-12-18T16:49:44.508Z] 93b61091891f: Download complete [2020-12-18T16:49:44.508Z] 8ad3a11d3b57: Verifying Checksum [2020-12-18T16:49:44.508Z] 8ad3a11d3b57: Download complete [2020-12-18T16:49:44.779Z] df20fa9351a1: Pull complete [2020-12-18T16:49:45.045Z] 36b3adc4ff6f: Pull complete [2020-12-18T16:49:46.449Z] 8ad3a11d3b57: Pull complete [2020-12-18T16:49:46.709Z] aa168da1d23b: Verifying Checksum [2020-12-18T16:49:46.710Z] aa168da1d23b: Download complete [2020-12-18T16:49:46.974Z] 46f8f816bc3b: Pull complete [2020-12-18T16:49:47.239Z] 93b61091891f: Pull complete [2020-12-18T16:49:47.502Z] 93b9cdb0e59b: Pull complete [2020-12-18T16:49:47.502Z] 5e14af77c1be: Pull complete [2020-12-18T16:49:47.768Z] 01666e4c0597: Pull complete [2020-12-18T16:49:55.960Z] aa168da1d23b: Pull complete [2020-12-18T16:49:55.960Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-18T16:49:55.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T16:49:55.960Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-18T16:49:56.144Z] prd-centos7-docker-4c-2g-16763 does not seem to be running inside a container [2020-12-18T16:49:56.198Z] $ 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/xfoundry_device-modbus-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/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-18T16:49:59.138Z] $ docker top 95cb45c14f6b6c9f98e8bc38533cf640c4c08ffe751d6489cd783dd30aedd224 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T16:49:59.775Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-18T16:50:00.136Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-18T16:50:00.436Z] + ls /var/log/sa-host [2020-12-18T16:50:00.436Z] + sadf -c /var/log/sa-host/sa18 [2020-12-18T16:50:00.436Z] file_magic: OK [2020-12-18T16:50:00.436Z] HZ: Using current value: 100 [2020-12-18T16:50:00.436Z] file_header: OK [2020-12-18T16:50:00.436Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T16:50:00.436Z] Statistics: [2020-12-18T16:50:00.436Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-18T16:50:00.436Z] File successfully converted to sysstat format version 12.2.1 [2020-12-18T16:50:00.436Z] + sadf -c /var/log/sa-host/sa23 [2020-12-18T16:50:00.436Z] file_magic: OK [2020-12-18T16:50:00.436Z] HZ: Using current value: 100 [2020-12-18T16:50:00.436Z] file_header: OK [2020-12-18T16:50:00.436Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T16:50:00.436Z] Statistics: [2020-12-18T16:50:00.436Z] Hnuu...uuuununununu... [2020-12-18T16:50:00.436Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T16:50:01.042Z] provisioning config files... [2020-12-18T16:50:01.058Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6279535332790110981tmp [Pipeline] { [Pipeline] echo [2020-12-18T16:50:01.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:50:01.460Z] ---> create-netrc.sh [Pipeline] } [2020-12-18T16:50:01.472Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-18T16:50:01.599Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:50:01.899Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-18T16:50:01.912Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:50:02.216Z] ---> sudo-logs.sh [2020-12-18T16:50:02.216Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-18T16:50:02.230Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:50:02.527Z] ---> job-cost.sh [2020-12-18T16:50:02.527Z] lf-activate-venv: SKIPPING [2020-12-18T16:50:02.527Z] INFO: No Stack... [2020-12-18T16:50:03.100Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-18T16:50:03.675Z] INFO: Archiving Costs [Pipeline] echo [2020-12-18T16:50:03.689Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T16:50:03.984Z] ---> logs-deploy.sh [2020-12-18T16:50:03.984Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/32 [2020-12-18T16:50:03.984Z] INFO: archiving workspace using pattern(s): [2020-12-18T16:50:05.375Z] Archives upload complete. [2020-12-18T16:50:05.638Z] INFO: archiving logs to Nexus