Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ce71f09c2d39912181f4466a92feb2fb45c7f9fd+793fa606b8324739f564128f9001c967c619a4b2 (e738bea20915b25227018415525efcb7913f743e) 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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-rest-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: false 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18321 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-68 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 Merge succeeded, producing d4e1404e32940f49e46fac97f5cb41b4999ac913 Checking out Revision d4e1404e32940f49e46fac97f5cb41b4999ac913 (PR-68) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4e1404e32940f49e46fac97f5cb41b4999ac913 # timeout=10 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T23:07:33.613Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T23:07:33.851Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T23:07:33.971Z] ========================================================= [2021-01-04T23:07:33.971Z] EdgeX Global Pipelines Version Info [2021-01-04T23:07:33.971Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:07:35.875Z] ------------------- [2021-01-04T23:07:35.875Z] stable info: [2021-01-04T23:07:35.875Z] ------------------- [2021-01-04T23:07:35.875Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T23:07:35.875Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:07:35.875Z] Message: update stable to v1.0.173 [2021-01-04T23:07:36.448Z] ------------------- [2021-01-04T23:07:36.448Z] experimental info: [2021-01-04T23:07:36.448Z] ------------------- [2021-01-04T23:07:36.448Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T23:07:36.448Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:07:36.448Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T23:07:36.727Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-01-04T23:07:36.820Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-01-04T23:07:36.930Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T23:07:37.071Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T23:07:37.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T23:07:37.278Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T23:07:37.369Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T23:07:37.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T23:07:37.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-04T23:07:37.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T23:07:37.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T23:07:37.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-01-04T23:07:37.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T23:07:38.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T23:07:38.121Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:07:38.207Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:07:38.295Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T23:07:38.396Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T23:07:38.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T23:07:38.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-04T23:07:38.661Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-04T23:07:38.754Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-04T23:07:38.862Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-04T23:07:38.990Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-04T23:07:39.096Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-04T23:07:39.184Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T23:07:39.270Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T23:07:39.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-68 [Pipeline] echo [2021-01-04T23:07:39.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-68 [Pipeline] echo [2021-01-04T23:07:39.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-68 [Pipeline] echo [2021-01-04T23:07:39.632Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4e1404e32940f49e46fac97f5cb41b4999ac913 [Pipeline] echo [2021-01-04T23:07:39.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4e1404 [Pipeline] echo [2021-01-04T23:07:39.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:07:40.025Z] provisioning config files... [2021-01-04T23:07:40.056Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/config6305458475603729913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:07:40.452Z] ---> docker-login.sh [2021-01-04T23:07:40.453Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:07:40.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:07:40.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:07:40.994Z] Configure a credential helper to remove this warning. See [2021-01-04T23:07:40.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:07:40.994Z] [2021-01-04T23:07:40.994Z] Login Succeeded [2021-01-04T23:07:40.994Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:07:40.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:07:41.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:07:41.264Z] Configure a credential helper to remove this warning. See [2021-01-04T23:07:41.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:07:41.264Z] [2021-01-04T23:07:41.264Z] Login Succeeded [2021-01-04T23:07:41.264Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:07:41.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:07:41.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:07:41.264Z] Configure a credential helper to remove this warning. See [2021-01-04T23:07:41.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:07:41.264Z] [2021-01-04T23:07:41.264Z] Login Succeeded [2021-01-04T23:07:41.264Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:07:41.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:07:41.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:07:41.527Z] Configure a credential helper to remove this warning. See [2021-01-04T23:07:41.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:07:41.527Z] [2021-01-04T23:07:41.527Z] Login Succeeded [2021-01-04T23:07:41.527Z] docker.io [2021-01-04T23:07:41.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:07:42.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:07:42.104Z] Configure a credential helper to remove this warning. See [2021-01-04T23:07:42.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:07:42.104Z] [2021-01-04T23:07:42.104Z] Login Succeeded [2021-01-04T23:07:42.104Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:07:42.117Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:07:42.990Z] + git log --format=format:%s -1 d4e1404e32940f49e46fac97f5cb41b4999ac913 [Pipeline] echo [2021-01-04T23:07:43.059Z] GIT_COMMIT: d4e1404e32940f49e46fac97f5cb41b4999ac913, Commit Message: Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD [Pipeline] echo [2021-01-04T23:07:43.121Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:07:44.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:07:44.077Z] [2021-01-04T23:07:44.077Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:07:44.427Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:07:44.427Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T23:07:44.427Z] 31603596830f: Pulling fs layer [2021-01-04T23:07:44.427Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T23:07:44.427Z] 6ca5941a6612: Pulling fs layer [2021-01-04T23:07:44.427Z] ecc8261a40a4: Pulling fs layer [2021-01-04T23:07:44.427Z] ecc8261a40a4: Waiting [2021-01-04T23:07:44.427Z] 2a8b12db71e7: Download complete [2021-01-04T23:07:44.697Z] 31603596830f: Verifying Checksum [2021-01-04T23:07:44.697Z] 31603596830f: Download complete [2021-01-04T23:07:44.697Z] ecc8261a40a4: Verifying Checksum [2021-01-04T23:07:44.697Z] ecc8261a40a4: Download complete [2021-01-04T23:07:44.697Z] 6ca5941a6612: Download complete [2021-01-04T23:07:44.961Z] 31603596830f: Pull complete [2021-01-04T23:07:45.225Z] 2a8b12db71e7: Pull complete [2021-01-04T23:07:46.177Z] 6ca5941a6612: Pull complete [2021-01-04T23:07:46.178Z] ecc8261a40a4: Pull complete [2021-01-04T23:07:46.178Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T23:07:46.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:07:46.178Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T23:07:46.285Z] prd-centos7-docker-4c-2g-18321 does not seem to be running inside a container [2021-01-04T23:07:46.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-68 -v /w/workspace/dgexfoundry_device-rest-go_PR-68:/w/workspace/dgexfoundry_device-rest-go_PR-68:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T23:07:48.172Z] $ docker top e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T23:07:48.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:07:48.542Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:07:48.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:07:48.772Z] $ docker exec e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent [2021-01-04T23:07:48.939Z] SSH_AUTH_SOCK=/tmp/ssh-Wn4I0FwhI2h7/agent.11 [2021-01-04T23:07:48.939Z] SSH_AGENT_PID=16 [2021-01-04T23:07:48.949Z] Running ssh-add (command line suppressed) [2021-01-04T23:07:49.069Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_703820016221641859.key (/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_703820016221641859.key) [2021-01-04T23:07:49.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:07:49.456Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T23:07:49.479Z] $ docker exec --env ******** --env ******** e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent -k [2021-01-04T23:07:49.589Z] unset SSH_AUTH_SOCK; [2021-01-04T23:07:49.590Z] unset SSH_AGENT_PID; [2021-01-04T23:07:49.590Z] echo Agent pid 16 killed; [2021-01-04T23:07:49.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T23:07:49.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:07:49.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:07:49.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:07:49.956Z] $ docker exec e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent [2021-01-04T23:07:50.118Z] SSH_AUTH_SOCK=/tmp/ssh-5B9WYFXPu5NB/agent.45 [2021-01-04T23:07:50.118Z] SSH_AGENT_PID=51 [2021-01-04T23:07:50.125Z] Running ssh-add (command line suppressed) [2021-01-04T23:07:50.243Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_5258799498539812959.key (/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_5258799498539812959.key) [2021-01-04T23:07:50.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:07:50.659Z] + git semver init [2021-01-04T23:07:50.659Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T23:07:50.659Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-68/.git [2021-01-04T23:07:50.659Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-68 [2021-01-04T23:07:50.659Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T23:07:50.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T23:07:50.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T23:07:50.659Z] # $SEMVER_BRANCH = PR-68 [2021-01-04T23:07:50.659Z] # $SEMVER_TEMP = /tmp/semver-333906551 [2021-01-04T23:07:50.659Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-01-04T23:07:52.056Z] # '/tmp/semver-333906551' -> '/w/workspace/dgexfoundry_device-rest-go_PR-68/.semver' [2021-01-04T23:07:52.056Z] # -> Force: false [2021-01-04T23:07:52.056Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-68/.semver [Pipeline] } [2021-01-04T23:07:52.069Z] $ docker exec --env ******** --env ******** e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent -k [2021-01-04T23:07:52.192Z] unset SSH_AUTH_SOCK; [2021-01-04T23:07:52.193Z] unset SSH_AGENT_PID; [2021-01-04T23:07:52.193Z] echo Agent pid 51 killed; [2021-01-04T23:07:52.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T23:07:52.708Z] + git semver [Pipeline] } [2021-01-04T23:07:52.730Z] $ docker stop --time=1 e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 [2021-01-04T23:07:54.172Z] $ docker rm -f e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T23:07:54.632Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T23:07:55.031Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T23:07:55.034Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-04T23:08:10.568Z] Still waiting to schedule task [2021-01-04T23:08:10.569Z] ‘prd-centos7-blackbox-4c-2g-18319’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18322’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18313’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-04T23:08:10.573Z] Still waiting to schedule task [2021-01-04T23:08:10.573Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T23:09:56.444Z] Running on prd-centos7-docker-4c-2g-18323 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [Pipeline] { [Pipeline] ws [2021-01-04T23:09:56.501Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T23:09:58.884Z] using credential edgex-jenkins-ssh [2021-01-04T23:09:58.936Z] Cloning the remote Git repository [2021-01-04T23:09:58.627Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:09:58.696Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-04T23:09:58.756Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:09:58.756Z] > git --version # timeout=10 [2021-01-04T23:09:58.763Z] > git --version # 'git version 2.24.3' [2021-01-04T23:09:58.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:09:58.829Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:10:00.510Z] Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd [2021-01-04T23:10:00.601Z] Merge succeeded, producing 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 [2021-01-04T23:10:00.601Z] Checking out Revision 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 (PR-68) [2021-01-04T23:09:59.857Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:09:59.864Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:09:59.880Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:09:59.897Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:09:59.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:09:59.902Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:10:00.318Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:00.325Z] > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [2021-01-04T23:10:00.358Z] > git remote # timeout=10 [2021-01-04T23:10:00.364Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:10:00.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:00.374Z] > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 [2021-01-04T23:10:00.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:10:00.410Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:00.414Z] > git checkout -f 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 # timeout=10 [2021-01-04T23:10:04.044Z] Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" [2021-01-04T23:10:04.049Z] > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:10:05.470Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:10:05.798Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:10:06.098Z] + true [2021-01-04T23:10:06.098Z] + sudo service docker restart [2021-01-04T23:10:06.098Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:10:07.173Z] provisioning config files... [2021-01-04T23:10:07.207Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config6508571791765712880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:10:07.577Z] ---> docker-login.sh [2021-01-04T23:10:07.577Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:10:07.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:08.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:08.103Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:08.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:08.103Z] [2021-01-04T23:10:08.103Z] Login Succeeded [2021-01-04T23:10:08.103Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:10:08.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:08.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:08.103Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:08.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:08.103Z] [2021-01-04T23:10:08.103Z] Login Succeeded [2021-01-04T23:10:08.103Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:10:08.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:08.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:08.365Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:08.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:08.365Z] [2021-01-04T23:10:08.365Z] Login Succeeded [2021-01-04T23:10:08.365Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:10:08.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:08.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:08.626Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:08.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:08.626Z] [2021-01-04T23:10:08.626Z] Login Succeeded [2021-01-04T23:10:08.626Z] docker.io [2021-01-04T23:10:08.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:08.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:08.893Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:08.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:08.893Z] [2021-01-04T23:10:08.893Z] Login Succeeded [2021-01-04T23:10:08.893Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:10:08.902Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T23:10:09.397Z] ========================================================= [2021-01-04T23:10:09.398Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T23:10:09.398Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:10:09.750Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T23:10:09.750Z] Sending build context to Docker daemon 84.48kB [2021-01-04T23:10:09.750Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:10:09.750Z] Step 2/10 : FROM ${BASE} [2021-01-04T23:10:09.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T23:10:09.750Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T23:10:09.750Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T23:10:09.750Z] de9db76c5a1d: Pulling fs layer [2021-01-04T23:10:09.750Z] bca2f99d35d6: Pulling fs layer [2021-01-04T23:10:09.750Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T23:10:09.750Z] 7c6f9722023f: Pulling fs layer [2021-01-04T23:10:09.750Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T23:10:09.750Z] 93359f2a8cfa: Waiting [2021-01-04T23:10:09.750Z] 7c6f9722023f: Waiting [2021-01-04T23:10:09.750Z] a35cf1a2eb13: Waiting [2021-01-04T23:10:09.750Z] bca2f99d35d6: Waiting [2021-01-04T23:10:09.750Z] de9db76c5a1d: Verifying Checksum [2021-01-04T23:10:09.750Z] de9db76c5a1d: Download complete [2021-01-04T23:10:10.012Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T23:10:10.012Z] 0ef7d3d256c8: Download complete [2021-01-04T23:10:10.012Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T23:10:10.012Z] 93359f2a8cfa: Download complete [2021-01-04T23:10:10.012Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T23:10:10.012Z] 188c0c94c7c5: Download complete [2021-01-04T23:10:10.012Z] 7c6f9722023f: Verifying Checksum [2021-01-04T23:10:10.012Z] 7c6f9722023f: Download complete [2021-01-04T23:10:10.275Z] 188c0c94c7c5: Pull complete [2021-01-04T23:10:10.275Z] 0ef7d3d256c8: Pull complete [2021-01-04T23:10:10.536Z] de9db76c5a1d: Pull complete [2021-01-04T23:10:11.939Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T23:10:11.939Z] a35cf1a2eb13: Download complete [2021-01-04T23:10:12.896Z] bca2f99d35d6: Verifying Checksum [2021-01-04T23:10:12.896Z] bca2f99d35d6: Download complete [2021-01-04T23:10:17.141Z] bca2f99d35d6: Pull complete [2021-01-04T23:10:17.403Z] 93359f2a8cfa: Pull complete [2021-01-04T23:10:17.666Z] 7c6f9722023f: Pull complete [2021-01-04T23:10:22.980Z] a35cf1a2eb13: Pull complete [2021-01-04T23:10:22.980Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T23:10:22.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T23:10:22.980Z] ---> a62c8e92a672 [2021-01-04T23:10:22.980Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-04T23:10:22.980Z] ---> Running in bd76aa87bcde [2021-01-04T23:10:23.242Z] Removing intermediate container bd76aa87bcde [2021-01-04T23:10:23.242Z] ---> 4345d0d4d77e [2021-01-04T23:10:23.242Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T23:10:23.504Z] ---> Running in 72ec50cf4fda [2021-01-04T23:10:23.504Z] Removing intermediate container 72ec50cf4fda [2021-01-04T23:10:23.504Z] ---> 5469aad6d05f [2021-01-04T23:10:23.504Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T23:10:23.504Z] ---> Running in 7a1fb7c116c6 [2021-01-04T23:10:23.767Z] Removing intermediate container 7a1fb7c116c6 [2021-01-04T23:10:23.767Z] ---> 4d808e4365d4 [2021-01-04T23:10:23.767Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:10:23.767Z] ---> Running in 3fb0cd821799 [2021-01-04T23:10:25.165Z] Removing intermediate container 3fb0cd821799 [2021-01-04T23:10:25.165Z] ---> 44d53e632694 [2021-01-04T23:10:25.165Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T23:10:25.165Z] ---> Running in fa3949db3e64 [2021-01-04T23:10:26.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:10:27.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:10:27.638Z] OK: 166 MiB in 39 packages [2021-01-04T23:10:28.216Z] Removing intermediate container fa3949db3e64 [2021-01-04T23:10:28.216Z] ---> 7674a82ced5f [2021-01-04T23:10:28.216Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-04T23:10:28.216Z] ---> Running in 21c4f675642b [2021-01-04T23:10:28.216Z] Removing intermediate container 21c4f675642b [2021-01-04T23:10:28.216Z] ---> 021ae52cfd46 [2021-01-04T23:10:28.216Z] Step 9/10 : COPY . . [2021-01-04T23:10:28.479Z] ---> ff0f41c6f373 [2021-01-04T23:10:28.479Z] Step 10/10 : RUN go mod download [2021-01-04T23:10:28.743Z] ---> Running in a683f555d005 [2021-01-04T23:10:46.975Z] Removing intermediate container a683f555d005 [2021-01-04T23:10:46.975Z] ---> dc16ec7734cb [2021-01-04T23:10:46.975Z] Successfully built dc16ec7734cb [2021-01-04T23:10:47.250Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:10:47.301Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18324 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [Pipeline] { [Pipeline] ws [2021-01-04T23:10:47.476Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T23:10:47.591Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:10:47.591Z] . [Pipeline] withDockerContainer [2021-01-04T23:10:47.734Z] prd-centos7-docker-4c-2g-18323 does not seem to be running inside a container [2021-01-04T23:10:47.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:10:48.686Z] $ docker top 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:10:49.228Z] + go version [2021-01-04T23:10:49.228Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T23:10:49.244Z] $ docker stop --time=1 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f [2021-01-04T23:10:50.591Z] $ docker rm -f 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:10:51.467Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:10:51.467Z] . [Pipeline] withDockerContainer [2021-01-04T23:10:51.564Z] prd-centos7-docker-4c-2g-18323 does not seem to be running inside a container [2021-01-04T23:10:51.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:10:52.226Z] $ docker top 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:10:52.573Z] using credential edgex-jenkins-ssh [2021-01-04T23:10:52.657Z] Cloning the remote Git repository [2021-01-04T23:10:52.706Z] + make test [2021-01-04T23:10:52.706Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-04T23:10:53.286Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-04T23:10:52.720Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:52.832Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-01-04T23:10:52.905Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:52.906Z] > git --version # timeout=10 [2021-01-04T23:10:52.930Z] > git --version # 'git version 2.17.1' [2021-01-04T23:10:52.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:53.026Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:10:54.580Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:10:54.598Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:10:54.640Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:10:54.678Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:54.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:54.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:10:55.136Z] Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd [2021-01-04T23:10:55.441Z] Merge succeeded, producing 9e705d89047072dc610c0de2b34deb298927198c [2021-01-04T23:10:55.442Z] Checking out Revision 9e705d89047072dc610c0de2b34deb298927198c (PR-68) [2021-01-04T23:10:55.159Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:55.174Z] > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [2021-01-04T23:10:55.250Z] > git remote # timeout=10 [2021-01-04T23:10:55.317Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:10:55.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:55.347Z] > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 [2021-01-04T23:10:55.404Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:10:55.452Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:55.483Z] > git checkout -f 9e705d89047072dc610c0de2b34deb298927198c # timeout=10 [2021-01-04T23:10:59.758Z] Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" [2021-01-04T23:10:59.768Z] > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [2021-01-04T23:11:00.006Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-04T23:11:00.006Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-04T23:11:00.006Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-01-04T23:11:00.006Z] have (string, bool, string, string) [2021-01-04T23:11:00.006Z] want (string, string) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:11:01.351Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:11:01.793Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:11:02.152Z] + + true [2021-01-04T23:11:02.152Z] sudo service docker restart [2021-01-04T23:11:02.617Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-01-04T23:11:02.881Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-01-04T23:11:02.900Z] $ docker stop --time=1 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f [2021-01-04T23:11:05.187Z] $ docker rm -f 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-04T23:11:05.604Z] provisioning config files... [2021-01-04T23:11:05.649Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config9109129985815878655tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] libraryResource [Pipeline] sh Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [2021-01-04T23:11:06.035Z] ---> docker-login.sh [2021-01-04T23:11:06.035Z] nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T23:11:06.884Z] Failed in branch amd64 [2021-01-04T23:11:07.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:11:07.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:11:07.297Z] Configure a credential helper to remove this warning. See [2021-01-04T23:11:07.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:11:07.297Z] [2021-01-04T23:11:07.297Z] Login Succeeded [2021-01-04T23:11:07.297Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:11:07.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:11:07.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:11:07.843Z] Configure a credential helper to remove this warning. See [2021-01-04T23:11:07.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:11:07.843Z] [2021-01-04T23:11:07.843Z] Login Succeeded [2021-01-04T23:11:07.843Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:11:08.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:11:08.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:11:08.401Z] Configure a credential helper to remove this warning. See [2021-01-04T23:11:08.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:11:08.401Z] [2021-01-04T23:11:08.401Z] Login Succeeded [2021-01-04T23:11:08.401Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:11:08.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:11:08.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:11:08.950Z] Configure a credential helper to remove this warning. See [2021-01-04T23:11:08.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:11:08.950Z] [2021-01-04T23:11:08.950Z] Login Succeeded [2021-01-04T23:11:08.950Z] docker.io [2021-01-04T23:11:09.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:11:09.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:11:09.497Z] Configure a credential helper to remove this warning. See [2021-01-04T23:11:09.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:11:09.497Z] [2021-01-04T23:11:09.497Z] Login Succeeded [2021-01-04T23:11:09.768Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:11:09.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T23:11:10.219Z] ========================================================= [2021-01-04T23:11:10.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T23:11:10.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:11:10.649Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T23:11:10.650Z] Sending build context to Docker daemon 84.48kB [2021-01-04T23:11:10.922Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:11:10.922Z] Step 2/10 : FROM ${BASE} [2021-01-04T23:11:11.196Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T23:11:11.196Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T23:11:11.196Z] a4357932f1b6: Pulling fs layer [2021-01-04T23:11:11.196Z] 18c013af1878: Pulling fs layer [2021-01-04T23:11:11.196Z] 00ac8860ef70: Pulling fs layer [2021-01-04T23:11:11.196Z] 63d7cb157983: Pulling fs layer [2021-01-04T23:11:11.196Z] b116817d02f9: Pulling fs layer [2021-01-04T23:11:11.196Z] 745a02a5169b: Pulling fs layer [2021-01-04T23:11:11.196Z] 00ac8860ef70: Waiting [2021-01-04T23:11:11.196Z] 63d7cb157983: Waiting [2021-01-04T23:11:11.196Z] b116817d02f9: Waiting [2021-01-04T23:11:11.196Z] 745a02a5169b: Waiting [2021-01-04T23:11:11.196Z] 18c013af1878: Verifying Checksum [2021-01-04T23:11:11.196Z] 18c013af1878: Download complete [2021-01-04T23:11:11.196Z] a4357932f1b6: Verifying Checksum [2021-01-04T23:11:11.196Z] a4357932f1b6: Download complete [2021-01-04T23:11:11.196Z] 63d7cb157983: Verifying Checksum [2021-01-04T23:11:11.196Z] 63d7cb157983: Download complete [2021-01-04T23:11:11.196Z] b116817d02f9: Download complete [2021-01-04T23:11:11.196Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T23:11:11.196Z] 5f621e34cdf4: Download complete [2021-01-04T23:11:11.796Z] 5f621e34cdf4: Pull complete [2021-01-04T23:11:12.405Z] a4357932f1b6: Pull complete [2021-01-04T23:11:13.003Z] 18c013af1878: Pull complete [2021-01-04T23:11:13.003Z] 745a02a5169b: Verifying Checksum [2021-01-04T23:11:13.003Z] 745a02a5169b: Download complete [2021-01-04T23:11:14.971Z] 00ac8860ef70: Verifying Checksum [2021-01-04T23:11:14.971Z] 00ac8860ef70: Download complete [2021-01-04T23:11:25.154Z] 00ac8860ef70: Pull complete [2021-01-04T23:11:25.154Z] 63d7cb157983: Pull complete [2021-01-04T23:11:25.154Z] b116817d02f9: Pull complete [2021-01-04T23:11:29.469Z] 745a02a5169b: Pull complete [2021-01-04T23:11:29.469Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T23:11:29.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T23:11:29.469Z] ---> b7e6874047d6 [2021-01-04T23:11:29.469Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-04T23:11:31.451Z] ---> Running in 5b733f3897f6 [2021-01-04T23:11:32.053Z] Removing intermediate container 5b733f3897f6 [2021-01-04T23:11:32.053Z] ---> e941f42388a0 [2021-01-04T23:11:32.053Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T23:11:32.053Z] ---> Running in a0b463995be5 [2021-01-04T23:11:32.327Z] Removing intermediate container a0b463995be5 [2021-01-04T23:11:32.327Z] ---> 5176966a7b60 [2021-01-04T23:11:32.327Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T23:11:32.602Z] ---> Running in 4668ebed39af [2021-01-04T23:11:32.874Z] Removing intermediate container 4668ebed39af [2021-01-04T23:11:32.874Z] ---> 4b11d52cbdae [2021-01-04T23:11:32.874Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:11:33.145Z] ---> Running in 00acdf273f43 [2021-01-04T23:11:35.119Z] Removing intermediate container 00acdf273f43 [2021-01-04T23:11:35.119Z] ---> 1d65fa14e7d4 [2021-01-04T23:11:35.119Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T23:11:35.401Z] ---> Running in 97174c39e21e [2021-01-04T23:11:36.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:11:37.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:11:37.949Z] OK: 142 MiB in 39 packages [2021-01-04T23:11:39.385Z] Removing intermediate container 97174c39e21e [2021-01-04T23:11:39.385Z] ---> f15702810499 [2021-01-04T23:11:39.385Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-04T23:11:39.385Z] ---> Running in 2967ca520a49 [2021-01-04T23:11:39.659Z] Removing intermediate container 2967ca520a49 [2021-01-04T23:11:39.659Z] ---> aeb4e53485e0 [2021-01-04T23:11:39.659Z] Step 9/10 : COPY . . [2021-01-04T23:11:40.640Z] ---> a598b73f07ca [2021-01-04T23:11:40.640Z] Step 10/10 : RUN go mod download [2021-01-04T23:11:40.640Z] ---> Running in 7585c6288dbe [2021-01-04T23:12:02.819Z] Removing intermediate container 7585c6288dbe [2021-01-04T23:12:02.820Z] ---> 4cff8b9747bb [2021-01-04T23:12:02.820Z] Successfully built 4cff8b9747bb [2021-01-04T23:12:02.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:12:03.157Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:12:03.157Z] . [Pipeline] withDockerContainer [2021-01-04T23:12:03.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-18324 does not seem to be running inside a container [2021-01-04T23:12:03.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:12:04.968Z] $ docker top ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:12:06.007Z] + go version [2021-01-04T23:12:06.007Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T23:12:06.031Z] $ docker stop --time=1 ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 [2021-01-04T23:12:07.870Z] $ docker rm -f ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:12:08.893Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:12:08.893Z] . [Pipeline] withDockerContainer [2021-01-04T23:12:09.167Z] prd-ubuntu18.04-docker-arm64-4c-16g-18324 does not seem to be running inside a container [2021-01-04T23:12:09.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:12:10.710Z] $ docker top f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:12:11.705Z] + make test [2021-01-04T23:12:11.705Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-04T23:12:12.717Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-04T23:12:31.067Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-04T23:12:31.067Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-04T23:12:31.067Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-01-04T23:12:31.067Z] have (string, bool, string, string) [2021-01-04T23:12:31.067Z] want (string, string) [2021-01-04T23:12:43.512Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-01-04T23:12:43.512Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-01-04T23:12:43.537Z] $ docker stop --time=1 f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e [2021-01-04T23:12:45.732Z] $ docker rm -f f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T23:12:47.372Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:12:50.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:12:50.991Z] ---> package-listing.sh [2021-01-04T23:12:50.991Z] ++ facter osfamily [2021-01-04T23:12:50.991Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T23:12:50.991Z] + OS_FAMILY=redhat [2021-01-04T23:12:50.991Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-68 [2021-01-04T23:12:50.991Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T23:12:50.991Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T23:12:50.991Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T23:12:50.991Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T23:12:50.991Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-68 ']' [2021-01-04T23:12:50.991Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T23:12:50.991Z] + case "${OS_FAMILY}" in [2021-01-04T23:12:50.991Z] + rpm -qa [2021-01-04T23:12:50.991Z] + sort [2021-01-04T23:12:56.317Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T23:12:56.317Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T23:12:56.317Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T23:12:56.317Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-68 ']' [2021-01-04T23:12:56.317Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-68/archives/ [2021-01-04T23:12:56.317Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-68/archives/ [Pipeline] echo [2021-01-04T23:12:56.334Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T23:12:56.628Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:12:56.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:12:56.948Z] [2021-01-04T23:12:56.948Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:12:57.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:12:57.303Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T23:12:57.303Z] df20fa9351a1: Pulling fs layer [2021-01-04T23:12:57.303Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T23:12:57.303Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T23:12:57.303Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T23:12:57.303Z] 93b61091891f: Pulling fs layer [2021-01-04T23:12:57.303Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T23:12:57.303Z] 5e14af77c1be: Pulling fs layer [2021-01-04T23:12:57.303Z] 01666e4c0597: Pulling fs layer [2021-01-04T23:12:57.303Z] aa168da1d23b: Pulling fs layer [2021-01-04T23:12:57.303Z] 93b9cdb0e59b: Waiting [2021-01-04T23:12:57.303Z] 5e14af77c1be: Waiting [2021-01-04T23:12:57.303Z] 46f8f816bc3b: Waiting [2021-01-04T23:12:57.303Z] 93b61091891f: Waiting [2021-01-04T23:12:57.303Z] 01666e4c0597: Waiting [2021-01-04T23:12:57.303Z] aa168da1d23b: Waiting [2021-01-04T23:12:57.303Z] 36b3adc4ff6f: Download complete [2021-01-04T23:12:57.303Z] 46f8f816bc3b: Download complete [2021-01-04T23:12:57.578Z] df20fa9351a1: Verifying Checksum [2021-01-04T23:12:57.578Z] df20fa9351a1: Download complete [2021-01-04T23:12:57.578Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T23:12:57.578Z] 93b9cdb0e59b: Download complete [2021-01-04T23:12:57.578Z] 5e14af77c1be: Download complete [2021-01-04T23:12:57.578Z] 01666e4c0597: Verifying Checksum [2021-01-04T23:12:57.578Z] 01666e4c0597: Download complete [2021-01-04T23:12:57.578Z] 93b61091891f: Download complete [2021-01-04T23:12:57.578Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T23:12:57.578Z] 8ad3a11d3b57: Download complete [2021-01-04T23:12:57.849Z] df20fa9351a1: Pull complete [2021-01-04T23:12:58.116Z] 36b3adc4ff6f: Pull complete [2021-01-04T23:12:59.527Z] aa168da1d23b: Download complete [2021-01-04T23:12:59.527Z] 8ad3a11d3b57: Pull complete [2021-01-04T23:12:59.790Z] 46f8f816bc3b: Pull complete [2021-01-04T23:13:00.053Z] 93b61091891f: Pull complete [2021-01-04T23:13:00.317Z] 93b9cdb0e59b: Pull complete [2021-01-04T23:13:00.317Z] 5e14af77c1be: Pull complete [2021-01-04T23:13:00.317Z] 01666e4c0597: Pull complete [2021-01-04T23:13:06.946Z] aa168da1d23b: Pull complete [2021-01-04T23:13:07.208Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T23:13:07.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:13:07.209Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T23:13:07.432Z] prd-centos7-docker-4c-2g-18321 does not seem to be running inside a container [2021-01-04T23:13:07.480Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-68 -v /w/workspace/dgexfoundry_device-rest-go_PR-68:/w/workspace/dgexfoundry_device-rest-go_PR-68:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T23:13:13.727Z] $ docker top acb7060d9210b37888301774f2633a11e0e74563a79652c0a8fd71b732d5777b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:13:14.209Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T23:13:14.509Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T23:13:14.806Z] + ls /var/log/sa-host [2021-01-04T23:13:14.807Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T23:13:14.807Z] file_magic: OK [2021-01-04T23:13:14.807Z] HZ: Using current value: 100 [2021-01-04T23:13:14.807Z] file_header: OK [2021-01-04T23:13:14.807Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T23:13:14.807Z] Statistics: [2021-01-04T23:13:14.807Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T23:13:14.807Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T23:13:14.807Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T23:13:14.807Z] file_magic: OK [2021-01-04T23:13:14.807Z] HZ: Using current value: 100 [2021-01-04T23:13:14.807Z] file_header: OK [2021-01-04T23:13:14.807Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T23:13:14.807Z] Statistics: [2021-01-04T23:13:14.807Z] Hnuu...uuuununununu... [2021-01-04T23:13:14.807Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T23:13:15.491Z] provisioning config files... [2021-01-04T23:13:15.511Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/config7999979455286923069tmp [Pipeline] { [Pipeline] echo [2021-01-04T23:13:15.583Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:13:15.886Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T23:13:15.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T23:13:15.988Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:13:16.287Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T23:13:16.298Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:13:16.618Z] ---> sudo-logs.sh [2021-01-04T23:13:16.618Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T23:13:16.629Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:13:16.928Z] ---> job-cost.sh [2021-01-04T23:13:16.928Z] lf-activate-venv: SKIPPING [2021-01-04T23:13:16.928Z] INFO: No Stack... [2021-01-04T23:13:17.901Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T23:13:18.481Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T23:13:18.496Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:13:18.793Z] ---> logs-deploy.sh [2021-01-04T23:13:18.793Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-68/2 [2021-01-04T23:13:18.793Z] INFO: archiving workspace using pattern(s): [2021-01-04T23:13:20.721Z] Archives upload complete. [2021-01-04T23:13:20.721Z] INFO: archiving logs to Nexus [2021-01-04T23:13:21.668Z] ---> uname -a: [2021-01-04T23:13:21.668Z] Linux prd-centos7-docker-4c-2g-18321.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> lscpu: [2021-01-04T23:13:21.668Z] Architecture: x86_64 [2021-01-04T23:13:21.668Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T23:13:21.668Z] Byte Order: Little Endian [2021-01-04T23:13:21.668Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T23:13:21.668Z] CPU(s): 4 [2021-01-04T23:13:21.668Z] On-line CPU(s) list: 0-3 [2021-01-04T23:13:21.668Z] Thread(s) per core: 1 [2021-01-04T23:13:21.668Z] Core(s) per socket: 1 [2021-01-04T23:13:21.668Z] Socket(s): 4 [2021-01-04T23:13:21.668Z] NUMA node(s): 1 [2021-01-04T23:13:21.668Z] Vendor ID: GenuineIntel [2021-01-04T23:13:21.668Z] CPU family: 6 [2021-01-04T23:13:21.668Z] Model: 44 [2021-01-04T23:13:21.668Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T23:13:21.668Z] Stepping: 1 [2021-01-04T23:13:21.668Z] CPU MHz: 2933.436 [2021-01-04T23:13:21.668Z] BogoMIPS: 5866.87 [2021-01-04T23:13:21.668Z] Virtualization: VT-x [2021-01-04T23:13:21.668Z] Hypervisor vendor: KVM [2021-01-04T23:13:21.668Z] Virtualization type: full [2021-01-04T23:13:21.668Z] L1d cache: 128 KiB [2021-01-04T23:13:21.668Z] L1i cache: 128 KiB [2021-01-04T23:13:21.668Z] L2 cache: 16 MiB [2021-01-04T23:13:21.668Z] L3 cache: 64 MiB [2021-01-04T23:13:21.668Z] NUMA node0 CPU(s): 0-3 [2021-01-04T23:13:21.668Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T23:13:21.668Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T23:13:21.668Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T23:13:21.668Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T23:13:21.668Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T23:13:21.668Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T23:13:21.668Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T23:13:21.668Z] Vulnerability Srbds: Not affected [2021-01-04T23:13:21.668Z] Vulnerability Tsx async abort: Not affected [2021-01-04T23:13:21.668Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> nproc: [2021-01-04T23:13:21.668Z] 4 [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> df -h: [2021-01-04T23:13:21.668Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T23:13:21.668Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-04T23:13:21.668Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T23:13:21.668Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T23:13:21.668Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-68 [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp [2021-01-04T23:13:21.668Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> free -m: [2021-01-04T23:13:21.668Z] total used free shared buff/cache available [2021-01-04T23:13:21.668Z] Mem: 1837 716 101 0 1019 1015 [2021-01-04T23:13:21.668Z] Swap: 1023 1 1022 [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> ip addr: [2021-01-04T23:13:21.668Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T23:13:21.668Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T23:13:21.668Z] inet 127.0.0.1/8 scope host lo [2021-01-04T23:13:21.668Z] valid_lft forever preferred_lft forever [2021-01-04T23:13:21.668Z] inet6 ::1/128 scope host [2021-01-04T23:13:21.668Z] valid_lft forever preferred_lft forever [2021-01-04T23:13:21.668Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T23:13:21.668Z] link/ether fa:16:3e:5f:d4:6e brd ff:ff:ff:ff:ff:ff [2021-01-04T23:13:21.668Z] inet 10.30.123.42/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T23:13:21.668Z] valid_lft 86018sec preferred_lft 86018sec [2021-01-04T23:13:21.668Z] inet6 fe80::f816:3eff:fe5f:d46e/64 scope link [2021-01-04T23:13:21.668Z] valid_lft forever preferred_lft forever [2021-01-04T23:13:21.668Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T23:13:21.668Z] link/ether 02:42:8d:e3:43:ae brd ff:ff:ff:ff:ff:ff [2021-01-04T23:13:21.668Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T23:13:21.668Z] valid_lft forever preferred_lft forever [2021-01-04T23:13:21.668Z] inet6 fe80::42:8dff:fee3:43ae/64 scope link [2021-01-04T23:13:21.668Z] valid_lft forever preferred_lft forever [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] ---> sar -b -r -n DEV: [2021-01-04T23:13:21.668Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] 23:06:47 LINUX RESTART (4 CPU) [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] 23:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T23:13:21.668Z] 23:09:01 2.70 0.02 2.68 0.00 0.53 89.64 0.00 [2021-01-04T23:13:21.668Z] 23:10:01 0.42 0.00 0.42 0.00 0.00 5.71 0.00 [2021-01-04T23:13:21.668Z] 23:11:01 0.23 0.00 0.23 0.00 0.00 2.06 0.00 [2021-01-04T23:13:21.668Z] 23:12:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-01-04T23:13:21.668Z] 23:13:01 62.24 50.11 12.14 0.00 4118.53 5371.13 0.00 [2021-01-04T23:13:21.668Z] Average: 13.18 10.03 3.15 0.00 824.06 1094.67 0.00 [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] 23:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T23:13:21.668Z] 23:09:01 152704 0 611448 32.50 2620 1114772 1093456 37.32 442448 1087184 8 [2021-01-04T23:13:21.668Z] 23:10:01 153172 0 610972 32.47 2620 1114780 1079232 36.83 441600 1087792 8 [2021-01-04T23:13:21.668Z] 23:11:01 151252 0 612888 32.57 2620 1114784 1079196 36.83 452312 1078836 8 [2021-01-04T23:13:21.668Z] 23:12:01 152104 0 612036 32.53 2620 1114784 1079064 36.83 450980 1079292 8 [2021-01-04T23:13:21.668Z] 23:13:01 75468 0 709024 37.68 2620 1094432 1506512 51.41 544124 1042196 103672 [2021-01-04T23:13:21.668Z] Average: 136940 0 631274 33.55 2620 1110710 1167492 39.84 466293 1075060 20741 [2021-01-04T23:13:21.668Z] [2021-01-04T23:13:21.668Z] 23:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T23:13:21.668Z] 23:09:01 eth0 3.68 2.16 3.35 0.32 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:10:01 eth0 1.60 0.35 0.37 0.17 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:11:01 eth0 1.32 0.38 0.33 0.23 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.668Z] 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:12:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:13:01 eth0 181.04 135.03 2163.76 13.63 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] Average: eth0 37.65 27.61 433.71 2.87 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z] ---> sar -P ALL: [2021-01-04T23:13:21.669Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z] 23:06:47 LINUX RESTART (4 CPU) [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z] 23:08:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T23:13:21.669Z] 23:09:01 all 0.22 0.00 0.08 0.00 0.00 99.70 [2021-01-04T23:13:21.669Z] 23:09:01 0 0.08 0.00 0.10 0.00 0.00 99.82 [2021-01-04T23:13:21.669Z] 23:09:01 1 0.60 0.00 0.07 0.00 0.00 99.33 [2021-01-04T23:13:21.669Z] 23:09:01 2 0.15 0.00 0.08 0.00 0.02 99.75 [2021-01-04T23:13:21.669Z] 23:09:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-04T23:13:21.669Z] 23:10:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2021-01-04T23:13:21.669Z] 23:10:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-04T23:13:21.669Z] 23:10:01 1 0.30 0.00 0.07 0.00 0.00 99.63 [2021-01-04T23:13:21.669Z] 23:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T23:13:21.669Z] 23:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-04T23:13:21.669Z] 23:11:01 all 0.07 0.00 0.05 0.00 0.01 99.87 [2021-01-04T23:13:21.669Z] 23:11:01 0 0.02 0.00 0.08 0.00 0.00 99.90 [2021-01-04T23:13:21.669Z] 23:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-04T23:13:21.669Z] 23:11:01 2 0.18 0.00 0.05 0.00 0.00 99.77 [2021-01-04T23:13:21.669Z] 23:11:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-04T23:13:21.669Z] 23:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-04T23:13:21.669Z] 23:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T23:13:21.669Z] 23:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-04T23:13:21.669Z] 23:12:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-04T23:13:21.669Z] 23:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-04T23:13:21.669Z] 23:13:01 all 2.90 0.00 1.78 1.57 0.03 93.72 [2021-01-04T23:13:21.669Z] 23:13:01 0 3.11 0.00 1.92 0.96 0.03 93.99 [2021-01-04T23:13:21.669Z] 23:13:01 1 3.71 0.00 2.31 3.51 0.02 90.46 [2021-01-04T23:13:21.669Z] 23:13:01 2 2.67 0.00 1.44 1.36 0.03 94.50 [2021-01-04T23:13:21.669Z] 23:13:01 3 2.11 0.00 1.46 0.47 0.03 95.92 [2021-01-04T23:13:21.669Z] Average: all 0.69 0.00 0.40 0.31 0.01 98.60 [2021-01-04T23:13:21.669Z] Average: 0 0.65 0.00 0.43 0.19 0.01 98.72 [2021-01-04T23:13:21.669Z] Average: 1 0.93 0.00 0.49 0.70 0.01 97.87 [2021-01-04T23:13:21.669Z] Average: 2 0.71 0.00 0.33 0.27 0.01 98.68 [2021-01-04T23:13:21.669Z] Average: 3 0.45 0.00 0.33 0.09 0.01 99.11 [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z] [2021-01-04T23:13:21.669Z]