Pull request #350 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 f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd+45c5c3c30aaf23148a1940dbf770e38088385cf5 (92f11e99300b8817e4493c8f7f48968481fd0d10) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3730’ is offline Running on prd-centos7-docker-4c-2g-3731 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [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-350 # 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 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd > 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/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:53:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:53:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:53:46 ========================================================= 08:53:46 EdgeX Global Pipelines Version Info 08:53:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 97e586b6ae399f3db216c93d8ba35ec1b4e637a1 # timeout=10 08:53:47 ------------------- 08:53:47 stable info: 08:53:47 ------------------- 08:53:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:53:47 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:53:47 Message: update stable to v1.0.191 08:53:48 ------------------- 08:53:48 experimental info: 08:53:48 ------------------- 08:53:48 Commited By: **** collab-it+edgex@linuxfoundation.org 08:53:48 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:53:48 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:53:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-350 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-350 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-350 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9e4a83 [Pipeline] echo 08:53:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:53:49 provisioning config files... 08:53:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config4974999281388284544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:53:50 ---> docker-login.sh 08:53:50 nexus3.edgexfoundry.org:10001 08:53:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:50 Configure a credential helper to remove this warning. See 08:53:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:50 08:53:50 Login Succeeded 08:53:50 nexus3.edgexfoundry.org:10002 08:53:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:50 Configure a credential helper to remove this warning. See 08:53:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:50 08:53:50 Login Succeeded 08:53:50 nexus3.edgexfoundry.org:10003 08:53:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:50 Configure a credential helper to remove this warning. See 08:53:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:50 08:53:50 Login Succeeded 08:53:50 nexus3.edgexfoundry.org:10004 08:53:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:51 Configure a credential helper to remove this warning. See 08:53:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:51 08:53:51 Login Succeeded 08:53:51 docker.io 08:53:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:51 Configure a credential helper to remove this warning. See 08:53:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:51 08:53:51 Login Succeeded 08:53:51 ---> docker-login.sh ends [Pipeline] } 08:53:51 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 08:53:51 + git log --format=format:%s -1 f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] echo 08:53:51 GIT_COMMIT: f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd, Commit Message: Merge branch 'master' into issue-#275-15-scheduler-update [Pipeline] echo 08:53:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:53:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:52 08:53:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:53:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:52 latest: Pulling from edgex-devops/git-semver 08:53:52 31603596830f: Pulling fs layer 08:53:52 54011a49482f: Pulling fs layer 08:53:52 a6820b24f6d8: Pulling fs layer 08:53:52 f581987b2513: Pulling fs layer 08:53:52 54011a49482f: Verifying Checksum 08:53:52 54011a49482f: Download complete 08:53:53 31603596830f: Verifying Checksum 08:53:53 31603596830f: Download complete 08:53:53 f581987b2513: Verifying Checksum 08:53:53 f581987b2513: Download complete 08:53:53 a6820b24f6d8: Verifying Checksum 08:53:53 a6820b24f6d8: Download complete 08:53:53 31603596830f: Pull complete 08:53:53 54011a49482f: Pull complete 08:53:54 a6820b24f6d8: Pull complete 08:53:56 f581987b2513: Pull complete 08:53:56 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:53:56 prd-centos7-docker-4c-2g-3731 does not seem to be running inside a container 08:53:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-350 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350:/w/workspace/edgexfoundry_edgex-ui-go_PR-350:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:53:57 $ docker top 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:53:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:57 [ssh-agent] Looking for ssh-agent implementation... 08:53:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:57 $ docker exec 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent 08:53:57 SSH_AUTH_SOCK=/tmp/ssh-c5M0YltJXie4/agent.12 08:53:57 SSH_AGENT_PID=17 08:53:57 Running ssh-add (command line suppressed) 08:53:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_4925839432827775100.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_4925839432827775100.key) 08:53:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:58 + git tag --points-at HEAD [Pipeline] } 08:53:58 $ docker exec --env ******** --env ******** 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent -k 08:53:58 unset SSH_AUTH_SOCK; 08:53:58 unset SSH_AGENT_PID; 08:53:58 echo Agent pid 17 killed; 08:53:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:53:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:58 [ssh-agent] Looking for ssh-agent implementation... 08:53:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:58 $ docker exec 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent 08:53:58 SSH_AUTH_SOCK=/tmp/ssh-nAJpblajMf01/agent.47 08:53:58 SSH_AGENT_PID=52 08:53:58 Running ssh-add (command line suppressed) 08:53:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_3490116612477826764.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/private_key_3490116612477826764.key) 08:53:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:59 + git semver init 08:53:59 # -> Open(): unable to determine branch for HEAD 08:53:59 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-350/.git 08:53:59 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-350 08:53:59 # $SEMVER_REMOTE_NAME = origin 08:53:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:53:59 # $SEMVER_USER_NAME = edgex-jenkins 08:53:59 # $SEMVER_BRANCH = PR-350 08:53:59 # $SEMVER_TEMP = /tmp/semver-354378359 08:53:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:54:01 # '/tmp/semver-354378359' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-350/.semver' 08:54:01 # -> Force: false 08:54:01 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-350/.semver [Pipeline] } 08:54:01 $ docker exec --env ******** --env ******** 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 ssh-agent -k 08:54:01 unset SSH_AUTH_SOCK; 08:54:01 unset SSH_AGENT_PID; 08:54:01 echo Agent pid 52 killed; 08:54:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:54:01 + git semver [Pipeline] } 08:54:01 $ docker stop --time=1 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 08:54:03 $ docker rm -f 76ac5e778ba49fbd5622711b2ee55296246d7fab66286392316501abeff181b4 [Pipeline] // withDockerContainer [Pipeline] sh 08:54:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:54:04 Stashed 1 file(s) [Pipeline] echo 08:54:04 [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 08:54:19 Still waiting to schedule task 08:54:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:54:19 Still waiting to schedule task 08:54:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:56:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3734 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [Pipeline] { [Pipeline] ws 08:56:50 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 08:56:56 using credential edgex-jenkins-ssh 08:56:56 Cloning the remote Git repository 08:56:56 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:56:56 > git init /w/workspace/edgex-ui-go/2 # timeout=10 08:56:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:56:56 > git --version # timeout=10 08:56:56 > git --version # 'git version 2.17.1' 08:56:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:59 Merging remotes/origin/master commit 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 08:56:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:56:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:56:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:56:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:59 > git config core.sparsecheckout # timeout=10 08:56:59 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 08:57:00 Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 08:57:00 Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) 08:57:00 > git remote # timeout=10 08:57:00 > git config --get remote.origin.url # timeout=10 08:57:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:00 > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 08:57:00 > git rev-parse HEAD^{commit} # timeout=10 08:57:00 > git config core.sparsecheckout # timeout=10 08:57:00 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 08:57:04 Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:57:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:57:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:57:07 + true 08:57:07 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:57:09 provisioning config files... 08:57:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4786976439485659828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:57:10 ---> docker-login.sh 08:57:10 nexus3.edgexfoundry.org:10001 08:57:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:11 Configure a credential helper to remove this warning. See 08:57:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:11 08:57:11 Login Succeeded 08:57:11 nexus3.edgexfoundry.org:10002 08:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:12 Configure a credential helper to remove this warning. See 08:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:12 08:57:12 Login Succeeded 08:57:12 nexus3.edgexfoundry.org:10003 08:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:12 Configure a credential helper to remove this warning. See 08:57:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:12 08:57:12 Login Succeeded 08:57:12 nexus3.edgexfoundry.org:10004 08:57:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:13 Configure a credential helper to remove this warning. See 08:57:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:13 08:57:13 Login Succeeded 08:57:13 docker.io 08:57:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:13 Configure a credential helper to remove this warning. See 08:57:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:13 08:57:13 Login Succeeded 08:57:13 ---> docker-login.sh ends [Pipeline] } 08:57:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:57:14 ========================================================= 08:57:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:57:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:57:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:57:15 Sending build context to Docker daemon 35.07MB 08:57:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:57:15 Step 2/8 : FROM ${BASE} 08:57:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:57:15 595b0fe564bb: Pulling fs layer 08:57:15 7186ed65a4f7: Pulling fs layer 08:57:15 316046926c0a: Pulling fs layer 08:57:15 4ebd0625c992: Pulling fs layer 08:57:15 207e8628e3a3: Pulling fs layer 08:57:15 c791037a9be2: Pulling fs layer 08:57:15 ffd874e62e21: Pulling fs layer 08:57:15 4ebd0625c992: Waiting 08:57:15 207e8628e3a3: Waiting 08:57:15 c791037a9be2: Waiting 08:57:15 ffd874e62e21: Waiting 08:57:15 316046926c0a: Verifying Checksum 08:57:15 316046926c0a: Download complete 08:57:15 7186ed65a4f7: Download complete 08:57:15 207e8628e3a3: Verifying Checksum 08:57:15 207e8628e3a3: Download complete 08:57:15 c791037a9be2: Download complete 08:57:15 595b0fe564bb: Verifying Checksum 08:57:15 595b0fe564bb: Download complete 08:57:16 595b0fe564bb: Pull complete 08:57:16 7186ed65a4f7: Pull complete 08:57:17 316046926c0a: Pull complete 08:57:17 ffd874e62e21: Verifying Checksum 08:57:17 ffd874e62e21: Download complete 08:57:19 4ebd0625c992: Verifying Checksum 08:57:19 4ebd0625c992: Download complete 08:57:29 4ebd0625c992: Pull complete 08:57:30 207e8628e3a3: Pull complete 08:57:30 c791037a9be2: Pull complete 08:57:33 ffd874e62e21: Pull complete 08:57:33 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:57:33 ---> cfc18b08335c 08:57:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:57:37 ---> Running in 8eeda1df3e1f 08:57:37 Removing intermediate container 8eeda1df3e1f 08:57:37 ---> 7267025d80a5 08:57:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:37 ---> Running in c6b82ba86a0e 08:57:39 Removing intermediate container c6b82ba86a0e 08:57:39 ---> a1ad5ce7acc2 08:57:39 Step 5/8 : RUN apk add --no-cache make git 08:57:39 ---> Running in 3055a50e810c 08:57:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:57:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:57:42 OK: 138 MiB in 40 packages 08:57:43 Removing intermediate container 3055a50e810c 08:57:43 ---> f63a90f02c89 08:57:43 Step 6/8 : WORKDIR /edgex-ui-go 08:57:44 ---> Running in 4128f7d5cd02 08:57:44 Removing intermediate container 4128f7d5cd02 08:57:44 ---> e29fed067e7d 08:57:44 Step 7/8 : COPY . . 08:57:47 ---> 8f84f5d1d92b 08:57:47 Step 8/8 : RUN go mod download 08:57:48 ---> Running in e15f793ec683 08:57:55 Running on prd-centos7-docker-4c-2g-3735 in /w/workspace/edgexfoundry_edgex-ui-go_PR-350 [Pipeline] { [Pipeline] ws 08:57:56 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 08:57:58 using credential edgex-jenkins-ssh 08:57:58 Cloning the remote Git repository 08:57:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:57:58 > git init /w/workspace/edgex-ui-go/2 # timeout=10 08:57:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:57:58 > git --version # timeout=10 08:57:58 > git --version # 'git version 2.24.3' 08:57:58 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:57:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:57:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:58:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:58:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:58:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:58:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:58:00 Merging remotes/origin/master commit 45c5c3c30aaf23148a1940dbf770e38088385cf5 into PR head commit f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 08:58:01 Merge succeeded, producing f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 08:58:01 Checking out Revision f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd (PR-350) 08:58:00 > git config core.sparsecheckout # timeout=10 08:58:00 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 08:58:01 > git remote # timeout=10 08:58:01 > git config --get remote.origin.url # timeout=10 08:58:01 using GIT_SSH to set credentials SSH Credentials for GitHub 08:58:01 > git merge 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 08:58:01 > git rev-parse HEAD^{commit} # timeout=10 08:58:01 > git config core.sparsecheckout # timeout=10 08:58:01 > git checkout -f f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd # timeout=10 08:58:05 Commit message: "Merge branch 'master' into issue-#275-15-scheduler-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:58:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:58:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:58:06 + sudo service docker restart 08:58:06 + true 08:58:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:58:08 provisioning config files... 08:58:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7601367006832588320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:58:08 ---> docker-login.sh 08:58:08 nexus3.edgexfoundry.org:10001 08:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:08 Configure a credential helper to remove this warning. See 08:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:08 08:58:08 Login Succeeded 08:58:08 nexus3.edgexfoundry.org:10002 08:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:09 Configure a credential helper to remove this warning. See 08:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:09 08:58:09 Login Succeeded 08:58:09 nexus3.edgexfoundry.org:10003 08:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:09 Configure a credential helper to remove this warning. See 08:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:09 08:58:09 Login Succeeded 08:58:09 nexus3.edgexfoundry.org:10004 08:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:09 Configure a credential helper to remove this warning. See 08:58:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:09 08:58:09 Login Succeeded 08:58:09 docker.io 08:58:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:10 Configure a credential helper to remove this warning. See 08:58:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:10 08:58:10 Login Succeeded 08:58:10 ---> docker-login.sh ends [Pipeline] } 08:58:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:58:10 ========================================================= 08:58:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:58:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:58:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:58:11 Sending build context to Docker daemon 35.08MB 08:58:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:58:11 Step 2/8 : FROM ${BASE} 08:58:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:58:11 540db60ca938: Pulling fs layer 08:58:11 adcc1eea9eea: Pulling fs layer 08:58:11 4c4ab2625f07: Pulling fs layer 08:58:11 0510c868ecb4: Pulling fs layer 08:58:11 afea3b2eda06: Pulling fs layer 08:58:11 7809a108b3ef: Pulling fs layer 08:58:11 f706445af74f: Pulling fs layer 08:58:11 0510c868ecb4: Waiting 08:58:11 afea3b2eda06: Waiting 08:58:11 f706445af74f: Waiting 08:58:11 7809a108b3ef: Waiting 08:58:11 4c4ab2625f07: Verifying Checksum 08:58:11 4c4ab2625f07: Download complete 08:58:11 adcc1eea9eea: Download complete 08:58:11 afea3b2eda06: Verifying Checksum 08:58:11 afea3b2eda06: Download complete 08:58:11 540db60ca938: Verifying Checksum 08:58:11 540db60ca938: Download complete 08:58:11 7809a108b3ef: Verifying Checksum 08:58:11 7809a108b3ef: Download complete 08:58:11 540db60ca938: Pull complete 08:58:11 adcc1eea9eea: Pull complete 08:58:11 4c4ab2625f07: Pull complete 08:58:13 f706445af74f: Verifying Checksum 08:58:13 f706445af74f: Download complete 08:58:14 0510c868ecb4: Verifying Checksum 08:58:14 0510c868ecb4: Download complete 08:58:19 0510c868ecb4: Pull complete 08:58:19 afea3b2eda06: Pull complete 08:58:19 7809a108b3ef: Pull complete 08:58:20 Removing intermediate container e15f793ec683 08:58:20 ---> 8a0d500ce789 08:58:20 Successfully built 8a0d500ce789 08:58:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:58:20 + docker inspect -f . ci-base-image-arm64 08:58:20 . [Pipeline] withDockerContainer 08:58:21 prd-ubuntu18.04-docker-arm64-4c-16g-3734 does not seem to be running inside a container 08:58: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 ******** ci-base-image-arm64 cat 08:58:22 $ docker top d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:23 + go version 08:58:23 go version go1.16.3 linux/arm64 [Pipeline] } 08:58:23 $ docker stop --time=1 d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 08:58:23 f706445af74f: Pull complete 08:58:23 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:58:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:58:23 ---> b068be0155e3 08:58:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:58:24 ---> Running in e9a9415fea1a 08:58:25 Removing intermediate container e9a9415fea1a 08:58:25 ---> a850d7988213 08:58:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:25 ---> Running in e1bdf33997f7 08:58:25 $ docker rm -f d3bed1a02d118752fadb70c29a738ce037e8b3a9bcd9ef0ccda863620ef99b99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:26 + docker inspect -f . ci-base-image-arm64 08:58:26 . [Pipeline] withDockerContainer 08:58:26 prd-ubuntu18.04-docker-arm64-4c-16g-3734 does not seem to be running inside a container 08:58:26 $ 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 ******** ci-base-image-arm64 cat 08:58:27 Removing intermediate container e1bdf33997f7 08:58:27 ---> 5358ed0c4f19 08:58:27 Step 5/8 : RUN apk add --no-cache make git 08:58:27 ---> Running in 9835d17114cc 08:58:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:58:28 $ docker top 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:58:29 + go mod tidy 08:58:29 OK: 149 MiB in 40 packages 08:58:29 Removing intermediate container 9835d17114cc 08:58:29 ---> 6ca829a65ef7 08:58:29 Step 6/8 : WORKDIR /edgex-ui-go 08:58:29 ---> Running in dba09a1e3cdc 08:58:29 Removing intermediate container dba09a1e3cdc 08:58:29 ---> f9107fb37f86 08:58:29 Step 7/8 : COPY . . [Pipeline] sh 08:58:30 + make test 08:58:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:58:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:58:33 ---> 7e6876bf9ab2 08:58:33 Step 8/8 : RUN go mod download 08:58:33 ---> Running in 78a010446b8f 08:59:05 Removing intermediate container 78a010446b8f 08:59:05 ---> fbe26a013a7f 08:59:05 Successfully built fbe26a013a7f 08:59:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:59:05 + docker inspect -f . ci-base-image-x86_64 08:59:05 . [Pipeline] withDockerContainer 08:59:05 prd-centos7-docker-4c-2g-3735 does not seem to be running inside a container 08:59:06 $ 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 ******** -e ******** ci-base-image-x86_64 cat 08:59:06 $ docker top 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:07 + go version 08:59:07 go version go1.16.3 linux/amd64 [Pipeline] } 08:59:07 $ docker stop --time=1 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b 08:59:08 $ docker rm -f 9c5ec980cc58ea407af54e008788233a52c858bbb318a8b0035acc6abcf00c7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:59:09 + docker inspect -f . ci-base-image-x86_64 08:59:09 . [Pipeline] withDockerContainer 08:59:09 prd-centos7-docker-4c-2g-3735 does not seem to be running inside a container 08:59:09 $ 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 ******** -e ******** ci-base-image-x86_64 cat 08:59:10 $ docker top ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:10 + go mod tidy 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:59:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:59:10 GO111MODULE=on go vet ./... [Pipeline] sh 08:59:11 + make test 08:59:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:59:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:59:25 GO111MODULE=on go vet ./... [Pipeline] } 08:59:25 $ docker stop --time=1 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a 08:59:27 $ docker rm -f 746ff21ab068aa6fed3101ba88a3d12cf679742ecfcb3077bf9d8ab25a3ebb3a [Pipeline] // withDockerContainer [Pipeline] sh 08:59:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:59:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 08:59:30 $ docker stop --time=1 ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 08:59:30 + sudo chown -R jenkins:jenkins . 08:59:32 $ docker rm -f ca54a11607156b724e63f11d92fa1ebcb7e217444c55ced7ba87010dcd76a2b9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 08:59:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:59:33 Warning: overwriting stash ‘coverage-report’ 08:59:33 + ls -al . 08:59:33 total 124 08:59:33 drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:58 . 08:59:33 drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:56 .. 08:59:33 drwxrwxr-x 8 jenkins jenkins 4096 May 8 08:57 .git 08:59:33 drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:56 .github 08:59:33 -rw-rw-r-- 1 jenkins jenkins 162 May 8 08:56 .gitignore 08:59:33 -rw-rw-r-- 1 jenkins jenkins 3959 May 8 08:56 CONTRIBUTING.md 08:59:33 -rw-rw-r-- 1 jenkins jenkins 1508 May 8 08:56 Dockerfile 08:59:33 -rw-rw-r-- 1 jenkins jenkins 902 May 8 08:56 Dockerfile.build 08:59:33 -rw-rw-r-- 1 jenkins jenkins 652 May 8 08:56 Jenkinsfile 08:59:33 -rw-rw-r-- 1 jenkins jenkins 11357 May 8 08:56 LICENSE 08:59:33 -rw-rw-r-- 1 jenkins jenkins 941 May 8 08:56 Makefile 08:59:33 -rw-rw-r-- 1 jenkins jenkins 6012 May 8 08:56 README.md 08:59:33 -rw-rw-r-- 1 jenkins jenkins 5 May 8 08:54 VERSION 08:59:33 drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:56 assets 08:59:33 drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:56 bin 08:59:33 drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:56 cmd 08:59:33 -rw-r--r-- 1 jenkins jenkins 10 May 8 08:58 coverage.out 08:59:33 drwxrwxr-x 5 jenkins jenkins 4096 May 8 08:57 docs 08:59:33 -rw-rw-r-- 1 jenkins jenkins 987 May 8 08:57 go.mod 08:59:33 -rw-r--r-- 1 jenkins jenkins 24424 May 8 08:58 go.sum 08:59:33 drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:57 internal 08:59:33 -rw-rw-r-- 1 jenkins jenkins 155 May 8 08:57 version.go 08:59:33 drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:57 web [Pipeline] isUnix [Pipeline] sh 08:59:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:59:33 + 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=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd --label arch=arm64 --label version=0.0.0 . 08:59:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:59:34 + ls -al . 08:59:34 total 92 08:59:34 drwxrwxr-x. 10 jenkins jenkins 4096 May 8 08:59 . 08:59:34 drwxrwxr-x. 4 jenkins jenkins 28 May 8 08:57 .. 08:59:34 drwxrwxr-x. 3 jenkins jenkins 20 May 8 08:58 assets 08:59:34 drwxrwxr-x. 2 jenkins jenkins 35 May 8 08:58 bin 08:59:34 drwxrwxr-x. 3 jenkins jenkins 29 May 8 08:58 cmd 08:59:34 -rw-rw-r--. 1 jenkins jenkins 3959 May 8 08:58 CONTRIBUTING.md 08:59:34 -rw-r--r--. 1 jenkins jenkins 10 May 8 08:59 coverage.out 08:59:34 -rw-rw-r--. 1 jenkins jenkins 1508 May 8 08:58 Dockerfile 08:59:34 -rw-rw-r--. 1 jenkins jenkins 902 May 8 08:58 Dockerfile.build 08:59:34 drwxrwxr-x. 5 jenkins jenkins 104 May 8 08:58 docs 08:59:34 drwxrwxr-x. 8 jenkins jenkins 179 May 8 08:58 .git 08:59:34 drwxrwxr-x. 2 jenkins jenkins 103 May 8 08:58 .github 08:59:34 -rw-rw-r--. 1 jenkins jenkins 162 May 8 08:58 .gitignore 08:59:34 -rw-rw-r--. 1 jenkins jenkins 987 May 8 08:58 go.mod 08:59:34 -rw-r--r--. 1 jenkins jenkins 24424 May 8 08:59 go.sum 08:59:34 drwxrwxr-x. 10 jenkins jenkins 139 May 8 08:58 internal 08:59:34 -rw-rw-r--. 1 jenkins jenkins 652 May 8 08:58 Jenkinsfile 08:59:34 -rw-rw-r--. 1 jenkins jenkins 11357 May 8 08:58 LICENSE 08:59:34 -rw-rw-r--. 1 jenkins jenkins 941 May 8 08:58 Makefile 08:59:34 -rw-rw-r--. 1 jenkins jenkins 6012 May 8 08:58 README.md 08:59:34 -rw-rw-r--. 1 jenkins jenkins 5 May 8 08:54 VERSION 08:59:34 -rw-rw-r--. 1 jenkins jenkins 155 May 8 08:58 version.go 08:59:34 drwxrwxr-x. 4 jenkins jenkins 4096 May 8 08:58 web [Pipeline] isUnix [Pipeline] sh 08:59:34 + 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=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd --label arch=amd64 --label version=0.0.0 . 08:59:34 Sending build context to Docker daemon 35.1MB 08:59:34 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:59:34 Step 2/24 : FROM ${BASE} AS builder 08:59:34 ---> 8a0d500ce789 08:59:34 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:59:35 Sending build context to Docker daemon 35.1MB 08:59:35 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:59:35 Step 2/24 : FROM ${BASE} AS builder 08:59:35 ---> fbe26a013a7f 08:59:35 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:59:35 ---> Running in 1a43aa2620e4 08:59:35 Removing intermediate container 1a43aa2620e4 08:59:35 ---> e3cce9f642ca 08:59:35 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:59:36 ---> Running in ae41d24f72ba 08:59:36 Removing intermediate container ae41d24f72ba 08:59:36 ---> 1c79e847f666 08:59:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:59:36 ---> Running in fd9a8aa72236 08:59:36 Removing intermediate container fd9a8aa72236 08:59:36 ---> 4ec0d90bdaa4 08:59:36 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:59:36 ---> Running in 95ed800d090e 08:59:36 Removing intermediate container 95ed800d090e 08:59:36 ---> aba2707e15ba 08:59:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:59:36 ---> Running in 28808542bd3c 08:59:36 ---> Running in 41dcc026d27c 08:59:36 Removing intermediate container 41dcc026d27c 08:59:36 ---> c2830787f98c 08:59:36 Step 6/24 : LABEL Name=edgex-ui-go 08:59:36 Removing intermediate container 28808542bd3c 08:59:36 ---> 4f830afb0379 08:59:36 Step 6/24 : LABEL Name=edgex-ui-go 08:59:37 ---> Running in 51f7f4c801b2 08:59:37 Removing intermediate container 51f7f4c801b2 08:59:37 ---> 76ae3fb4efd2 08:59:37 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:59:37 ---> Running in 39ded56ad7ae 08:59:37 ---> Running in cbb3d42c65a0 08:59:37 Removing intermediate container cbb3d42c65a0 08:59:37 ---> 5f3be3ebfa9d 08:59:37 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:37 ---> Running in 051b277807d3 08:59:37 Removing intermediate container 39ded56ad7ae 08:59:37 ---> dbb5cd9c5169 08:59:37 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:59:37 ---> Running in 445abd4e6b76 08:59:38 Removing intermediate container 445abd4e6b76 08:59:38 ---> 892721c2f96d 08:59:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:38 ---> Running in 5ab8db9beed9 08:59:38 Removing intermediate container 051b277807d3 08:59:38 ---> df0b7103d57d 08:59:38 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:59:38 ---> Running in 3fb80843cc04 08:59:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:59:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:59:40 Removing intermediate container 5ab8db9beed9 08:59:40 ---> 219b5a1099ba 08:59:40 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:59:40 ---> Running in a455f6b2de6d 08:59:41 OK: 149 MiB in 40 packages 08:59:41 Removing intermediate container 3fb80843cc04 08:59:41 ---> e91c1c476101 08:59:41 Step 10/24 : ENV GO111MODULE=on 08:59:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:59:41 ---> Running in eb8629bb0a6b 08:59:41 Removing intermediate container eb8629bb0a6b 08:59:41 ---> d0af8fb57a5f 08:59:41 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:59:41 ---> Running in 797d5a57ea59 08:59:41 Removing intermediate container 797d5a57ea59 08:59:41 ---> 7e56f8719c31 08:59:41 Step 12/24 : COPY go.mod . 08:59:42 ---> c9f7b163730b 08:59:42 Step 13/24 : COPY Makefile . 08:59:42 ---> d4c7ddacb188 08:59:42 Step 14/24 : RUN make update 08:59:42 ---> Running in dc80648825bc 08:59:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:59:42 CGO_ENABLED=0 GO111MODULE=on go mod download 08:59:43 OK: 138 MiB in 40 packages 08:59:43 Removing intermediate container dc80648825bc 08:59:43 ---> 3cecec1b5023 08:59:43 Step 15/24 : COPY . . 08:59:44 Removing intermediate container a455f6b2de6d 08:59:44 ---> 9d30cbeb8836 08:59:44 Step 10/24 : ENV GO111MODULE=on 08:59:44 ---> Running in a1f7d2e5c897 08:59:45 Removing intermediate container a1f7d2e5c897 08:59:45 ---> 381b3e44cec6 08:59:45 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:59:45 ---> Running in 6b0dc1a48f2b 08:59:46 Removing intermediate container 6b0dc1a48f2b 08:59:46 ---> 6aa7ff3efa63 08:59:46 Step 12/24 : COPY go.mod . 08:59:46 ---> b8999a0ba1ef 08:59:46 Step 13/24 : COPY Makefile . 08:59:46 ---> e416b474557c 08:59:46 Step 16/24 : RUN ${MAKE} 08:59:46 ---> Running in 2fdc2762be4b 08:59:46 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 08:59:47 ---> b321d0b484cb 08:59:47 Step 14/24 : RUN make update 08:59:47 ---> Running in a82ae8c0842f 08:59:48 CGO_ENABLED=0 GO111MODULE=on go mod download 08:59:49 Removing intermediate container a82ae8c0842f 08:59:49 ---> d3d531b0e587 08:59:49 Step 15/24 : COPY . . 08:59:53 ---> 6693488cbd7c 08:59:53 Step 16/24 : RUN ${MAKE} 08:59:53 ---> Running in c61293deac72 08:59:54 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 08:59:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:59:59 Removing intermediate container 2fdc2762be4b 08:59:59 ---> e55ab57f97c3 08:59:59 Step 17/24 : FROM alpine:3.12 08:59:59 3.12: Pulling from library/alpine 09:00:00 339de151aab4: Pulling fs layer 09:00:00 339de151aab4: Download complete 09:00:00 339de151aab4: Pull complete 09:00:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:00:00 Status: Downloaded newer image for alpine:3.12 09:00:00 ---> 13621d1b12d4 09:00:00 Step 18/24 : EXPOSE 4000 09:00:01 ---> Running in 7267ae8631cf 09:00:01 Removing intermediate container 7267ae8631cf 09:00:01 ---> 0bb733f97c2e 09:00:01 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:00:03 ---> 8872d8651661 09:00:03 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:00:03 ---> Running in 25d9839d8bc0 09:00:03 Removing intermediate container 25d9839d8bc0 09:00:03 ---> b1e9d7501695 09:00:03 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:00:03 ---> Running in bc0765f53adc 09:00:03 Removing intermediate container bc0765f53adc 09:00:03 ---> 8ad9f2ffcea4 09:00:03 Step 22/24 : LABEL arch=amd64 09:00:03 ---> Running in 13b7a5d14fab 09:00:03 Removing intermediate container 13b7a5d14fab 09:00:03 ---> 67f1567ba7e6 09:00:03 Step 23/24 : LABEL git_sha=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 09:00:03 ---> Running in 62b6ac495d80 09:00:04 Removing intermediate container 62b6ac495d80 09:00:04 ---> 0d942bf97dbf 09:00:04 Step 24/24 : LABEL version=0.0.0 09:00:04 ---> Running in cdde80218aac 09:00:04 Removing intermediate container cdde80218aac 09:00:04 ---> 3797827911f8 09:00:04 [Warning] One or more build-args [ARCH] were not consumed 09:00:04 Successfully built 3797827911f8 09:00:04 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 Post stage [Pipeline] libraryResource [Pipeline] sh 09:00:05 ---> job-cost.sh 09:00:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NPdR 09:00:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:00:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:00:25 Removing intermediate container c61293deac72 09:00:25 ---> a487b2df5fef 09:00:25 Step 17/24 : FROM alpine:3.12 09:00:25 3.12: Pulling from library/alpine 09:00:25 d2f70382dc9a: Pulling fs layer 09:00:26 d2f70382dc9a: Verifying Checksum 09:00:26 d2f70382dc9a: Download complete 09:00:26 d2f70382dc9a: Pull complete 09:00:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:00:26 Status: Downloaded newer image for alpine:3.12 09:00:26 ---> 9852663dfa18 09:00:26 Step 18/24 : EXPOSE 4000 09:00:26 ---> Running in 9f69fb0fb158 09:00:27 Removing intermediate container 9f69fb0fb158 09:00:27 ---> 71ae310cd3ea 09:00:27 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:00:29 ---> 0cc30fbf6657 09:00:29 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:00:29 ---> Running in 5ad5bfcbfaa0 09:00:30 Removing intermediate container 5ad5bfcbfaa0 09:00:30 ---> b1a9a2220b64 09:00:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:00:30 ---> Running in 4997931daae4 09:00:30 Removing intermediate container 4997931daae4 09:00:30 ---> dea036e48a5f 09:00:30 Step 22/24 : LABEL arch=arm64 09:00:30 ---> Running in 91ae6d9a2af5 09:00:31 Removing intermediate container 91ae6d9a2af5 09:00:31 ---> cf617ea4d168 09:00:31 Step 23/24 : LABEL git_sha=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd 09:00:31 ---> Running in cc0d700305df 09:00:31 Removing intermediate container cc0d700305df 09:00:31 ---> 0a07c0dfbd5e 09:00:31 Step 24/24 : LABEL version=0.0.0 09:00:31 ---> Running in 5939d54ff11e 09:00:32 Removing intermediate container 5939d54ff11e 09:00:32 ---> 4e1ac182b48d 09:00:32 [Warning] One or more build-args [ARCH] were not consumed 09:00:32 Successfully built 4e1ac182b48d 09:00:32 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 Post stage [Pipeline] libraryResource [Pipeline] sh 09:00:33 ---> job-cost.sh 09:00:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1DaP 09:00:52 lf-activate-venv(): INFO: Adding /tmp/venv-NPdR/bin to PATH 09:00:52 INFO: No Stack... 09:00:52 INFO: Retrieving Pricing Info for: v1-standard-2 09:00:52 INFO: Archiving Costs [Pipeline] sh 09:00:53 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 09:00:53 + cut -d, -f6 [Pipeline] lock 09:00:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] 09:00:53 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] did not exist. Created. 09:00:53 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:00:53 + echo total: 0.029999999329447746 [Pipeline] stash 09:00:53 Stashed 1 file(s) [Pipeline] } 09:00:53 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:01:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:02:56 lf-activate-venv(): INFO: Adding /tmp/venv-1DaP/bin to PATH 09:02:56 INFO: No Stack... 09:02:56 INFO: Retrieving Pricing Info for: lf-standard-4 09:02:56 INFO: Archiving Costs [Pipeline] sh 09:02:57 + + cutcat -d, /w/workspace/edgex-ui-go/2/archives/cost.csv -f6 09:02:57 [Pipeline] lock 09:02:57 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] 09:02:57 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] did not exist. Created. 09:02:57 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:02:57 /w/workspace/edgex-ui-go/2@tmp/durable-c5235b9f/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-c5235b9f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 09:02:58 + echo total: 0.20999999344348907 [Pipeline] stash 09:02:58 Warning: overwriting stash ‘stack-cost’ 09:02:58 Stashed 1 file(s) [Pipeline] } 09:02:58 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-350-2-stack-cost] [Pipeline] // lock [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:02:58 provisioning config files... 09:02:58 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config7445769641314688320tmp [Pipeline] { [Pipeline] sh 09:02:59 + set +x 09:02:59 + curl -s https://codecov.io/bash 09:02:59 + bash -s -- 09:02:59 09:02:59 _____ _ 09:02:59 / ____| | | 09:02:59 | | ___ __| | ___ ___ _____ __ 09:02:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:02:59 | |___| (_) | (_| | __/ (_| (_) \ V / 09:02:59 \_____\___/ \__,_|\___|\___\___/ \_/ 09:02:59 Bash-1.0.2 09:02:59 09:02:59 09:02:59 ==> git version 2.24.3 found 09:02:59 ==> 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:02:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:02:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:02:59 ==> Jenkins CI detected. 09:02:59 project root: . 09:02:59 --> token set from env 09:02:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:02:59 ==> Running gcov in . (disable via -X gcov) 09:02:59 ==> Python coveragepy not found 09:02:59 ==> Searching for coverage reports in: 09:02:59 + . 09:02:59 -> Found 1 reports 09:02:59 ==> Detecting git/mercurial file structure 09:02:59 ==> Reading reports 09:02:59 + ./coverage.out bytes=10 09:02:59 ==> Appending adjustments 09:02:59 https://docs.codecov.io/docs/fixing-reports 09:02:59 + Found adjustments 09:02:59 ==> Gzipping contents 09:02:59 4.0K /tmp/codecov.F7jszz.gz 09:02:59 ==> Uploading reports 09:02:59 url: https://codecov.io 09:02:59 query: branch=PR-350&commit=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-350%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=350&job=&cmd_args= 09:02:59 -> Pinging Codecov 09:02:59 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-350&commit=f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-350%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=350&job=&cmd_args= 09:03:00 -> Uploading to 09:03:00 https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd/53a718b8-b806-441f-b695-68e6bc72dca4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T090259Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e887f4e6d30d41fec42c95635f878d9bea077a050f978237ed4196eedee3f4b1 09:03:00 % Total % Received % Xferd Average Speed Time Time Time Current 09:03:00 Dload Upload Total Spent Left Speed 09:03:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10268 --:--:-- --:--:-- --:--:-- 10295 09:03:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f9e4a83b0c6d8bd942cc9861ab7829f90d3aeacd [Pipeline] } 09:03:00 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] { (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:03:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:03:01 ---> package-listing.sh 09:03:01 ++ facter osfamily 09:03:01 ++ tr '[:upper:]' '[:lower:]' 09:03:01 + OS_FAMILY=redhat 09:03:01 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-350 09:03:01 + START_PACKAGES=/tmp/packages_start.txt 09:03:01 + END_PACKAGES=/tmp/packages_end.txt 09:03:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:03:01 + PACKAGES=/tmp/packages_start.txt 09:03:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-350 ']' 09:03:01 + PACKAGES=/tmp/packages_end.txt 09:03:01 + case "${OS_FAMILY}" in 09:03:01 + rpm -qa 09:03:01 + sort 09:03:07 + '[' -f /tmp/packages_start.txt ']' 09:03:07 + '[' -f /tmp/packages_end.txt ']' 09:03:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:03:07 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-350 ']' 09:03:07 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-350/archives/ 09:03:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-350/archives/ [Pipeline] echo 09:03:07 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-350/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:03:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:03:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:03:07 09:03:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:03:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:03:08 alpine: Pulling from edgex-lftools-log-publisher 09:03:08 df20fa9351a1: Pulling fs layer 09:03:08 36b3adc4ff6f: Pulling fs layer 09:03:08 8ad3a11d3b57: Pulling fs layer 09:03:08 46f8f816bc3b: Pulling fs layer 09:03:08 93b61091891f: Pulling fs layer 09:03:08 93b9cdb0e59b: Pulling fs layer 09:03:08 5e14af77c1be: Pulling fs layer 09:03:08 01666e4c0597: Pulling fs layer 09:03:08 aa168da1d23b: Pulling fs layer 09:03:08 46f8f816bc3b: Waiting 09:03:08 5e14af77c1be: Waiting 09:03:08 01666e4c0597: Waiting 09:03:08 93b61091891f: Waiting 09:03:08 93b9cdb0e59b: Waiting 09:03:08 aa168da1d23b: Waiting 09:03:08 36b3adc4ff6f: Verifying Checksum 09:03:08 36b3adc4ff6f: Download complete 09:03:08 46f8f816bc3b: Verifying Checksum 09:03:08 46f8f816bc3b: Download complete 09:03:08 df20fa9351a1: Download complete 09:03:08 93b9cdb0e59b: Verifying Checksum 09:03:08 93b9cdb0e59b: Download complete 09:03:08 5e14af77c1be: Verifying Checksum 09:03:08 5e14af77c1be: Download complete 09:03:08 01666e4c0597: Verifying Checksum 09:03:08 01666e4c0597: Download complete 09:03:08 8ad3a11d3b57: Verifying Checksum 09:03:08 8ad3a11d3b57: Download complete 09:03:08 93b61091891f: Verifying Checksum 09:03:08 93b61091891f: Download complete 09:03:08 df20fa9351a1: Pull complete 09:03:09 36b3adc4ff6f: Pull complete 09:03:10 aa168da1d23b: Verifying Checksum 09:03:10 aa168da1d23b: Download complete 09:03:10 8ad3a11d3b57: Pull complete 09:03:10 46f8f816bc3b: Pull complete 09:03:11 93b61091891f: Pull complete 09:03:11 93b9cdb0e59b: Pull complete 09:03:11 5e14af77c1be: Pull complete 09:03:11 01666e4c0597: Pull complete 09:03:18 aa168da1d23b: Pull complete 09:03:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:03:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:03:18 prd-centos7-docker-4c-2g-3731 does not seem to be running inside a container 09:03: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-350/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-350 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350:/w/workspace/edgexfoundry_edgex-ui-go_PR-350:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@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:10003/edgex-lftools-log-publisher:alpine cat 09:03:22 $ docker top 86e773bfe98c656e144daeddabc3f207405a867d81cb9fc57c941a60959716c3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:23 + touch /tmp/pre-build-complete [Pipeline] sh 09:03:23 + mkdir -p /var/log/sa [Pipeline] sh 09:03:24 + ls /var/log/sa-host 09:03:24 + sadf -c /var/log/sa-host/sa08 09:03:24 file_magic: OK 09:03:24 HZ: Using current value: 100 09:03:24 file_header: OK 09:03:24 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:03:24 Statistics: 09:03:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:03:24 File successfully converted to sysstat format version 12.2.1 09:03:24 + sadf -c /var/log/sa-host/sa23 09:03:24 file_magic: OK 09:03:24 HZ: Using current value: 100 09:03:24 file_header: OK 09:03:24 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:03:24 Statistics: 09:03:24 Hnuu...uuuununununu... 09:03:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:03:24 provisioning config files... 09:03:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp/config1375779089389019570tmp [Pipeline] { [Pipeline] echo 09:03:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:03:24 ---> create-netrc.sh [Pipeline] } 09:03:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:03:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:03:24 ---> python-tools-install.sh [Pipeline] echo 09:03:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:03:25 ---> sudo-logs.sh 09:03:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:03:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:03:25 ---> job-cost.sh 09:03:25 lf-activate-venv: SKIPPING 09:03:25 DEBUG: total: 0.20999999344348907 09:03:25 INFO: Retrieving Stack Cost... 09:03:26 INFO: Retrieving Pricing Info for: v1-standard-2 09:03:26 INFO: Archiving Costs [Pipeline] echo 09:03:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:03:27 ---> logs-deploy.sh 09:03:27 lf-activate-venv: SKIPPING 09:03:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-350/2 09:03:27 INFO: archiving workspace using pattern(s): 09:03:29 Archives upload complete. 09:03:29 INFO: archiving logs to Nexus 09:03:30 ---> uname -a: 09:03:30 Linux prd-centos7-docker-4c-2g-3731.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:03:30 09:03:30 09:03:30 ---> lscpu: 09:03:30 Architecture: x86_64 09:03:30 CPU op-mode(s): 32-bit, 64-bit 09:03:30 Byte Order: Little Endian 09:03:30 Address sizes: 40 bits physical, 48 bits virtual 09:03:30 CPU(s): 4 09:03:30 On-line CPU(s) list: 0-3 09:03:30 Thread(s) per core: 1 09:03:30 Core(s) per socket: 1 09:03:30 Socket(s): 4 09:03:30 NUMA node(s): 1 09:03:30 Vendor ID: GenuineIntel 09:03:30 CPU family: 6 09:03:30 Model: 44 09:03:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:03:30 Stepping: 1 09:03:30 CPU MHz: 2933.438 09:03:30 BogoMIPS: 5866.87 09:03:30 Virtualization: VT-x 09:03:30 Hypervisor vendor: KVM 09:03:30 Virtualization type: full 09:03:30 L1d cache: 128 KiB 09:03:30 L1i cache: 128 KiB 09:03:30 L2 cache: 16 MiB 09:03:30 L3 cache: 64 MiB 09:03:30 NUMA node0 CPU(s): 0-3 09:03:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:03:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:03:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:03:30 Vulnerability Meltdown: Mitigation; PTI 09:03:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:03:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:03:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:03:30 Vulnerability Srbds: Not affected 09:03:30 Vulnerability Tsx async abort: Not affected 09:03:30 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:03:30 09:03:30 09:03:30 ---> nproc: 09:03:30 4 09:03:30 09:03:30 09:03:30 ---> df -h: 09:03:30 Filesystem Size Used Available Use% Mounted on 09:03:30 overlay 50.0G 7.3G 42.7G 15% / 09:03:30 tmpfs 64.0M 0 64.0M 0% /dev 09:03:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:03:30 shm 64.0M 0 64.0M 0% /dev/shm 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-350 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-350@tmp 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:03:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:03:30 09:03:30 09:03:30 ---> free -m: 09:03:30 total used free shared buff/cache available 09:03:30 Mem: 1837 716 103 0 1017 1016 09:03:30 Swap: 1023 1 1022 09:03:30 09:03:30 09:03:30 ---> ip addr: 09:03:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:03:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:03:30 inet 127.0.0.1/8 scope host lo 09:03:30 valid_lft forever preferred_lft forever 09:03:30 inet6 ::1/128 scope host 09:03:30 valid_lft forever preferred_lft forever 09:03:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:03:30 link/ether fa:16:3e:5e:43:3d brd ff:ff:ff:ff:ff:ff 09:03:30 inet 10.30.123.210/23 brd 10.30.123.255 scope global dynamic eth0 09:03:30 valid_lft 85782sec preferred_lft 85782sec 09:03:30 inet6 fe80::f816:3eff:fe5e:433d/64 scope link 09:03:30 valid_lft forever preferred_lft forever 09:03:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:03:30 link/ether 02:42:1e:42:16:15 brd ff:ff:ff:ff:ff:ff 09:03:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:03:30 valid_lft forever preferred_lft forever 09:03:30 inet6 fe80::42:1eff:fe42:1615/64 scope link 09:03:30 valid_lft forever preferred_lft forever 09:03:30 09:03:30 09:03:30 ---> sar -b -r -n DEV: 09:03:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 09:03:30 09:03:30 08:53:00 LINUX RESTART (4 CPU) 09:03:30 09:03:30 08:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:03:30 08:55:01 7.01 1.32 5.69 0.00 67.80 714.95 0.00 09:03:30 08:56:01 0.38 0.00 0.38 0.00 0.00 5.81 0.00 09:03:30 08:57:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 09:03:30 08:58:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 09:03:30 08:59:02 0.28 0.00 0.28 0.00 0.00 3.70 0.00 09:03:30 09:00:01 0.27 0.00 0.27 0.00 0.00 3.54 0.00 09:03:30 09:01:01 0.25 0.02 0.23 0.00 0.13 2.96 0.00 09:03:30 09:02:01 0.38 0.08 0.30 0.00 1.60 4.75 0.00 09:03:30 09:03:01 0.35 0.08 0.27 0.00 7.33 5.40 0.00 09:03:30 Average: 1.05 0.17 0.88 0.00 8.56 83.14 0.00 09:03:30 09:03:30 08:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:03:30 08:55:01 158932 0 607092 32.27 2620 1112900 1098340 37.48 427948 1093848 20 09:03:30 08:56:01 160600 0 605416 32.18 2620 1112908 1071600 36.57 439120 1081504 12 09:03:30 08:57:01 159768 0 606240 32.22 2620 1112916 1071720 36.58 435720 1085784 16 09:03:30 08:58:01 158884 0 607124 32.27 2620 1112916 1071732 36.58 438336 1084396 12 09:03:30 08:59:02 158868 0 607132 32.27 2620 1112924 1071684 36.57 438484 1083796 16 09:03:30 09:00:01 159608 0 606388 32.23 2620 1112928 1071624 36.57 438408 1083796 20 09:03:30 09:01:01 158412 0 607580 32.29 2620 1112932 1074072 36.66 438900 1083796 12 09:03:30 09:02:01 159400 0 606464 32.23 2620 1113060 1072108 36.59 438336 1083860 8 09:03:30 09:03:01 150340 0 615280 32.70 2620 1113304 1073980 36.65 445880 1083860 44 09:03:30 Average: 158312 0 607635 32.29 2620 1112976 1075207 36.69 437904 1084960 18 09:03:30 09:03:30 08:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:03:30 08:55:01 eth0 12.42 7.44 11.15 2.79 0.00 0.00 0.00 0.00 09:03:30 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:56:01 eth0 0.73 0.08 0.06 0.04 0.00 0.00 0.00 0.00 09:03:30 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:57:01 eth0 0.60 0.28 0.28 0.20 0.00 0.00 0.00 0.00 09:03:30 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:58:01 eth0 1.03 0.30 0.32 0.17 0.00 0.00 0.00 0.00 09:03:30 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:59:02 eth0 0.23 0.20 0.08 0.10 0.00 0.00 0.00 0.00 09:03:30 08:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 08:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:00:01 eth0 0.08 0.02 0.06 0.00 0.00 0.00 0.00 0.00 09:03:30 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:01:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:03:30 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:03:30 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:03:01 eth0 4.83 3.10 4.60 1.61 0.00 0.00 0.00 0.00 09:03:30 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 Average: eth0 2.24 1.29 1.84 0.55 0.00 0.00 0.00 0.00 09:03:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:03:30 09:03:30 09:03:30 ---> sar -P ALL: 09:03:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 09:03:30 09:03:30 08:53:00 LINUX RESTART (4 CPU) 09:03:30 09:03:30 08:54:01 CPU %user %nice %system %iowait %steal %idle 09:03:30 08:55:01 all 0.43 0.00 0.19 0.07 0.00 99.30 09:03:30 08:55:01 0 0.28 0.00 0.22 0.05 0.00 99.45 09:03:30 08:55:01 1 0.52 0.00 0.13 0.02 0.00 99.33 09:03:30 08:55:01 2 0.27 0.00 0.15 0.02 0.02 99.55 09:03:30 08:55:01 3 0.67 0.00 0.27 0.18 0.00 98.88 09:03:30 08:56:01 all 0.13 0.00 0.05 0.00 0.00 99.81 09:03:30 08:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:03:30 08:56:01 1 0.07 0.00 0.12 0.00 0.02 99.80 09:03:30 08:56:01 2 0.38 0.00 0.03 0.00 0.00 99.58 09:03:30 08:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:03:30 08:57:01 all 0.18 0.00 0.06 0.00 0.00 99.77 09:03:30 08:57:01 0 0.05 0.00 0.05 0.00 0.00 99.90 09:03:30 08:57:01 1 0.08 0.00 0.08 0.00 0.00 99.83 09:03:30 08:57:01 2 0.53 0.00 0.05 0.00 0.00 99.42 09:03:30 08:57:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:03:30 08:58:01 all 0.17 0.00 0.05 0.00 0.00 99.78 09:03:30 08:58:01 0 0.05 0.00 0.03 0.00 0.00 99.92 09:03:30 08:58:01 1 0.07 0.00 0.08 0.00 0.02 99.83 09:03:30 08:58:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:03:30 08:58:01 3 0.03 0.00 0.05 0.00 0.00 99.92 09:03:30 08:59:02 all 0.17 0.00 0.07 0.00 0.01 99.75 09:03:30 08:59:02 0 0.07 0.00 0.08 0.00 0.02 99.83 09:03:30 08:59:02 1 0.05 0.00 0.12 0.00 0.00 99.83 09:03:30 08:59:02 2 0.55 0.00 0.07 0.00 0.00 99.38 09:03:30 08:59:02 3 0.02 0.00 0.02 0.00 0.02 99.95 09:03:30 09:00:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:03:30 09:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:03:30 09:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:03:30 09:00:01 2 0.52 0.00 0.02 0.00 0.00 99.46 09:03:30 09:00:01 3 0.02 0.00 0.05 0.00 0.00 99.93 09:03:30 09:01:01 all 0.16 0.00 0.05 0.00 0.00 99.79 09:03:30 09:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 09:03:30 09:01:01 1 0.12 0.00 0.08 0.00 0.00 99.80 09:03:30 09:01:01 2 0.43 0.00 0.03 0.00 0.00 99.53 09:03:30 09:01:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:03:30 09:02:01 all 0.16 0.00 0.05 0.00 0.00 99.80 09:03:30 09:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:03:30 09:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:03:30 09:02:01 2 0.55 0.00 0.07 0.00 0.00 99.38 09:03:30 09:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:03:30 09:03:01 all 0.48 0.00 0.28 0.00 0.00 99.24 09:03:30 09:03:01 0 0.33 0.00 0.33 0.00 0.00 99.33 09:03:30 09:03:01 1 0.63 0.00 0.27 0.00 0.00 99.10 09:03:30 09:03:01 2 0.77 0.00 0.32 0.00 0.00 98.92 09:03:30 09:03:01 3 0.17 0.00 0.22 0.02 0.00 99.60 09:03:30 Average: all 0.22 0.00 0.09 0.01 0.00 99.67 09:03:30 Average: 0 0.10 0.00 0.09 0.01 0.00 99.80 09:03:30 Average: 1 0.18 0.00 0.11 0.00 0.00 99.70 09:03:30 Average: 2 0.50 0.00 0.08 0.00 0.00 99.41 09:03:30 Average: 3 0.12 0.00 0.08 0.02 0.00 99.78 09:03:30 09:03:30 09:03:30