Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec rather than a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Obtained Jenkinsfile from 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec 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:edgex-ui-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: edgex-ui-go-settings PROJECT: edgex-ui-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-edgex-ui-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-16706 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [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/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-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/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-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/edgex-ui-go.git # timeout=10 Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Merge succeeded, producing 360a1561c72257ce1c2455f787ec81e006222db9 Checking out Revision 360a1561c72257ce1c2455f787ec81e006222db9 (PR-280) Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 360a1561c72257ce1c2455f787ec81e006222db9 # timeout=10 Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:33 ========================================================= 02:06:33 EdgeX Global Pipelines Version Info 02:06:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:34 ------------------- 02:06:34 stable info: 02:06:34 ------------------- 02:06:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:34 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:06:34 Message: update stable to v1.0.173 02:06:35 ------------------- 02:06:35 experimental info: 02:06:35 ------------------- 02:06:35 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:35 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:06:35 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-280 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-280 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-280 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 360a156 [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:39 provisioning config files... 02:06:39 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config6811129693904126783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:39 ---> docker-login.sh 02:06:39 nexus3.edgexfoundry.org:10001 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 nexus3.edgexfoundry.org:10002 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 nexus3.edgexfoundry.org:10003 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 nexus3.edgexfoundry.org:10004 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 docker.io 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:41 Configure a credential helper to remove this warning. See 02:06:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:41 02:06:41 Login Succeeded 02:06:41 ---> docker-login.sh ends [Pipeline] } 02:06:41 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 02:06:41 + git log --format=format:%s -1 360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] echo 02:06:41 GIT_COMMIT: 360a1561c72257ce1c2455f787ec81e006222db9, Commit Message: Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD [Pipeline] echo 02:06:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:43 02:06:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:43 latest: Pulling from edgex-devops/git-semver 02:06:43 31603596830f: Pulling fs layer 02:06:43 2a8b12db71e7: Pulling fs layer 02:06:43 6ca5941a6612: Pulling fs layer 02:06:43 ecc8261a40a4: Pulling fs layer 02:06:43 ecc8261a40a4: Waiting 02:06:43 2a8b12db71e7: Verifying Checksum 02:06:43 2a8b12db71e7: Download complete 02:06:43 31603596830f: Verifying Checksum 02:06:43 31603596830f: Download complete 02:06:43 6ca5941a6612: Verifying Checksum 02:06:43 6ca5941a6612: Download complete 02:06:43 ecc8261a40a4: Verifying Checksum 02:06:43 ecc8261a40a4: Download complete 02:06:43 31603596830f: Pull complete 02:06:44 2a8b12db71e7: Pull complete 02:06:45 6ca5941a6612: Pull complete 02:06:45 ecc8261a40a4: Pull complete 02:06:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:06:45 prd-centos7-docker-4c-2g-16706 does not seem to be running inside a container 02:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@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:10004/edgex-devops/git-semver:latest cat 02:06:47 $ docker top e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:06:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:48 [ssh-agent] Looking for ssh-agent implementation... 02:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:48 $ docker exec e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent 02:06:48 SSH_AUTH_SOCK=/tmp/ssh-peIbGppNkvkC/agent.12 02:06:48 SSH_AGENT_PID=17 02:06:48 Running ssh-add (command line suppressed) 02:06:49 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4977594433342061594.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4977594433342061594.key) 02:06:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:49 + git tag --points-at HEAD [Pipeline] } 02:06:49 $ docker exec --env ******** --env ******** e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent -k 02:06:49 unset SSH_AUTH_SOCK; 02:06:49 unset SSH_AGENT_PID; 02:06:49 echo Agent pid 17 killed; 02:06:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:06:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:49 [ssh-agent] Looking for ssh-agent implementation... 02:06:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:50 $ docker exec e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent 02:06:50 SSH_AUTH_SOCK=/tmp/ssh-WCsyWjt2dITQ/agent.46 02:06:50 SSH_AGENT_PID=51 02:06:50 Running ssh-add (command line suppressed) 02:06:50 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4410457300625788136.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4410457300625788136.key) 02:06:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:50 + git semver init 02:06:50 # -> Open(): unable to determine branch for HEAD 02:06:50 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.git 02:06:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-280 02:06:50 # $SEMVER_REMOTE_NAME = origin 02:06:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:06:50 # $SEMVER_USER_NAME = edgex-jenkins 02:06:50 # $SEMVER_BRANCH = PR-280 02:06:50 # $SEMVER_TEMP = /tmp/semver-253185496 02:06:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:06:51 # '/tmp/semver-253185496' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver' 02:06:51 # -> Force: false 02:06:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver [Pipeline] } 02:06:51 $ docker exec --env ******** --env ******** e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf ssh-agent -k 02:06:51 unset SSH_AUTH_SOCK; 02:06:51 unset SSH_AGENT_PID; 02:06:51 echo Agent pid 51 killed; 02:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:06:52 + git semver [Pipeline] } 02:06:52 $ docker stop --time=1 e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf 02:06:53 $ docker rm -f e520e470a07537a512eb2b15ae778143a845db3733ca77a5c7240cc0645621cf [Pipeline] // withDockerContainer [Pipeline] sh 02:06:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:06:54 Stashed 1 file(s) [Pipeline] echo 02:06:54 [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 02:07:10 Still waiting to schedule task 02:07:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:07:10 Still waiting to schedule task 02:07:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:09:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16707 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws 02:09:01 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 02:09:06 using credential edgex-jenkins-ssh 02:09:06 Cloning the remote Git repository 02:09:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:06 > git init /w/workspace/edgex-ui-go/3 # timeout=10 02:09:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:06 > git --version # timeout=10 02:09:06 > git --version # 'git version 2.17.1' 02:09:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:08 Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 02:09:09 Merge succeeded, producing be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 02:09:09 Checking out Revision be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 (PR-280) 02:09:08 > git config core.sparsecheckout # timeout=10 02:09:08 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 02:09:09 > git remote # timeout=10 02:09:09 > git config --get remote.origin.url # timeout=10 02:09:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:09 > git merge 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 02:09:09 > git rev-parse HEAD^{commit} # timeout=10 02:09:09 > git config core.sparsecheckout # timeout=10 02:09:09 > git checkout -f be67afd7afb9fab6b97ec213dce4c5e187b3d8b2 # timeout=10 02:09:14 Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" 02:09:14 > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:09:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:16 + + sudo servicetrue docker restart 02:09:16 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:18 provisioning config files... 02:09:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config3127515124331704649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:19 ---> docker-login.sh 02:09:19 nexus3.edgexfoundry.org:10001 02:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:20 Configure a credential helper to remove this warning. See 02:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:20 02:09:20 Login Succeeded 02:09:20 nexus3.edgexfoundry.org:10002 02:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:20 Configure a credential helper to remove this warning. See 02:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:20 02:09:20 Login Succeeded 02:09:20 nexus3.edgexfoundry.org:10003 02:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:21 Configure a credential helper to remove this warning. See 02:09:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:21 02:09:21 Login Succeeded 02:09:21 nexus3.edgexfoundry.org:10004 02:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:22 Configure a credential helper to remove this warning. See 02:09:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:22 02:09:22 Login Succeeded 02:09:22 docker.io 02:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:22 Configure a credential helper to remove this warning. See 02:09:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:22 02:09:22 Login Succeeded 02:09:22 ---> docker-login.sh ends [Pipeline] } 02:09:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:23 ========================================================= 02:09:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:23 + 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 . 02:09:24 Sending build context to Docker daemon 16.59MB 02:09:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:24 Step 2/8 : FROM ${BASE} 02:09:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:24 5f621e34cdf4: Pulling fs layer 02:09:24 a4357932f1b6: Pulling fs layer 02:09:24 18c013af1878: Pulling fs layer 02:09:24 00ac8860ef70: Pulling fs layer 02:09:24 63d7cb157983: Pulling fs layer 02:09:24 b116817d02f9: Pulling fs layer 02:09:24 63d7cb157983: Waiting 02:09:24 b116817d02f9: Waiting 02:09:24 00ac8860ef70: Waiting 02:09:24 745a02a5169b: Pulling fs layer 02:09:24 745a02a5169b: Waiting 02:09:24 18c013af1878: Verifying Checksum 02:09:24 18c013af1878: Download complete 02:09:24 a4357932f1b6: Download complete 02:09:24 63d7cb157983: Download complete 02:09:24 b116817d02f9: Verifying Checksum 02:09:24 b116817d02f9: Download complete 02:09:24 5f621e34cdf4: Verifying Checksum 02:09:24 5f621e34cdf4: Download complete 02:09:25 5f621e34cdf4: Pull complete 02:09:25 a4357932f1b6: Pull complete 02:09:26 18c013af1878: Pull complete 02:09:27 745a02a5169b: Verifying Checksum 02:09:27 745a02a5169b: Download complete 02:09:28 00ac8860ef70: Verifying Checksum 02:09:28 00ac8860ef70: Download complete 02:09:38 00ac8860ef70: Pull complete 02:09:39 63d7cb157983: Pull complete 02:09:39 b116817d02f9: Pull complete 02:09:43 745a02a5169b: Pull complete 02:09:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:43 ---> b7e6874047d6 02:09:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:45 Running on prd-centos7-docker-4c-2g-16708 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws 02:09:45 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 02:09:46 ---> Running in bd70bec5751a 02:09:47 Removing intermediate container bd70bec5751a 02:09:47 ---> 927e0d0dab7f 02:09:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:47 ---> Running in b4db3475b932 02:09:48 using credential edgex-jenkins-ssh 02:09:48 Cloning the remote Git repository 02:09:48 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:48 > git init /w/workspace/edgex-ui-go/3 # timeout=10 02:09:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:48 > git --version # timeout=10 02:09:48 > git --version # 'git version 2.24.3' 02:09:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:49 Removing intermediate container b4db3475b932 02:09:49 ---> 7fe7f8d7749d 02:09:49 Step 5/8 : RUN apk add --no-cache make git 02:09:49 ---> Running in 8618f091c3ce 02:09:49 Merging remotes/origin/master commit 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 02:09:50 Merge succeeded, producing ceb97b78d4abbe6407633953f997a5cdfbb0c6dc 02:09:50 Checking out Revision ceb97b78d4abbe6407633953f997a5cdfbb0c6dc (PR-280) 02:09:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:49 > git config core.sparsecheckout # timeout=10 02:09:49 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 02:09:50 > git remote # timeout=10 02:09:50 > git config --get remote.origin.url # timeout=10 02:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:50 > git merge 9ddfd456210eafbcec8994a78e6b2e43fb3d4aec # timeout=10 02:09:50 > git rev-parse HEAD^{commit} # timeout=10 02:09:50 > git config core.sparsecheckout # timeout=10 02:09:50 > git checkout -f ceb97b78d4abbe6407633953f997a5cdfbb0c6dc # timeout=10 02:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:52 OK: 142 MiB in 39 packages 02:09:53 Removing intermediate container 8618f091c3ce 02:09:53 ---> 0cd7e7933657 02:09:53 Step 6/8 : WORKDIR /edgex-ui-go 02:09:53 ---> Running in 78b360bd4ea0 02:09:53 Commit message: "Merge commit '9ddfd456210eafbcec8994a78e6b2e43fb3d4aec' into HEAD" 02:09:53 > git rev-list --no-walk a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 02:09:53 Removing intermediate container 78b360bd4ea0 02:09:53 ---> c10a5b1785f1 02:09:53 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:09:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:55 + sudo service docker restart 02:09:55 + true 02:09:55 Redirecting to /bin/systemctl restart docker.service 02:09:55 ---> 5dd94cef60b6 02:09:55 Step 8/8 : RUN go mod download 02:09:56 ---> Running in 5fcdd2ecb2b7 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:56 provisioning config files... 02:09:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config6854623401508133788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:57 ---> docker-login.sh 02:09:57 nexus3.edgexfoundry.org:10001 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 nexus3.edgexfoundry.org:10002 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 nexus3.edgexfoundry.org:10003 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 nexus3.edgexfoundry.org:10004 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:58 Configure a credential helper to remove this warning. See 02:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:58 02:09:58 Login Succeeded 02:09:58 docker.io 02:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:58 Configure a credential helper to remove this warning. See 02:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:58 02:09:58 Login Succeeded 02:09:58 ---> docker-login.sh ends [Pipeline] } 02:09:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:58 ========================================================= 02:09:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:09:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:59 + 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 . 02:09:59 Sending build context to Docker daemon 16.59MB 02:09:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:59 Step 2/8 : FROM ${BASE} 02:09:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:09:59 188c0c94c7c5: Pulling fs layer 02:09:59 0ef7d3d256c8: Pulling fs layer 02:09:59 de9db76c5a1d: Pulling fs layer 02:09:59 bca2f99d35d6: Pulling fs layer 02:09:59 93359f2a8cfa: Pulling fs layer 02:09:59 7c6f9722023f: Pulling fs layer 02:09:59 a35cf1a2eb13: Pulling fs layer 02:09:59 bca2f99d35d6: Waiting 02:09:59 93359f2a8cfa: Waiting 02:09:59 7c6f9722023f: Waiting 02:09:59 a35cf1a2eb13: Waiting 02:09:59 de9db76c5a1d: Verifying Checksum 02:09:59 de9db76c5a1d: Download complete 02:09:59 0ef7d3d256c8: Download complete 02:09:59 93359f2a8cfa: Download complete 02:09:59 188c0c94c7c5: Verifying Checksum 02:09:59 188c0c94c7c5: Download complete 02:09:59 7c6f9722023f: Verifying Checksum 02:09:59 7c6f9722023f: Download complete 02:10:00 188c0c94c7c5: Pull complete 02:10:00 0ef7d3d256c8: Pull complete 02:10:00 de9db76c5a1d: Pull complete 02:10:02 a35cf1a2eb13: Verifying Checksum 02:10:02 a35cf1a2eb13: Download complete 02:10:02 bca2f99d35d6: Verifying Checksum 02:10:02 bca2f99d35d6: Download complete 02:10:07 bca2f99d35d6: Pull complete 02:10:07 93359f2a8cfa: Pull complete 02:10:07 7c6f9722023f: Pull complete 02:10:14 a35cf1a2eb13: Pull complete 02:10:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:14 ---> a62c8e92a672 02:10:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:14 ---> Running in 41e9e54a76ba 02:10:14 Removing intermediate container 41e9e54a76ba 02:10:14 ---> b94d11bbdc17 02:10:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:14 ---> Running in 4fa401dccbea 02:10:15 Removing intermediate container 4fa401dccbea 02:10:15 ---> b573625f3b02 02:10:15 Step 5/8 : RUN apk add --no-cache make git 02:10:15 ---> Running in 3392679099cd 02:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:17 OK: 166 MiB in 39 packages 02:10:17 Removing intermediate container 3392679099cd 02:10:17 ---> 7ddadaa0bc19 02:10:17 Step 6/8 : WORKDIR /edgex-ui-go 02:10:17 ---> Running in 29d9bd43c63e 02:10:18 Removing intermediate container 29d9bd43c63e 02:10:18 ---> 488df0c659e5 02:10:18 Step 7/8 : COPY . . 02:10:20 ---> e93c06df4efe 02:10:20 Step 8/8 : RUN go mod download 02:10:20 ---> Running in e544218b686f 02:10:22 Removing intermediate container 5fcdd2ecb2b7 02:10:22 ---> 212212dc888c 02:10:22 Successfully built 212212dc888c 02:10:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:23 + docker inspect -f . ci-base-image-arm64 02:10:23 . [Pipeline] withDockerContainer 02:10:23 prd-ubuntu18.04-docker-arm64-4c-16g-16707 does not seem to be running inside a container 02:10:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:25 $ docker top def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:26 + go version 02:10:26 go version go1.15.5 linux/arm64 [Pipeline] } 02:10:26 $ docker stop --time=1 def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e 02:10:28 $ docker rm -f def907ea43b305354c00a27b200ff5fcd4bd302a4658012593ad72aedf68d32e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:28 + docker inspect -f . ci-base-image-arm64 02:10:28 . [Pipeline] withDockerContainer 02:10:29 prd-ubuntu18.04-docker-arm64-4c-16g-16707 does not seem to be running inside a container 02:10:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:30 $ docker top 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:31 + make test 02:10:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:33 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:42 Removing intermediate container e544218b686f 02:10:42 ---> cedf73311eef 02:10:42 Successfully built cedf73311eef 02:10:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:42 + docker inspect -f . ci-base-image-x86_64 02:10:42 . [Pipeline] withDockerContainer 02:10:42 prd-centos7-docker-4c-2g-16708 does not seem to be running inside a container 02:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:10:44 $ docker top 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:44 + go version 02:10:44 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:44 $ docker stop --time=1 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a 02:10:46 $ docker rm -f 836c32d7802967ebf59a7bda41fdcb6e2c6c08883b1ccbf3c4a3ce9d4d306f7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:46 + docker inspect -f . ci-base-image-x86_64 02:10:46 . [Pipeline] withDockerContainer 02:10:47 prd-centos7-docker-4c-2g-16708 does not seem to be running inside a container 02:10:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:10:47 $ docker top c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:48 + make test 02:10:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:10:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:10:57 GO111MODULE=on go vet ./... [Pipeline] } 02:10:57 $ docker stop --time=1 c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 02:10:59 $ docker rm -f c231bee0b091a3e0685c8f24404cd118ea2f4588c6cefea20a89510b5a1924c8 [Pipeline] // withDockerContainer [Pipeline] sh 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:00 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:00 GO111MODULE=on go vet ./... 02:11:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 02:11:00 $ docker stop --time=1 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 02:11:03 $ docker rm -f 629ebc9e35a55a6be5e8c31e58627c1f5e909d6c3d6669d71ea1394cb5811611 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) 02:11:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash 02:11:05 Warning: overwriting stash ‘coverage-report’ 02:11:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:06 + ls -al . 02:11:06 total 88 02:11:06 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 18 02:10 . 02:11:06 drwxrwxr-x. 4 jenkins jenkins 28 Dec 18 02:09 .. 02:11:06 drwxrwxr-x. 3 jenkins jenkins 20 Dec 18 02:09 assets 02:11:06 drwxrwxr-x. 2 jenkins jenkins 35 Dec 18 02:09 bin 02:11:06 drwxrwxr-x. 3 jenkins jenkins 29 Dec 18 02:09 cmd 02:11:06 -rw-rw-r--. 1 jenkins jenkins 3959 Dec 18 02:09 CONTRIBUTING.md 02:11:06 -rw-r--r--. 1 jenkins jenkins 10 Dec 18 02:10 coverage.out 02:11:06 -rw-rw-r--. 1 jenkins jenkins 1508 Dec 18 02:09 Dockerfile 02:11:06 -rw-rw-r--. 1 jenkins jenkins 902 Dec 18 02:09 Dockerfile.build 02:11:06 drwxrwxr-x. 5 jenkins jenkins 104 Dec 18 02:09 docs 02:11:06 drwxrwxr-x. 8 jenkins jenkins 179 Dec 18 02:09 .git 02:11:06 drwxrwxr-x. 2 jenkins jenkins 81 Dec 18 02:09 .github 02:11:06 -rw-rw-r--. 1 jenkins jenkins 153 Dec 18 02:09 .gitignore 02:11:06 -rw-rw-r--. 1 jenkins jenkins 1019 Dec 18 02:09 go.mod 02:11:06 -rw-r--r--. 1 jenkins jenkins 20718 Dec 18 02:10 go.sum 02:11:06 drwxrwxr-x. 10 jenkins jenkins 139 Dec 18 02:09 internal 02:11:06 -rw-rw-r--. 1 jenkins jenkins 652 Dec 18 02:09 Jenkinsfile 02:11:06 -rw-rw-r--. 1 jenkins jenkins 11357 Dec 18 02:09 LICENSE 02:11:06 -rw-rw-r--. 1 jenkins jenkins 951 Dec 18 02:09 Makefile 02:11:06 -rw-rw-r--. 1 jenkins jenkins 4535 Dec 18 02:09 README.md 02:11:06 -rw-rw-r--. 1 jenkins jenkins 5 Dec 18 02:06 VERSION 02:11:06 -rw-rw-r--. 1 jenkins jenkins 155 Dec 18 02:09 version.go 02:11:06 drwxrwxr-x. 4 jenkins jenkins 266 Dec 18 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:06 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=360a1561c72257ce1c2455f787ec81e006222db9 --label arch=amd64 --label version=0.0.0 . 02:11:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:11:06 Sending build context to Docker daemon 16.61MB 02:11:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:06 Step 2/24 : FROM ${BASE} AS builder 02:11:06 ---> cedf73311eef 02:11:06 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:07 + ls -al . 02:11:07 total 124 02:11:07 drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 02:10 . 02:11:07 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 02:09 .. 02:11:07 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 02:09 .git 02:11:07 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 02:09 .github 02:11:07 -rw-rw-r-- 1 jenkins jenkins 153 Dec 18 02:09 .gitignore 02:11:07 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 18 02:09 CONTRIBUTING.md 02:11:07 -rw-rw-r-- 1 jenkins jenkins 1508 Dec 18 02:09 Dockerfile 02:11:07 -rw-rw-r-- 1 jenkins jenkins 902 Dec 18 02:09 Dockerfile.build 02:11:07 -rw-rw-r-- 1 jenkins jenkins 652 Dec 18 02:09 Jenkinsfile 02:11:07 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 18 02:09 LICENSE 02:11:07 -rw-rw-r-- 1 jenkins jenkins 951 Dec 18 02:09 Makefile 02:11:07 -rw-rw-r-- 1 jenkins jenkins 4535 Dec 18 02:09 README.md 02:11:07 -rw-rw-r-- 1 jenkins jenkins 5 Dec 18 02:06 VERSION 02:11:07 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 02:09 assets 02:11:07 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 02:09 bin 02:11:07 drwxrwxr-x 3 jenkins jenkins 4096 Dec 18 02:09 cmd 02:11:07 -rw-r--r-- 1 jenkins jenkins 10 Dec 18 02:10 coverage.out 02:11:07 drwxrwxr-x 5 jenkins jenkins 4096 Dec 18 02:09 docs 02:11:07 -rw-rw-r-- 1 jenkins jenkins 1019 Dec 18 02:09 go.mod 02:11:07 -rw-r--r-- 1 jenkins jenkins 20718 Dec 18 02:10 go.sum 02:11:07 drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 02:09 internal 02:11:07 -rw-rw-r-- 1 jenkins jenkins 155 Dec 18 02:09 version.go 02:11:07 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:07 ---> Running in 35cdff5c48dc 02:11:07 Removing intermediate container 35cdff5c48dc 02:11:07 ---> f20236bfdb83 02:11:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:07 ---> Running in 5f14d28daf93 02:11:08 Removing intermediate container 5f14d28daf93 02:11:08 ---> fea71a03d16b 02:11:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:08 ---> Running in 8609b8f72cb1 02:11:08 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=360a1561c72257ce1c2455f787ec81e006222db9 --label arch=arm64 --label version=0.0.0 . 02:11:08 Removing intermediate container 8609b8f72cb1 02:11:08 ---> fe9e87a2daf2 02:11:08 Step 6/24 : LABEL Name=edgex-ui-go 02:11:08 ---> Running in 124c909e8ec7 02:11:08 Removing intermediate container 124c909e8ec7 02:11:08 ---> a46e5a41d431 02:11:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:08 ---> Running in 96293400223b 02:11:08 Removing intermediate container 96293400223b 02:11:08 ---> 3f1691342772 02:11:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:08 Sending build context to Docker daemon 16.61MB 02:11:08 ---> Running in d858126dd639 02:11:09 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:09 Step 2/24 : FROM ${BASE} AS builder 02:11:09 ---> 212212dc888c 02:11:09 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:09 ---> Running in 92f03baf4ba2 02:11:09 Removing intermediate container 92f03baf4ba2 02:11:09 ---> 7f56a19b519e 02:11:09 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:09 Removing intermediate container d858126dd639 02:11:09 ---> fca7a27594f1 02:11:09 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:09 ---> Running in f0bc729a96c2 02:11:09 ---> Running in a24f868619e7 02:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:10 Removing intermediate container a24f868619e7 02:11:10 ---> 3849415c9ed0 02:11:10 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:10 ---> Running in a8c190214b13 02:11:10 Removing intermediate container a8c190214b13 02:11:10 ---> 0171b001bd9a 02:11:10 Step 6/24 : LABEL Name=edgex-ui-go 02:11:11 ---> Running in 883f0d437b92 02:11:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:11 Removing intermediate container 883f0d437b92 02:11:11 ---> ff8647bbda7a 02:11:11 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:11 OK: 166 MiB in 39 packages 02:11:11 ---> Running in c6bddfd9fdab 02:11:11 Removing intermediate container c6bddfd9fdab 02:11:11 ---> 51cdeb0bad7f 02:11:11 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:11 Removing intermediate container f0bc729a96c2 02:11:11 ---> 0cbfd1a102f6 02:11:11 Step 10/24 : ENV GO111MODULE=on 02:11:11 ---> Running in 79d99f8ef6f6 02:11:11 Removing intermediate container 79d99f8ef6f6 02:11:11 ---> fc0da240f6e8 02:11:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:12 ---> Running in 5a9f83050772 02:11:12 ---> Running in 0cefb98f1ddf 02:11:12 Removing intermediate container 0cefb98f1ddf 02:11:12 ---> 43d0fe67f82d 02:11:12 Step 12/24 : COPY go.mod . 02:11:12 ---> fcbb407bda7f 02:11:12 Step 13/24 : COPY Makefile . 02:11:12 ---> 6e2fa76286de 02:11:12 Step 14/24 : RUN make update 02:11:12 ---> Running in e299494c8e13 02:11:13 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:14 Removing intermediate container 5a9f83050772 02:11:14 ---> a247c4e6df96 02:11:14 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:14 ---> Running in 19b57e7a43d3 02:11:14 Removing intermediate container e299494c8e13 02:11:14 ---> f21df75bd684 02:11:14 Step 15/24 : COPY . . 02:11:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:16 ---> 80a175d3cf54 02:11:16 Step 16/24 : RUN ${MAKE} 02:11:16 ---> Running in 33998bed0b1d 02:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:11:16 OK: 142 MiB in 39 packages 02:11:17 Removing intermediate container 19b57e7a43d3 02:11:17 ---> 7944d7e801f1 02:11:17 Step 10/24 : ENV GO111MODULE=on 02:11:17 ---> Running in cb150f7024ac 02:11:18 Removing intermediate container cb150f7024ac 02:11:18 ---> 4d5b2853d5d7 02:11:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:18 ---> Running in 30f56543e842 02:11:18 Removing intermediate container 30f56543e842 02:11:18 ---> f8d0c23a62d5 02:11:18 Step 12/24 : COPY go.mod . 02:11:19 ---> 777263a01e08 02:11:19 Step 13/24 : COPY Makefile . 02:11:20 ---> fc77321631a6 02:11:20 Step 14/24 : RUN make update 02:11:20 ---> Running in c6c534ab2233 02:11:21 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:22 Removing intermediate container c6c534ab2233 02:11:22 ---> 2797439c5212 02:11:22 Step 15/24 : COPY . . 02:11:24 ---> 4a6d94637818 02:11:24 Step 16/24 : RUN ${MAKE} 02:11:24 ---> Running in fde6e9339063 02:11:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:11:26 Removing intermediate container 33998bed0b1d 02:11:26 ---> 195dce2cf2e9 02:11:26 Step 17/24 : FROM alpine:3.12 02:11:27 3.12: Pulling from library/alpine 02:11:27 801bfaa63ef2: Pulling fs layer 02:11:27 801bfaa63ef2: Verifying Checksum 02:11:27 801bfaa63ef2: Download complete 02:11:27 801bfaa63ef2: Pull complete 02:11:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:11:27 Status: Downloaded newer image for alpine:3.12 02:11:27 ---> 389fef711851 02:11:27 Step 18/24 : EXPOSE 4000 02:11:27 ---> Running in 4dadf6de7e7e 02:11:28 Removing intermediate container 4dadf6de7e7e 02:11:28 ---> c49651580234 02:11:28 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:29 ---> 8550ef4090c4 02:11:29 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:29 ---> Running in 089df88348e8 02:11:29 Removing intermediate container 089df88348e8 02:11:29 ---> 27cf2dfe2eb0 02:11:29 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:29 ---> Running in a28a2c8d45cb 02:11:29 Removing intermediate container a28a2c8d45cb 02:11:29 ---> 63d2f9aac8ff 02:11:29 Step 22/24 : LABEL arch=amd64 02:11:29 ---> Running in 1531731fe208 02:11:29 Removing intermediate container 1531731fe208 02:11:29 ---> 9d185a8e7910 02:11:29 Step 23/24 : LABEL git_sha=360a1561c72257ce1c2455f787ec81e006222db9 02:11:29 ---> Running in 2c3f215a7ae4 02:11:30 Removing intermediate container 2c3f215a7ae4 02:11:30 ---> 339930948bb0 02:11:30 Step 24/24 : LABEL version=0.0.0 02:11:30 ---> Running in b1118736ce06 02:11:30 Removing intermediate container b1118736ce06 02:11:30 ---> e89f3e667181 02:11:30 [Warning] One or more build-args [ARCH] were not consumed 02:11:30 Successfully built e89f3e667181 02:11:30 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:11:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:53 Removing intermediate container fde6e9339063 02:11:53 ---> 26b715c9cab7 02:11:53 Step 17/24 : FROM alpine:3.12 02:11:53 3.12: Pulling from library/alpine 02:11:53 159e5727ea61: Pulling fs layer 02:11:54 159e5727ea61: Verifying Checksum 02:11:54 159e5727ea61: Download complete 02:11:54 159e5727ea61: Pull complete 02:11:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:11:54 Status: Downloaded newer image for alpine:3.12 02:11:54 ---> afeebe901d6b 02:11:54 Step 18/24 : EXPOSE 4000 02:11:54 ---> Running in 9bda120effa5 02:11:55 Removing intermediate container 9bda120effa5 02:11:55 ---> e618edfe9be6 02:11:55 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:57 ---> d414a9689d37 02:11:57 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:57 ---> Running in 3605aeefae44 02:11:57 Removing intermediate container 3605aeefae44 02:11:57 ---> 2309b164bb41 02:11:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:57 ---> Running in 8f23132ae1a4 02:11:58 Removing intermediate container 8f23132ae1a4 02:11:58 ---> d71aea317f54 02:11:58 Step 22/24 : LABEL arch=arm64 02:11:58 ---> Running in 272c5c19df96 02:11:58 Removing intermediate container 272c5c19df96 02:11:58 ---> 1df8e3f9e00b 02:11:58 Step 23/24 : LABEL git_sha=360a1561c72257ce1c2455f787ec81e006222db9 02:11:58 ---> Running in b44b6d98a198 02:11:59 Removing intermediate container b44b6d98a198 02:11:59 ---> fb671bcc7c58 02:11:59 Step 24/24 : LABEL version=0.0.0 02:11:59 ---> Running in a3c564f1584c 02:11:59 Removing intermediate container a3c564f1584c 02:11:59 ---> bc5eafe4266c 02:11:59 [Warning] One or more build-args [ARCH] were not consumed 02:11:59 Successfully built bc5eafe4266c 02:11:59 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:12:01 provisioning config files... 02:12:01 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config1147845128998732557tmp [Pipeline] { [Pipeline] sh 02:12:02 + set +x 02:12:02 + curl -s https://codecov.io/bash 02:12:02 + bash -s -- 02:12:02 02:12:02 _____ _ 02:12:02 / ____| | | 02:12:02 | | ___ __| | ___ ___ _____ __ 02:12:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:12:02 | |___| (_) | (_| | __/ (_| (_) \ V / 02:12:02 \_____\___/ \__,_|\___|\___\___/ \_/ 02:12:02 Bash-20201217-3d3df35 02:12:02 02:12:02 02:12:02 git version 2.24.3 found 02:12:02 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 02:12:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:12:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 02:12:02 ==> Jenkins CI detected. 02:12:02 project root: . 02:12:02 --> token set from env 02:12:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:12:02 ==> Running gcov in . (disable via -X gcov) 02:12:02 ==> Python coveragepy not found 02:12:02 ==> Searching for coverage reports in: 02:12:02 + . 02:12:02 -> Found 1 reports 02:12:02 ==> Detecting git/mercurial file structure 02:12:02 ==> Reading reports 02:12:02 + ./coverage.out bytes=10 02:12:02 ==> Appending adjustments 02:12:02 https://docs.codecov.io/docs/fixing-reports 02:12:02 + Found adjustments 02:12:02 ==> Gzipping contents 02:12:02 4.0K /tmp/codecov.Gcgg4D.gz 02:12:02 ==> Uploading reports 02:12:02 url: https://codecov.io 02:12:02 query: branch=PR-280&commit=360a1561c72257ce1c2455f787ec81e006222db9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= 02:12:02 -> Pinging Codecov 02:12:02 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-280&commit=360a1561c72257ce1c2455f787ec81e006222db9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= 02:12:03 -> Uploading to 02:12:03 https://storage.googleapis.com/codecov/v4/raw/2020-12-18/FB506323287CE973F263BFD2A0EB1F37/360a1561c72257ce1c2455f787ec81e006222db9/1c67e8f6-981c-4429-a9fe-bd938ce2252e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T021203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=887d97504b2107ccdb7a0015ac9e080a7629ee346f19e195b5094e0b91ef846d 02:12:03 % Total % Received % Xferd Average Speed Time Time Time Current 02:12:03 Dload Upload Total Spent Left Speed 02:12:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5279 --:--:-- --:--:-- --:--:-- 5284 02:12:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/360a1561c72257ce1c2455f787ec81e006222db9 [Pipeline] } 02:12:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 02:12:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:12:06 ---> package-listing.sh 02:12:06 ++ facter osfamily 02:12:06 ++ tr '[:upper:]' '[:lower:]' 02:12:06 + OS_FAMILY=redhat 02:12:06 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-280 02:12:06 + START_PACKAGES=/tmp/packages_start.txt 02:12:06 + END_PACKAGES=/tmp/packages_end.txt 02:12:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:12:06 + PACKAGES=/tmp/packages_start.txt 02:12:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' 02:12:06 + PACKAGES=/tmp/packages_end.txt 02:12:06 + case "${OS_FAMILY}" in 02:12:06 + rpm -qa 02:12:06 + sort 02:12:11 + '[' -f /tmp/packages_start.txt ']' 02:12:11 + '[' -f /tmp/packages_end.txt ']' 02:12:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:12:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' 02:12:11 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ 02:12:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [Pipeline] echo 02:12:11 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/edgexfoundry_edgex-ui-go_PR-280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:12:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:12 02:12:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:12 alpine: Pulling from edgex-lftools-log-publisher 02:12:12 df20fa9351a1: Pulling fs layer 02:12:12 36b3adc4ff6f: Pulling fs layer 02:12:12 8ad3a11d3b57: Pulling fs layer 02:12:12 46f8f816bc3b: Pulling fs layer 02:12:12 93b61091891f: Pulling fs layer 02:12:12 93b9cdb0e59b: Pulling fs layer 02:12:12 5e14af77c1be: Pulling fs layer 02:12:12 01666e4c0597: Pulling fs layer 02:12:12 aa168da1d23b: Pulling fs layer 02:12:12 93b61091891f: Waiting 02:12:12 93b9cdb0e59b: Waiting 02:12:12 5e14af77c1be: Waiting 02:12:12 01666e4c0597: Waiting 02:12:12 aa168da1d23b: Waiting 02:12:12 46f8f816bc3b: Waiting 02:12:12 36b3adc4ff6f: Verifying Checksum 02:12:12 36b3adc4ff6f: Download complete 02:12:13 46f8f816bc3b: Verifying Checksum 02:12:13 46f8f816bc3b: Download complete 02:12:13 df20fa9351a1: Verifying Checksum 02:12:13 df20fa9351a1: Download complete 02:12:13 93b9cdb0e59b: Verifying Checksum 02:12:13 93b9cdb0e59b: Download complete 02:12:13 93b61091891f: Verifying Checksum 02:12:13 93b61091891f: Download complete 02:12:13 5e14af77c1be: Verifying Checksum 02:12:13 5e14af77c1be: Download complete 02:12:13 01666e4c0597: Verifying Checksum 02:12:13 01666e4c0597: Download complete 02:12:13 df20fa9351a1: Pull complete 02:12:13 36b3adc4ff6f: Pull complete 02:12:13 8ad3a11d3b57: Verifying Checksum 02:12:13 8ad3a11d3b57: Download complete 02:12:14 8ad3a11d3b57: Pull complete 02:12:14 46f8f816bc3b: Pull complete 02:12:15 aa168da1d23b: Verifying Checksum 02:12:15 aa168da1d23b: Download complete 02:12:16 93b61091891f: Pull complete 02:12:16 93b9cdb0e59b: Pull complete 02:12:16 5e14af77c1be: Pull complete 02:12:16 01666e4c0597: Pull complete 02:12:23 aa168da1d23b: Pull complete 02:12:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:12:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:12:23 prd-centos7-docker-4c-2g-16706 does not seem to be running inside a container 02:12:23 $ 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/edgexfoundry_edgex-ui-go_PR-280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:12:26 $ docker top 9c193c4a342322b339340f6c85e1d9a4147d9135f43ad43e143b4829b8d6a5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:27 + touch /tmp/pre-build-complete [Pipeline] sh 02:12:27 + mkdir -p /var/log/sa [Pipeline] sh 02:12:28 + ls /var/log/sa-host 02:12:28 + sadf -c /var/log/sa-host/sa18 02:12:28 file_magic: OK 02:12:28 HZ: Using current value: 100 02:12:28 file_header: OK 02:12:28 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 02:12:28 Statistics: 02:12:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:12:28 File successfully converted to sysstat format version 12.2.1 02:12:28 + sadf -c /var/log/sa-host/sa23 02:12:28 file_magic: OK 02:12:28 HZ: Using current value: 100 02:12:28 file_header: OK 02:12:28 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 02:12:28 Statistics: 02:12:28 Hnuu...uuuununununu... 02:12:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:28 provisioning config files... 02:12:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config5171434434968316029tmp [Pipeline] { [Pipeline] echo 02:12:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:12:29 ---> create-netrc.sh [Pipeline] } 02:12:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:12:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:12:29 ---> python-tools-install.sh [Pipeline] echo 02:12:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:12:29 ---> sudo-logs.sh 02:12:29 Archiving 'sudo' log.. [Pipeline] echo 02:12:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:12:30 ---> job-cost.sh 02:12:30 lf-activate-venv: SKIPPING 02:12:30 INFO: No Stack... 02:12:31 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:31 INFO: Archiving Costs [Pipeline] echo 02:12:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:12:31 ---> logs-deploy.sh 02:12:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-280/3 02:12:31 INFO: archiving workspace using pattern(s): 02:12:33 Archives upload complete. 02:12:33 INFO: archiving logs to Nexus 02:12:34 ---> uname -a: 02:12:34 Linux prd-centos7-docker-4c-2g-16706.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:12:34 02:12:34 02:12:34 ---> lscpu: 02:12:34 Architecture: x86_64 02:12:34 CPU op-mode(s): 32-bit, 64-bit 02:12:34 Byte Order: Little Endian 02:12:34 Address sizes: 40 bits physical, 48 bits virtual 02:12:34 CPU(s): 4 02:12:34 On-line CPU(s) list: 0-3 02:12:34 Thread(s) per core: 1 02:12:34 Core(s) per socket: 1 02:12:34 Socket(s): 4 02:12:34 NUMA node(s): 1 02:12:34 Vendor ID: GenuineIntel 02:12:34 CPU family: 6 02:12:34 Model: 44 02:12:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:12:34 Stepping: 1 02:12:34 CPU MHz: 2933.438 02:12:34 BogoMIPS: 5866.87 02:12:34 Virtualization: VT-x 02:12:34 Hypervisor vendor: KVM 02:12:34 Virtualization type: full 02:12:34 L1d cache: 128 KiB 02:12:34 L1i cache: 128 KiB 02:12:34 L2 cache: 16 MiB 02:12:34 L3 cache: 64 MiB 02:12:34 NUMA node0 CPU(s): 0-3 02:12:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:12:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:12:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:12:34 Vulnerability Meltdown: Mitigation; PTI 02:12:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:12:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:12:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:12:34 Vulnerability Srbds: Not affected 02:12:34 Vulnerability Tsx async abort: Not affected 02:12:34 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 02:12:34 02:12:34 02:12:34 ---> nproc: 02:12:34 4 02:12:34 02:12:34 02:12:34 ---> df -h: 02:12:34 Filesystem Size Used Available Use% Mounted on 02:12:34 overlay 50.0G 7.3G 42.7G 15% / 02:12:34 tmpfs 64.0M 0 64.0M 0% /dev 02:12:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:12:34 shm 64.0M 0 64.0M 0% /dev/shm 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-280 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:12:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:12:34 02:12:34 02:12:34 ---> free -m: 02:12:34 total used free shared buff/cache available 02:12:34 Mem: 1837 697 107 0 1031 1035 02:12:34 Swap: 1023 0 1023 02:12:34 02:12:34 02:12:34 ---> ip addr: 02:12:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:12:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:12:34 inet 127.0.0.1/8 scope host lo 02:12:34 valid_lft forever preferred_lft forever 02:12:34 inet6 ::1/128 scope host 02:12:34 valid_lft forever preferred_lft forever 02:12:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:12:34 link/ether fa:16:3e:88:09:2c brd ff:ff:ff:ff:ff:ff 02:12:34 inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 02:12:34 valid_lft 86006sec preferred_lft 86006sec 02:12:34 inet6 fe80::f816:3eff:fe88:92c/64 scope link 02:12:34 valid_lft forever preferred_lft forever 02:12:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:12:34 link/ether 02:42:39:08:1f:68 brd ff:ff:ff:ff:ff:ff 02:12:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:12:34 valid_lft forever preferred_lft forever 02:12:34 inet6 fe80::42:39ff:fe08:1f68/64 scope link 02:12:34 valid_lft forever preferred_lft forever 02:12:34 02:12:34 02:12:34 ---> sar -b -r -n DEV: 02:12:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 02:12:34 02:12:34 02:05:49 LINUX RESTART (4 CPU) 02:12:34 02:12:34 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:12:34 02:08:01 2.25 0.00 2.25 0.00 0.00 49.70 0.00 02:12:34 02:09:01 0.42 0.00 0.42 0.00 0.00 6.48 0.00 02:12:34 02:10:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 02:12:34 02:11:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 02:12:34 02:12:01 0.27 0.00 0.27 0.00 0.00 4.50 0.00 02:12:34 Average: 0.67 0.00 0.67 0.00 0.00 13.30 0.00 02:12:34 02:12:34 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:12:34 02:08:01 141184 0 589756 31.34 2620 1147984 1077864 36.79 424404 1116000 20 02:12:34 02:09:01 139244 0 591688 31.45 2620 1147992 1077816 36.78 425208 1117144 16 02:12:34 02:10:01 135952 0 594976 31.62 2620 1147996 1078056 36.79 432448 1112868 8 02:12:34 02:11:01 138080 0 592848 31.51 2620 1147996 1077816 36.78 429900 1114180 8 02:12:34 02:12:01 137396 0 593524 31.54 2620 1148004 1077900 36.79 425240 1119292 8 02:12:34 Average: 138371 0 592558 31.49 2620 1147994 1077890 36.79 427440 1115897 12 02:12:34 02:12:34 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:12:34 02:08:01 eth0 3.20 1.85 2.99 0.12 0.00 0.00 0.00 0.00 02:12:34 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:09:01 eth0 0.33 0.08 0.03 0.01 0.00 0.00 0.00 0.00 02:12:34 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:10:01 eth0 1.43 0.75 0.61 0.41 0.00 0.00 0.00 0.00 02:12:34 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:12:34 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:12:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 02:12:34 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 Average: eth0 1.07 0.59 0.76 0.12 0.00 0.00 0.00 0.00 02:12:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:34 02:12:34 02:12:34 ---> sar -P ALL: 02:12:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 02:12:34 02:12:34 02:05:49 LINUX RESTART (4 CPU) 02:12:34 02:12:34 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:12:34 02:08:01 all 0.10 0.00 0.06 0.00 0.00 99.84 02:12:34 02:08:01 0 0.18 0.00 0.07 0.00 0.00 99.75 02:12:34 02:08:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:12:34 02:08:01 2 0.08 0.00 0.08 0.00 0.00 99.83 02:12:34 02:08:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:12:34 02:09:01 all 0.09 0.00 0.04 0.00 0.00 99.86 02:12:34 02:09:01 0 0.15 0.00 0.05 0.00 0.00 99.80 02:12:34 02:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:12:34 02:09:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:12:34 02:09:01 3 0.12 0.00 0.03 0.00 0.00 99.85 02:12:34 02:10:01 all 0.17 0.00 0.05 0.00 0.00 99.78 02:12:34 02:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:12:34 02:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:12:34 02:10:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:12:34 02:10:01 3 0.53 0.00 0.05 0.00 0.00 99.42 02:12:34 02:11:01 all 0.09 0.00 0.05 0.00 0.00 99.85 02:12:34 02:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:12:34 02:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:12:34 02:11:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:12:34 02:11:01 3 0.23 0.00 0.08 0.00 0.00 99.68 02:12:34 02:12:01 all 0.22 0.00 0.28 0.00 0.00 99.49 02:12:34 02:12:01 0 0.56 0.00 0.35 0.00 0.00 99.09 02:12:34 02:12:01 1 0.08 0.00 0.33 0.00 0.00 99.58 02:12:34 02:12:01 2 0.15 0.00 0.25 0.00 0.00 99.60 02:12:34 02:12:01 3 0.10 0.00 0.20 0.00 0.00 99.70 02:12:34 Average: all 0.14 0.00 0.10 0.00 0.00 99.77 02:12:34 Average: 0 0.19 0.00 0.10 0.00 0.00 99.70 02:12:34 Average: 1 0.06 0.00 0.10 0.00 0.00 99.84 02:12:34 Average: 2 0.08 0.00 0.10 0.00 0.00 99.81 02:12:34 Average: 3 0.21 0.00 0.08 0.00 0.00 99.71 02:12:34 02:12:34 02:12:34