Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a6915c960fb14954e41c173a8222625a036416b+727932f00e62ff6ad7d46b39048d2df566fc596c (5100d27e1f0c2667ae21ddae1ca6bd7acf8e4ac1) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21826 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 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 Merge succeeded, producing a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 Checking out Revision a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 (PR-289) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 # timeout=10 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:08:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:08:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:08:51 ========================================================= 02:08:51 EdgeX Global Pipelines Version Info 02:08:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:08:55 ------------------- 02:08:55 stable info: 02:08:55 ------------------- 02:08:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:55 Message: update stable to v1.0.179 02:08:56 ------------------- 02:08:56 experimental info: 02:08:56 ------------------- 02:08:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:08:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:08:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:08:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 02:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 02:09:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 02:09:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] echo 02:09:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4a6c2f [Pipeline] echo 02:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:00 provisioning config files... 02:09:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config337295337677278393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:01 ---> docker-login.sh 02:09:01 nexus3.edgexfoundry.org:10001 02:09:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:02 Configure a credential helper to remove this warning. See 02:09:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:02 02:09:02 Login Succeeded 02:09:02 nexus3.edgexfoundry.org:10002 02:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:03 Configure a credential helper to remove this warning. See 02:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:03 02:09:03 Login Succeeded 02:09:03 nexus3.edgexfoundry.org:10003 02:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:04 Configure a credential helper to remove this warning. See 02:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:04 02:09:04 Login Succeeded 02:09:04 nexus3.edgexfoundry.org:10004 02:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:04 Configure a credential helper to remove this warning. See 02:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:04 02:09:04 Login Succeeded 02:09:04 docker.io 02:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:05 Configure a credential helper to remove this warning. See 02:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:05 02:09:05 Login Succeeded 02:09:05 ---> docker-login.sh ends [Pipeline] } 02:09:05 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:09:06 + git log --format=format:%s -1 a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] echo 02:09:06 GIT_COMMIT: a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4, Commit Message: Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD [Pipeline] echo 02:09:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:07 02:09:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:09:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:08 latest: Pulling from edgex-devops/git-semver 02:09:08 31603596830f: Pulling fs layer 02:09:08 2a8b12db71e7: Pulling fs layer 02:09:08 6ca5941a6612: Pulling fs layer 02:09:08 ecc8261a40a4: Pulling fs layer 02:09:08 ecc8261a40a4: Waiting 02:09:08 2a8b12db71e7: Verifying Checksum 02:09:08 2a8b12db71e7: Download complete 02:09:09 31603596830f: Verifying Checksum 02:09:09 31603596830f: Download complete 02:09:09 ecc8261a40a4: Verifying Checksum 02:09:09 ecc8261a40a4: Download complete 02:09:09 6ca5941a6612: Verifying Checksum 02:09:09 6ca5941a6612: Download complete 02:09:10 31603596830f: Pull complete 02:09:10 2a8b12db71e7: Pull complete 02:09:12 6ca5941a6612: Pull complete 02:09:12 ecc8261a40a4: Pull complete 02:09:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:09:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:09:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:09:13 prd-centos7-docker-4c-2g-21826 does not seem to be running inside a container 02:09:13 $ 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:09:17 $ docker top 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:09:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:17 [ssh-agent] Looking for ssh-agent implementation... 02:09:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:18 $ docker exec 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent 02:09:18 SSH_AUTH_SOCK=/tmp/ssh-yyH1HjiJ66gy/agent.11 02:09:18 SSH_AGENT_PID=16 02:09:18 Running ssh-add (command line suppressed) 02:09:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_3156007771459744949.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_3156007771459744949.key) 02:09:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:19 + git tag --points-at HEAD [Pipeline] } 02:09:19 $ docker exec --env ******** --env ******** 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent -k 02:09:20 unset SSH_AUTH_SOCK; 02:09:20 unset SSH_AGENT_PID; 02:09:20 echo Agent pid 16 killed; 02:09:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:09:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:20 [ssh-agent] Looking for ssh-agent implementation... 02:09:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:20 $ docker exec 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent 02:09:21 SSH_AUTH_SOCK=/tmp/ssh-1spHpgxtHYZ4/agent.45 02:09:21 SSH_AGENT_PID=51 02:09:21 Running ssh-add (command line suppressed) 02:09:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5062171876960332960.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5062171876960332960.key) 02:09:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:22 + git semver init 02:09:22 # -> Open(): unable to determine branch for HEAD 02:09:22 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git 02:09:22 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 02:09:22 # $SEMVER_REMOTE_NAME = origin 02:09:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:09:22 # $SEMVER_USER_NAME = edgex-jenkins 02:09:22 # $SEMVER_BRANCH = PR-289 02:09:22 # $SEMVER_TEMP = /tmp/semver-892874257 02:09:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:09:24 # '/tmp/semver-892874257' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 02:09:24 # -> Force: false 02:09:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 02:09:24 $ docker exec --env ******** --env ******** 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a ssh-agent -k 02:09:24 unset SSH_AUTH_SOCK; 02:09:24 unset SSH_AGENT_PID; 02:09:24 echo Agent pid 51 killed; 02:09:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:09:25 + git semver [Pipeline] } 02:09:25 $ docker stop --time=1 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a 02:09:27 $ docker rm -f 16e56163e66a563d2a98c0b8caada99fc6452de0e359e8c51e4c7c4569e7d16a [Pipeline] // withDockerContainer [Pipeline] sh 02:09:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:09:28 Stashed 1 file(s) [Pipeline] echo 02:09:28 [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:09:44 Still waiting to schedule task 02:09:44 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-21824’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21830’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 02:09:44 Still waiting to schedule task 02:09:44 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:12:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21832 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 02:12:10 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 02:12:17 using credential edgex-jenkins-ssh 02:12:17 Cloning the remote Git repository 02:12:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:12:17 > git init /w/workspace/edgex-ui-go/4 # timeout=10 02:12:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:12:17 > git --version # timeout=10 02:12:17 > git --version # 'git version 2.17.1' 02:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:12:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +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 > 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 --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:21 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 02:12:22 Merge succeeded, producing 7a4f29f57316262aea15347bbc61b805426d5461 02:12:22 Checking out Revision 7a4f29f57316262aea15347bbc61b805426d5461 (PR-289) 02:12:21 > git config core.sparsecheckout # timeout=10 02:12:21 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 02:12:21 > 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 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:12:22 > git rev-parse HEAD^{commit} # timeout=10 02:12:22 > git config core.sparsecheckout # timeout=10 02:12:22 > git checkout -f 7a4f29f57316262aea15347bbc61b805426d5461 # timeout=10 02:12:26 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:12:26 > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:12:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:12:29 + sudo service docker restart 02:12:29 + true [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/4@tmp/config7626128460476319127tmp [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. 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 nexus3.edgexfoundry.org:10004 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.io 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 ---> docker-login.sh ends [Pipeline] } 02:12:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:12:36 ========================================================= 02:12:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:12:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:12:36 + 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:37 Sending build context to Docker daemon 16.66MB 02:12:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:12:37 Step 2/8 : FROM ${BASE} 02:12:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:12:37 5f621e34cdf4: Pulling fs layer 02:12:37 a4357932f1b6: Pulling fs layer 02:12:37 18c013af1878: Pulling fs layer 02:12:37 00ac8860ef70: Pulling fs layer 02:12:37 63d7cb157983: Pulling fs layer 02:12:37 b116817d02f9: Pulling fs layer 02:12:37 745a02a5169b: Pulling fs layer 02:12:37 63d7cb157983: Waiting 02:12:37 745a02a5169b: Waiting 02:12:37 b116817d02f9: Waiting 02:12:37 00ac8860ef70: Waiting 02:12:37 18c013af1878: Verifying Checksum 02:12:37 18c013af1878: Download complete 02:12:37 a4357932f1b6: Download complete 02:12:37 63d7cb157983: Verifying Checksum 02:12:37 63d7cb157983: Download complete 02:12:37 5f621e34cdf4: Verifying Checksum 02:12:37 5f621e34cdf4: Download complete 02:12:37 b116817d02f9: Verifying Checksum 02:12:37 b116817d02f9: Download complete 02:12:38 5f621e34cdf4: Pull complete 02:12:38 a4357932f1b6: Pull complete 02:12:39 745a02a5169b: Verifying Checksum 02:12:39 745a02a5169b: Download complete 02:12:39 18c013af1878: Pull complete 02:12:40 00ac8860ef70: Download complete 02:12:51 00ac8860ef70: Pull complete 02:12:51 63d7cb157983: Pull complete 02:12:51 b116817d02f9: Pull complete 02:12:56 745a02a5169b: Pull complete 02:12:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:12:56 ---> b7e6874047d6 02:12:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:12:58 ---> Running in e57f0761dbb2 02:12:58 Removing intermediate container e57f0761dbb2 02:12:58 ---> 8eb65cdf3772 02:12:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:58 ---> Running in b7c3b6c9aaec 02:13:01 Removing intermediate container b7c3b6c9aaec 02:13:01 ---> 19eb034eb615 02:13:01 Step 5/8 : RUN apk add --no-cache make git 02:13:01 ---> Running in ef09fc7ae375 02:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:03 OK: 142 MiB in 39 packages 02:13:05 Removing intermediate container ef09fc7ae375 02:13:05 ---> 60f9a03c932e 02:13:05 Step 6/8 : WORKDIR /edgex-ui-go 02:13:05 ---> Running in 2d580397cb4c 02:13:05 Removing intermediate container 2d580397cb4c 02:13:05 ---> 5826a11abf7d 02:13:05 Step 7/8 : COPY . . 02:13:07 ---> ae2ce7c23e9f 02:13:07 Step 8/8 : RUN go mod download 02:13:08 ---> Running in dfd90ff35e03 02:13:34 Running on prd-centos7-docker-4c-2g-21833 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 02:13:34 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 02:13:34 Removing intermediate container dfd90ff35e03 02:13:34 ---> f66ef4f48218 02:13:34 Successfully built f66ef4f48218 02:13:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:13:35 + docker inspect -f . ci-base-image-arm64 02:13:35 . [Pipeline] withDockerContainer 02:13:35 prd-ubuntu18.04-docker-arm64-4c-16g-21832 does not seem to be running inside a container 02:13:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:36 using credential edgex-jenkins-ssh 02:13:36 Cloning the remote Git repository 02:13:37 $ docker top 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:36 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:13:36 > git init /w/workspace/edgex-ui-go/4 # timeout=10 02:13:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:13:36 > git --version # timeout=10 02:13:36 > git --version # 'git version 2.24.3' 02:13:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:13:38 + go version 02:13:38 go version go1.15.5 linux/arm64 [Pipeline] } 02:13:38 $ docker stop --time=1 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 02:13:38 Merging remotes/origin/master commit 727932f00e62ff6ad7d46b39048d2df566fc596c into PR head commit 2a6915c960fb14954e41c173a8222625a036416b 02:13:38 Merge succeeded, producing 48d90c88f6399571c73a509f3ea136902716d270 02:13:38 Checking out Revision 48d90c88f6399571c73a509f3ea136902716d270 (PR-289) 02:13:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:13:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:13:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:13:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:13:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:37 > 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:13:38 > git config core.sparsecheckout # timeout=10 02:13:38 > git checkout -f 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 02:13:38 > git remote # timeout=10 02:13:38 > git config --get remote.origin.url # timeout=10 02:13:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:13:38 > git merge 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 02:13:38 > git rev-parse HEAD^{commit} # timeout=10 02:13:38 > git config core.sparsecheckout # timeout=10 02:13:38 > git checkout -f 48d90c88f6399571c73a509f3ea136902716d270 # timeout=10 02:13:40 $ docker rm -f 4581de661427f655b4680946736bc92cb9f1e3b7306aa9dad67d5c00b6c9cf14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:13:41 + docker inspect -f . ci-base-image-arm64 02:13:41 . [Pipeline] withDockerContainer 02:13:41 prd-ubuntu18.04-docker-arm64-4c-16g-21832 does not seem to be running inside a container 02:13:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:42 Commit message: "Merge commit '727932f00e62ff6ad7d46b39048d2df566fc596c' into HEAD" 02:13:42 > git rev-list --no-walk 2a6915c960fb14954e41c173a8222625a036416b # timeout=10 02:13:43 $ docker top ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:13:44 + make test 02:13:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:13:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:13:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:13:45 + sudo service docker restart 02:13:45 + true 02:13:45 Redirecting to /bin/systemctl restart docker.service 02:13:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:13:46 provisioning config files... 02:13:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config8767055896222439941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:13:46 ---> docker-login.sh 02:13:46 nexus3.edgexfoundry.org:10001 02:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:47 Configure a credential helper to remove this warning. See 02:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:47 02:13:47 Login Succeeded 02:13:47 nexus3.edgexfoundry.org:10002 02:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:47 Configure a credential helper to remove this warning. See 02:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:47 02:13:47 Login Succeeded 02:13:47 nexus3.edgexfoundry.org:10003 02:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:47 Configure a credential helper to remove this warning. See 02:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:47 02:13:47 Login Succeeded 02:13:47 nexus3.edgexfoundry.org:10004 02:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:47 Configure a credential helper to remove this warning. See 02:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:47 02:13:47 Login Succeeded 02:13:47 docker.io 02:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:13:48 Configure a credential helper to remove this warning. See 02:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:13:48 02:13:48 Login Succeeded 02:13:48 ---> docker-login.sh ends [Pipeline] } 02:13:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:13:48 ========================================================= 02:13:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:13:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:13:49 + 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:13:49 Sending build context to Docker daemon 16.66MB 02:13:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:13:49 Step 2/8 : FROM ${BASE} 02:13:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:13:49 188c0c94c7c5: Pulling fs layer 02:13:49 0ef7d3d256c8: Pulling fs layer 02:13:49 de9db76c5a1d: Pulling fs layer 02:13:49 bca2f99d35d6: Pulling fs layer 02:13:49 93359f2a8cfa: Pulling fs layer 02:13:49 7c6f9722023f: Pulling fs layer 02:13:49 a35cf1a2eb13: Pulling fs layer 02:13:49 93359f2a8cfa: Waiting 02:13:49 7c6f9722023f: Waiting 02:13:49 a35cf1a2eb13: Waiting 02:13:49 bca2f99d35d6: Waiting 02:13:49 de9db76c5a1d: Verifying Checksum 02:13:49 de9db76c5a1d: Download complete 02:13:49 0ef7d3d256c8: Download complete 02:13:49 93359f2a8cfa: Verifying Checksum 02:13:49 93359f2a8cfa: Download complete 02:13:49 7c6f9722023f: Verifying Checksum 02:13:49 7c6f9722023f: Download complete 02:13:49 188c0c94c7c5: Verifying Checksum 02:13:49 188c0c94c7c5: Download complete 02:13:50 188c0c94c7c5: Pull complete 02:13:50 0ef7d3d256c8: Pull complete 02:13:50 de9db76c5a1d: Pull complete 02:13:51 a35cf1a2eb13: Verifying Checksum 02:13:51 a35cf1a2eb13: Download complete 02:13:52 bca2f99d35d6: Verifying Checksum 02:13:52 bca2f99d35d6: Download complete 02:13:57 bca2f99d35d6: Pull complete 02:13:57 93359f2a8cfa: Pull complete 02:13:58 7c6f9722023f: Pull complete 02:14:02 a35cf1a2eb13: Pull complete 02:14:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:14:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:14:02 ---> a62c8e92a672 02:14:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:14:02 ---> Running in 5eb0f7aeaf61 02:14:02 Removing intermediate container 5eb0f7aeaf61 02:14:02 ---> 8e2216adfa42 02:14:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:02 ---> Running in a0d06cca61f0 02:14:03 Removing intermediate container a0d06cca61f0 02:14:03 ---> 0f2b4a7bd64e 02:14:03 Step 5/8 : RUN apk add --no-cache make git 02:14:03 ---> Running in d9f5a846c150 02:14:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:05 OK: 166 MiB in 39 packages 02:14:05 Removing intermediate container d9f5a846c150 02:14:05 ---> f43fc80761ac 02:14:05 Step 6/8 : WORKDIR /edgex-ui-go 02:14:05 ---> Running in 4736027c441c 02:14:05 Removing intermediate container 4736027c441c 02:14:05 ---> 3f595861e654 02:14:05 Step 7/8 : COPY . . 02:14:08 ---> 511d416e12d8 02:14:08 Step 8/8 : RUN go mod download 02:14:08 ---> Running in 41535b1c5903 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:12 GO111MODULE=on go vet ./... [Pipeline] } 02:14:15 $ docker stop --time=1 ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b 02:14:17 $ docker rm -f ec6029c9b7d9185b2d9d26cf5d9c73074d6701835c7176eb16cd2bc46468777b [Pipeline] // withDockerContainer [Pipeline] sh 02:14:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:14:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:21 + ls -al . 02:14:21 total 124 02:14:21 drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:13 . 02:14:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:12 .. 02:14:21 drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 02:12 .git 02:14:21 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:12 .github 02:14:21 -rw-rw-r-- 1 jenkins jenkins 153 Jan 21 02:12 .gitignore 02:14:21 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 21 02:12 CONTRIBUTING.md 02:14:21 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 21 02:12 Dockerfile 02:14:21 -rw-rw-r-- 1 jenkins jenkins 902 Jan 21 02:12 Dockerfile.build 02:14:21 -rw-rw-r-- 1 jenkins jenkins 652 Jan 21 02:12 Jenkinsfile 02:14:21 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 21 02:12 LICENSE 02:14:21 -rw-rw-r-- 1 jenkins jenkins 951 Jan 21 02:12 Makefile 02:14:21 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 21 02:12 README.md 02:14:21 -rw-rw-r-- 1 jenkins jenkins 5 Jan 21 02:09 VERSION 02:14:21 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:12 assets 02:14:21 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 02:12 bin 02:14:21 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 02:12 cmd 02:14:21 -rw-r--r-- 1 jenkins jenkins 10 Jan 21 02:13 coverage.out 02:14:21 drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 02:12 docs 02:14:21 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 21 02:12 go.mod 02:14:21 -rw-r--r-- 1 jenkins jenkins 20629 Jan 21 02:13 go.sum 02:14:21 drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 02:12 internal 02:14:21 -rw-rw-r-- 1 jenkins jenkins 155 Jan 21 02:12 version.go 02:14:21 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 02:12 web [Pipeline] isUnix [Pipeline] sh 02:14:21 + 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=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 --label arch=arm64 --label version=0.0.0 . 02:14:22 Sending build context to Docker daemon 16.68MB 02:14:22 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:22 Step 2/24 : FROM ${BASE} AS builder 02:14:22 ---> f66ef4f48218 02:14:22 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:23 ---> Running in 56f8e000db93 02:14:23 Removing intermediate container 56f8e000db93 02:14:23 ---> 11bbfa1b6ad7 02:14:23 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:23 ---> Running in d5c71128b1a7 02:14:23 Removing intermediate container d5c71128b1a7 02:14:23 ---> ed3bb291183e 02:14:23 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:24 ---> Running in e791785e1455 02:14:24 Removing intermediate container e791785e1455 02:14:24 ---> e69cac335531 02:14:24 Step 6/24 : LABEL Name=edgex-ui-go 02:14:24 ---> Running in ca2415f685e2 02:14:25 Removing intermediate container ca2415f685e2 02:14:25 ---> 9c770b05e6f6 02:14:25 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:25 ---> Running in b70f8216e901 02:14:25 Removing intermediate container b70f8216e901 02:14:25 ---> 28adf911ae71 02:14:25 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:25 ---> Running in c85aef02a328 02:14:28 Removing intermediate container c85aef02a328 02:14:28 ---> 73ec2b081806 02:14:28 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:28 ---> Running in ec898c84ea90 02:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:14:30 Removing intermediate container 41535b1c5903 02:14:30 ---> b6b4bf1e9fb2 02:14:30 Successfully built b6b4bf1e9fb2 02:14:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:14:30 + docker inspect -f . ci-base-image-x86_64 02:14:30 . [Pipeline] withDockerContainer 02:14:30 prd-centos7-docker-4c-2g-21833 does not seem to be running inside a container 02:14:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:31 OK: 142 MiB in 39 packages 02:14:31 $ docker top 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:32 Removing intermediate container ec898c84ea90 02:14:32 ---> 47952ce68618 02:14:32 Step 10/24 : ENV GO111MODULE=on 02:14:32 + go version 02:14:32 go version go1.15.5 linux/amd64 [Pipeline] } 02:14:32 $ docker stop --time=1 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 02:14:32 ---> Running in 93dc1ac72197 02:14:33 Removing intermediate container 93dc1ac72197 02:14:33 ---> 454e22af90b7 02:14:33 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:33 ---> Running in 8f0eec189cdb 02:14:33 Removing intermediate container 8f0eec189cdb 02:14:33 ---> 24c3bae4bebf 02:14:33 Step 12/24 : COPY go.mod . 02:14:33 $ docker rm -f 0e4ce19b7a7158979d4b64274d189b2347eba3fbf659c3ba3790e828ab3b07a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 02:14:34 ---> effa9fa408c8 02:14:34 Step 13/24 : COPY Makefile . [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:14:34 + docker inspect -f . ci-base-image-x86_64 02:14:34 . [Pipeline] withDockerContainer 02:14:34 prd-centos7-docker-4c-2g-21833 does not seem to be running inside a container 02:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:34 ---> 507034773101 02:14:34 Step 14/24 : RUN make update 02:14:35 ---> Running in 003805e276d9 02:14:35 $ docker top 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:35 + make test 02:14:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:14:36 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:36 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:14:37 Removing intermediate container 003805e276d9 02:14:37 ---> 46ea32f497b0 02:14:37 Step 15/24 : COPY . . 02:14:40 ---> 954ff9099387 02:14:40 Step 16/24 : RUN ${MAKE} 02:14:40 ---> Running in a2dae1fcadc8 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:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:14:44 GO111MODULE=on go vet ./... [Pipeline] } 02:14:45 $ docker stop --time=1 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 02:14:47 $ docker rm -f 5c642ed4f76d418599770362fa4e9017ae84faa38eb314f5b2b9951dcd0fc8e1 [Pipeline] // withDockerContainer [Pipeline] sh 02:14:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:14:48 Warning: overwriting stash ‘coverage-report’ 02:14:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:14:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:14:49 + ls -al . 02:14:49 total 92 02:14:49 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 02:14 . 02:14:49 drwxrwxr-x. 4 jenkins jenkins 28 Jan 21 02:13 .. 02:14:49 drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 02:13 assets 02:14:49 drwxrwxr-x. 2 jenkins jenkins 35 Jan 21 02:13 bin 02:14:49 drwxrwxr-x. 3 jenkins jenkins 29 Jan 21 02:13 cmd 02:14:49 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 21 02:13 CONTRIBUTING.md 02:14:49 -rw-r--r--. 1 jenkins jenkins 10 Jan 21 02:14 coverage.out 02:14:49 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 21 02:13 Dockerfile 02:14:49 -rw-rw-r--. 1 jenkins jenkins 902 Jan 21 02:13 Dockerfile.build 02:14:49 drwxrwxr-x. 5 jenkins jenkins 104 Jan 21 02:13 docs 02:14:49 drwxrwxr-x. 8 jenkins jenkins 179 Jan 21 02:13 .git 02:14:49 drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 02:13 .github 02:14:49 -rw-rw-r--. 1 jenkins jenkins 153 Jan 21 02:13 .gitignore 02:14:49 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 21 02:13 go.mod 02:14:49 -rw-r--r--. 1 jenkins jenkins 20629 Jan 21 02:14 go.sum 02:14:49 drwxrwxr-x. 10 jenkins jenkins 139 Jan 21 02:13 internal 02:14:49 -rw-rw-r--. 1 jenkins jenkins 652 Jan 21 02:13 Jenkinsfile 02:14:49 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 21 02:13 LICENSE 02:14:49 -rw-rw-r--. 1 jenkins jenkins 951 Jan 21 02:13 Makefile 02:14:49 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 21 02:13 README.md 02:14:49 -rw-rw-r--. 1 jenkins jenkins 5 Jan 21 02:09 VERSION 02:14:49 -rw-rw-r--. 1 jenkins jenkins 155 Jan 21 02:13 version.go 02:14:49 drwxrwxr-x. 4 jenkins jenkins 4096 Jan 21 02:13 web [Pipeline] isUnix [Pipeline] sh 02:14:50 + 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=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 --label arch=amd64 --label version=0.0.0 . 02:14:50 Sending build context to Docker daemon 16.69MB 02:14:50 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:14:50 Step 2/24 : FROM ${BASE} AS builder 02:14:50 ---> b6b4bf1e9fb2 02:14:50 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:14:50 ---> Running in ceb7ef4bbfec 02:14:51 Removing intermediate container ceb7ef4bbfec 02:14:51 ---> 880bce8f2f93 02:14:51 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:14:51 ---> Running in cc1698d45087 02:14:51 Removing intermediate container cc1698d45087 02:14:51 ---> bccd1ec46242 02:14:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:14:51 ---> Running in 913c98019859 02:14:51 Removing intermediate container 913c98019859 02:14:51 ---> 7a74250d3cf8 02:14:51 Step 6/24 : LABEL Name=edgex-ui-go 02:14:51 ---> Running in 8cac17d77a10 02:14:51 Removing intermediate container 8cac17d77a10 02:14:51 ---> 1fc247f2708b 02:14:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:14:51 ---> Running in 6363e3476b6f 02:14:52 Removing intermediate container 6363e3476b6f 02:14:52 ---> 677bf611f7e0 02:14:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:52 ---> Running in 41c8341b7471 02:14:53 Removing intermediate container 41c8341b7471 02:14:53 ---> da1b0d0ba121 02:14:53 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:14:53 ---> Running in e979e1b9c48b 02:14:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:54 OK: 166 MiB in 39 packages 02:14:55 Removing intermediate container e979e1b9c48b 02:14:55 ---> 49b2c3632165 02:14:55 Step 10/24 : ENV GO111MODULE=on 02:14:55 ---> Running in e8119f891baa 02:14:55 Removing intermediate container e8119f891baa 02:14:55 ---> ced7d7c4b616 02:14:55 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:14:55 ---> Running in 8bc26655ce5d 02:14:55 Removing intermediate container 8bc26655ce5d 02:14:55 ---> 2b06397cec4d 02:14:55 Step 12/24 : COPY go.mod . 02:14:55 ---> 985b72bd471d 02:14:55 Step 13/24 : COPY Makefile . 02:14:56 ---> 283f9f81fc12 02:14:56 Step 14/24 : RUN make update 02:14:56 ---> Running in 3d53b39b152a 02:14:56 CGO_ENABLED=0 GO111MODULE=on go mod download 02:14:56 Removing intermediate container 3d53b39b152a 02:14:56 ---> 2e5d8a97088e 02:14:56 Step 15/24 : COPY . . 02:14:58 ---> 7d78399dee8e 02:14:58 Step 16/24 : RUN ${MAKE} 02:14:59 ---> Running in 9594a6518492 02:14:59 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:07 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:15:08 Removing intermediate container a2dae1fcadc8 02:15:08 ---> 11fbf1cac736 02:15:08 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:09 Removing intermediate container 9594a6518492 02:15:09 ---> 58b9abe707de 02:15:09 Step 17/24 : FROM alpine:3.12 02:15:09 159e5727ea61: Verifying Checksum 02:15:09 159e5727ea61: Download complete 02:15:09 3.12: Pulling from library/alpine 02:15:09 801bfaa63ef2: Pulling fs layer 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:10 801bfaa63ef2: Verifying Checksum 02:15:10 801bfaa63ef2: Download complete 02:15:10 ---> Running in a810d4c7feaa 02:15:10 801bfaa63ef2: Pull complete 02:15:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:15:10 Status: Downloaded newer image for alpine:3.12 02:15:10 ---> 389fef711851 02:15:10 Step 18/24 : EXPOSE 4000 02:15:10 Removing intermediate container a810d4c7feaa 02:15:10 ---> 52b649525a93 02:15:10 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:10 ---> Running in ab899de15ffe 02:15:10 Removing intermediate container ab899de15ffe 02:15:10 ---> 1baa2f0f6dd9 02:15:10 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:11 ---> 190910dffff1 02:15:11 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:11 ---> Running in fea0c80173fd 02:15:11 Removing intermediate container fea0c80173fd 02:15:11 ---> 9421d6db3425 02:15:11 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:15:11 ---> Running in 38d5f7dcd20c 02:15:11 Removing intermediate container 38d5f7dcd20c 02:15:11 ---> 5f6bc9a97ef5 02:15:11 Step 22/24 : LABEL arch=amd64 02:15:12 ---> Running in 05ade438f69f 02:15:12 Removing intermediate container 05ade438f69f 02:15:12 ---> 5cd4b63b112c 02:15:12 Step 23/24 : LABEL git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 02:15:12 ---> Running in 8fef8e0a5299 02:15:12 Removing intermediate container 8fef8e0a5299 02:15:12 ---> 5b29b4ed4023 02:15:12 Step 24/24 : LABEL version=0.0.0 02:15:12 ---> Running in ab2763d15541 02:15:12 ---> 45547c799aed 02:15:12 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:15:12 ---> Running in 232b77c9ebda 02:15:12 Removing intermediate container ab2763d15541 02:15:12 ---> df6e7c75ae62 02:15:12 [Warning] One or more build-args [ARCH] were not consumed 02:15:12 Successfully built df6e7c75ae62 02:15:12 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage 02:15:12 Removing intermediate container 232b77c9ebda 02:15:12 ---> fc6b459356dc 02:15:12 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [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] } 02:15:13 ---> Running in 01ea8cd67dac [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 02:15:13 Removing intermediate container 01ea8cd67dac 02:15:13 ---> e312d65fa71d 02:15:13 Step 22/24 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 02:15:13 ---> Running in ff7d2aa61fa6 [Pipeline] // stage [Pipeline] } 02:15:14 Removing intermediate container ff7d2aa61fa6 02:15:14 ---> 1fdf4ea49dbf 02:15:14 Step 23/24 : LABEL git_sha=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 02:15:14 ---> Running in 0dc55470f403 02:15:14 Removing intermediate container 0dc55470f403 02:15:14 ---> 1733b77c0b9f 02:15:14 Step 24/24 : LABEL version=0.0.0 02:15:14 ---> Running in e6ec086ed0b4 02:15:15 Removing intermediate container e6ec086ed0b4 02:15:15 ---> 6f6320f66ba7 02:15:15 [Warning] One or more build-args [ARCH] were not consumed 02:15:15 Successfully built 6f6320f66ba7 02:15:15 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:15:16 provisioning config files... 02:15:16 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config4616404796128186936tmp [Pipeline] { [Pipeline] sh 02:15:17 + set +x 02:15:17 + curl -s https://codecov.io/bash 02:15:17 + bash -s -- 02:15:17 02:15:17 _____ _ 02:15:17 / ____| | | 02:15:17 | | ___ __| | ___ ___ _____ __ 02:15:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:15:17 | |___| (_) | (_| | __/ (_| (_) \ V / 02:15:17 \_____\___/ \__,_|\___|\___\___/ \_/ 02:15:17 Bash-20210115-cec3c92 02:15:17 02:15:17 02:15:17 ==> git version 2.24.3 found 02:15:17 ==> 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:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:15:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:15:17 ==> Jenkins CI detected. 02:15:17 project root: . 02:15:17 --> token set from env 02:15:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:15:17 ==> Running gcov in . (disable via -X gcov) 02:15:17 ==> Python coveragepy not found 02:15:17 ==> Searching for coverage reports in: 02:15:17 + . 02:15:17 -> Found 1 reports 02:15:17 ==> Detecting git/mercurial file structure 02:15:17 ==> Reading reports 02:15:17 + ./coverage.out bytes=10 02:15:17 ==> Appending adjustments 02:15:17 https://docs.codecov.io/docs/fixing-reports 02:15:18 + Found adjustments 02:15:18 ==> Gzipping contents 02:15:18 4.0K /tmp/codecov.Gzffrc.gz 02:15:18 ==> Uploading reports 02:15:18 url: https://codecov.io 02:15:18 query: branch=PR-289&commit=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 02:15:18 -> Pinging Codecov 02:15:18 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-289&commit=a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 02:15:18 -> Uploading to 02:15:18 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/FB506323287CE973F263BFD2A0EB1F37/a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4/8272e6b4-86f8-4b00-b649-06634696f02e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T021518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5956acf0e92722bd0232191a767026b452a31f4d565492f5792a613a49f6406 02:15:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:15:18 Dload Upload Total Spent Left Speed 02:15:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 5028 --:--:-- --:--:-- --:--:-- 5040 02:15:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a4a6c2f94fd02dd9962c3042c0efaa1fd3d036f4 [Pipeline] } 02:15:19 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:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:22 ---> package-listing.sh 02:15:22 ++ facter osfamily 02:15:22 ++ tr '[:upper:]' '[:lower:]' 02:15:22 + OS_FAMILY=redhat 02:15:22 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 02:15:22 + START_PACKAGES=/tmp/packages_start.txt 02:15:22 + END_PACKAGES=/tmp/packages_end.txt 02:15:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:22 + PACKAGES=/tmp/packages_start.txt 02:15:22 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 02:15:22 + PACKAGES=/tmp/packages_end.txt 02:15:22 + case "${OS_FAMILY}" in 02:15:22 + sort 02:15:22 + rpm -qa 02:15:33 + '[' -f /tmp/packages_start.txt ']' 02:15:33 + '[' -f /tmp/packages_end.txt ']' 02:15:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:33 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 02:15:33 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 02:15:33 + 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:33 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:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:34 02:15:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:15:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:35 alpine: Pulling from edgex-lftools-log-publisher 02:15:35 df20fa9351a1: Pulling fs layer 02:15:35 36b3adc4ff6f: Pulling fs layer 02:15:35 8ad3a11d3b57: Pulling fs layer 02:15:35 46f8f816bc3b: Pulling fs layer 02:15:35 93b61091891f: Pulling fs layer 02:15:35 93b9cdb0e59b: Pulling fs layer 02:15:35 5e14af77c1be: Pulling fs layer 02:15:35 01666e4c0597: Pulling fs layer 02:15:35 aa168da1d23b: Pulling fs layer 02:15:35 93b9cdb0e59b: Waiting 02:15:35 5e14af77c1be: Waiting 02:15:35 01666e4c0597: Waiting 02:15:35 aa168da1d23b: Waiting 02:15:35 46f8f816bc3b: Waiting 02:15:35 93b61091891f: Waiting 02:15:35 36b3adc4ff6f: Verifying Checksum 02:15:35 36b3adc4ff6f: Download complete 02:15:35 46f8f816bc3b: Download complete 02:15:35 93b61091891f: Verifying Checksum 02:15:35 93b61091891f: Download complete 02:15:35 93b9cdb0e59b: Verifying Checksum 02:15:35 93b9cdb0e59b: Download complete 02:15:36 df20fa9351a1: Verifying Checksum 02:15:36 df20fa9351a1: Download complete 02:15:36 5e14af77c1be: Download complete 02:15:36 01666e4c0597: Verifying Checksum 02:15:36 01666e4c0597: Download complete 02:15:37 df20fa9351a1: Pull complete 02:15:38 8ad3a11d3b57: Verifying Checksum 02:15:38 8ad3a11d3b57: Download complete 02:15:38 36b3adc4ff6f: Pull complete 02:15:40 8ad3a11d3b57: Pull complete 02:15:41 46f8f816bc3b: Pull complete 02:15:43 93b61091891f: Pull complete 02:15:43 93b9cdb0e59b: Pull complete 02:15:43 5e14af77c1be: Pull complete 02:15:43 01666e4c0597: Pull complete 02:15:46 aa168da1d23b: Verifying Checksum 02:15:46 aa168da1d23b: Download complete 02:16:14 aa168da1d23b: Pull complete 02:16:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:16:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:16:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:16:15 prd-centos7-docker-4c-2g-21826 does not seem to be running inside a container 02:16:15 $ 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:16:18 $ docker top c9d8fcbaba1538d32a2a11a9e1ff1d44686bacf55462170e83f9ae95288d7016 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:19 + touch /tmp/pre-build-complete [Pipeline] sh 02:16:20 + mkdir -p /var/log/sa [Pipeline] sh 02:16:21 + ls /var/log/sa-host 02:16:21 + sadf -c /var/log/sa-host/sa21 02:16:21 file_magic: OK 02:16:21 HZ: Using current value: 100 02:16:21 file_header: OK 02:16:21 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:16:21 Statistics: 02:16:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:16:21 File successfully converted to sysstat format version 12.2.1 02:16:21 + sadf -c /var/log/sa-host/sa23 02:16:21 file_magic: OK 02:16:21 HZ: Using current value: 100 02:16:21 file_header: OK 02:16:21 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:16:21 Statistics: 02:16:21 Hnuu...uuuununununu... 02:16:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:16:21 provisioning config files... 02:16:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config6435834758003388232tmp [Pipeline] { [Pipeline] echo 02:16:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:16:22 ---> create-netrc.sh [Pipeline] } 02:16:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:16:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:16:23 ---> python-tools-install.sh [Pipeline] echo 02:16:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:16:23 ---> sudo-logs.sh 02:16:23 Archiving 'sudo' log.. [Pipeline] echo 02:16:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:16:24 ---> job-cost.sh 02:16:24 lf-activate-venv: SKIPPING 02:16:24 INFO: No Stack... 02:16:26 INFO: Retrieving Pricing Info for: v1-standard-2 02:16:26 INFO: Archiving Costs [Pipeline] echo 02:16:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:16:27 ---> logs-deploy.sh 02:16:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/4 02:16:27 INFO: archiving workspace using pattern(s): 02:16:29 Archives upload complete. 02:16:29 INFO: archiving logs to Nexus