Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (1ac7335e9fd3c14f307823732d1e27bc28697b65) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22157 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [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-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 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/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b Merge succeeded, producing 07578eca39e83751994501bf10cbeecfadecca3f Checking out Revision 07578eca39e83751994501bf10cbeecfadecca3f (PR-289) > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07578eca39e83751994501bf10cbeecfadecca3f # timeout=10 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:08:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:08:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:08:20 ========================================================= 02:08:20 EdgeX Global Pipelines Version Info 02:08:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 02:08:22 ------------------- 02:08:22 stable info: 02:08:22 ------------------- 02:08:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:22 Message: update stable to v1.0.179 02:08:23 ------------------- 02:08:23 experimental info: 02:08:23 ------------------- 02:08:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:23 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:08:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:08:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 02:08:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] echo 02:08:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07578ec [Pipeline] echo 02:08:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:08:27 provisioning config files... 02:08:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7372230933894322574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:27 ---> docker-login.sh 02:08:27 nexus3.edgexfoundry.org:10001 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 nexus3.edgexfoundry.org:10002 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 nexus3.edgexfoundry.org:10003 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 nexus3.edgexfoundry.org:10004 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 docker.io 02:08:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:29 Configure a credential helper to remove this warning. See 02:08:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:29 02:08:29 Login Succeeded 02:08:29 ---> docker-login.sh ends [Pipeline] } 02:08:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:30 + git log --format=format:%s -1 07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] echo 02:08:30 GIT_COMMIT: 07578eca39e83751994501bf10cbeecfadecca3f, Commit Message: Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD [Pipeline] echo 02:08:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:08:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:30 02:08:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:08:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:31 latest: Pulling from edgex-devops/git-semver 02:08:31 31603596830f: Pulling fs layer 02:08:31 2a8b12db71e7: Pulling fs layer 02:08:31 6ca5941a6612: Pulling fs layer 02:08:31 ecc8261a40a4: Pulling fs layer 02:08:31 ecc8261a40a4: Waiting 02:08:31 2a8b12db71e7: Verifying Checksum 02:08:31 2a8b12db71e7: Download complete 02:08:31 31603596830f: Verifying Checksum 02:08:31 31603596830f: Download complete 02:08:31 ecc8261a40a4: Verifying Checksum 02:08:31 ecc8261a40a4: Download complete 02:08:31 6ca5941a6612: Verifying Checksum 02:08:31 6ca5941a6612: Download complete 02:08:31 31603596830f: Pull complete 02:08:31 2a8b12db71e7: Pull complete 02:08:32 6ca5941a6612: Pull complete 02:08:33 ecc8261a40a4: Pull complete 02:08:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:08:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:08:33 prd-centos7-docker-4c-2g-22157 does not seem to be running inside a container 02:08:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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 02:08:35 $ docker top 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:36 [ssh-agent] Looking for ssh-agent implementation... 02:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:36 $ docker exec 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent 02:08:36 SSH_AUTH_SOCK=/tmp/ssh-siadhPrVwbYP/agent.12 02:08:36 SSH_AGENT_PID=18 02:08:36 Running ssh-add (command line suppressed) 02:08:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6175288880987503065.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6175288880987503065.key) 02:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:36 + git tag --points-at HEAD [Pipeline] } 02:08:36 $ docker exec --env ******** --env ******** 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent -k 02:08:37 unset SSH_AUTH_SOCK; 02:08:37 unset SSH_AGENT_PID; 02:08:37 echo Agent pid 18 killed; 02:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:08:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:37 [ssh-agent] Looking for ssh-agent implementation... 02:08:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:37 $ docker exec 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent 02:08:37 SSH_AUTH_SOCK=/tmp/ssh-98aLw6jF8d03/agent.47 02:08:37 SSH_AGENT_PID=52 02:08:37 Running ssh-add (command line suppressed) 02:08:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6394888276215071601.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_6394888276215071601.key) 02:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:38 + git semver init 02:08:38 # -> Open(): unable to determine branch for HEAD 02:08:38 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git 02:08:38 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 02:08:38 # $SEMVER_REMOTE_NAME = origin 02:08:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:08:38 # $SEMVER_USER_NAME = edgex-jenkins 02:08:38 # $SEMVER_BRANCH = PR-289 02:08:38 # $SEMVER_TEMP = /tmp/semver-942565512 02:08:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:08:39 # '/tmp/semver-942565512' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 02:08:39 # -> Force: false 02:08:39 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 02:08:39 $ docker exec --env ******** --env ******** 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 ssh-agent -k 02:08:39 unset SSH_AUTH_SOCK; 02:08:39 unset SSH_AGENT_PID; 02:08:39 echo Agent pid 52 killed; 02:08:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:08:40 + git semver [Pipeline] } 02:08:40 $ docker stop --time=1 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 02:08:41 $ docker rm -f 9cce36a8b47a04cc9131795378522637376aa5878ac10b9e83fb781b11113127 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:08:42 Stashed 1 file(s) [Pipeline] echo 02:08:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:08:58 Still waiting to schedule task 02:08:58 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-22154’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22146’ is offline; ‘prd-centos7-docker-4c-2g-22160’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22158’ doesn’t have label ‘centos7-docker-4c-2g’ 02:08:58 Still waiting to schedule task 02:08:58 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-22154’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-22146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-22160’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22158’ is offline 02:12:10 Running on prd-centos7-docker-4c-2g-22163 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 02:12:10 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout 02:12:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22162 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 02:12:15 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout 02:12:18 using credential edgex-jenkins-ssh 02:12:18 Cloning the remote Git repository 02:12:18 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:12:18 > git init /w/workspace/edgex-ui-go/5 # timeout=10 02:12:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:12:18 > git --version # timeout=10 02:12:18 > git --version # 'git version 2.24.3' 02:12:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:12:20 using credential edgex-jenkins-ssh 02:12:20 Cloning the remote Git repository 02:12:20 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 02:12:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:12:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:12:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:12:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:12:20 > git config core.sparsecheckout # timeout=10 02:12:20 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 02:12:20 > git remote # timeout=10 02:12:21 > git config --get remote.origin.url # timeout=10 02:12:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:21 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 02:12:20 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:12:20 > git init /w/workspace/edgex-ui-go/5 # timeout=10 02:12:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:12:20 > git --version # timeout=10 02:12:20 > git --version # 'git version 2.17.1' 02:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:12:21 Merge succeeded, producing be3bdfaf317d9d7c44416b14829014378b7e4b59 02:12:21 Checking out Revision be3bdfaf317d9d7c44416b14829014378b7e4b59 (PR-289) 02:12:21 > git rev-parse HEAD^{commit} # timeout=10 02:12:21 > git config core.sparsecheckout # timeout=10 02:12:21 > git checkout -f be3bdfaf317d9d7c44416b14829014378b7e4b59 # timeout=10 02:12:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:12:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:12:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:12:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:12:23 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 02:12:23 > git config core.sparsecheckout # timeout=10 02:12:23 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 02:12:23 > git remote # timeout=10 02:12:23 > git config --get remote.origin.url # timeout=10 02:12:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:23 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 02:12:24 Merge succeeded, producing 4f628c000956442f523afde7ccd11601fef6a24a 02:12:24 Checking out Revision 4f628c000956442f523afde7ccd11601fef6a24a (PR-289) 02:12:24 > git rev-parse HEAD^{commit} # timeout=10 02:12:24 > git config core.sparsecheckout # timeout=10 02:12:24 > git checkout -f 4f628c000956442f523afde7ccd11601fef6a24a # timeout=10 02:12:26 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" 02:12:26 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:26 > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 02:12:28 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" 02:12:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 02:12:28 First time build. Skipping changelog. [Pipeline] sh 02:12:28 > git rev-list --no-walk a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 02:12:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:29 + sudo service docker restart 02:12:29 + true 02:12:29 Redirecting to /bin/systemctl restart docker.service 02:12:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:12:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:12:30 + + true 02:12:30 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:12:31 provisioning config files... 02:12:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config7776211774655880303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:31 ---> docker-login.sh 02:12:31 nexus3.edgexfoundry.org:10001 02:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:32 Configure a credential helper to remove this warning. See 02:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:32 02:12:32 Login Succeeded 02:12:32 nexus3.edgexfoundry.org:10002 02:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:33 Configure a credential helper to remove this warning. See 02:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:33 02:12:33 Login Succeeded 02:12:33 nexus3.edgexfoundry.org:10003 02:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:12:33 provisioning config files... 02:12:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config7242114905286962398tmp 02:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:33 Configure a credential helper to remove this warning. See 02:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:33 02:12:33 Login Succeeded 02:12:33 nexus3.edgexfoundry.org:10004 02:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:33 Configure a credential helper to remove this warning. See 02:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:33 02:12:33 Login Succeeded 02:12:33 docker.io 02:12:34 ---> docker-login.sh 02:12:34 nexus3.edgexfoundry.org:10001 02:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:34 02:12:34 Login Succeeded 02:12:34 ---> docker-login.sh ends [Pipeline] } 02:12:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:12:34 ========================================================= 02:12:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:12:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:35 Configure a credential helper to remove this warning. See 02:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:35 02:12:35 Login Succeeded 02:12:35 nexus3.edgexfoundry.org:10002 02:12:35 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:35 Configure a credential helper to remove this warning. See 02:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:35 02:12:35 Login Succeeded 02:12:35 nexus3.edgexfoundry.org:10003 02:12:36 Sending build context to Docker daemon 16.7MB 02:12:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:12:36 Step 2/8 : FROM ${BASE} 02:12:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:12:36 188c0c94c7c5: Pulling fs layer 02:12:36 0ef7d3d256c8: Pulling fs layer 02:12:36 de9db76c5a1d: Pulling fs layer 02:12:36 bca2f99d35d6: Pulling fs layer 02:12:36 93359f2a8cfa: Pulling fs layer 02:12:36 7c6f9722023f: Pulling fs layer 02:12:36 a35cf1a2eb13: Pulling fs layer 02:12:36 bca2f99d35d6: Waiting 02:12:36 93359f2a8cfa: Waiting 02:12:36 7c6f9722023f: Waiting 02:12:36 a35cf1a2eb13: Waiting 02:12:36 de9db76c5a1d: Verifying Checksum 02:12:36 de9db76c5a1d: Download complete 02:12:36 0ef7d3d256c8: Verifying Checksum 02:12:36 0ef7d3d256c8: Download complete 02:12:36 93359f2a8cfa: Verifying Checksum 02:12:36 93359f2a8cfa: Download complete 02:12:36 7c6f9722023f: Verifying Checksum 02:12:36 7c6f9722023f: Download complete 02:12:36 188c0c94c7c5: Verifying Checksum 02:12:36 188c0c94c7c5: Download complete 02:12:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:36 Configure a credential helper to remove this warning. See 02:12:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:36 02:12:36 Login Succeeded 02:12:36 nexus3.edgexfoundry.org:10004 02:12:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:37 Configure a credential helper to remove this warning. See 02:12:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:37 02:12:37 Login Succeeded 02:12:37 docker.io 02:12:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:37 188c0c94c7c5: Pull complete 02:12:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:37 Configure a credential helper to remove this warning. See 02:12:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:37 02:12:37 Login Succeeded 02:12:37 ---> docker-login.sh ends [Pipeline] } 02:12:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 02:12:38 0ef7d3d256c8: Pull complete [Pipeline] // withEnv [Pipeline] unstash 02:12:38 de9db76c5a1d: Pull complete [Pipeline] echo 02:12:38 ========================================================= 02:12:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:12:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:12:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:12:39 Sending build context to Docker daemon 16.7MB 02:12:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:12:39 Step 2/8 : FROM ${BASE} 02:12:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:12:39 5f621e34cdf4: Pulling fs layer 02:12:39 a4357932f1b6: Pulling fs layer 02:12:39 18c013af1878: Pulling fs layer 02:12:39 00ac8860ef70: Pulling fs layer 02:12:39 63d7cb157983: Pulling fs layer 02:12:39 b116817d02f9: Pulling fs layer 02:12:39 745a02a5169b: Pulling fs layer 02:12:39 b116817d02f9: Waiting 02:12:39 745a02a5169b: Waiting 02:12:39 63d7cb157983: Waiting 02:12:39 18c013af1878: Download complete 02:12:39 a4357932f1b6: Verifying Checksum 02:12:39 a4357932f1b6: Download complete 02:12:39 63d7cb157983: Verifying Checksum 02:12:39 63d7cb157983: Download complete 02:12:39 b116817d02f9: Verifying Checksum 02:12:39 b116817d02f9: Download complete 02:12:40 5f621e34cdf4: Verifying Checksum 02:12:40 5f621e34cdf4: Download complete 02:12:40 5f621e34cdf4: Pull complete 02:12:41 a4357932f1b6: Pull complete 02:12:42 18c013af1878: Pull complete 02:12:42 a35cf1a2eb13: Verifying Checksum 02:12:42 a35cf1a2eb13: Download complete 02:12:43 745a02a5169b: Verifying Checksum 02:12:43 745a02a5169b: Download complete 02:12:44 00ac8860ef70: Verifying Checksum 02:12:44 00ac8860ef70: Download complete 02:12:48 bca2f99d35d6: Verifying Checksum 02:12:48 bca2f99d35d6: Download complete 02:12:54 00ac8860ef70: Pull complete 02:12:54 63d7cb157983: Pull complete 02:12:55 b116817d02f9: Pull complete 02:12:59 745a02a5169b: Pull complete 02:12:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:12:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:12:59 ---> b7e6874047d6 02:12:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:13:01 bca2f99d35d6: Pull complete 02:13:01 93359f2a8cfa: Pull complete 02:13:01 7c6f9722023f: Pull complete 02:13:01 ---> Running in ac0ff80bac11 02:13:01 Removing intermediate container ac0ff80bac11 02:13:01 ---> deca007921b9 02:13:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:02 ---> Running in 94d847f50503 02:13:04 Removing intermediate container 94d847f50503 02:13:04 ---> 49ff1361bef5 02:13:04 Step 5/8 : RUN apk add --no-cache make git 02:13:04 ---> Running in 90c3a00c5385 02:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:07 OK: 142 MiB in 39 packages 02:13:08 Removing intermediate container 90c3a00c5385 02:13:08 ---> d1e00bb1f7b1 02:13:08 Step 6/8 : WORKDIR /edgex-ui-go 02:13:08 ---> Running in a8e985d15157 02:13:09 a35cf1a2eb13: Pull complete 02:13:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:13:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:13:09 ---> a62c8e92a672 02:13:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:13:09 Removing intermediate container a8e985d15157 02:13:09 ---> fc86b0f77872 02:13:09 Step 7/8 : COPY . . 02:13:09 ---> Running in d0cfbdf76233 02:13:10 Removing intermediate container d0cfbdf76233 02:13:10 ---> 460e510907a5 02:13:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:10 ---> Running in 16e37bfcc4e6 02:13:11 ---> 5d4543865190 02:13:11 Step 8/8 : RUN go mod download 02:13:11 ---> Running in c5cda70babd6 02:13:11 Removing intermediate container 16e37bfcc4e6 02:13:11 ---> 27ba7b5c93fc 02:13:11 Step 5/8 : RUN apk add --no-cache make git 02:13:11 ---> Running in 29c7388da128 02:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:14 OK: 166 MiB in 39 packages 02:13:15 Removing intermediate container 29c7388da128 02:13:15 ---> f893c7313078 02:13:15 Step 6/8 : WORKDIR /edgex-ui-go 02:13:15 ---> Running in bf0715723893 02:13:16 Removing intermediate container bf0715723893 02:13:16 ---> 3b93912148c4 02:13:16 Step 7/8 : COPY . . 02:13:19 ---> 8c7564c422e9 02:13:19 Step 8/8 : RUN go mod download 02:13:19 ---> Running in eb41e962da39 02:13:38 Removing intermediate container c5cda70babd6 02:13:38 ---> f5581da39d28 02:13:38 Successfully built f5581da39d28 02:13:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:13:38 + docker inspect -f . ci-base-image-arm64 02:13:38 . [Pipeline] withDockerContainer 02:13:38 prd-ubuntu18.04-docker-arm64-4c-16g-22162 does not seem to be running inside a container 02:13:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:13:40 $ docker top 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:41 + go version 02:13:41 go version go1.15.5 linux/arm64 [Pipeline] } 02:13:41 $ docker stop --time=1 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 02:13:43 $ docker rm -f 5fa86ed36688d4eb15545fd4de0edece6ffe45ba2aa385439c1142270429f544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:13:44 + docker inspect -f . ci-base-image-arm64 02:13:44 . [Pipeline] withDockerContainer 02:13:44 prd-ubuntu18.04-docker-arm64-4c-16g-22162 does not seem to be running inside a container 02:13:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:13:46 $ docker top 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:47 + make test 02:13:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:13:48 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:13:52 Removing intermediate container eb41e962da39 02:13:52 ---> 065815a7c1b4 02:13:52 Successfully built 065815a7c1b4 02:13:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:13:53 + docker inspect -f . ci-base-image-x86_64 02:13:53 . [Pipeline] withDockerContainer 02:13:54 prd-centos7-docker-4c-2g-22163 does not seem to be running inside a container 02:13:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:13:55 $ docker top 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:56 + go version 02:13:56 go version go1.15.5 linux/amd64 [Pipeline] } 02:13:56 $ docker stop --time=1 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 02:13:58 $ docker rm -f 0bb088bad4b00ef65c4f234f2ba05085e320d414de3d071a5e77b383d9ccbf85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:13:59 + docker inspect -f . ci-base-image-x86_64 02:13:59 . [Pipeline] withDockerContainer 02:13:59 prd-centos7-docker-4c-2g-22163 does not seem to be running inside a container 02:14:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:14:01 $ docker top 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:03 + make test 02:14:03 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:14:08 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:11 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:11 GO111MODULE=on go vet ./... [Pipeline] } 02:14:16 $ docker stop --time=1 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef 02:14:18 $ docker rm -f 35f2eb4ea8835f6fc272d18928fec5013a93d88df8e3dbce0bdcd3dca1f9a6ef [Pipeline] // withDockerContainer [Pipeline] sh 02:14:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:14:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:22 + ls -al . 02:14:22 total 124 02:14:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:13 . 02:14:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:12 .. 02:14:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:12 .git 02:14:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:12 .github 02:14:22 -rw-rw-r-- 1 jenkins jenkins 153 Jan 22 02:12 .gitignore 02:14:22 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 22 02:12 CONTRIBUTING.md 02:14:22 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 22 02:12 Dockerfile 02:14:22 -rw-rw-r-- 1 jenkins jenkins 902 Jan 22 02:12 Dockerfile.build 02:14:22 -rw-rw-r-- 1 jenkins jenkins 652 Jan 22 02:12 Jenkinsfile 02:14:22 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 22 02:12 LICENSE 02:14:22 -rw-rw-r-- 1 jenkins jenkins 951 Jan 22 02:12 Makefile 02:14:22 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 22 02:12 README.md 02:14:22 -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 02:08 VERSION 02:14:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:12 assets 02:14:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:12 bin 02:14:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:12 cmd 02:14:22 -rw-r--r-- 1 jenkins jenkins 10 Jan 22 02:13 coverage.out 02:14:22 drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:12 docs 02:14:22 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 22 02:12 go.mod 02:14:22 -rw-r--r-- 1 jenkins jenkins 20629 Jan 22 02:13 go.sum 02:14:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:12 internal 02:14:22 -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 02:12 version.go 02:14:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:12 web [Pipeline] isUnix [Pipeline] sh 02:14:22 + 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=07578eca39e83751994501bf10cbeecfadecca3f --label arch=arm64 --label version=0.0.0 . 02:14:23 Sending build context to Docker daemon 16.72MB 02:14:23 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:23 Step 2/24 : FROM ${BASE} AS builder 02:14:23 ---> f5581da39d28 02:14:23 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:23 GO111MODULE=on go vet ./... 02:14:23 ---> Running in 2cc2eb721d2b 02:14:24 Removing intermediate container 2cc2eb721d2b 02:14:24 ---> 1397f1e2d9aa 02:14:24 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:24 ---> Running in 29069fb64815 02:14:25 Removing intermediate container 29069fb64815 02:14:25 ---> a46f0bf7c734 02:14:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:25 ---> Running in 1428a2cf9de6 02:14:25 Removing intermediate container 1428a2cf9de6 02:14:25 ---> 4ca8b036bb07 02:14:25 Step 6/24 : LABEL Name=edgex-ui-go 02:14:25 ---> Running in 6f018a471da4 02:14:26 Removing intermediate container 6f018a471da4 02:14:26 ---> f288798a21f9 02:14:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:26 ---> Running in 1fd92684575d 02:14:26 Removing intermediate container 1fd92684575d 02:14:26 ---> bdd35cd76834 02:14:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:26 ---> Running in 1e424d9160a0 [Pipeline] } 02:14:28 $ docker stop --time=1 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e 02:14:28 Removing intermediate container 1e424d9160a0 02:14:28 ---> b09173e531d1 02:14:28 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:29 ---> Running in ddf9c18a0f9b 02:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:14:31 $ docker rm -f 4ffcf905e37718612dd2312feedc85881abf0f9dbf70caf704fc3c03f0e20e1e 02:14:32 OK: 142 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] sh 02:14:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:32 Warning: overwriting stash ‘coverage-report’ 02:14:33 Removing intermediate container ddf9c18a0f9b 02:14:33 ---> 968ed1bc3450 02:14:33 Step 10/24 : ENV GO111MODULE=on 02:14:33 Stashed 1 file(s) [Pipeline] } 02:14:33 ---> Running in d2d17ec8f981 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:14:33 Removing intermediate container d2d17ec8f981 02:14:33 ---> 2a9ed202e59e 02:14:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:33 ---> Running in b3246f1cbdc3 02:14:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:34 + ls -al . 02:14:34 total 92 02:14:34 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:14 . 02:14:34 drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 02:12 .. 02:14:34 drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 02:12 assets 02:14:34 drwxrwxr-x. 2 jenkins jenkins 35 Jan 22 02:12 bin 02:14:34 drwxrwxr-x. 3 jenkins jenkins 29 Jan 22 02:12 cmd 02:14:34 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 22 02:12 CONTRIBUTING.md 02:14:34 -rw-r--r--. 1 jenkins jenkins 10 Jan 22 02:14 coverage.out 02:14:34 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 22 02:12 Dockerfile 02:14:34 -rw-rw-r--. 1 jenkins jenkins 902 Jan 22 02:12 Dockerfile.build 02:14:34 drwxrwxr-x. 5 jenkins jenkins 104 Jan 22 02:12 docs 02:14:34 drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 02:12 .git 02:14:34 drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:12 .github 02:14:34 -rw-rw-r--. 1 jenkins jenkins 153 Jan 22 02:12 .gitignore 02:14:34 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 22 02:12 go.mod 02:14:34 -rw-r--r--. 1 jenkins jenkins 20629 Jan 22 02:14 go.sum 02:14:34 drwxrwxr-x. 10 jenkins jenkins 139 Jan 22 02:12 internal 02:14:34 -rw-rw-r--. 1 jenkins jenkins 652 Jan 22 02:12 Jenkinsfile 02:14:34 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 22 02:12 LICENSE 02:14:34 -rw-rw-r--. 1 jenkins jenkins 951 Jan 22 02:12 Makefile 02:14:34 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 22 02:12 README.md 02:14:34 -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 02:08 VERSION 02:14:34 -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 02:12 version.go 02:14:34 drwxrwxr-x. 4 jenkins jenkins 4096 Jan 22 02:12 web [Pipeline] isUnix [Pipeline] sh 02:14:34 Removing intermediate container b3246f1cbdc3 02:14:34 ---> 750020ea2967 02:14:34 Step 12/24 : COPY go.mod . 02:14: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=07578eca39e83751994501bf10cbeecfadecca3f --label arch=amd64 --label version=0.0.0 . 02:14:35 ---> b94685576e1d 02:14:35 Step 13/24 : COPY Makefile . 02:14:35 Sending build context to Docker daemon 16.72MB 02:14:35 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:35 Step 2/24 : FROM ${BASE} AS builder 02:14:35 ---> 065815a7c1b4 02:14:35 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:36 ---> 95d3131683d1 02:14:36 Step 14/24 : RUN make update 02:14:36 ---> Running in f6f84be93632 02:14:36 ---> Running in db66f85c419a 02:14:36 Removing intermediate container db66f85c419a 02:14:36 ---> 4a09dd72bf0c 02:14:36 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:37 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:37 ---> Running in aaf6b3496cb7 02:14:37 Removing intermediate container aaf6b3496cb7 02:14:37 ---> dc886fdac797 02:14:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:37 ---> Running in cb955388d493 02:14:37 Removing intermediate container cb955388d493 02:14:37 ---> eabeebfd75e5 02:14:37 Step 6/24 : LABEL Name=edgex-ui-go 02:14:37 ---> Running in 1417842eada3 02:14:38 Removing intermediate container 1417842eada3 02:14:38 ---> 64307a21c151 02:14:38 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:38 ---> Running in b2dbb2cd50cc 02:14:38 Removing intermediate container f6f84be93632 02:14:38 ---> 4a9c6d172ed7 02:14:38 Step 15/24 : COPY . . 02:14:38 Removing intermediate container b2dbb2cd50cc 02:14:38 ---> f5afe40ba627 02:14:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:38 ---> Running in 2a6ae2e16ad8 02:14:40 Removing intermediate container 2a6ae2e16ad8 02:14:40 ---> 223e4e998c45 02:14:40 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:40 ---> Running in 812122c540b6 02:14:40 ---> cd167c6ebb35 02:14:40 Step 16/24 : RUN ${MAKE} 02:14:40 ---> Running in 4035d9ce9ec6 02:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:42 OK: 166 MiB in 39 packages 02:14:43 Removing intermediate container 812122c540b6 02:14:43 ---> dec7a6a54ca6 02:14:43 Step 10/24 : ENV GO111MODULE=on 02:14:43 ---> Running in 555da2d790e1 02:14:44 Removing intermediate container 555da2d790e1 02:14:44 ---> 1982abbf8b85 02:14:44 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:44 ---> Running in 14e497f2ed90 02:14:44 Removing intermediate container 14e497f2ed90 02:14:44 ---> dcf92444fb09 02:14:44 Step 12/24 : COPY go.mod . 02:14:45 ---> 3fd6b0bfddf1 02:14:45 Step 13/24 : COPY Makefile . 02:14:46 ---> 4ba797d783f9 02:14:46 Step 14/24 : RUN make update 02:14:46 ---> Running in c6e5661abe63 02:14:47 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:49 Removing intermediate container c6e5661abe63 02:14:49 ---> c39a040281bc 02:14:49 Step 15/24 : COPY . . 02:14:51 ---> 52b1ede73a3c 02:14:51 Step 16/24 : RUN ${MAKE} 02:14:51 ---> Running in 0fac88b7f073 02:14:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:15:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:15:09 Removing intermediate container 4035d9ce9ec6 02:15:09 ---> a45eb0ffa46e 02:15:09 Step 17/24 : FROM alpine:3.12 02:15:09 3.12: Pulling from library/alpine 02:15:09 159e5727ea61: Pulling fs layer 02:15:10 159e5727ea61: Verifying Checksum 02:15:10 159e5727ea61: Download complete 02:15:10 159e5727ea61: Pull complete 02:15:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:15:10 Status: Downloaded newer image for alpine:3.12 02:15:10 ---> afeebe901d6b 02:15:10 Step 18/24 : EXPOSE 4000 02:15:11 ---> Running in 0ebbc9090c55 02:15:11 Removing intermediate container 0ebbc9090c55 02:15:11 ---> ecd0ca25eab2 02:15:11 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:13 ---> 71ed50db2889 02:15:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:13 ---> Running in 0e1059d96d83 02:15:13 Removing intermediate container 0e1059d96d83 02:15:13 ---> 02912866f098 02:15:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:15:13 ---> Running in 35e88aa291e7 02:15:14 Removing intermediate container 35e88aa291e7 02:15:14 ---> f2d5fd76827f 02:15:14 Step 22/24 : LABEL arch=arm64 02:15:14 ---> Running in c046c19d9014 02:15:14 Removing intermediate container c046c19d9014 02:15:14 ---> ceda2663987a 02:15:14 Step 23/24 : LABEL git_sha=07578eca39e83751994501bf10cbeecfadecca3f 02:15:15 ---> Running in cd0e8cbee9bb 02:15:15 Removing intermediate container cd0e8cbee9bb 02:15:15 ---> ec28da999955 02:15:15 Step 24/24 : LABEL version=0.0.0 02:15:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:15:15 ---> Running in 3cef06b72130 02:15:15 Removing intermediate container 3cef06b72130 02:15:15 ---> 91d27e83be14 02:15:15 [Warning] One or more build-args [ARCH] were not consumed 02:15:16 Successfully built 91d27e83be14 02:15:16 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] } 02:15:19 Removing intermediate container 0fac88b7f073 02:15:19 ---> d9cb01b2d9ef 02:15:19 Step 17/24 : FROM alpine:3.12 02:15:19 3.12: Pulling from library/alpine 02:15:19 801bfaa63ef2: Pulling fs layer 02:15:20 801bfaa63ef2: Verifying Checksum 02:15:20 801bfaa63ef2: Download complete 02:15:20 801bfaa63ef2: Pull complete 02:15:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:15:20 Status: Downloaded newer image for alpine:3.12 02:15:20 ---> 389fef711851 02:15:20 Step 18/24 : EXPOSE 4000 02:15:20 ---> Running in 96751f2b6b6a 02:15:21 Removing intermediate container 96751f2b6b6a 02:15:21 ---> 6761ade7ba81 02:15:21 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:23 ---> 0391f36724b6 02:15:23 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:23 ---> Running in 9c0ae34d1b31 02:15:23 Removing intermediate container 9c0ae34d1b31 02:15:23 ---> 06ac11aa67ff 02:15:23 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:15:23 ---> Running in fa9a5ae86056 02:15:23 Removing intermediate container fa9a5ae86056 02:15:23 ---> 566fd3d3cd14 02:15:23 Step 22/24 : LABEL arch=amd64 02:15:23 ---> Running in f0c347e7930b 02:15:24 Removing intermediate container f0c347e7930b 02:15:24 ---> a858b816861f 02:15:24 Step 23/24 : LABEL git_sha=07578eca39e83751994501bf10cbeecfadecca3f 02:15:24 ---> Running in 8e0496147668 02:15:24 Removing intermediate container 8e0496147668 02:15:24 ---> d7e80c3d0368 02:15:24 Step 24/24 : LABEL version=0.0.0 02:15:24 ---> Running in 7202a9ff4f60 02:15:24 Removing intermediate container 7202a9ff4f60 02:15:24 ---> 6ec515334be3 02:15:24 [Warning] One or more build-args [ARCH] were not consumed 02:15:24 Successfully built 6ec515334be3 02:15:24 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:15:26 provisioning config files... 02:15:26 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8834392145438019220tmp [Pipeline] { [Pipeline] sh 02:15:27 + set +x 02:15:27 + curl -s https://codecov.io/bash 02:15:27 + bash -s -- 02:15:27 02:15:27 _____ _ 02:15:27 / ____| | | 02:15:27 | | ___ __| | ___ ___ _____ __ 02:15:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:15:27 | |___| (_) | (_| | __/ (_| (_) \ V / 02:15:27 \_____\___/ \__,_|\___|\___\___/ \_/ 02:15:27 Bash-20210115-cec3c92 02:15:27 02:15:27 02:15:27 ==> git version 2.24.3 found 02:15:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:15:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:15:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:15:27 ==> Jenkins CI detected. 02:15:27 project root: . 02:15:27 --> token set from env 02:15:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:15:27 ==> Running gcov in . (disable via -X gcov) 02:15:27 ==> Python coveragepy not found 02:15:27 ==> Searching for coverage reports in: 02:15:27 + . 02:15:27 -> Found 1 reports 02:15:27 ==> Detecting git/mercurial file structure 02:15:27 ==> Reading reports 02:15:27 + ./coverage.out bytes=10 02:15:27 ==> Appending adjustments 02:15:27 https://docs.codecov.io/docs/fixing-reports 02:15:27 + Found adjustments 02:15:27 ==> Gzipping contents 02:15:27 4.0K /tmp/codecov.0GJLNs.gz 02:15:27 ==> Uploading reports 02:15:27 url: https://codecov.io 02:15:27 query: branch=PR-289&commit=07578eca39e83751994501bf10cbeecfadecca3f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 02:15:27 -> Pinging Codecov 02:15:27 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=07578eca39e83751994501bf10cbeecfadecca3f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 02:15:27 -> Uploading to 02:15:27 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/FB506323287CE973F263BFD2A0EB1F37/07578eca39e83751994501bf10cbeecfadecca3f/e90aae37-5f81-448d-9888-f7e67492ad23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T021527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70e473a0251f6f93cf53f0aa28061ed76bf3d64a3b15e4cf5a8ca9b7a7a808ec 02:15:27 % Total % Received % Xferd Average Speed Time Time Time Current 02:15:27 Dload Upload Total Spent Left Speed 02:15:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5460 --:--:-- --:--:-- --:--:-- 5469 02:15:28 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/07578eca39e83751994501bf10cbeecfadecca3f [Pipeline] } 02:15:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:15:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:31 ---> package-listing.sh 02:15:31 ++ facter osfamily 02:15:31 ++ tr '[:upper:]' '[:lower:]' 02:15:31 + OS_FAMILY=redhat 02:15:31 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 02:15:31 + START_PACKAGES=/tmp/packages_start.txt 02:15:31 + END_PACKAGES=/tmp/packages_end.txt 02:15:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:31 + PACKAGES=/tmp/packages_start.txt 02:15:31 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 02:15:31 + PACKAGES=/tmp/packages_end.txt 02:15:31 + case "${OS_FAMILY}" in 02:15:31 + rpm -qa 02:15:31 + sort 02:15:36 + '[' -f /tmp/packages_start.txt ']' 02:15:36 + '[' -f /tmp/packages_end.txt ']' 02:15:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:36 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 02:15:36 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 02:15:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo 02:15:36 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-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:15:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:37 02:15:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:15:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:37 alpine: Pulling from edgex-lftools-log-publisher 02:15:37 df20fa9351a1: Pulling fs layer 02:15:37 36b3adc4ff6f: Pulling fs layer 02:15:37 8ad3a11d3b57: Pulling fs layer 02:15:37 46f8f816bc3b: Pulling fs layer 02:15:37 93b61091891f: Pulling fs layer 02:15:37 93b9cdb0e59b: Pulling fs layer 02:15:37 5e14af77c1be: Pulling fs layer 02:15:37 01666e4c0597: Pulling fs layer 02:15:37 aa168da1d23b: Pulling fs layer 02:15:37 93b9cdb0e59b: Waiting 02:15:37 5e14af77c1be: Waiting 02:15:37 01666e4c0597: Waiting 02:15:37 aa168da1d23b: Waiting 02:15:37 46f8f816bc3b: Waiting 02:15:37 93b61091891f: Waiting 02:15:37 36b3adc4ff6f: Verifying Checksum 02:15:37 36b3adc4ff6f: Download complete 02:15:37 46f8f816bc3b: Verifying Checksum 02:15:37 46f8f816bc3b: Download complete 02:15:37 df20fa9351a1: Verifying Checksum 02:15:37 df20fa9351a1: Download complete 02:15:37 93b9cdb0e59b: Verifying Checksum 02:15:37 93b9cdb0e59b: Download complete 02:15:37 93b61091891f: Verifying Checksum 02:15:37 93b61091891f: Download complete 02:15:37 5e14af77c1be: Download complete 02:15:37 01666e4c0597: Verifying Checksum 02:15:37 01666e4c0597: Download complete 02:15:37 8ad3a11d3b57: Verifying Checksum 02:15:37 8ad3a11d3b57: Download complete 02:15:38 df20fa9351a1: Pull complete 02:15:38 36b3adc4ff6f: Pull complete 02:15:39 8ad3a11d3b57: Pull complete 02:15:39 46f8f816bc3b: Pull complete 02:15:40 93b61091891f: Pull complete 02:15:40 aa168da1d23b: Verifying Checksum 02:15:40 aa168da1d23b: Download complete 02:15:40 93b9cdb0e59b: Pull complete 02:15:40 5e14af77c1be: Pull complete 02:15:40 01666e4c0597: Pull complete 02:15:48 aa168da1d23b: Pull complete 02:15:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:15:48 prd-centos7-docker-4c-2g-22157 does not seem to be running inside a container 02:15:48 $ 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-289/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-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@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 02:15:52 $ docker top 209343d848ae3a81911162891b07359c19f2f074a6037492ea917e77b4803952 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:52 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:52 + mkdir -p /var/log/sa [Pipeline] sh 02:15:53 + ls /var/log/sa-host 02:15:53 + sadf -c /var/log/sa-host/sa22 02:15:53 file_magic: OK 02:15:53 HZ: Using current value: 100 02:15:53 file_header: OK 02:15:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:53 Statistics: 02:15:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:15:53 File successfully converted to sysstat format version 12.2.1 02:15:53 + sadf -c /var/log/sa-host/sa23 02:15:53 file_magic: OK 02:15:53 HZ: Using current value: 100 02:15:53 file_header: OK 02:15:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:53 Statistics: 02:15:53 Hnuu...uuuununununu... 02:15:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:53 provisioning config files... 02:15:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7778666294325188970tmp [Pipeline] { [Pipeline] echo 02:15:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:53 ---> create-netrc.sh [Pipeline] } 02:15:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> python-tools-install.sh [Pipeline] echo 02:15:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> sudo-logs.sh 02:15:54 Archiving 'sudo' log.. [Pipeline] echo 02:15:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> job-cost.sh 02:15:54 lf-activate-venv: SKIPPING 02:15:54 INFO: No Stack... 02:15:56 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:57 INFO: Archiving Costs [Pipeline] echo 02:15:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:57 ---> logs-deploy.sh 02:15:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/5 02:15:57 INFO: archiving workspace using pattern(s): 02:15:59 Archives upload complete. 02:15:59 INFO: archiving logs to Nexus 02:16:00 ---> uname -a: 02:16:00 Linux prd-centos7-docker-4c-2g-22157.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:16:00 02:16:00 02:16:00 ---> lscpu: 02:16:00 Architecture: x86_64 02:16:00 CPU op-mode(s): 32-bit, 64-bit 02:16:00 Byte Order: Little Endian 02:16:00 Address sizes: 40 bits physical, 48 bits virtual 02:16:00 CPU(s): 4 02:16:00 On-line CPU(s) list: 0-3 02:16:00 Thread(s) per core: 1 02:16:00 Core(s) per socket: 1 02:16:00 Socket(s): 4 02:16:00 NUMA node(s): 1 02:16:00 Vendor ID: GenuineIntel 02:16:00 CPU family: 6 02:16:00 Model: 44 02:16:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:16:00 Stepping: 1 02:16:00 CPU MHz: 2933.436 02:16:00 BogoMIPS: 5866.87 02:16:00 Virtualization: VT-x 02:16:00 Hypervisor vendor: KVM 02:16:00 Virtualization type: full 02:16:00 L1d cache: 128 KiB 02:16:00 L1i cache: 128 KiB 02:16:00 L2 cache: 16 MiB 02:16:00 L3 cache: 64 MiB 02:16:00 NUMA node0 CPU(s): 0-3 02:16:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:16:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:16:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:16:00 Vulnerability Meltdown: Mitigation; PTI 02:16:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:16:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:16:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:16:00 Vulnerability Srbds: Not affected 02:16:00 Vulnerability Tsx async abort: Not affected 02:16:00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:16:00 02:16:00