Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd2431a676bff289ed86a71baab2c922bfcb1568+d55611448001badf3f86a355cc3eabf57582dc86 (c16b49c6ff81245b703ab419cedb8f54e7e279a0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27298 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 d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) > git config core.sparsecheckout # timeout=10 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:27:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:27:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:27:50 ========================================================= 08:27:50 EdgeX Global Pipelines Version Info 08:27:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:27:51 ------------------- 08:27:51 stable info: 08:27:51 ------------------- 08:27:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:27:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:27:51 Message: update stable to v1.0.179 08:27:52 ------------------- 08:27:52 experimental info: 08:27:52 ------------------- 08:27:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:27:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:27:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:27:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 08:27:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 08:27:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:27:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:27:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:27:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd2431a [Pipeline] echo 08:27:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:27:55 provisioning config files... 08:27:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config8349778346348818790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:27:56 ---> docker-login.sh 08:27:56 nexus3.edgexfoundry.org:10001 08:27:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:56 Configure a credential helper to remove this warning. See 08:27:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:56 08:27:56 Login Succeeded 08:27:56 nexus3.edgexfoundry.org:10002 08:27:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:56 Configure a credential helper to remove this warning. See 08:27:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:56 08:27:56 Login Succeeded 08:27:56 nexus3.edgexfoundry.org:10003 08:27:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:56 Configure a credential helper to remove this warning. See 08:27:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:56 08:27:56 Login Succeeded 08:27:56 nexus3.edgexfoundry.org:10004 08:27:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:57 Configure a credential helper to remove this warning. See 08:27:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:57 08:27:57 Login Succeeded 08:27:57 docker.io 08:27:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:57 Configure a credential helper to remove this warning. See 08:27:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:57 08:27:57 Login Succeeded 08:27:57 ---> docker-login.sh ends [Pipeline] } 08:27:57 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:27:58 + git log --format=format:%s -1 fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] echo 08:27:58 GIT_COMMIT: fd2431a676bff289ed86a71baab2c922bfcb1568, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo 08:27:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:27:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:59 08:27:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:27:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:59 latest: Pulling from edgex-devops/git-semver 08:27:59 31603596830f: Pulling fs layer 08:27:59 2a8b12db71e7: Pulling fs layer 08:27:59 6ca5941a6612: Pulling fs layer 08:27:59 ecc8261a40a4: Pulling fs layer 08:27:59 ecc8261a40a4: Waiting 08:27:59 2a8b12db71e7: Download complete 08:27:59 31603596830f: Download complete 08:27:59 6ca5941a6612: Verifying Checksum 08:27:59 6ca5941a6612: Download complete 08:27:59 ecc8261a40a4: Verifying Checksum 08:27:59 ecc8261a40a4: Download complete 08:27:59 31603596830f: Pull complete 08:28:00 2a8b12db71e7: Pull complete 08:28:00 6ca5941a6612: Pull complete 08:28:01 ecc8261a40a4: Pull complete 08:28:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:28:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:28:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:28:01 prd-centos7-docker-4c-2g-27298 does not seem to be running inside a container 08:28:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:28:03 $ docker top 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:28:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:03 [ssh-agent] Looking for ssh-agent implementation... 08:28:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:03 $ docker exec 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent 08:28:04 SSH_AUTH_SOCK=/tmp/ssh-EbtzZ2jaMGJt/agent.11 08:28:04 SSH_AGENT_PID=16 08:28:04 Running ssh-add (command line suppressed) 08:28:04 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_8802676943611504529.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_8802676943611504529.key) 08:28:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:04 + git tag --points-at HEAD [Pipeline] } 08:28:04 $ docker exec --env ******** --env ******** 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent -k 08:28:04 unset SSH_AUTH_SOCK; 08:28:04 unset SSH_AGENT_PID; 08:28:04 echo Agent pid 16 killed; 08:28:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:28:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:04 [ssh-agent] Looking for ssh-agent implementation... 08:28:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:05 $ docker exec 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent 08:28:05 SSH_AUTH_SOCK=/tmp/ssh-wX9JQAkExL4x/agent.45 08:28:05 SSH_AGENT_PID=51 08:28:05 Running ssh-add (command line suppressed) 08:28:05 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5812607380249512942.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5812607380249512942.key) 08:28:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:05 + git semver init 08:28:05 # -> Open(): unable to determine branch for HEAD 08:28:05 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git 08:28:05 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 08:28:05 # $SEMVER_REMOTE_NAME = origin 08:28:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:28:05 # $SEMVER_USER_NAME = edgex-jenkins 08:28:05 # $SEMVER_BRANCH = PR-289 08:28:05 # $SEMVER_TEMP = /tmp/semver-962339933 08:28:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:28:06 # '/tmp/semver-962339933' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 08:28:06 # -> Force: false 08:28:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 08:28:06 $ docker exec --env ******** --env ******** 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 ssh-agent -k 08:28:06 unset SSH_AUTH_SOCK; 08:28:06 unset SSH_AGENT_PID; 08:28:06 echo Agent pid 51 killed; 08:28:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:28:07 + git semver [Pipeline] } 08:28:07 $ docker stop --time=1 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 08:28:08 $ docker rm -f 68c00ce855b6b16bacb0008a281fd8fed268190488c013677466f3c4d6bbc203 [Pipeline] // withDockerContainer [Pipeline] sh 08:28:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:28:09 Stashed 1 file(s) [Pipeline] echo 08:28:09 [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:28:25 Still waiting to schedule task 08:28:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:28:25 Still waiting to schedule task 08:28:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:29:37 Running on prd-centos7-docker-4c-2g-27301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 08:29:37 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 08:29:52 using credential edgex-jenkins-ssh 08:29:52 Cloning the remote Git repository 08:29:52 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:29:52 > git init /w/workspace/edgex-ui-go/7 # timeout=10 08:29:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:29:53 > git --version # timeout=10 08:29:53 > git --version # 'git version 2.24.3' 08:29:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:56 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 08:29:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:29:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:29:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:29:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:55 > 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 08:29:56 > git config core.sparsecheckout # timeout=10 08:29:56 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 08:29:57 Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 08:29:57 Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) 08:29:56 > git remote # timeout=10 08:29:56 > git config --get remote.origin.url # timeout=10 08:29:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:56 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:29:57 > git rev-parse HEAD^{commit} # timeout=10 08:29:57 > git config core.sparsecheckout # timeout=10 08:29:57 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 08:30:03 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:30:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:30:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:07 + sudo service docker restart 08:30:07 + true 08:30:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:09 provisioning config files... 08:30:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config3287567749713667433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:10 ---> docker-login.sh 08:30:10 nexus3.edgexfoundry.org:10001 08:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:11 Configure a credential helper to remove this warning. See 08:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:11 08:30:11 Login Succeeded 08:30:11 nexus3.edgexfoundry.org:10002 08:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:12 Configure a credential helper to remove this warning. See 08:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:12 08:30:12 Login Succeeded 08:30:12 nexus3.edgexfoundry.org:10003 08:30:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:13 Configure a credential helper to remove this warning. See 08:30:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:13 08:30:13 Login Succeeded 08:30:13 nexus3.edgexfoundry.org:10004 08:30:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:14 Configure a credential helper to remove this warning. See 08:30:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:14 08:30:14 Login Succeeded 08:30:14 docker.io 08:30:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:15 Configure a credential helper to remove this warning. See 08:30:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:15 08:30:15 Login Succeeded 08:30:15 ---> docker-login.sh ends [Pipeline] } 08:30:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:30:15 ========================================================= 08:30:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:16 + 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 . 08:30:18 Sending build context to Docker daemon 16.78MB 08:30:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:30:18 Step 2/8 : FROM ${BASE} 08:30:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:18 188c0c94c7c5: Pulling fs layer 08:30:18 0ef7d3d256c8: Pulling fs layer 08:30:18 de9db76c5a1d: Pulling fs layer 08:30:18 bca2f99d35d6: Pulling fs layer 08:30:18 93359f2a8cfa: Pulling fs layer 08:30:18 7c6f9722023f: Pulling fs layer 08:30:18 a35cf1a2eb13: Pulling fs layer 08:30:18 93359f2a8cfa: Waiting 08:30:18 7c6f9722023f: Waiting 08:30:18 a35cf1a2eb13: Waiting 08:30:18 bca2f99d35d6: Waiting 08:30:18 de9db76c5a1d: Verifying Checksum 08:30:18 de9db76c5a1d: Download complete 08:30:18 0ef7d3d256c8: Verifying Checksum 08:30:18 0ef7d3d256c8: Download complete 08:30:18 93359f2a8cfa: Verifying Checksum 08:30:18 93359f2a8cfa: Download complete 08:30:18 7c6f9722023f: Verifying Checksum 08:30:18 7c6f9722023f: Download complete 08:30:18 188c0c94c7c5: Verifying Checksum 08:30:18 188c0c94c7c5: Download complete 08:30:20 188c0c94c7c5: Pull complete 08:30:21 0ef7d3d256c8: Pull complete 08:30:21 de9db76c5a1d: Pull complete 08:30:27 a35cf1a2eb13: Verifying Checksum 08:30:27 a35cf1a2eb13: Download complete 08:30:28 bca2f99d35d6: Verifying Checksum 08:30:28 bca2f99d35d6: Download complete 08:30:39 bca2f99d35d6: Pull complete 08:30:39 93359f2a8cfa: Pull complete 08:30:39 7c6f9722023f: Pull complete 08:30:46 a35cf1a2eb13: Pull complete 08:30:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:30:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:30:46 ---> a62c8e92a672 08:30:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:30:46 ---> Running in 443f8390729c 08:30:46 Removing intermediate container 443f8390729c 08:30:46 ---> 01344fe5cd87 08:30:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:46 ---> Running in bf8a21de9958 08:30:48 Removing intermediate container bf8a21de9958 08:30:48 ---> 0c2b969b4acd 08:30:48 Step 5/8 : RUN apk add --no-cache make git 08:30:48 ---> Running in 4414dcbc2562 08:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:53 OK: 166 MiB in 39 packages 08:30:54 Removing intermediate container 4414dcbc2562 08:30:54 ---> 94df3bc5052b 08:30:54 Step 6/8 : WORKDIR /edgex-ui-go 08:30:54 ---> Running in 6b91be17d737 08:30:54 Removing intermediate container 6b91be17d737 08:30:54 ---> 3c84e73cb1d4 08:30:54 Step 7/8 : COPY . . 08:31:00 ---> c9d66d6d92eb 08:31:00 Step 8/8 : RUN go mod download 08:31:00 ---> Running in b3a1b54a7893 08:31:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27302 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 08:31:09 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 08:31:15 using credential edgex-jenkins-ssh 08:31:15 Cloning the remote Git repository 08:31:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:31:15 > git init /w/workspace/edgex-ui-go/7 # timeout=10 08:31:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:31:15 > git --version # timeout=10 08:31:15 > git --version # 'git version 2.17.1' 08:31:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:31:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:31:17 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit fd2431a676bff289ed86a71baab2c922bfcb1568 08:31:18 Merge succeeded, producing fd2431a676bff289ed86a71baab2c922bfcb1568 08:31:18 Checking out Revision fd2431a676bff289ed86a71baab2c922bfcb1568 (PR-289) 08:31:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:31:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:31:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:31:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:31:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:31:17 > 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 08:31:17 > git config core.sparsecheckout # timeout=10 08:31:17 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 08:31:17 > git remote # timeout=10 08:31:18 > git config --get remote.origin.url # timeout=10 08:31:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:31:18 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:31:18 > git rev-parse HEAD^{commit} # timeout=10 08:31:18 > git config core.sparsecheckout # timeout=10 08:31:18 > git checkout -f fd2431a676bff289ed86a71baab2c922bfcb1568 # timeout=10 08:31:22 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:31:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:31:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:25 + sudo service docker restart 08:31:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:31:27 provisioning config files... 08:31:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config2912255458054792921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:28 ---> docker-login.sh 08:31:28 nexus3.edgexfoundry.org:10001 08:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 nexus3.edgexfoundry.org:10002 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:30 Configure a credential helper to remove this warning. See 08:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:30 08:31:30 Login Succeeded 08:31:30 nexus3.edgexfoundry.org:10003 08:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:30 Configure a credential helper to remove this warning. See 08:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:30 08:31:30 Login Succeeded 08:31:30 nexus3.edgexfoundry.org:10004 08:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:31 Configure a credential helper to remove this warning. See 08:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:31 08:31:31 Login Succeeded 08:31:31 docker.io 08:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:32 Configure a credential helper to remove this warning. See 08:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:32 08:31:32 Login Succeeded 08:31:32 ---> docker-login.sh ends [Pipeline] } 08:31:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:31:32 ========================================================= 08:31:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:31:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:32 + 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 . 08:31:33 Sending build context to Docker daemon 16.77MB 08:31:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:31:33 Step 2/8 : FROM ${BASE} 08:31:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:31:33 5f621e34cdf4: Pulling fs layer 08:31:33 a4357932f1b6: Pulling fs layer 08:31:33 18c013af1878: Pulling fs layer 08:31:33 00ac8860ef70: Pulling fs layer 08:31:33 63d7cb157983: Pulling fs layer 08:31:33 b116817d02f9: Pulling fs layer 08:31:33 745a02a5169b: Pulling fs layer 08:31:33 00ac8860ef70: Waiting 08:31:33 63d7cb157983: Waiting 08:31:33 b116817d02f9: Waiting 08:31:33 745a02a5169b: Waiting 08:31:33 18c013af1878: Verifying Checksum 08:31:33 18c013af1878: Download complete 08:31:33 a4357932f1b6: Verifying Checksum 08:31:33 a4357932f1b6: Download complete 08:31:33 63d7cb157983: Verifying Checksum 08:31:33 63d7cb157983: Download complete 08:31:33 b116817d02f9: Verifying Checksum 08:31:33 b116817d02f9: Download complete 08:31:33 5f621e34cdf4: Verifying Checksum 08:31:33 5f621e34cdf4: Download complete 08:31:34 5f621e34cdf4: Pull complete 08:31:35 a4357932f1b6: Pull complete 08:31:35 18c013af1878: Pull complete 08:31:35 745a02a5169b: Verifying Checksum 08:31:35 745a02a5169b: Download complete 08:31:37 00ac8860ef70: Verifying Checksum 08:31:37 00ac8860ef70: Download complete 08:31:41 Removing intermediate container b3a1b54a7893 08:31:41 ---> 8c245eb23f51 08:31:41 Successfully built 8c245eb23f51 08:31:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:42 + docker inspect -f . ci-base-image-x86_64 08:31:42 . [Pipeline] withDockerContainer 08:31:45 prd-centos7-docker-4c-2g-27301 does not seem to be running inside a container 08:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 08:31:47 00ac8860ef70: Pull complete 08:31:47 63d7cb157983: Pull complete 08:31:48 b116817d02f9: Pull complete 08:31:48 $ docker top 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:49 + go version 08:31:49 go version go1.15.5 linux/amd64 [Pipeline] } 08:31:49 $ docker stop --time=1 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 08:31:52 $ docker rm -f 03e51cbc40d7cddb0c40f771cea23c76f050cd38af20d5c6148766fa95728d77 08:31:52 745a02a5169b: Pull complete 08:31:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:31:52 ---> b7e6874047d6 08:31:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:53 + docker inspect -f . ci-base-image-x86_64 08:31:53 . [Pipeline] withDockerContainer 08:31:53 prd-centos7-docker-4c-2g-27301 does not seem to be running inside a container 08:31:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 08:31:54 $ docker top 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 -eo pid,comm 08:31:55 ---> Running in 59eedb45463f [Pipeline] { 08:31:55 Removing intermediate container 59eedb45463f 08:31:55 ---> 0d41c2d752ea 08:31:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:55 ---> Running in feba9bf61ba1 [Pipeline] sh 08:31:56 + make test 08:31:56 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:31:57 Removing intermediate container feba9bf61ba1 08:31:57 ---> 3bce5cb0f639 08:31:57 Step 5/8 : RUN apk add --no-cache make git 08:31:57 ---> Running in 5bfde67aae2b 08:31:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:59 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:31:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:32:00 OK: 142 MiB in 39 packages 08:32:01 Removing intermediate container 5bfde67aae2b 08:32:01 ---> ec68a9e555d3 08:32:01 Step 6/8 : WORKDIR /edgex-ui-go 08:32:01 ---> Running in 89b88ae9ff69 08:32:02 Removing intermediate container 89b88ae9ff69 08:32:02 ---> 34102ce90e78 08:32:02 Step 7/8 : COPY . . 08:32:04 ---> 5c6009d234c1 08:32:04 Step 8/8 : RUN go mod download 08:32:04 ---> Running in 0dd503bf16d5 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:32:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:32:19 GO111MODULE=on go vet ./... [Pipeline] } 08:32:20 $ docker stop --time=1 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 08:32:23 $ docker rm -f 1d2312c50c4e85712f9f616379e5b2f7ab19a77dd3e8c7484603dce947ab1fb5 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:32:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:32:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:32:27 + ls -al . 08:32:27 total 92 08:32:27 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 08:31 . 08:32:27 drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 08:29 .. 08:32:27 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 08:29 assets 08:32:27 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 08:29 bin 08:32:27 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 08:29 cmd 08:32:27 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 08:29 CONTRIBUTING.md 08:32:27 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 08:31 coverage.out 08:32:27 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 08:29 Dockerfile 08:32:27 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 08:29 Dockerfile.build 08:32:27 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 08:29 docs 08:32:27 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 08:30 .git 08:32:27 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 08:29 .github 08:32:27 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 08:29 .gitignore 08:32:27 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 08:29 go.mod 08:32:27 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 08:31 go.sum 08:32:27 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 08:29 internal 08:32:27 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 08:29 Jenkinsfile 08:32:27 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 08:29 LICENSE 08:32:27 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 08:29 Makefile 08:32:27 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 08:29 README.md 08:32:27 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 08:28 VERSION 08:32:27 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 08:29 version.go 08:32:27 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 08:29 web [Pipeline] isUnix [Pipeline] sh 08:32:28 + 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=fd2431a676bff289ed86a71baab2c922bfcb1568 --label arch=amd64 --label version=0.0.0 . 08:32:30 Sending build context to Docker daemon 16.8MB 08:32:30 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:32:30 Step 2/24 : FROM ${BASE} AS builder 08:32:30 ---> 8c245eb23f51 08:32:30 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:32:30 ---> Running in 79db71daf7a3 08:32:30 Removing intermediate container 79db71daf7a3 08:32:30 ---> d66aea810a7a 08:32:30 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:32:30 ---> Running in b8898cf942a8 08:32:31 Removing intermediate container b8898cf942a8 08:32:31 ---> 4fe0e9a32190 08:32:31 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:32:31 Removing intermediate container 0dd503bf16d5 08:32:31 ---> 514c86a3c6a1 08:32:31 Successfully built 514c86a3c6a1 08:32:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:32:31 ---> Running in 6b0c765076b4 08:32:31 Removing intermediate container 6b0c765076b4 08:32:31 ---> 10bd1586d819 08:32:31 Step 6/24 : LABEL Name=edgex-ui-go 08:32:31 + docker inspect -f . ci-base-image-arm64 08:32:31 . [Pipeline] withDockerContainer 08:32:31 ---> Running in cce290fdb03e 08:32:31 prd-ubuntu18.04-docker-arm64-4c-16g-27302 does not seem to be running inside a container 08:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 08:32:32 Removing intermediate container cce290fdb03e 08:32:32 ---> ff20c9927c4e 08:32:32 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:32:32 ---> Running in f61150b0bde9 08:32:32 Removing intermediate container f61150b0bde9 08:32:32 ---> edc5a521fd90 08:32:32 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:32:32 ---> Running in 702371c0202c 08:32:33 $ docker top 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:34 + go version 08:32:34 go version go1.15.5 linux/arm64 [Pipeline] } 08:32:34 $ docker stop --time=1 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe 08:32:35 Removing intermediate container 702371c0202c 08:32:35 ---> 4db2a91297bf 08:32:35 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:32:35 ---> Running in b5f0f69139fc 08:32:36 $ docker rm -f 5e014e93224ab5a47e5e77112cbfdd14d2de974c6060853a016b2ec475a41afe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:37 + docker inspect -f . ci-base-image-arm64 08:32:37 . [Pipeline] withDockerContainer 08:32:37 prd-ubuntu18.04-docker-arm64-4c-16g-27302 does not seem to be running inside a container 08:32:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 08:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:32:38 OK: 166 MiB in 39 packages 08:32:39 $ docker top 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 -eo pid,comm 08:32:39 Removing intermediate container b5f0f69139fc 08:32:39 ---> 0dfbd0f05db8 08:32:39 Step 10/24 : ENV GO111MODULE=on 08:32:39 ---> Running in 617874d9d6af [Pipeline] { [Pipeline] sh 08:32:39 Removing intermediate container 617874d9d6af 08:32:39 ---> 58e346b513c1 08:32:39 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:32:39 ---> Running in 6d59994b4a04 08:32:40 Removing intermediate container 6d59994b4a04 08:32:40 ---> 07e99c375b61 08:32:40 Step 12/24 : COPY go.mod . 08:32:40 + make test 08:32:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:32:40 ---> ea74028b0753 08:32:40 Step 13/24 : COPY Makefile . 08:32:41 ---> 9eab1e27abc3 08:32:41 Step 14/24 : RUN make update 08:32:41 ---> Running in 9025b7fd7498 08:32:41 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:32:42 CGO_ENABLED=0 GO111MODULE=on go mod download 08:32:45 Removing intermediate container 9025b7fd7498 08:32:45 ---> ffda4edc5c8c 08:32:45 Step 15/24 : COPY . . 08:32:48 ---> 08a5599a88a3 08:32:48 Step 16/24 : RUN ${MAKE} 08:32:48 ---> Running in 106c34c6aba1 08:32:49 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:33:03 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:33:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:33:03 GO111MODULE=on go vet ./... 08:33:08 CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] } 08:33:08 $ docker stop --time=1 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 08:33:10 $ docker rm -f 4155b8b3db875cebb6897eb95ff73b397317f2efd8872c7e31265549c75262c6 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:33:11 Warning: overwriting stash ‘coverage-report’ 08:33:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:33:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:33:13 + ls -al . 08:33:13 total 124 08:33:13 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:32 . 08:33:13 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:31 .. 08:33:13 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 08:31 .git 08:33:13 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:31 .github 08:33:13 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 08:31 .gitignore 08:33:13 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 08:31 CONTRIBUTING.md 08:33:13 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 08:31 Dockerfile 08:33:13 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 08:31 Dockerfile.build 08:33:13 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 08:31 Jenkinsfile 08:33:13 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 08:31 LICENSE 08:33:13 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 08:31 Makefile 08:33:13 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 08:31 README.md 08:33:13 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 08:28 VERSION 08:33:13 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:31 assets 08:33:13 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:31 bin 08:33:13 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:31 cmd 08:33:13 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 08:32 coverage.out 08:33:13 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 08:31 docs 08:33:13 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 08:31 go.mod 08:33:13 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 08:32 go.sum 08:33:13 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:31 internal 08:33:13 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 08:31 version.go 08:33:13 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:31 web [Pipeline] isUnix [Pipeline] sh 08:33:14 + 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=fd2431a676bff289ed86a71baab2c922bfcb1568 --label arch=arm64 --label version=0.0.0 . 08:33:14 Sending build context to Docker daemon 16.8MB 08:33:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:33:14 Step 2/24 : FROM ${BASE} AS builder 08:33:14 ---> 514c86a3c6a1 08:33:14 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:33:15 ---> Running in bbab9d1d257d 08:33:15 Removing intermediate container bbab9d1d257d 08:33:15 ---> 5bdc8c28fc45 08:33:15 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:33:15 ---> Running in 688a62e122fb 08:33:16 Removing intermediate container 106c34c6aba1 08:33:16 ---> c4fe2bec2abd 08:33:16 Step 17/24 : FROM alpine:3.12 08:33:16 3.12: Pulling from library/alpine 08:33:16 801bfaa63ef2: Pulling fs layer 08:33:16 Removing intermediate container 688a62e122fb 08:33:16 ---> f8b5265e6807 08:33:16 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:33:16 ---> Running in 8c4b0ea1ce9d 08:33:16 801bfaa63ef2: Download complete 08:33:17 Removing intermediate container 8c4b0ea1ce9d 08:33:17 ---> 623385943b6b 08:33:17 Step 6/24 : LABEL Name=edgex-ui-go 08:33:17 ---> Running in cdbf31e2d369 08:33:17 Removing intermediate container cdbf31e2d369 08:33:17 ---> fa2f8eb72b76 08:33:17 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:33:17 ---> Running in b97a5a244773 08:33:18 801bfaa63ef2: Pull complete 08:33:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:33:18 Status: Downloaded newer image for alpine:3.12 08:33:18 ---> 389fef711851 08:33:18 Step 18/24 : EXPOSE 4000 08:33:18 ---> Running in 5fac80001922 08:33:18 Removing intermediate container b97a5a244773 08:33:18 ---> 1d1f2ac49370 08:33:18 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:18 ---> Running in 02b954bf7587 08:33:18 Removing intermediate container 5fac80001922 08:33:18 ---> 391bfa877702 08:33:18 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 08:33:19 ---> 9a230e966cb7 08:33:19 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:33:19 ---> Running in 9c0bd4cdbb0e 08:33:19 Removing intermediate container 9c0bd4cdbb0e 08:33:19 ---> cfc7a5267c2b 08:33:19 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:33:19 ---> Running in cb10d71405d9 08:33:20 Removing intermediate container 02b954bf7587 08:33:20 ---> d326fa028bf2 08:33:20 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:33:20 Removing intermediate container cb10d71405d9 08:33:20 ---> 6f2469c6225c 08:33:20 Step 22/24 : LABEL arch=amd64 08:33:20 ---> Running in d528ce1c3f6d 08:33:20 ---> Running in da50fba941af 08:33:20 Removing intermediate container d528ce1c3f6d 08:33:20 ---> 7ca6c1399014 08:33:20 Step 23/24 : LABEL git_sha=fd2431a676bff289ed86a71baab2c922bfcb1568 08:33:20 ---> Running in 44837594bab6 08:33:21 Removing intermediate container 44837594bab6 08:33:21 ---> 84b7dde095b7 08:33:21 Step 24/24 : LABEL version=0.0.0 08:33:21 ---> Running in 3059a7b65eab 08:33:21 Removing intermediate container 3059a7b65eab 08:33:21 ---> dc7038f230e3 08:33:21 [Warning] One or more build-args [ARCH] were not consumed 08:33:21 Successfully built dc7038f230e3 08:33:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:21 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] } 08:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } 08:33:23 OK: 142 MiB in 39 packages 08:33:24 Removing intermediate container da50fba941af 08:33:24 ---> 9ef61a2a3b7f 08:33:24 Step 10/24 : ENV GO111MODULE=on 08:33:24 ---> Running in b26ca70f49ef 08:33:24 Removing intermediate container b26ca70f49ef 08:33:24 ---> 5124847b8d20 08:33:24 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:33:24 ---> Running in 970db9d7a87a 08:33:25 Removing intermediate container 970db9d7a87a 08:33:25 ---> 8971c4d996b6 08:33:25 Step 12/24 : COPY go.mod . 08:33:26 ---> 151e9218d1e9 08:33:26 Step 13/24 : COPY Makefile . 08:33:27 ---> 6642700bea4b 08:33:27 Step 14/24 : RUN make update 08:33:27 ---> Running in 60402305eb0e 08:33:28 CGO_ENABLED=0 GO111MODULE=on go mod download 08:33:29 Removing intermediate container 60402305eb0e 08:33:29 ---> 959c1ef02a12 08:33:29 Step 15/24 : COPY . . 08:33:31 ---> 892f6288d2dc 08:33:31 Step 16/24 : RUN ${MAKE} 08:33:31 ---> Running in d0ee182b6f28 08:33:32 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:33:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:34:00 Removing intermediate container d0ee182b6f28 08:34:00 ---> 196c4f9338af 08:34:00 Step 17/24 : FROM alpine:3.12 08:34:01 3.12: Pulling from library/alpine 08:34:01 159e5727ea61: Pulling fs layer 08:34:01 159e5727ea61: Verifying Checksum 08:34:01 159e5727ea61: Download complete 08:34:01 159e5727ea61: Pull complete 08:34:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:34:01 Status: Downloaded newer image for alpine:3.12 08:34:01 ---> afeebe901d6b 08:34:01 Step 18/24 : EXPOSE 4000 08:34:02 ---> Running in 24ddeb7036ff 08:34:02 Removing intermediate container 24ddeb7036ff 08:34:02 ---> 535b1d50a800 08:34:02 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 08:34:04 ---> c9d0f43c969a 08:34:04 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:34:04 ---> Running in e9af77cfe174 08:34:04 Removing intermediate container e9af77cfe174 08:34:04 ---> 2a8118df81e0 08:34:04 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:34:04 ---> Running in d6d1e9883bf2 08:34:05 Removing intermediate container d6d1e9883bf2 08:34:05 ---> 5ff32a3df1d4 08:34:05 Step 22/24 : LABEL arch=arm64 08:34:05 ---> Running in 804e235de236 08:34:05 Removing intermediate container 804e235de236 08:34:05 ---> 0fa8cd18bd51 08:34:05 Step 23/24 : LABEL git_sha=fd2431a676bff289ed86a71baab2c922bfcb1568 08:34:06 ---> Running in dc98f0a3299d 08:34:06 Removing intermediate container dc98f0a3299d 08:34:06 ---> dbacea3ec248 08:34:06 Step 24/24 : LABEL version=0.0.0 08:34:06 ---> Running in 17c0260d7ce7 08:34:06 Removing intermediate container 17c0260d7ce7 08:34:06 ---> ad1f56d3e29b 08:34:06 [Warning] One or more build-args [ARCH] were not consumed 08:34:06 Successfully built ad1f56d3e29b 08:34:07 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:34:08 provisioning config files... 08:34:08 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config956115380985951151tmp [Pipeline] { [Pipeline] sh 08:34:09 + set +x 08:34:09 + curl -s https://codecov.io/bash 08:34:09 + bash -s -- 08:34:09 08:34:09 _____ _ 08:34:09 / ____| | | 08:34:09 | | ___ __| | ___ ___ _____ __ 08:34:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:34:09 | |___| (_) | (_| | __/ (_| (_) \ V / 08:34:09 \_____\___/ \__,_|\___|\___\___/ \_/ 08:34:09 Bash-20210129-7c25fce 08:34:09 08:34:09 08:34:09 ==> git version 2.24.3 found 08:34:09 ==> 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 08:34:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:34:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:34:09 ==> Jenkins CI detected. 08:34:09 project root: . 08:34:09 --> token set from env 08:34:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:34:09 ==> Running gcov in . (disable via -X gcov) 08:34:09 ==> Python coveragepy not found 08:34:09 ==> Searching for coverage reports in: 08:34:09 + . 08:34:09 -> Found 1 reports 08:34:09 ==> Detecting git/mercurial file structure 08:34:09 ==> Reading reports 08:34:09 + ./coverage.out bytes=10 08:34:09 ==> Appending adjustments 08:34:09 https://docs.codecov.io/docs/fixing-reports 08:34:09 + Found adjustments 08:34:09 ==> Gzipping contents 08:34:09 4.0K /tmp/codecov.0upQ0L.gz 08:34:09 ==> Uploading reports 08:34:09 url: https://codecov.io 08:34:09 query: branch=PR-289&commit=fd2431a676bff289ed86a71baab2c922bfcb1568&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 08:34:09 -> Pinging Codecov 08:34:09 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=fd2431a676bff289ed86a71baab2c922bfcb1568&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 08:34:11 -> Uploading to 08:34:11 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/fd2431a676bff289ed86a71baab2c922bfcb1568/afe05964-a987-4dfb-9aaa-6b8207e57b78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T083411Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=587d326e2dfd2e3ef6316571a4388b7bc572a6cd89073155689c966a7fd40706 08:34:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:34:11 Dload Upload Total Spent Left Speed 08:34:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5406 --:--:-- --:--:-- --:--:-- 5398 100 2494 0 0 100 2494 0 5404 --:--:-- --:--:-- --:--:-- 5398 08:34:11 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fd2431a676bff289ed86a71baab2c922bfcb1568 [Pipeline] } 08:34:11 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 08:34:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:34:14 ---> package-listing.sh 08:34:14 ++ facter osfamily 08:34:14 ++ tr '[:upper:]' '[:lower:]' 08:34:14 + OS_FAMILY=redhat 08:34:14 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 08:34:14 + START_PACKAGES=/tmp/packages_start.txt 08:34:14 + END_PACKAGES=/tmp/packages_end.txt 08:34:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:34:14 + PACKAGES=/tmp/packages_start.txt 08:34:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 08:34:14 + PACKAGES=/tmp/packages_end.txt 08:34:14 + case "${OS_FAMILY}" in 08:34:14 + rpm -qa 08:34:14 + sort 08:34:18 + '[' -f /tmp/packages_start.txt ']' 08:34:18 + '[' -f /tmp/packages_end.txt ']' 08:34:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:34:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 08:34:18 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 08:34:18 + 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 08:34:18 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 08:34:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:34:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:19 08:34:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:34:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:19 alpine: Pulling from edgex-lftools-log-publisher 08:34:19 df20fa9351a1: Pulling fs layer 08:34:19 36b3adc4ff6f: Pulling fs layer 08:34:19 8ad3a11d3b57: Pulling fs layer 08:34:19 46f8f816bc3b: Pulling fs layer 08:34:19 93b61091891f: Pulling fs layer 08:34:19 93b9cdb0e59b: Pulling fs layer 08:34:19 5e14af77c1be: Pulling fs layer 08:34:19 01666e4c0597: Pulling fs layer 08:34:19 aa168da1d23b: Pulling fs layer 08:34:19 46f8f816bc3b: Waiting 08:34:19 93b61091891f: Waiting 08:34:19 93b9cdb0e59b: Waiting 08:34:19 5e14af77c1be: Waiting 08:34:19 01666e4c0597: Waiting 08:34:19 aa168da1d23b: Waiting 08:34:19 36b3adc4ff6f: Download complete 08:34:19 46f8f816bc3b: Verifying Checksum 08:34:19 46f8f816bc3b: Download complete 08:34:19 df20fa9351a1: Verifying Checksum 08:34:19 df20fa9351a1: Download complete 08:34:19 93b9cdb0e59b: Verifying Checksum 08:34:19 93b9cdb0e59b: Download complete 08:34:19 93b61091891f: Download complete 08:34:19 5e14af77c1be: Verifying Checksum 08:34:19 5e14af77c1be: Download complete 08:34:20 01666e4c0597: Verifying Checksum 08:34:20 01666e4c0597: Download complete 08:34:20 df20fa9351a1: Pull complete 08:34:20 36b3adc4ff6f: Pull complete 08:34:20 8ad3a11d3b57: Verifying Checksum 08:34:20 8ad3a11d3b57: Download complete 08:34:21 8ad3a11d3b57: Pull complete 08:34:21 46f8f816bc3b: Pull complete 08:34:22 aa168da1d23b: Verifying Checksum 08:34:22 aa168da1d23b: Download complete 08:34:22 93b61091891f: Pull complete 08:34:22 93b9cdb0e59b: Pull complete 08:34:22 5e14af77c1be: Pull complete 08:34:22 01666e4c0597: Pull complete 08:34:29 aa168da1d23b: Pull complete 08:34:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:34:29 prd-centos7-docker-4c-2g-27298 does not seem to be running inside a container 08:34:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:34:32 $ docker top 18933d5da0c44201cb4029d2638f078eaaa23254a6814cfb975d7c77c3a10e8b -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:33 + touch /tmp/pre-build-complete [Pipeline] sh 08:34:33 + mkdir -p /var/log/sa [Pipeline] sh 08:34:33 + ls /var/log/sa-host 08:34:33 + sadf -c /var/log/sa-host/sa23 08:34:33 file_magic: OK 08:34:33 HZ: Using current value: 100 08:34:33 file_header: OK 08:34:33 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 08:34:33 Statistics: 08:34:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:34:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:34:34 provisioning config files... 08:34:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config7709597870975886015tmp [Pipeline] { [Pipeline] echo 08:34:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:34:34 ---> create-netrc.sh [Pipeline] } 08:34:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:34:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:34:34 ---> python-tools-install.sh [Pipeline] echo 08:34:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:34:35 ---> sudo-logs.sh 08:34:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:34:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:34:35 ---> job-cost.sh 08:34:35 lf-activate-venv: SKIPPING 08:34:35 INFO: No Stack... 08:34:36 INFO: Retrieving Pricing Info for: v1-standard-2 08:34:37 INFO: Archiving Costs [Pipeline] echo 08:34:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:34:37 ---> logs-deploy.sh 08:34:37 lf-activate-venv: SKIPPING 08:34:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/7 08:34:37 INFO: archiving workspace using pattern(s): 08:34:38 Archives upload complete. 08:34:39 INFO: archiving logs to Nexus 08:34:40 ---> uname -a: 08:34:40 Linux prd-centos7-docker-4c-2g-27298.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:34:40 08:34:40 08:34:40 ---> lscpu: 08:34:40 Architecture: x86_64 08:34:40 CPU op-mode(s): 32-bit, 64-bit 08:34:40 Byte Order: Little Endian 08:34:40 Address sizes: 40 bits physical, 48 bits virtual 08:34:40 CPU(s): 4 08:34:40 On-line CPU(s) list: 0-3 08:34:40 Thread(s) per core: 1 08:34:40 Core(s) per socket: 1 08:34:40 Socket(s): 4 08:34:40 NUMA node(s): 1 08:34:40 Vendor ID: GenuineIntel 08:34:40 CPU family: 6 08:34:40 Model: 44 08:34:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:34:40 Stepping: 1 08:34:40 CPU MHz: 2933.436 08:34:40 BogoMIPS: 5866.87 08:34:40 Virtualization: VT-x 08:34:40 Hypervisor vendor: KVM 08:34:40 Virtualization type: full 08:34:40 L1d cache: 128 KiB 08:34:40 L1i cache: 128 KiB 08:34:40 L2 cache: 16 MiB 08:34:40 L3 cache: 64 MiB 08:34:40 NUMA node0 CPU(s): 0-3 08:34:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:34:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:34:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:34:40 Vulnerability Meltdown: Mitigation; PTI 08:34:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:34:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:34:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:34:40 Vulnerability Srbds: Not affected 08:34:40 Vulnerability Tsx async abort: Not affected 08:34:40 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 08:34:40 08:34:40 08:34:40 ---> nproc: 08:34:40 4 08:34:40 08:34:40 08:34:40 ---> df -h: 08:34:40 Filesystem Size Used Available Use% Mounted on 08:34:40 overlay 50.0G 7.3G 42.7G 15% / 08:34:40 tmpfs 64.0M 0 64.0M 0% /dev 08:34:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:34:40 shm 64.0M 0 64.0M 0% /dev/shm 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:34:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:34:40 08:34:40 08:34:40 ---> free -m: 08:34:40 total used free shared buff/cache available 08:34:40 Mem: 1837 724 97 0 1015 1008 08:34:40 Swap: 1023 0 1023 08:34:40 08:34:40 08:34:40 ---> ip addr: 08:34:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:34:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:34:40 inet 127.0.0.1/8 scope host lo 08:34:40 valid_lft forever preferred_lft forever 08:34:40 inet6 ::1/128 scope host 08:34:40 valid_lft forever preferred_lft forever 08:34:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:34:40 link/ether fa:16:3e:22:fb:27 brd ff:ff:ff:ff:ff:ff 08:34:40 inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 08:34:40 valid_lft 85956sec preferred_lft 85956sec 08:34:40 inet6 fe80::f816:3eff:fe22:fb27/64 scope link 08:34:40 valid_lft forever preferred_lft forever 08:34:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:34:40 link/ether 02:42:28:b6:c1:67 brd ff:ff:ff:ff:ff:ff 08:34:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:34:40 valid_lft forever preferred_lft forever 08:34:40 inet6 fe80::42:28ff:feb6:c167/64 scope link 08:34:40 valid_lft forever preferred_lft forever 08:34:40 08:34:40 08:34:40 ---> sar -b -r -n DEV: 08:34:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 08:34:40 08:34:40 08:27:04 LINUX RESTART (4 CPU) 08:34:40 08:34:40 08:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:34:40 08:29:01 15.42 3.73 11.69 0.00 1025.51 1401.91 0.00 08:34:40 08:30:02 1.88 0.00 1.88 0.00 0.00 38.28 0.00 08:34:40 08:31:01 0.37 0.00 0.37 0.00 0.00 5.37 0.00 08:34:40 08:32:01 0.38 0.00 0.38 0.00 0.00 5.93 0.00 08:34:40 08:33:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 08:34:40 08:34:01 0.32 0.00 0.32 0.00 0.00 3.93 0.00 08:34:40 Average: 3.11 0.62 2.49 0.00 171.44 243.83 0.00 08:34:40 08:34:40 08:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:34:40 08:29:01 153836 0 608984 32.37 2620 1116104 1106304 37.76 403428 1125504 20 08:34:40 08:30:02 154884 0 607932 32.31 2620 1116108 1077640 36.78 406824 1121128 12 08:34:40 08:31:01 153972 0 608836 32.36 2620 1116116 1077508 36.77 417468 1112088 12 08:34:40 08:32:01 152080 0 610728 32.46 2620 1116116 1077616 36.78 419532 1111620 8 08:34:40 08:33:01 149644 0 613156 32.59 2620 1116124 1077580 36.78 430720 1103160 8 08:34:40 08:34:01 150384 0 612412 32.55 2620 1116128 1077508 36.77 430356 1103156 12 08:34:40 Average: 152467 0 610341 32.44 2620 1116116 1082359 36.94 418055 1112776 12 08:34:40 08:34:40 08:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:34:40 08:29:01 eth0 50.35 44.06 133.98 9.99 0.00 0.00 0.00 0.00 08:34:40 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:29:01 docker0 28.87 27.09 2.55 110.92 0.00 0.00 0.00 0.00 08:34:40 08:30:02 eth0 1.62 0.80 0.92 0.41 0.00 0.00 0.00 0.00 08:34:40 08:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:31:01 eth0 0.51 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:34:40 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:32:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 08:34:40 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:33:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 08:34:40 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:34:01 eth0 0.18 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:34:40 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 Average: eth0 8.93 7.60 22.63 1.79 0.00 0.00 0.00 0.00 08:34:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:40 Average: docker0 4.83 4.53 0.43 18.54 0.00 0.00 0.00 0.00 08:34:40 08:34:40 08:34:40 ---> sar -P ALL: 08:34:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 08:34:40 08:34:40 08:27:04 LINUX RESTART (4 CPU) 08:34:40 08:34:40 08:28:01 CPU %user %nice %system %iowait %steal %idle 08:34:40 08:29:01 all 1.44 0.00 0.81 0.25 0.02 97.49 08:34:40 08:29:01 0 1.25 0.00 0.79 0.13 0.02 97.81 08:34:40 08:29:01 1 1.22 0.00 0.80 0.38 0.02 97.58 08:34:40 08:29:01 2 1.54 0.00 0.87 0.40 0.02 97.18 08:34:40 08:29:01 3 1.74 0.00 0.77 0.10 0.02 97.38 08:34:40 08:30:02 all 0.15 0.00 0.03 0.00 0.00 99.81 08:34:40 08:30:02 0 0.02 0.00 0.02 0.00 0.02 99.95 08:34:40 08:30:02 1 0.05 0.00 0.05 0.00 0.00 99.90 08:34:40 08:30:02 2 0.52 0.00 0.03 0.00 0.00 99.45 08:34:40 08:30:02 3 0.03 0.00 0.03 0.00 0.00 99.93 08:34:40 08:31:01 all 0.07 0.00 0.06 0.00 0.01 99.86 08:34:40 08:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:34:40 08:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:34:40 08:31:01 2 0.19 0.00 0.12 0.00 0.02 99.68 08:34:40 08:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:34:40 08:32:01 all 0.10 0.00 0.03 0.00 0.00 99.87 08:34:40 08:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:34:40 08:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:34:40 08:32:01 2 0.33 0.00 0.08 0.00 0.02 99.57 08:34:40 08:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:34:40 08:33:01 all 0.16 0.00 0.06 0.00 0.01 99.76 08:34:40 08:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:34:40 08:33:01 1 0.05 0.00 0.07 0.00 0.02 99.87 08:34:40 08:33:01 2 0.53 0.00 0.08 0.00 0.02 99.37 08:34:40 08:33:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:34:40 08:34:01 all 0.15 0.00 0.03 0.00 0.00 99.83 08:34:40 08:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:34:40 08:34:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:34:40 08:34:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:34:40 08:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:34:40 Average: all 0.34 0.00 0.17 0.04 0.01 99.43 08:34:40 Average: 0 0.22 0.00 0.15 0.02 0.01 99.60 08:34:40 Average: 1 0.24 0.00 0.17 0.06 0.01 99.52 08:34:40 Average: 2 0.61 0.00 0.20 0.07 0.01 99.12 08:34:40 Average: 3 0.31 0.00 0.16 0.02 0.01 99.50 08:34:40 08:34:40 08:34:40