Pull request #298 updated 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 badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from afe0d46bd1de02231c9e8fc276185ce2c1d69257+d55611448001badf3f86a355cc3eabf57582dc86 (f4f1587c27209793cf6160a897823b0e76556566) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27308 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [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-298 # 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 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) > 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 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/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # 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 d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 Commit message: "Merge branch 'master' into issue-#257-4" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:44:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:44:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:44:22 ========================================================= 09:44:22 EdgeX Global Pipelines Version Info 09:44:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:44:24 ------------------- 09:44:24 stable info: 09:44:24 ------------------- 09:44:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:44:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:44:24 Message: update stable to v1.0.179 09:44:25 ------------------- 09:44:25 experimental info: 09:44:25 ------------------- 09:44:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:44:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:44:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:44:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:44:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:44:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-298 [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-298 [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-298 [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = afe0d46 [Pipeline] echo 09:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:44:28 provisioning config files... 09:44:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config8855956890939482774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:44:29 ---> docker-login.sh 09:44:29 nexus3.edgexfoundry.org:10001 09:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:29 Configure a credential helper to remove this warning. See 09:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:29 09:44:29 Login Succeeded 09:44:29 nexus3.edgexfoundry.org:10002 09:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:29 Configure a credential helper to remove this warning. See 09:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:29 09:44:29 Login Succeeded 09:44:29 nexus3.edgexfoundry.org:10003 09:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:29 Configure a credential helper to remove this warning. See 09:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:29 09:44:29 Login Succeeded 09:44:29 nexus3.edgexfoundry.org:10004 09:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:30 Configure a credential helper to remove this warning. See 09:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:30 09:44:30 Login Succeeded 09:44:30 docker.io 09:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:30 Configure a credential helper to remove this warning. See 09:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:30 09:44:30 Login Succeeded 09:44:30 ---> docker-login.sh ends [Pipeline] } 09:44:30 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 09:44:31 + git log --format=format:%s -1 afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] echo 09:44:31 GIT_COMMIT: afe0d46bd1de02231c9e8fc276185ce2c1d69257, Commit Message: Merge branch 'master' into issue-#257-4 [Pipeline] echo 09:44:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:44:32 09:44:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:44:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:44:33 latest: Pulling from edgex-devops/git-semver 09:44:33 31603596830f: Pulling fs layer 09:44:33 2a8b12db71e7: Pulling fs layer 09:44:33 6ca5941a6612: Pulling fs layer 09:44:33 ecc8261a40a4: Pulling fs layer 09:44:33 ecc8261a40a4: Waiting 09:44:33 2a8b12db71e7: Verifying Checksum 09:44:33 2a8b12db71e7: Download complete 09:44:33 31603596830f: Download complete 09:44:33 6ca5941a6612: Verifying Checksum 09:44:33 6ca5941a6612: Download complete 09:44:33 ecc8261a40a4: Verifying Checksum 09:44:33 ecc8261a40a4: Download complete 09:44:33 31603596830f: Pull complete 09:44:33 2a8b12db71e7: Pull complete 09:44:34 6ca5941a6612: Pull complete 09:44:34 ecc8261a40a4: Pull complete 09:44:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:44:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:44:34 prd-centos7-docker-4c-2g-27308 does not seem to be running inside a container 09:44:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-298 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298:/w/workspace/edgexfoundry_edgex-ui-go_PR-298:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:44:37 $ docker top dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:44:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:44:37 [ssh-agent] Looking for ssh-agent implementation... 09:44:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:44:37 $ docker exec dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent 09:44:37 SSH_AUTH_SOCK=/tmp/ssh-Ncq1FpLuiDdD/agent.11 09:44:37 SSH_AGENT_PID=16 09:44:37 Running ssh-add (command line suppressed) 09:44:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_8465455089147721965.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_8465455089147721965.key) 09:44:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:44:38 + git tag --points-at HEAD [Pipeline] } 09:44:38 $ docker exec --env ******** --env ******** dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent -k 09:44:38 unset SSH_AUTH_SOCK; 09:44:38 unset SSH_AGENT_PID; 09:44:38 echo Agent pid 16 killed; 09:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:44:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:44:38 [ssh-agent] Looking for ssh-agent implementation... 09:44:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:44:38 $ docker exec dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent 09:44:39 SSH_AUTH_SOCK=/tmp/ssh-j20vdwSN1Pi4/agent.45 09:44:39 SSH_AGENT_PID=50 09:44:39 Running ssh-add (command line suppressed) 09:44:39 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_1437070354661635060.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/private_key_1437070354661635060.key) 09:44:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:44:39 + git semver init 09:44:39 # -> Open(): unable to determine branch for HEAD 09:44:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-298/.git 09:44:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-298 09:44:39 # $SEMVER_REMOTE_NAME = origin 09:44:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:44:39 # $SEMVER_USER_NAME = edgex-jenkins 09:44:39 # $SEMVER_BRANCH = PR-298 09:44:39 # $SEMVER_TEMP = /tmp/semver-551509465 09:44:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:44:40 # '/tmp/semver-551509465' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-298/.semver' 09:44:40 # -> Force: false 09:44:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-298/.semver [Pipeline] } 09:44:40 $ docker exec --env ******** --env ******** dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de ssh-agent -k 09:44:40 unset SSH_AUTH_SOCK; 09:44:40 unset SSH_AGENT_PID; 09:44:40 echo Agent pid 50 killed; 09:44:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:44:41 + git semver [Pipeline] } 09:44:41 $ docker stop --time=1 dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de 09:44:42 $ docker rm -f dc5a96fde5d391931e0aec592a006fd70e7486e17e84f8c5413ce95ba2d494de [Pipeline] // withDockerContainer [Pipeline] sh 09:44:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:44:43 Stashed 1 file(s) [Pipeline] echo 09:44:43 [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 09:44:59 Still waiting to schedule task 09:44:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:44:59 Still waiting to schedule task 09:44:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 09:46:43 Running on prd-centos7-docker-4c-2g-27310 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [Pipeline] { [Pipeline] ws 09:46:43 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:46:45 using credential edgex-jenkins-ssh 09:46:45 Cloning the remote Git repository 09:46:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:46:45 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:46:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:46:45 > git --version # timeout=10 09:46:45 > git --version # 'git version 2.24.3' 09:46:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:46:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:46:47 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:46:47 Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:46:47 Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) 09:46:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:46:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:46:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:46:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:46:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:46:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:46:46 > git config core.sparsecheckout # timeout=10 09:46:46 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 09:46:47 > git remote # timeout=10 09:46:47 > git config --get remote.origin.url # timeout=10 09:46:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:46:47 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 09:46:47 > git rev-parse HEAD^{commit} # timeout=10 09:46:47 > git config core.sparsecheckout # timeout=10 09:46:47 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 09:46:50 Commit message: "Merge branch 'master' into issue-#257-4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:46:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:46:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:46:52 + true 09:46:52 + sudo service docker restart 09:46:52 Redirecting to /bin/systemctl restart docker.service 09:46:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27309 in /w/workspace/edgexfoundry_edgex-ui-go_PR-298 [Pipeline] { [Pipeline] ws 09:46:53 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:46:54 provisioning config files... 09:46:54 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1654273511588577152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:54 ---> docker-login.sh 09:46:54 nexus3.edgexfoundry.org:10001 09:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:54 Configure a credential helper to remove this warning. See 09:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:54 09:46:54 Login Succeeded 09:46:54 nexus3.edgexfoundry.org:10002 09:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:54 Configure a credential helper to remove this warning. See 09:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:54 09:46:54 Login Succeeded 09:46:55 nexus3.edgexfoundry.org:10003 09:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:55 Configure a credential helper to remove this warning. See 09:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:55 09:46:55 Login Succeeded 09:46:55 nexus3.edgexfoundry.org:10004 09:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:55 Configure a credential helper to remove this warning. See 09:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:55 09:46:55 Login Succeeded 09:46:55 docker.io 09:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:55 Configure a credential helper to remove this warning. See 09:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:55 09:46:55 Login Succeeded 09:46:55 ---> docker-login.sh ends [Pipeline] } 09:46:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:46:56 ========================================================= 09:46:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:46:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:46:56 + 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 . 09:46:56 Sending build context to Docker daemon 17.09MB 09:46:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:46:56 Step 2/8 : FROM ${BASE} 09:46:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:46:56 188c0c94c7c5: Pulling fs layer 09:46:56 0ef7d3d256c8: Pulling fs layer 09:46:56 de9db76c5a1d: Pulling fs layer 09:46:56 bca2f99d35d6: Pulling fs layer 09:46:56 93359f2a8cfa: Pulling fs layer 09:46:56 7c6f9722023f: Pulling fs layer 09:46:56 a35cf1a2eb13: Pulling fs layer 09:46:56 93359f2a8cfa: Waiting 09:46:56 a35cf1a2eb13: Waiting 09:46:56 7c6f9722023f: Waiting 09:46:56 bca2f99d35d6: Waiting 09:46:56 de9db76c5a1d: Verifying Checksum 09:46:56 de9db76c5a1d: Download complete 09:46:56 0ef7d3d256c8: Verifying Checksum 09:46:56 0ef7d3d256c8: Download complete 09:46:56 93359f2a8cfa: Verifying Checksum 09:46:56 93359f2a8cfa: Download complete 09:46:56 188c0c94c7c5: Verifying Checksum 09:46:56 188c0c94c7c5: Download complete 09:46:56 7c6f9722023f: Verifying Checksum 09:46:56 7c6f9722023f: Download complete 09:46:56 188c0c94c7c5: Pull complete 09:46:57 0ef7d3d256c8: Pull complete 09:46:57 de9db76c5a1d: Pull complete 09:46:58 using credential edgex-jenkins-ssh 09:46:58 Cloning the remote Git repository 09:46:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:46:59 a35cf1a2eb13: Download complete 09:46:59 bca2f99d35d6: Verifying Checksum 09:46:59 bca2f99d35d6: Download complete 09:46:58 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:46:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:46:58 > git --version # timeout=10 09:46:58 > git --version # 'git version 2.17.1' 09:46:58 using GIT_SSH to set credentials SSH Credentials for GitHub 09:46:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:47:01 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:47:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:47:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:47:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:47:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:47:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:47:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:47:01 Merge succeeded, producing afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:47:01 Checking out Revision afe0d46bd1de02231c9e8fc276185ce2c1d69257 (PR-298) 09:47:01 > git config core.sparsecheckout # timeout=10 09:47:01 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 09:47:01 > git remote # timeout=10 09:47:01 > git config --get remote.origin.url # timeout=10 09:47:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:47:01 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 09:47:01 > git rev-parse HEAD^{commit} # timeout=10 09:47:01 > git config core.sparsecheckout # timeout=10 09:47:01 > git checkout -f afe0d46bd1de02231c9e8fc276185ce2c1d69257 # timeout=10 09:47:05 bca2f99d35d6: Pull complete 09:47:05 93359f2a8cfa: Pull complete 09:47:05 7c6f9722023f: Pull complete 09:47:06 Commit message: "Merge branch 'master' into issue-#257-4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:47:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:47:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:47:08 + true 09:47:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:47:11 provisioning config files... 09:47:11 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4009112596161900228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:47:11 ---> docker-login.sh 09:47:11 nexus3.edgexfoundry.org:10001 09:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:13 Configure a credential helper to remove this warning. See 09:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:13 09:47:13 Login Succeeded 09:47:13 nexus3.edgexfoundry.org:10002 09:47:13 a35cf1a2eb13: Pull complete 09:47:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:47:13 ---> a62c8e92a672 09:47:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:47:13 ---> Running in caa6a026b72f 09:47:13 Removing intermediate container caa6a026b72f 09:47:13 ---> 58a0dcbfb968 09:47:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:13 ---> Running in 69a1a0ab838b 09:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:13 Configure a credential helper to remove this warning. See 09:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:13 09:47:13 Login Succeeded 09:47:13 nexus3.edgexfoundry.org:10003 09:47:13 Removing intermediate container 69a1a0ab838b 09:47:13 ---> 2e3409b8215e 09:47:13 Step 5/8 : RUN apk add --no-cache make git 09:47:13 ---> Running in 68398cf1a144 09:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:14 Configure a credential helper to remove this warning. See 09:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:14 09:47:14 Login Succeeded 09:47:14 nexus3.edgexfoundry.org:10004 09:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:14 Configure a credential helper to remove this warning. See 09:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:14 09:47:14 Login Succeeded 09:47:14 docker.io 09:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:15 Configure a credential helper to remove this warning. See 09:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:15 09:47:15 Login Succeeded 09:47:15 ---> docker-login.sh ends 09:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } 09:47:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:47:15 ========================================================= 09:47:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:47:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:47:15 OK: 166 MiB in 39 packages 09:47:16 + 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 . 09:47:16 Removing intermediate container 68398cf1a144 09:47:16 ---> 4bbfd3d82a26 09:47:16 Step 6/8 : WORKDIR /edgex-ui-go 09:47:16 ---> Running in c9c0fcc0ada3 09:47:16 Sending build context to Docker daemon 17.08MB 09:47:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:47:16 Step 2/8 : FROM ${BASE} 09:47:16 Removing intermediate container c9c0fcc0ada3 09:47:16 ---> f3307fab789d 09:47:16 Step 7/8 : COPY . . 09:47:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:47:17 5f621e34cdf4: Pulling fs layer 09:47:17 a4357932f1b6: Pulling fs layer 09:47:17 18c013af1878: Pulling fs layer 09:47:17 00ac8860ef70: Pulling fs layer 09:47:17 63d7cb157983: Pulling fs layer 09:47:17 b116817d02f9: Pulling fs layer 09:47:17 745a02a5169b: Pulling fs layer 09:47:17 00ac8860ef70: Waiting 09:47:17 63d7cb157983: Waiting 09:47:17 b116817d02f9: Waiting 09:47:17 745a02a5169b: Waiting 09:47:17 18c013af1878: Verifying Checksum 09:47:17 18c013af1878: Download complete 09:47:17 a4357932f1b6: Verifying Checksum 09:47:17 a4357932f1b6: Download complete 09:47:17 63d7cb157983: Verifying Checksum 09:47:17 63d7cb157983: Download complete 09:47:17 5f621e34cdf4: Verifying Checksum 09:47:17 5f621e34cdf4: Download complete 09:47:17 b116817d02f9: Verifying Checksum 09:47:17 b116817d02f9: Download complete 09:47:17 5f621e34cdf4: Pull complete 09:47:18 a4357932f1b6: Pull complete 09:47:18 18c013af1878: Pull complete 09:47:18 ---> e7e4ad181a31 09:47:18 Step 8/8 : RUN go mod download 09:47:18 ---> Running in dbf394467089 09:47:19 745a02a5169b: Verifying Checksum 09:47:19 745a02a5169b: Download complete 09:47:20 00ac8860ef70: Verifying Checksum 09:47:20 00ac8860ef70: Download complete 09:47:31 00ac8860ef70: Pull complete 09:47:31 63d7cb157983: Pull complete 09:47:31 b116817d02f9: Pull complete 09:47:34 745a02a5169b: Pull complete 09:47:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:47:34 ---> b7e6874047d6 09:47:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:47:38 ---> Running in ea88fc1076e0 09:47:38 Removing intermediate container ea88fc1076e0 09:47:38 ---> 3470b23b8c89 09:47:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:38 ---> Running in c46abbb04e83 09:47:40 Removing intermediate container dbf394467089 09:47:40 ---> 265b314a2560 09:47:40 Successfully built 265b314a2560 09:47:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:47:41 + docker inspect -f . ci-base-image-x86_64 09:47:41 . [Pipeline] withDockerContainer 09:47:41 Removing intermediate container c46abbb04e83 09:47:41 ---> 2be5a44f1e2e 09:47:41 Step 5/8 : RUN apk add --no-cache make git 09:47:41 ---> Running in 786db2c85f65 09:47:41 prd-centos7-docker-4c-2g-27310 does not seem to be running inside a container 09:47:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:42 $ docker top 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:43 + go version 09:47:43 go version go1.15.5 linux/amd64 [Pipeline] } 09:47:43 $ docker stop --time=1 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 09:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:43 OK: 142 MiB in 39 packages 09:47:44 $ docker rm -f 0d83817487e18779d557c79437f883f60b83b15f6f05ba25a13688d78c5ab5c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:47:45 Removing intermediate container 786db2c85f65 09:47:45 ---> c61ed83234dc 09:47:45 Step 6/8 : WORKDIR /edgex-ui-go 09:47:45 ---> Running in 48af0b34a19e 09:47:45 + docker inspect -f . ci-base-image-x86_64 09:47:45 . [Pipeline] withDockerContainer 09:47:45 prd-centos7-docker-4c-2g-27310 does not seem to be running inside a container 09:47:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:47:45 Removing intermediate container 48af0b34a19e 09:47:45 ---> 18a00e3290e3 09:47:45 Step 7/8 : COPY . . 09:47:45 $ docker top b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:46 + make test 09:47:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:47:47 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:47:47 ---> a2fb4fd08762 09:47:47 Step 8/8 : RUN go mod download 09:47:48 ---> Running in 25ae117a63ad 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:47:54 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:47:54 GO111MODULE=on go vet ./... [Pipeline] } 09:47:56 $ docker stop --time=1 b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 09:47:58 $ docker rm -f b53b6426d300cc9682760a2112eff246fbfc6942e2f1c5e9d318ca68fc83f180 [Pipeline] // withDockerContainer [Pipeline] sh 09:47:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:47:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:48:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:48:01 + ls -al . 09:48:01 total 92 09:48:01 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 09:47 . 09:48:01 drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 09:46 .. 09:48:01 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 09:46 assets 09:48:01 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 09:46 bin 09:48:01 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 09:46 cmd 09:48:01 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 09:46 CONTRIBUTING.md 09:48:01 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 09:47 coverage.out 09:48:01 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 09:46 Dockerfile 09:48:01 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 09:46 Dockerfile.build 09:48:01 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 09:46 docs 09:48:01 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 09:46 .git 09:48:01 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 09:46 .github 09:48:01 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 09:46 .gitignore 09:48:01 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 09:46 go.mod 09:48:01 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 09:47 go.sum 09:48:01 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 09:46 internal 09:48:01 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 09:46 Jenkinsfile 09:48:01 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 09:46 LICENSE 09:48:01 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 09:46 Makefile 09:48:01 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 09:46 README.md 09:48:01 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 09:44 VERSION 09:48:01 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 09:46 version.go 09:48:01 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 09:46 web [Pipeline] isUnix [Pipeline] sh 09:48:02 + 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=afe0d46bd1de02231c9e8fc276185ce2c1d69257 --label arch=amd64 --label version=0.0.0 . 09:48:02 Sending build context to Docker daemon 17.11MB 09:48:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:48:02 Step 2/24 : FROM ${BASE} AS builder 09:48:02 ---> 265b314a2560 09:48:02 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:48:03 ---> Running in 7c2968965309 09:48:03 Removing intermediate container 7c2968965309 09:48:03 ---> 85a2e116ec74 09:48:03 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:48:03 ---> Running in 494da48970b8 09:48:03 Removing intermediate container 494da48970b8 09:48:03 ---> 8246dd095088 09:48:03 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:48:03 ---> Running in ef92ebf18c5d 09:48:03 Removing intermediate container ef92ebf18c5d 09:48:03 ---> 0845009e9b56 09:48:03 Step 6/24 : LABEL Name=edgex-ui-go 09:48:03 ---> Running in 0e03f19fda98 09:48:03 Removing intermediate container 0e03f19fda98 09:48:03 ---> eae66b9f4d0a 09:48:03 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:48:04 ---> Running in fad8166e44f3 09:48:04 Removing intermediate container fad8166e44f3 09:48:04 ---> 8cc8435ec44c 09:48:04 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:04 ---> Running in ed5c432bf083 09:48:05 Removing intermediate container ed5c432bf083 09:48:05 ---> 47c5c4acb027 09:48:05 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:48:05 ---> Running in 9265653fd65f 09:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:48:06 OK: 166 MiB in 39 packages 09:48:07 Removing intermediate container 9265653fd65f 09:48:07 ---> 6702280110c8 09:48:07 Step 10/24 : ENV GO111MODULE=on 09:48:07 ---> Running in aa713b3eda69 09:48:07 Removing intermediate container aa713b3eda69 09:48:07 ---> 2e8d36796838 09:48:07 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:48:07 ---> Running in 7df34a693bce 09:48:08 Removing intermediate container 7df34a693bce 09:48:08 ---> 4455611e9b6a 09:48:08 Step 12/24 : COPY go.mod . 09:48:08 ---> ce8aef309df5 09:48:08 Step 13/24 : COPY Makefile . 09:48:08 ---> 9e52f43ded08 09:48:08 Step 14/24 : RUN make update 09:48:08 ---> Running in 9911c427d672 09:48:08 CGO_ENABLED=0 GO111MODULE=on go mod download 09:48:09 Removing intermediate container 9911c427d672 09:48:09 ---> 73bf250abb75 09:48:09 Step 15/24 : COPY . . 09:48:11 ---> f93bdde6e00f 09:48:11 Step 16/24 : RUN ${MAKE} 09:48:11 ---> Running in 32d3f59fd159 09:48:11 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 09:48:14 Removing intermediate container 25ae117a63ad 09:48:14 ---> 19c64306276a 09:48:14 Successfully built 19c64306276a 09:48:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:48:15 + docker inspect -f . ci-base-image-arm64 09:48:15 . [Pipeline] withDockerContainer 09:48:15 prd-ubuntu18.04-docker-arm64-4c-16g-27309 does not seem to be running inside a container 09:48:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-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 ******** -e ******** -e ******** ci-base-image-arm64 cat 09:48:16 $ docker top 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:17 + go version 09:48:17 go version go1.15.5 linux/arm64 [Pipeline] } 09:48:18 $ docker stop --time=1 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 09:48:20 $ docker rm -f 2390708c87a13d17fec7e1d64d4e6523b3d38d8f982942dc99ab3afe12bca3e6 09:48:20 CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:21 + docker inspect -f . ci-base-image-arm64 09:48:21 . [Pipeline] withDockerContainer 09:48:21 prd-ubuntu18.04-docker-arm64-4c-16g-27309 does not seem to be running inside a container 09:48:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-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 ******** -e ******** -e ******** ci-base-image-arm64 cat 09:48:22 Removing intermediate container 32d3f59fd159 09:48:22 ---> 1be04efaa7fe 09:48:22 Step 17/24 : FROM alpine:3.12 09:48:22 3.12: Pulling from library/alpine 09:48:22 801bfaa63ef2: Pulling fs layer 09:48:22 801bfaa63ef2: Verifying Checksum 09:48:22 801bfaa63ef2: Download complete 09:48:22 801bfaa63ef2: Pull complete 09:48:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:48:22 Status: Downloaded newer image for alpine:3.12 09:48:22 ---> 389fef711851 09:48:22 Step 18/24 : EXPOSE 4000 09:48:22 $ docker top 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 -eo pid,comm 09:48:23 ---> Running in 686e096f0217 09:48:23 Removing intermediate container 686e096f0217 09:48:23 ---> 6a7a064a99b9 09:48:23 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 [Pipeline] { [Pipeline] sh 09:48:24 + make test 09:48:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:48:24 ---> a4ecd750d80f 09:48:24 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:48:24 ---> Running in 08a142d2314d 09:48:24 Removing intermediate container 08a142d2314d 09:48:24 ---> 1da588ad23c2 09:48:24 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:48:24 ---> Running in ea19302ea499 09:48:24 Removing intermediate container ea19302ea499 09:48:24 ---> 46ade93b2481 09:48:24 Step 22/24 : LABEL arch=amd64 09:48:24 ---> Running in 50faf5dbcf48 09:48:25 Removing intermediate container 50faf5dbcf48 09:48:25 ---> ff1fc91c398e 09:48:25 Step 23/24 : LABEL git_sha=afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:48:25 ---> Running in e418ac5b3d61 09:48:25 Removing intermediate container e418ac5b3d61 09:48:25 ---> a9e3afcdb251 09:48:25 Step 24/24 : LABEL version=0.0.0 09:48:25 ---> Running in 2e5572bb5e3e 09:48:25 Removing intermediate container 2e5572bb5e3e 09:48:25 ---> 936ed8f36761 09:48:25 [Warning] One or more build-args [ARCH] were not consumed 09:48:25 Successfully built 936ed8f36761 09:48:25 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage 09:48:25 ? github.com/edgexfoundry/edgex-ui-go [no test files] [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] } 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:48:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:48:52 GO111MODULE=on go vet ./... [Pipeline] } 09:48:54 $ docker stop --time=1 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 09:48:56 $ docker rm -f 96844c3742b3deffffcfd0be95398f3f9c7b11f33cd61d037559c27ffcb8f702 [Pipeline] // withDockerContainer [Pipeline] sh 09:48:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:48:57 Warning: overwriting stash ‘coverage-report’ 09:48:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:48:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:48:59 + ls -al . 09:48:59 total 124 09:48:59 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:48 . 09:48:59 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:46 .. 09:48:59 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 09:47 .git 09:48:59 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:47 .github 09:48:59 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 09:47 .gitignore 09:48:59 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 09:47 CONTRIBUTING.md 09:48:59 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 09:47 Dockerfile 09:48:59 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 09:47 Dockerfile.build 09:48:59 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 09:47 Jenkinsfile 09:48:59 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 09:47 LICENSE 09:48:59 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 09:47 Makefile 09:48:59 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 09:47 README.md 09:48:59 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 09:44 VERSION 09:48:59 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:47 assets 09:48:59 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:47 bin 09:48:59 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:47 cmd 09:48:59 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 09:48 coverage.out 09:48:59 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 09:47 docs 09:48:59 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 09:47 go.mod 09:48:59 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 09:48 go.sum 09:48:59 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:47 internal 09:48:59 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 09:47 version.go 09:48:59 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:47 web [Pipeline] isUnix [Pipeline] sh 09:48:59 + 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=afe0d46bd1de02231c9e8fc276185ce2c1d69257 --label arch=arm64 --label version=0.0.0 . 09:49:00 Sending build context to Docker daemon 17.11MB 09:49:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:49:00 Step 2/24 : FROM ${BASE} AS builder 09:49:00 ---> 19c64306276a 09:49:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:49:00 ---> Running in 8bcfcadd7594 09:49:01 Removing intermediate container 8bcfcadd7594 09:49:01 ---> 6148df7bcdac 09:49:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:49:01 ---> Running in ee8c5f0da441 09:49:02 Removing intermediate container ee8c5f0da441 09:49:02 ---> ca45d683b969 09:49:02 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:49:02 ---> Running in a022d9ff3988 09:49:02 Removing intermediate container a022d9ff3988 09:49:02 ---> f1b4313ed1ea 09:49:02 Step 6/24 : LABEL Name=edgex-ui-go 09:49:02 ---> Running in 40232fdcc659 09:49:03 Removing intermediate container 40232fdcc659 09:49:03 ---> b89c946cdccb 09:49:03 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:49:03 ---> Running in 0936ae6056bf 09:49:04 Removing intermediate container 0936ae6056bf 09:49:04 ---> 1c3e8484906b 09:49:04 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:04 ---> Running in 429f22c93010 09:49:06 Removing intermediate container 429f22c93010 09:49:06 ---> f93b0c182730 09:49:06 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:49:06 ---> Running in 4affcbd49f65 09:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:09 OK: 142 MiB in 39 packages 09:49:11 Removing intermediate container 4affcbd49f65 09:49:11 ---> 050dd7d13bab 09:49:11 Step 10/24 : ENV GO111MODULE=on 09:49:11 ---> Running in 719a5485a4bb 09:49:11 Removing intermediate container 719a5485a4bb 09:49:11 ---> 7e94164b8de6 09:49:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:49:11 ---> Running in f18e6493f504 09:49:12 Removing intermediate container f18e6493f504 09:49:12 ---> e61b24118539 09:49:12 Step 12/24 : COPY go.mod . 09:49:12 ---> ca763c6aaf6a 09:49:12 Step 13/24 : COPY Makefile . 09:49:13 ---> 1f2d08e29d92 09:49:13 Step 14/24 : RUN make update 09:49:13 ---> Running in a8e5cbabcde8 09:49:14 CGO_ENABLED=0 GO111MODULE=on go mod download 09:49:16 Removing intermediate container a8e5cbabcde8 09:49:16 ---> 2a26043abe3c 09:49:16 Step 15/24 : COPY . . 09:49:18 ---> cd524df83756 09:49:18 Step 16/24 : RUN ${MAKE} 09:49:18 ---> Running in b1ed200b2034 09:49:19 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 09:49:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:49:48 Removing intermediate container b1ed200b2034 09:49:48 ---> 0f7bb545884c 09:49:48 Step 17/24 : FROM alpine:3.12 09:49:48 3.12: Pulling from library/alpine 09:49:48 159e5727ea61: Pulling fs layer 09:49:48 159e5727ea61: Verifying Checksum 09:49:48 159e5727ea61: Download complete 09:49:49 159e5727ea61: Pull complete 09:49:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:49:49 Status: Downloaded newer image for alpine:3.12 09:49:49 ---> afeebe901d6b 09:49:49 Step 18/24 : EXPOSE 4000 09:49:49 ---> Running in 7a3523dde639 09:49:50 Removing intermediate container 7a3523dde639 09:49:50 ---> ef166f21c53d 09:49:50 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 09:49:52 ---> d7858ea54324 09:49:52 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:49:52 ---> Running in ac0cf9293741 09:49:52 Removing intermediate container ac0cf9293741 09:49:52 ---> f65565e69c88 09:49:52 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:49:52 ---> Running in 131b2ca59887 09:49:53 Removing intermediate container 131b2ca59887 09:49:53 ---> a77005ad9aec 09:49:53 Step 22/24 : LABEL arch=arm64 09:49:53 ---> Running in 25aa4d6de9c9 09:49:53 Removing intermediate container 25aa4d6de9c9 09:49:53 ---> 71273172343b 09:49:53 Step 23/24 : LABEL git_sha=afe0d46bd1de02231c9e8fc276185ce2c1d69257 09:49:54 ---> Running in 81a5794827d9 09:49:54 Removing intermediate container 81a5794827d9 09:49:54 ---> afcb94faef00 09:49:54 Step 24/24 : LABEL version=0.0.0 09:49:54 ---> Running in 9ea567493ae9 09:49:54 Removing intermediate container 9ea567493ae9 09:49:54 ---> 1bede80d94d5 09:49:54 [Warning] One or more build-args [ARCH] were not consumed 09:49:55 Successfully built 1bede80d94d5 09:49:55 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 09:49:56 provisioning config files... 09:49:56 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config1367922597091533140tmp [Pipeline] { [Pipeline] sh 09:49:57 + set +x 09:49:57 + curl -s https://codecov.io/bash 09:49:57 + bash -s -- 09:49:57 09:49:57 _____ _ 09:49:57 / ____| | | 09:49:57 | | ___ __| | ___ ___ _____ __ 09:49:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:49:57 | |___| (_) | (_| | __/ (_| (_) \ V / 09:49:57 \_____\___/ \__,_|\___|\___\___/ \_/ 09:49:57 Bash-20210129-7c25fce 09:49:57 09:49:57 09:49:57 ==> git version 2.24.3 found 09:49:57 ==> 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 09:49:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:49:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:49:57 ==> Jenkins CI detected. 09:49:57 project root: . 09:49:57 --> token set from env 09:49:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:49:57 ==> Running gcov in . (disable via -X gcov) 09:49:57 ==> Python coveragepy not found 09:49:57 ==> Searching for coverage reports in: 09:49:57 + . 09:49:57 -> Found 1 reports 09:49:57 ==> Detecting git/mercurial file structure 09:49:57 ==> Reading reports 09:49:57 + ./coverage.out bytes=10 09:49:57 ==> Appending adjustments 09:49:57 https://docs.codecov.io/docs/fixing-reports 09:49:57 + Found adjustments 09:49:57 ==> Gzipping contents 09:49:57 4.0K /tmp/codecov.WCg0vL.gz 09:49:57 ==> Uploading reports 09:49:57 url: https://codecov.io 09:49:57 query: branch=PR-298&commit=afe0d46bd1de02231c9e8fc276185ce2c1d69257&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-298%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=298&job=&cmd_args= 09:49:57 -> Pinging Codecov 09:49:57 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-298&commit=afe0d46bd1de02231c9e8fc276185ce2c1d69257&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-298%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=298&job=&cmd_args= 09:49:57 -> Uploading to 09:49:57 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/afe0d46bd1de02231c9e8fc276185ce2c1d69257/b09bec5a-8100-4904-a041-cc36d57b2953.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T094957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c8ad5be0dcec10e6e97bd95903fc16c19b6f9a9687a5cc2ceee915ff6db9a09a 09:49:57 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:57 Dload Upload Total Spent Left Speed 09:49:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5662 --:--:-- --:--:-- --:--:-- 5664 09:49:58 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/afe0d46bd1de02231c9e8fc276185ce2c1d69257 [Pipeline] } 09:49:58 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 09:50:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:50:01 ---> package-listing.sh 09:50:01 ++ facter osfamily 09:50:01 ++ tr '[:upper:]' '[:lower:]' 09:50:01 + OS_FAMILY=redhat 09:50:01 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-298 09:50:01 + START_PACKAGES=/tmp/packages_start.txt 09:50:01 + END_PACKAGES=/tmp/packages_end.txt 09:50:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:50:01 + PACKAGES=/tmp/packages_start.txt 09:50:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-298 ']' 09:50:01 + PACKAGES=/tmp/packages_end.txt 09:50:01 + case "${OS_FAMILY}" in 09:50:01 + rpm -qa 09:50:01 + sort 09:50:06 + '[' -f /tmp/packages_start.txt ']' 09:50:06 + '[' -f /tmp/packages_end.txt ']' 09:50:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:50:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-298 ']' 09:50:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-298/archives/ 09:50:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-298/archives/ [Pipeline] echo 09:50:06 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-298/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:50:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:07 09:50:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:50:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:07 alpine: Pulling from edgex-lftools-log-publisher 09:50:07 df20fa9351a1: Pulling fs layer 09:50:07 36b3adc4ff6f: Pulling fs layer 09:50:07 8ad3a11d3b57: Pulling fs layer 09:50:07 46f8f816bc3b: Pulling fs layer 09:50:07 93b61091891f: Pulling fs layer 09:50:07 93b9cdb0e59b: Pulling fs layer 09:50:07 5e14af77c1be: Pulling fs layer 09:50:07 01666e4c0597: Pulling fs layer 09:50:07 aa168da1d23b: Pulling fs layer 09:50:07 93b9cdb0e59b: Waiting 09:50:07 5e14af77c1be: Waiting 09:50:07 01666e4c0597: Waiting 09:50:07 aa168da1d23b: Waiting 09:50:07 46f8f816bc3b: Waiting 09:50:07 93b61091891f: Waiting 09:50:07 36b3adc4ff6f: Verifying Checksum 09:50:07 36b3adc4ff6f: Download complete 09:50:07 46f8f816bc3b: Verifying Checksum 09:50:07 46f8f816bc3b: Download complete 09:50:07 df20fa9351a1: Verifying Checksum 09:50:07 df20fa9351a1: Download complete 09:50:07 93b9cdb0e59b: Verifying Checksum 09:50:07 93b9cdb0e59b: Download complete 09:50:08 93b61091891f: Verifying Checksum 09:50:08 93b61091891f: Download complete 09:50:08 5e14af77c1be: Verifying Checksum 09:50:08 5e14af77c1be: Download complete 09:50:08 01666e4c0597: Verifying Checksum 09:50:08 01666e4c0597: Download complete 09:50:08 8ad3a11d3b57: Verifying Checksum 09:50:08 8ad3a11d3b57: Download complete 09:50:08 df20fa9351a1: Pull complete 09:50:08 36b3adc4ff6f: Pull complete 09:50:09 8ad3a11d3b57: Pull complete 09:50:09 aa168da1d23b: Verifying Checksum 09:50:09 aa168da1d23b: Download complete 09:50:10 46f8f816bc3b: Pull complete 09:50:10 93b61091891f: Pull complete 09:50:11 93b9cdb0e59b: Pull complete 09:50:11 5e14af77c1be: Pull complete 09:50:11 01666e4c0597: Pull complete 09:50:17 aa168da1d23b: Pull complete 09:50:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:50:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:50:18 prd-centos7-docker-4c-2g-27308 does not seem to be running inside a container 09:50:18 $ 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-298/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-298 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298:/w/workspace/edgexfoundry_edgex-ui-go_PR-298:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:50:21 $ docker top c1cc23aed07020d825ec0646ef8f7f696779f85579925fc3dc2ab41c5f443f7a -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:50:22 + mkdir -p /var/log/sa [Pipeline] sh 09:50:22 + ls /var/log/sa-host 09:50:22 + sadf -c /var/log/sa-host/sa23 09:50:22 file_magic: OK 09:50:22 HZ: Using current value: 100 09:50:22 file_header: OK 09:50:22 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 09:50:22 Statistics: 09:50:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:50:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:50:23 provisioning config files... 09:50:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp/config2173975208451833643tmp [Pipeline] { [Pipeline] echo 09:50:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:50:23 ---> create-netrc.sh [Pipeline] } 09:50:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:50:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:50:24 ---> python-tools-install.sh [Pipeline] echo 09:50:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:50:24 ---> sudo-logs.sh 09:50:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:50:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:50:24 ---> job-cost.sh 09:50:24 lf-activate-venv: SKIPPING 09:50:24 INFO: No Stack... 09:50:25 INFO: Retrieving Pricing Info for: v1-standard-2 09:50:26 INFO: Archiving Costs [Pipeline] echo 09:50:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:50:26 ---> logs-deploy.sh 09:50:26 lf-activate-venv: SKIPPING 09:50:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-298/2 09:50:26 INFO: archiving workspace using pattern(s): 09:50:28 Archives upload complete. 09:50:28 INFO: archiving logs to Nexus 09:50:29 ---> uname -a: 09:50:29 Linux prd-centos7-docker-4c-2g-27308.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:50:29 09:50:29 09:50:29 ---> lscpu: 09:50:29 Architecture: x86_64 09:50:29 CPU op-mode(s): 32-bit, 64-bit 09:50:29 Byte Order: Little Endian 09:50:29 Address sizes: 40 bits physical, 48 bits virtual 09:50:29 CPU(s): 4 09:50:29 On-line CPU(s) list: 0-3 09:50:29 Thread(s) per core: 1 09:50:29 Core(s) per socket: 1 09:50:29 Socket(s): 4 09:50:29 NUMA node(s): 1 09:50:29 Vendor ID: GenuineIntel 09:50:29 CPU family: 6 09:50:29 Model: 44 09:50:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:50:29 Stepping: 1 09:50:29 CPU MHz: 2933.438 09:50:29 BogoMIPS: 5866.87 09:50:29 Virtualization: VT-x 09:50:29 Hypervisor vendor: KVM 09:50:29 Virtualization type: full 09:50:29 L1d cache: 128 KiB 09:50:29 L1i cache: 128 KiB 09:50:29 L2 cache: 16 MiB 09:50:29 L3 cache: 64 MiB 09:50:29 NUMA node0 CPU(s): 0-3 09:50:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:50:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:50:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:50:29 Vulnerability Meltdown: Mitigation; PTI 09:50:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:50:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:50:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:50:29 Vulnerability Srbds: Not affected 09:50:29 Vulnerability Tsx async abort: Not affected 09:50:29 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 09:50:29 09:50:29 09:50:29 ---> nproc: 09:50:29 4 09:50:29 09:50:29 09:50:29 ---> df -h: 09:50:29 Filesystem Size Used Available Use% Mounted on 09:50:29 overlay 50.0G 7.3G 42.7G 15% / 09:50:29 tmpfs 64.0M 0 64.0M 0% /dev 09:50:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:50:29 shm 64.0M 0 64.0M 0% /dev/shm 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-298 09:50:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-298@tmp 09:50:29 09:50:29 09:50:29 ---> free -m: 09:50:29 total used free shared buff/cache available 09:50:29 Mem: 1837 721 114 0 1000 1010 09:50:29 Swap: 1023 1 1022 09:50:29 09:50:29 09:50:29 ---> ip addr: 09:50:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:50:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:50:29 inet 127.0.0.1/8 scope host lo 09:50:29 valid_lft forever preferred_lft forever 09:50:29 inet6 ::1/128 scope host 09:50:29 valid_lft forever preferred_lft forever 09:50:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:50:29 link/ether fa:16:3e:96:08:d7 brd ff:ff:ff:ff:ff:ff 09:50:29 inet 10.30.123.36/23 brd 10.30.123.255 scope global dynamic eth0 09:50:29 valid_lft 86001sec preferred_lft 86001sec 09:50:29 inet6 fe80::f816:3eff:fe96:8d7/64 scope link 09:50:29 valid_lft forever preferred_lft forever 09:50:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:50:29 link/ether 02:42:e0:81:2a:3e brd ff:ff:ff:ff:ff:ff 09:50:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:50:29 valid_lft forever preferred_lft forever 09:50:29 inet6 fe80::42:e0ff:fe81:2a3e/64 scope link 09:50:29 valid_lft forever preferred_lft forever 09:50:29 09:50:29 09:50:29 ---> sar -b -r -n DEV: 09:50:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 09:50:29 09:50:29 09:43:38 LINUX RESTART (4 CPU) 09:50:29 09:50:29 09:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:50:29 09:45:01 117.52 45.19 72.33 0.00 8116.84 24727.92 0.00 09:50:29 09:46:01 2.45 0.00 2.45 0.00 0.00 56.42 0.00 09:50:29 09:47:01 0.47 0.00 0.47 0.00 0.00 6.75 0.00 09:50:29 09:48:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 09:50:29 09:49:01 0.23 0.00 0.23 0.00 0.00 3.73 0.00 09:50:29 09:50:01 1.23 0.88 0.35 0.00 75.28 5.36 0.00 09:50:29 Average: 20.09 7.58 12.52 0.00 1347.43 4079.20 0.00 09:50:29 09:50:29 09:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:50:29 09:45:01 141404 0 624296 33.18 2620 1113224 1099964 37.54 425696 1115256 128 09:50:29 09:46:01 145468 0 620192 32.96 2620 1113264 1073376 36.63 425408 1112104 20 09:50:29 09:47:01 144676 0 620980 33.00 2620 1113268 1073660 36.64 434196 1104312 20 09:50:29 09:48:01 144836 0 620820 33.00 2620 1113268 1073612 36.64 433960 1104312 16 09:50:29 09:49:01 142996 0 622652 33.09 2620 1113276 1073672 36.64 440836 1099172 16 09:50:29 09:50:01 137024 0 626332 33.29 2620 1115568 1090916 37.23 444040 1100996 72 09:50:29 Average: 142734 0 622545 33.09 2620 1113645 1080867 36.89 434023 1106025 45 09:50:29 09:50:29 09:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:50:29 09:45:01 eth0 644.14 435.66 1299.65 111.77 0.00 0.00 0.00 0.00 09:50:29 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:45:01 docker0 43.02 35.42 3.75 114.10 0.00 0.00 0.00 0.00 09:50:29 09:46:01 eth0 0.53 0.08 0.04 0.01 0.00 0.00 0.00 0.00 09:50:29 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:47:01 eth0 1.83 0.80 0.66 0.38 0.00 0.00 0.00 0.00 09:50:29 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:48:01 eth0 1.45 0.42 0.41 0.21 0.00 0.00 0.00 0.00 09:50:29 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:49:01 eth0 0.53 0.33 0.27 0.23 0.00 0.00 0.00 0.00 09:50:29 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:50:01 eth0 7.88 5.10 7.59 2.51 0.00 0.00 0.00 0.00 09:50:29 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 Average: eth0 107.97 72.77 215.23 18.94 0.00 0.00 0.00 0.00 09:50:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:50:29 Average: docker0 7.07 5.83 0.62 18.76 0.00 0.00 0.00 0.00 09:50:29 09:50:29 09:50:29 ---> sar -P ALL: 09:50:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 09:50:29 09:50:29 09:43:38 LINUX RESTART (4 CPU) 09:50:29 09:50:29 09:44:02 CPU %user %nice %system %iowait %steal %idle 09:50:29 09:45:01 all 13.12 0.00 6.27 4.05 0.03 76.53 09:50:29 09:45:01 0 11.72 0.00 7.23 2.99 0.02 78.04 09:50:29 09:45:01 1 12.44 0.00 6.55 6.07 0.03 74.91 09:50:29 09:45:01 2 15.09 0.00 5.70 4.69 0.02 74.49 09:50:29 09:45:01 3 13.24 0.00 5.61 2.44 0.03 78.68 09:50:29 09:46:01 all 0.16 0.00 0.05 0.00 0.00 99.80 09:50:29 09:46:01 0 0.47 0.00 0.03 0.00 0.00 99.50 09:50:29 09:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:50:29 09:46:01 2 0.05 0.00 0.08 0.00 0.00 99.87 09:50:29 09:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 09:50:29 09:47:01 all 0.15 0.00 0.07 0.00 0.01 99.78 09:50:29 09:47:01 0 0.37 0.00 0.13 0.00 0.00 99.50 09:50:29 09:47:01 1 0.07 0.00 0.07 0.00 0.00 99.87 09:50:29 09:47:01 2 0.08 0.00 0.05 0.00 0.02 99.85 09:50:29 09:47:01 3 0.07 0.00 0.02 0.00 0.02 99.90 09:50:29 09:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:50:29 09:48:01 0 0.48 0.00 0.02 0.00 0.00 99.50 09:50:29 09:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:50:29 09:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:50:29 09:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:50:29 09:49:01 all 0.09 0.00 0.08 0.00 0.00 99.83 09:50:29 09:49:01 0 0.18 0.00 0.13 0.00 0.00 99.68 09:50:29 09:49:01 1 0.08 0.00 0.10 0.00 0.00 99.82 09:50:29 09:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 09:50:29 09:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:50:29 09:50:01 all 0.45 0.00 0.32 0.03 0.00 99.19 09:50:29 09:50:01 0 0.79 0.00 0.45 0.02 0.00 98.74 09:50:29 09:50:01 1 0.30 0.00 0.18 0.05 0.00 99.47 09:50:29 09:50:01 2 0.25 0.00 0.38 0.03 0.00 99.33 09:50:29 09:50:01 3 0.48 0.00 0.27 0.02 0.00 99.23 09:50:29 Average: all 2.30 0.00 1.11 0.66 0.01 95.92 09:50:29 Average: 0 2.29 0.00 1.31 0.49 0.00 95.91 09:50:29 Average: 1 2.12 0.00 1.14 1.00 0.01 95.74 09:50:29 Average: 2 2.54 0.00 1.03 0.77 0.01 95.65 09:50:29 Average: 3 2.27 0.00 0.97 0.40 0.01 96.35 09:50:29 09:50:29 09:50:29