Pull request #291 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0b6447dd194a707b0d330730b331e47fa7f00ad3+f24d25d81141c2eca5b0f08cb81992033eaf0707 (fa47a562bf0fa437622d616aa68965eeb8e29bbc) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21566 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [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-291 # 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/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:46:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5309de6609b6e3e7d2eedb79284dbb76d504bad0 # timeout=10 [Pipeline] withCredentials 09:46:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:46:31 ========================================================= 09:46:31 EdgeX Global Pipelines Version Info 09:46:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:46:32 ------------------- 09:46:32 stable info: 09:46:32 ------------------- 09:46:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:46:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:46:32 Message: update stable to v1.0.179 09:46:33 ------------------- 09:46:33 experimental info: 09:46:33 ------------------- 09:46:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:46:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:46:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:46:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:46:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b6447d [Pipeline] echo 09:46:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:46:37 provisioning config files... 09:46:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config1977414897809537715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:37 ---> docker-login.sh 09:46:37 nexus3.edgexfoundry.org:10001 09:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:37 Configure a credential helper to remove this warning. See 09:46:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:37 09:46:37 Login Succeeded 09:46:37 nexus3.edgexfoundry.org:10002 09:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:38 Configure a credential helper to remove this warning. See 09:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:38 09:46:38 Login Succeeded 09:46:38 nexus3.edgexfoundry.org:10003 09:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:38 Configure a credential helper to remove this warning. See 09:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:38 09:46:38 Login Succeeded 09:46:38 nexus3.edgexfoundry.org:10004 09:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:38 Configure a credential helper to remove this warning. See 09:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:38 09:46:38 Login Succeeded 09:46:38 docker.io 09:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:38 Configure a credential helper to remove this warning. See 09:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:38 09:46:38 Login Succeeded 09:46:38 ---> docker-login.sh ends [Pipeline] } 09:46:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:46:39 + git log --format=format:%s -1 0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] echo 09:46:39 GIT_COMMIT: 0b6447dd194a707b0d330730b331e47fa7f00ad3, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1 [Pipeline] echo 09:46:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:46:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:40 09:46:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:46:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:40 latest: Pulling from edgex-devops/git-semver 09:46:40 31603596830f: Pulling fs layer 09:46:40 2a8b12db71e7: Pulling fs layer 09:46:40 6ca5941a6612: Pulling fs layer 09:46:40 ecc8261a40a4: Pulling fs layer 09:46:40 ecc8261a40a4: Waiting 09:46:40 2a8b12db71e7: Verifying Checksum 09:46:40 2a8b12db71e7: Download complete 09:46:40 31603596830f: Verifying Checksum 09:46:40 31603596830f: Download complete 09:46:40 6ca5941a6612: Verifying Checksum 09:46:40 6ca5941a6612: Download complete 09:46:40 ecc8261a40a4: Verifying Checksum 09:46:40 ecc8261a40a4: Download complete 09:46:40 31603596830f: Pull complete 09:46:41 2a8b12db71e7: Pull complete 09:46:42 6ca5941a6612: Pull complete 09:46:42 ecc8261a40a4: Pull complete 09:46:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:46:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:46:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:46:42 prd-centos7-docker-4c-2g-21566 does not seem to be running inside a container 09:46:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:46:44 $ docker top f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:45 [ssh-agent] Looking for ssh-agent implementation... 09:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:45 $ docker exec f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent 09:46:45 SSH_AUTH_SOCK=/tmp/ssh-NgrMpJ24v5ID/agent.11 09:46:45 SSH_AGENT_PID=16 09:46:45 Running ssh-add (command line suppressed) 09:46:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_514621750318275582.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_514621750318275582.key) 09:46:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:46 + git tag --points-at HEAD [Pipeline] } 09:46:46 $ docker exec --env ******** --env ******** f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent -k 09:46:46 unset SSH_AUTH_SOCK; 09:46:46 unset SSH_AGENT_PID; 09:46:46 echo Agent pid 16 killed; 09:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:46:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:46:46 [ssh-agent] Looking for ssh-agent implementation... 09:46:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:46:46 $ docker exec f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent 09:46:46 SSH_AUTH_SOCK=/tmp/ssh-OQHuUxhRKAdS/agent.45 09:46:46 SSH_AGENT_PID=50 09:46:46 Running ssh-add (command line suppressed) 09:46:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_2124446949566394435.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_2124446949566394435.key) 09:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:46:47 + git semver init 09:46:47 # -> Open(): unable to determine branch for HEAD 09:46:47 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git 09:46:47 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 09:46:47 # $SEMVER_REMOTE_NAME = origin 09:46:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:46:47 # $SEMVER_USER_NAME = edgex-jenkins 09:46:47 # $SEMVER_BRANCH = PR-291 09:46:47 # $SEMVER_TEMP = /tmp/semver-839252831 09:46:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:46:48 # '/tmp/semver-839252831' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' 09:46:48 # -> Force: false 09:46:48 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } 09:46:48 $ docker exec --env ******** --env ******** f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 ssh-agent -k 09:46:48 unset SSH_AUTH_SOCK; 09:46:48 unset SSH_AGENT_PID; 09:46:48 echo Agent pid 50 killed; 09:46:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:46:49 + git semver [Pipeline] } 09:46:49 $ docker stop --time=1 f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 09:46:50 $ docker rm -f f563453bb5a43f3192b361b9876591bbb1c2d344091704fc0e004794d3fb1909 [Pipeline] // withDockerContainer [Pipeline] sh 09:46:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:46:51 Stashed 1 file(s) [Pipeline] echo 09:46:51 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:47:07 Still waiting to schedule task 09:47:07 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21563’ is offline; ‘prd-centos7-docker-4c-2g-21568’ is offline; ‘prd-centos7-docker-4c-2g-21569’ is offline; ‘prd-centos7-docker-4c-2g-21570’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21565’ doesn’t have label ‘centos7-docker-4c-2g’ 09:47:07 Still waiting to schedule task 09:47:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:48:21 Running on prd-centos7-docker-4c-2g-21573 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 09:48:21 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 09:48:25 using credential edgex-jenkins-ssh 09:48:25 Cloning the remote Git repository 09:48:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:48:25 > git init /w/workspace/edgex-ui-go/3 # timeout=10 09:48:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:25 > git --version # timeout=10 09:48:25 > git --version # 'git version 2.24.3' 09:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:26 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 09:48:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:48:26 > git config core.sparsecheckout # timeout=10 09:48:26 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 09:48:26 Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 09:48:26 Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) 09:48:26 > git remote # timeout=10 09:48:26 > git config --get remote.origin.url # timeout=10 09:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:26 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:48:26 > git rev-parse HEAD^{commit} # timeout=10 09:48:26 > git config core.sparsecheckout # timeout=10 09:48:26 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 09:48:30 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:48:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:48:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:48:33 + sudo service docker restart 09:48:33 + true 09:48:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:48:34 provisioning config files... 09:48:34 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config8953577961097646285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:48:34 ---> docker-login.sh 09:48:34 nexus3.edgexfoundry.org:10001 09:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:35 Configure a credential helper to remove this warning. See 09:48:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:35 09:48:35 Login Succeeded 09:48:35 nexus3.edgexfoundry.org:10002 09:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:35 Configure a credential helper to remove this warning. See 09:48:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:35 09:48:35 Login Succeeded 09:48:35 nexus3.edgexfoundry.org:10003 09:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:35 Configure a credential helper to remove this warning. See 09:48:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:35 09:48:35 Login Succeeded 09:48:35 nexus3.edgexfoundry.org:10004 09:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:36 Configure a credential helper to remove this warning. See 09:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:36 09:48:36 Login Succeeded 09:48:36 docker.io 09:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:48:36 Configure a credential helper to remove this warning. See 09:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:48:36 09:48:36 Login Succeeded 09:48:36 ---> docker-login.sh ends [Pipeline] } 09:48:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:48:36 ========================================================= 09:48:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:48:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:48:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:48:37 Sending build context to Docker daemon 16.59MB 09:48:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:48:37 Step 2/8 : FROM ${BASE} 09:48:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:48:37 188c0c94c7c5: Pulling fs layer 09:48:37 0ef7d3d256c8: Pulling fs layer 09:48:37 de9db76c5a1d: Pulling fs layer 09:48:37 bca2f99d35d6: Pulling fs layer 09:48:37 93359f2a8cfa: Pulling fs layer 09:48:37 7c6f9722023f: Pulling fs layer 09:48:37 a35cf1a2eb13: Pulling fs layer 09:48:37 93359f2a8cfa: Waiting 09:48:37 7c6f9722023f: Waiting 09:48:37 a35cf1a2eb13: Waiting 09:48:37 bca2f99d35d6: Waiting 09:48:37 de9db76c5a1d: Verifying Checksum 09:48:37 de9db76c5a1d: Download complete 09:48:37 0ef7d3d256c8: Verifying Checksum 09:48:37 0ef7d3d256c8: Download complete 09:48:37 93359f2a8cfa: Verifying Checksum 09:48:37 93359f2a8cfa: Download complete 09:48:37 7c6f9722023f: Verifying Checksum 09:48:37 7c6f9722023f: Download complete 09:48:37 188c0c94c7c5: Download complete 09:48:37 188c0c94c7c5: Pull complete 09:48:38 0ef7d3d256c8: Pull complete 09:48:38 de9db76c5a1d: Pull complete 09:48:39 a35cf1a2eb13: Verifying Checksum 09:48:39 a35cf1a2eb13: Download complete 09:48:40 bca2f99d35d6: Verifying Checksum 09:48:40 bca2f99d35d6: Download complete 09:48:46 bca2f99d35d6: Pull complete 09:48:46 93359f2a8cfa: Pull complete 09:48:46 7c6f9722023f: Pull complete 09:48:53 a35cf1a2eb13: Pull complete 09:48:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:48:53 ---> a62c8e92a672 09:48:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:48:53 ---> Running in 477170e8e2d9 09:48:53 Removing intermediate container 477170e8e2d9 09:48:53 ---> 68455192cf94 09:48:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:53 ---> Running in 7aac5ed0f36f 09:48:54 Removing intermediate container 7aac5ed0f36f 09:48:54 ---> 384296882672 09:48:54 Step 5/8 : RUN apk add --no-cache make git 09:48:54 ---> Running in 0ddfe54a71af 09:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:48:56 OK: 166 MiB in 39 packages 09:48:56 Removing intermediate container 0ddfe54a71af 09:48:56 ---> 607fca4b6021 09:48:56 Step 6/8 : WORKDIR /edgex-ui-go 09:48:56 ---> Running in ab014cf81cff 09:48:57 Removing intermediate container ab014cf81cff 09:48:57 ---> 287b0902826a 09:48:57 Step 7/8 : COPY . . 09:48:59 ---> 6a9bacd9b06c 09:48:59 Step 8/8 : RUN go mod download 09:48:59 ---> Running in bc4111ed7c3e 09:49:21 Removing intermediate container bc4111ed7c3e 09:49:21 ---> 5828b36a9c98 09:49:21 Successfully built 5828b36a9c98 09:49:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:49:21 + docker inspect -f . ci-base-image-x86_64 09:49:21 . [Pipeline] withDockerContainer 09:49:21 prd-centos7-docker-4c-2g-21573 does not seem to be running inside a container 09:49:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-x86_64 cat 09:49:22 $ docker top 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:23 + go version 09:49:23 go version go1.15.5 linux/amd64 [Pipeline] } 09:49:23 $ docker stop --time=1 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf 09:49:24 $ docker rm -f 544600c5c64f047bf9a9e5ddde02f5a9626bacd861297a01c94031d659a1bbdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:49:25 + docker inspect -f . ci-base-image-x86_64 09:49:25 . [Pipeline] withDockerContainer 09:49:25 prd-centos7-docker-4c-2g-21573 does not seem to be running inside a container 09:49:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-x86_64 cat 09:49:26 $ docker top 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:26 + make test 09:49:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:49:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:49:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:49:36 GO111MODULE=on go vet ./... [Pipeline] } 09:49:37 $ docker stop --time=1 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 09:49:39 $ docker rm -f 7f87effed8fc28ccc2b2887816a972b7a54c1f29080518da12c9ebc33e2df066 [Pipeline] // withDockerContainer [Pipeline] sh 09:49:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:49:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:49:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:49:41 + ls -al . 09:49:41 total 88 09:49:41 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 09:49 . 09:49:41 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 09:48 .. 09:49:41 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 09:48 assets 09:49:41 drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 09:48 bin 09:49:41 drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 09:48 cmd 09:49:41 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 09:48 CONTRIBUTING.md 09:49:41 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 09:49 coverage.out 09:49:41 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 09:48 Dockerfile 09:49:41 -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 09:48 Dockerfile.build 09:49:41 drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 09:48 docs 09:49:41 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 09:48 .git 09:49:41 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 09:48 .github 09:49:41 -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 09:48 .gitignore 09:49:41 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 09:48 go.mod 09:49:41 -rw-r--r--. 1 jenkins jenkins 20843 Jan 20 09:49 go.sum 09:49:41 drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 09:48 internal 09:49:41 -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 09:48 Jenkinsfile 09:49:41 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 09:48 LICENSE 09:49:41 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 09:48 Makefile 09:49:41 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 09:48 README.md 09:49:41 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 09:46 VERSION 09:49:41 -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 09:48 version.go 09:49:41 drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 09:48 web [Pipeline] isUnix [Pipeline] sh 09:49:42 + 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=0b6447dd194a707b0d330730b331e47fa7f00ad3 --label arch=amd64 --label version=0.0.0 . 09:49:42 Sending build context to Docker daemon 16.61MB 09:49:42 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:49:42 Step 2/24 : FROM ${BASE} AS builder 09:49:42 ---> 5828b36a9c98 09:49:42 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:49:43 ---> Running in 2e944668444a 09:49:43 Removing intermediate container 2e944668444a 09:49:43 ---> 74befeecc294 09:49:43 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:49:43 ---> Running in 222f86c06e7d 09:49:43 Removing intermediate container 222f86c06e7d 09:49:43 ---> 287ff2ed4b97 09:49:43 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:49:43 ---> Running in f768cb0dfe8d 09:49:43 Removing intermediate container f768cb0dfe8d 09:49:43 ---> 0043b79230ac 09:49:43 Step 6/24 : LABEL Name=edgex-ui-go 09:49:43 ---> Running in c01c13e4bcca 09:49:44 Removing intermediate container c01c13e4bcca 09:49:44 ---> 2535c9d05821 09:49:44 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:49:44 ---> Running in e850d41d5700 09:49:44 Removing intermediate container e850d41d5700 09:49:44 ---> 56d2ea8b22a0 09:49:44 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:44 ---> Running in b38ac8af345b 09:49:45 Removing intermediate container b38ac8af345b 09:49:45 ---> 1eb79dd93ade 09:49:45 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:49:45 ---> Running in a2ee44eacae7 09:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:49:47 OK: 166 MiB in 39 packages 09:49:47 Removing intermediate container a2ee44eacae7 09:49:47 ---> 682df8652e25 09:49:47 Step 10/24 : ENV GO111MODULE=on 09:49:48 ---> Running in ac04076725f4 09:49:48 Removing intermediate container ac04076725f4 09:49:48 ---> 3293b0cedcbf 09:49:48 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:49:48 ---> Running in 4c78f569f751 09:49:48 Removing intermediate container 4c78f569f751 09:49:48 ---> 51b5c37f1bc3 09:49:48 Step 12/24 : COPY go.mod . 09:49:48 ---> e759fb9c14ea 09:49:48 Step 13/24 : COPY Makefile . 09:49:48 ---> c62cf2780fcb 09:49:48 Step 14/24 : RUN make update 09:49:48 ---> Running in 9c16dd305b87 09:49:49 CGO_ENABLED=0 GO111MODULE=on go mod download 09:49:50 Removing intermediate container 9c16dd305b87 09:49:50 ---> 2e16a30a15e4 09:49:50 Step 15/24 : COPY . . 09:49:51 ---> 6ac79cbe9cd1 09:49:51 Step 16/24 : RUN ${MAKE} 09:49:51 ---> Running in aab383ada473 09:49:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:50:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:50:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21575 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 09:50:02 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 09:50:03 Removing intermediate container aab383ada473 09:50:03 ---> a1a91ed8989f 09:50:03 Step 17/24 : FROM alpine:3.12 09:50:03 3.12: Pulling from library/alpine 09:50:03 801bfaa63ef2: Pulling fs layer 09:50:03 801bfaa63ef2: Download complete 09:50:04 801bfaa63ef2: Pull complete 09:50:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:50:04 Status: Downloaded newer image for alpine:3.12 09:50:04 ---> 389fef711851 09:50:04 Step 18/24 : EXPOSE 4000 09:50:04 ---> Running in c091f178269f 09:50:04 Removing intermediate container c091f178269f 09:50:04 ---> 9422e2b92512 09:50:04 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:50:05 ---> 3bc055c084be 09:50:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:50:05 ---> Running in a74cf0728e04 09:50:06 Removing intermediate container a74cf0728e04 09:50:06 ---> b623445bfd38 09:50:06 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:50:06 ---> Running in ca7450a5902a 09:50:06 Removing intermediate container ca7450a5902a 09:50:06 ---> e5068c952358 09:50:06 Step 22/24 : LABEL arch=amd64 09:50:06 ---> Running in 37675bc43742 09:50:06 Removing intermediate container 37675bc43742 09:50:06 ---> 4bf8e36ae391 09:50:06 Step 23/24 : LABEL git_sha=0b6447dd194a707b0d330730b331e47fa7f00ad3 09:50:06 ---> Running in 611e46ed4b83 09:50:06 Removing intermediate container 611e46ed4b83 09:50:06 ---> 80e5dadd8021 09:50:06 Step 24/24 : LABEL version=0.0.0 09:50:06 ---> Running in 65f71c19455f 09:50:06 Removing intermediate container 65f71c19455f 09:50:06 ---> 59af5ec01122 09:50:06 [Warning] One or more build-args [ARCH] were not consumed 09:50:06 Successfully built 59af5ec01122 09:50:07 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:50:08 using credential edgex-jenkins-ssh 09:50:08 Cloning the remote Git repository 09:50:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:50:08 > git init /w/workspace/edgex-ui-go/3 # timeout=10 09:50:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:50:08 > git --version # timeout=10 09:50:08 > git --version # 'git version 2.17.1' 09:50:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:50:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:50:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:50:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:11 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 0b6447dd194a707b0d330730b331e47fa7f00ad3 09:50:11 Merge succeeded, producing 0b6447dd194a707b0d330730b331e47fa7f00ad3 09:50:11 Checking out Revision 0b6447dd194a707b0d330730b331e47fa7f00ad3 (PR-291) 09:50:11 > git config core.sparsecheckout # timeout=10 09:50:11 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 09:50:11 > git remote # timeout=10 09:50:11 > git config --get remote.origin.url # timeout=10 09:50:11 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:11 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:50:11 > git rev-parse HEAD^{commit} # timeout=10 09:50:11 > git config core.sparsecheckout # timeout=10 09:50:11 > git checkout -f 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 09:50:16 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:50:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:50:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:50:18 + sudo service docker restart+ 09:50:18 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:50:21 provisioning config files... 09:50:21 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config7564492123074493286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:22 ---> docker-login.sh 09:50:22 nexus3.edgexfoundry.org:10001 09:50:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:23 Configure a credential helper to remove this warning. See 09:50:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:23 09:50:23 Login Succeeded 09:50:23 nexus3.edgexfoundry.org:10002 09:50:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:23 Configure a credential helper to remove this warning. See 09:50:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:23 09:50:23 Login Succeeded 09:50:23 nexus3.edgexfoundry.org:10003 09:50:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:24 Configure a credential helper to remove this warning. See 09:50:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:24 09:50:24 Login Succeeded 09:50:24 nexus3.edgexfoundry.org:10004 09:50:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:25 Configure a credential helper to remove this warning. See 09:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:25 09:50:25 Login Succeeded 09:50:25 docker.io 09:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:25 Configure a credential helper to remove this warning. See 09:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:25 09:50:25 Login Succeeded 09:50:25 ---> docker-login.sh ends [Pipeline] } 09:50:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:50:26 ========================================================= 09:50:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:50:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:50:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:50:27 Sending build context to Docker daemon 16.59MB 09:50:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:50:27 Step 2/8 : FROM ${BASE} 09:50:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:50:27 5f621e34cdf4: Pulling fs layer 09:50:27 a4357932f1b6: Pulling fs layer 09:50:27 18c013af1878: Pulling fs layer 09:50:27 00ac8860ef70: Pulling fs layer 09:50:27 63d7cb157983: Pulling fs layer 09:50:27 b116817d02f9: Pulling fs layer 09:50:27 745a02a5169b: Pulling fs layer 09:50:27 00ac8860ef70: Waiting 09:50:27 63d7cb157983: Waiting 09:50:27 b116817d02f9: Waiting 09:50:27 745a02a5169b: Waiting 09:50:27 18c013af1878: Verifying Checksum 09:50:27 18c013af1878: Download complete 09:50:27 a4357932f1b6: Verifying Checksum 09:50:27 a4357932f1b6: Download complete 09:50:27 63d7cb157983: Download complete 09:50:27 b116817d02f9: Download complete 09:50:27 5f621e34cdf4: Verifying Checksum 09:50:27 5f621e34cdf4: Download complete 09:50:28 5f621e34cdf4: Pull complete 09:50:28 a4357932f1b6: Pull complete 09:50:29 18c013af1878: Pull complete 09:50:32 745a02a5169b: Verifying Checksum 09:50:32 745a02a5169b: Download complete 09:50:32 00ac8860ef70: Verifying Checksum 09:50:32 00ac8860ef70: Download complete 09:50:43 00ac8860ef70: Pull complete 09:50:43 63d7cb157983: Pull complete 09:50:43 b116817d02f9: Pull complete 09:50:46 745a02a5169b: Pull complete 09:50:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:50:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:50:46 ---> b7e6874047d6 09:50:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:50:50 ---> Running in 849133a88584 09:50:50 Removing intermediate container 849133a88584 09:50:50 ---> 1bcce52ffcb8 09:50:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:50 ---> Running in 02fdc2644b76 09:50:53 Removing intermediate container 02fdc2644b76 09:50:53 ---> 699f49b35fc7 09:50:53 Step 5/8 : RUN apk add --no-cache make git 09:50:53 ---> Running in 18ddc67f4c69 09:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:55 OK: 142 MiB in 39 packages 09:50:56 Removing intermediate container 18ddc67f4c69 09:50:56 ---> 9eed2c45627c 09:50:56 Step 6/8 : WORKDIR /edgex-ui-go 09:50:56 ---> Running in 66359395d853 09:50:57 Removing intermediate container 66359395d853 09:50:57 ---> c63bc1ddf46d 09:50:57 Step 7/8 : COPY . . 09:50:59 ---> 7c5db849bf56 09:50:59 Step 8/8 : RUN go mod download 09:50:59 ---> Running in 3b1bcaac4366 09:51:26 Removing intermediate container 3b1bcaac4366 09:51:26 ---> da4f01e68c9f 09:51:26 Successfully built da4f01e68c9f 09:51:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:51:26 + docker inspect -f . ci-base-image-arm64 09:51:26 . [Pipeline] withDockerContainer 09:51:27 prd-ubuntu18.04-docker-arm64-4c-16g-21575 does not seem to be running inside a container 09:51:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:51:28 $ docker top dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:29 + go version 09:51:29 go version go1.15.5 linux/arm64 [Pipeline] } 09:51:29 $ docker stop --time=1 dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 09:51:31 $ docker rm -f dec8725920cd96c22c97ba8f3565447a7fca691e0ee26ba2a4208b0937f33852 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:51:32 + docker inspect -f . ci-base-image-arm64 09:51:32 . [Pipeline] withDockerContainer 09:51:33 prd-ubuntu18.04-docker-arm64-4c-16g-21575 does not seem to be running inside a container 09:51:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:51:34 $ docker top 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:35 + make test 09:51:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:51:36 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:52:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:52:03 GO111MODULE=on go vet ./... [Pipeline] } 09:52:06 $ docker stop --time=1 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf 09:52:08 $ docker rm -f 44401101e21435c8422933a46be22c40dc92bc24888330fe5eb024acfc5727cf [Pipeline] // withDockerContainer [Pipeline] sh 09:52:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:52:09 Warning: overwriting stash ‘coverage-report’ 09:52:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:52:11 + ls -al . 09:52:11 total 124 09:52:11 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:51 . 09:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:50 .. 09:52:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:50 .git 09:52:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:50 .github 09:52:11 -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:50 .gitignore 09:52:11 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:50 CONTRIBUTING.md 09:52:11 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:50 Dockerfile 09:52:11 -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:50 Dockerfile.build 09:52:11 -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:50 Jenkinsfile 09:52:11 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:50 LICENSE 09:52:11 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:50 Makefile 09:52:11 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:50 README.md 09:52:11 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 09:46 VERSION 09:52:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:50 assets 09:52:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:50 bin 09:52:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:50 cmd 09:52:11 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 09:51 coverage.out 09:52:11 drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:50 docs 09:52:11 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:50 go.mod 09:52:11 -rw-r--r-- 1 jenkins jenkins 20843 Jan 20 09:51 go.sum 09:52:11 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:50 internal 09:52:11 -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:50 version.go 09:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:50 web [Pipeline] isUnix [Pipeline] sh 09:52:11 + 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=0b6447dd194a707b0d330730b331e47fa7f00ad3 --label arch=arm64 --label version=0.0.0 . 09:52:12 Sending build context to Docker daemon 16.61MB 09:52:12 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:52:12 Step 2/24 : FROM ${BASE} AS builder 09:52:12 ---> da4f01e68c9f 09:52:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:52:13 ---> Running in 42f1848b7125 09:52:13 Removing intermediate container 42f1848b7125 09:52:13 ---> 0c8808a06df9 09:52:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:52:13 ---> Running in d3e0fd5d0520 09:52:13 Removing intermediate container d3e0fd5d0520 09:52:13 ---> 6dc12d0d5b54 09:52:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:52:14 ---> Running in d7ee525a5448 09:52:14 Removing intermediate container d7ee525a5448 09:52:14 ---> 3db86ed74a5f 09:52:14 Step 6/24 : LABEL Name=edgex-ui-go 09:52:14 ---> Running in f6c671f6cfe6 09:52:15 Removing intermediate container f6c671f6cfe6 09:52:15 ---> f25aedb5d72c 09:52:15 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:52:15 ---> Running in fa756f44cd4d 09:52:15 Removing intermediate container fa756f44cd4d 09:52:15 ---> fbc130923595 09:52:15 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:52:15 ---> Running in 34f06b56121f 09:52:18 Removing intermediate container 34f06b56121f 09:52:18 ---> f6bcf0304b32 09:52:18 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:52:18 ---> Running in 7332182a710c 09:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:20 OK: 142 MiB in 39 packages 09:52:21 Removing intermediate container 7332182a710c 09:52:21 ---> de25f7e90482 09:52:21 Step 10/24 : ENV GO111MODULE=on 09:52:22 ---> Running in ac9af5f347db 09:52:22 Removing intermediate container ac9af5f347db 09:52:22 ---> 7e3d851486ed 09:52:22 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:52:22 ---> Running in ed9704e06771 09:52:23 Removing intermediate container ed9704e06771 09:52:23 ---> c559fb974dbf 09:52:23 Step 12/24 : COPY go.mod . 09:52:23 ---> 0bb0d6e6306a 09:52:23 Step 13/24 : COPY Makefile . 09:52:24 ---> ac9fd592386e 09:52:24 Step 14/24 : RUN make update 09:52:24 ---> Running in 195b07b75e57 09:52:25 CGO_ENABLED=0 GO111MODULE=on go mod download 09:52:27 Removing intermediate container 195b07b75e57 09:52:27 ---> 147ebcb5d1bb 09:52:27 Step 15/24 : COPY . . 09:52:29 ---> dc83b06561f2 09:52:29 Step 16/24 : RUN ${MAKE} 09:52:29 ---> Running in 73964f8ca5d7 09:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:52:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:52:57 Removing intermediate container 73964f8ca5d7 09:52:57 ---> 26350abe6143 09:52:57 Step 17/24 : FROM alpine:3.12 09:52:57 3.12: Pulling from library/alpine 09:52:58 159e5727ea61: Pulling fs layer 09:52:58 159e5727ea61: Verifying Checksum 09:52:58 159e5727ea61: Pull complete 09:52:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:52:58 Status: Downloaded newer image for alpine:3.12 09:52:58 ---> afeebe901d6b 09:52:58 Step 18/24 : EXPOSE 4000 09:52:59 ---> Running in 9fadc028fc7f 09:52:59 Removing intermediate container 9fadc028fc7f 09:52:59 ---> ba2733c1a746 09:52:59 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:53:01 ---> 597ef86b626c 09:53:01 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:53:01 ---> Running in f5563494cac9 09:53:01 Removing intermediate container f5563494cac9 09:53:01 ---> 5cf82d07d24a 09:53:01 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:53:01 ---> Running in 5365346fac88 09:53:02 Removing intermediate container 5365346fac88 09:53:02 ---> 0b213584900f 09:53:02 Step 22/24 : LABEL arch=arm64 09:53:02 ---> Running in e8b52701fc37 09:53:03 Removing intermediate container e8b52701fc37 09:53:03 ---> b8b0345658df 09:53:03 Step 23/24 : LABEL git_sha=0b6447dd194a707b0d330730b331e47fa7f00ad3 09:53:03 ---> Running in 64aa5ffdd0ef 09:53:03 Removing intermediate container 64aa5ffdd0ef 09:53:03 ---> b40a957211dd 09:53:03 Step 24/24 : LABEL version=0.0.0 09:53:03 ---> Running in f90b94eaaf31 09:53:03 Removing intermediate container f90b94eaaf31 09:53:03 ---> 2dc504382764 09:53:03 [Warning] One or more build-args [ARCH] were not consumed 09:53:04 Successfully built 2dc504382764 09:53:04 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:53:05 provisioning config files... 09:53:05 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config6195940500671540370tmp [Pipeline] { [Pipeline] sh 09:53:05 + set +x 09:53:05 + curl -s https://codecov.io/bash 09:53:05 + bash -s -- 09:53:05 09:53:05 _____ _ 09:53:05 / ____| | | 09:53:05 | | ___ __| | ___ ___ _____ __ 09:53:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:53:05 | |___| (_) | (_| | __/ (_| (_) \ V / 09:53:05 \_____\___/ \__,_|\___|\___\___/ \_/ 09:53:05 Bash-20210115-cec3c92 09:53:05 09:53:05 09:53:05 ==> git version 2.24.3 found 09:53:05 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:53:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:53:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:53:06 ==> Jenkins CI detected. 09:53:06 project root: . 09:53:06 --> token set from env 09:53:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:53:06 ==> Running gcov in . (disable via -X gcov) 09:53:06 ==> Python coveragepy not found 09:53:06 ==> Searching for coverage reports in: 09:53:06 + . 09:53:06 -> Found 1 reports 09:53:06 ==> Detecting git/mercurial file structure 09:53:06 ==> Reading reports 09:53:06 + ./coverage.out bytes=10 09:53:06 ==> Appending adjustments 09:53:06 https://docs.codecov.io/docs/fixing-reports 09:53:06 + Found adjustments 09:53:06 ==> Gzipping contents 09:53:06 4.0K /tmp/codecov.QANb0o.gz 09:53:06 ==> Uploading reports 09:53:06 url: https://codecov.io 09:53:06 query: branch=PR-291&commit=0b6447dd194a707b0d330730b331e47fa7f00ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 09:53:06 -> Pinging Codecov 09:53:06 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=0b6447dd194a707b0d330730b331e47fa7f00ad3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 09:53:06 -> Uploading to 09:53:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/0b6447dd194a707b0d330730b331e47fa7f00ad3/543819ae-fb25-4352-9123-caf561cd5535.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T095306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0dc7bfa7ef003f00dd1e9b29452ac8fefde39fec697bd03a7fcdee11d8a6ca9 09:53:06 % Total % Received % Xferd Average Speed Time Time Time Current 09:53:06 Dload Upload Total Spent Left Speed 09:53:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 6322 --:--:-- --:--:-- --:--:-- 6324 100 2378 0 0 100 2378 0 6319 --:--:-- --:--:-- --:--:-- 6307 09:53:07 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0b6447dd194a707b0d330730b331e47fa7f00ad3 [Pipeline] } 09:53:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:53:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:53:09 ---> package-listing.sh 09:53:09 ++ tr '[:upper:]' '[:lower:]' 09:53:09 ++ facter osfamily 09:53:09 + OS_FAMILY=redhat 09:53:09 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 09:53:09 + START_PACKAGES=/tmp/packages_start.txt 09:53:09 + END_PACKAGES=/tmp/packages_end.txt 09:53:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:53:09 + PACKAGES=/tmp/packages_start.txt 09:53:09 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 09:53:09 + PACKAGES=/tmp/packages_end.txt 09:53:09 + case "${OS_FAMILY}" in 09:53:09 + rpm -qa 09:53:09 + sort 09:53:14 + '[' -f /tmp/packages_start.txt ']' 09:53:14 + '[' -f /tmp/packages_end.txt ']' 09:53:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:53:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 09:53:14 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ 09:53:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo 09:53:14 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-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:53:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:53:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:15 09:53:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:53:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:15 alpine: Pulling from edgex-lftools-log-publisher 09:53:15 df20fa9351a1: Pulling fs layer 09:53:15 36b3adc4ff6f: Pulling fs layer 09:53:15 8ad3a11d3b57: Pulling fs layer 09:53:15 46f8f816bc3b: Pulling fs layer 09:53:15 93b61091891f: Pulling fs layer 09:53:15 93b9cdb0e59b: Pulling fs layer 09:53:15 5e14af77c1be: Pulling fs layer 09:53:15 01666e4c0597: Pulling fs layer 09:53:15 aa168da1d23b: Pulling fs layer 09:53:15 93b9cdb0e59b: Waiting 09:53:15 5e14af77c1be: Waiting 09:53:15 aa168da1d23b: Waiting 09:53:15 01666e4c0597: Waiting 09:53:15 46f8f816bc3b: Waiting 09:53:15 93b61091891f: Waiting 09:53:15 36b3adc4ff6f: Verifying Checksum 09:53:15 36b3adc4ff6f: Download complete 09:53:15 46f8f816bc3b: Verifying Checksum 09:53:15 46f8f816bc3b: Download complete 09:53:15 df20fa9351a1: Download complete 09:53:15 93b9cdb0e59b: Verifying Checksum 09:53:15 93b9cdb0e59b: Download complete 09:53:16 93b61091891f: Verifying Checksum 09:53:16 93b61091891f: Download complete 09:53:16 5e14af77c1be: Verifying Checksum 09:53:16 5e14af77c1be: Download complete 09:53:16 01666e4c0597: Verifying Checksum 09:53:16 01666e4c0597: Download complete 09:53:16 8ad3a11d3b57: Verifying Checksum 09:53:16 8ad3a11d3b57: Download complete 09:53:16 df20fa9351a1: Pull complete 09:53:16 36b3adc4ff6f: Pull complete 09:53:17 8ad3a11d3b57: Pull complete 09:53:17 46f8f816bc3b: Pull complete 09:53:17 93b61091891f: Pull complete 09:53:17 aa168da1d23b: Verifying Checksum 09:53:17 aa168da1d23b: Download complete 09:53:17 93b9cdb0e59b: Pull complete 09:53:18 5e14af77c1be: Pull complete 09:53:18 01666e4c0597: Pull complete 09:53:24 aa168da1d23b: Pull complete 09:53:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:53:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:53:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:53:24 prd-centos7-docker-4c-2g-21566 does not seem to be running inside a container 09:53:24 $ 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-291/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-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:53:28 $ docker top 3165ce3e24f1eb290fccc4425086e23f4eb69225560ea9655f4479dc560c8e5a -eo pid,comm [Pipeline] { [Pipeline] sh 09:53:29 + touch /tmp/pre-build-complete [Pipeline] sh 09:53:29 + mkdir -p /var/log/sa [Pipeline] sh 09:53:29 + ls /var/log/sa-host 09:53:29 + sadf -c /var/log/sa-host/sa20 09:53:29 file_magic: OK 09:53:29 HZ: Using current value: 100 09:53:29 file_header: OK 09:53:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:53:29 Statistics: 09:53:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:53:29 File successfully converted to sysstat format version 12.2.1 09:53:29 + sadf -c /var/log/sa-host/sa23 09:53:29 file_magic: OK 09:53:29 HZ: Using current value: 100 09:53:29 file_header: OK 09:53:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:53:29 Statistics: 09:53:29 Hnuu...uuuununununu... 09:53:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:53:30 provisioning config files... 09:53:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config3911899995666203340tmp [Pipeline] { [Pipeline] echo 09:53:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:53:30 ---> create-netrc.sh [Pipeline] } 09:53:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:53:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:53:30 ---> python-tools-install.sh [Pipeline] echo 09:53:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:53:31 ---> sudo-logs.sh 09:53:31 Archiving 'sudo' log.. [Pipeline] echo 09:53:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:53:31 ---> job-cost.sh 09:53:31 lf-activate-venv: SKIPPING 09:53:31 INFO: No Stack... 09:53:32 INFO: Retrieving Pricing Info for: v1-standard-2 09:53:33 INFO: Archiving Costs [Pipeline] echo 09:53:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:53:33 ---> logs-deploy.sh 09:53:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/3 09:53:33 INFO: archiving workspace using pattern(s): 09:53:34 Archives upload complete. 09:53:35 INFO: archiving logs to Nexus 09:53:36 ---> uname -a: 09:53:36 Linux prd-centos7-docker-4c-2g-21566.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:53:36 09:53:36 09:53:36 ---> lscpu: 09:53:36 Architecture: x86_64 09:53:36 CPU op-mode(s): 32-bit, 64-bit 09:53:36 Byte Order: Little Endian 09:53:36 Address sizes: 40 bits physical, 48 bits virtual 09:53:36 CPU(s): 4 09:53:36 On-line CPU(s) list: 0-3 09:53:36 Thread(s) per core: 1 09:53:36 Core(s) per socket: 1 09:53:36 Socket(s): 4 09:53:36 NUMA node(s): 1 09:53:36 Vendor ID: GenuineIntel 09:53:36 CPU family: 6 09:53:36 Model: 44 09:53:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:53:36 Stepping: 1 09:53:36 CPU MHz: 2933.442 09:53:36 BogoMIPS: 5866.88 09:53:36 Virtualization: VT-x 09:53:36 Hypervisor vendor: KVM 09:53:36 Virtualization type: full 09:53:36 L1d cache: 128 KiB 09:53:36 L1i cache: 128 KiB 09:53:36 L2 cache: 16 MiB 09:53:36 L3 cache: 64 MiB 09:53:36 NUMA node0 CPU(s): 0-3 09:53:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:53:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:53:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:53:36 Vulnerability Meltdown: Mitigation; PTI 09:53:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:53:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:53:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:53:36 Vulnerability Srbds: Not affected 09:53:36 Vulnerability Tsx async abort: Not affected 09:53:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 09:53:36 09:53:36 09:53:36 ---> nproc: 09:53:36 4 09:53:36 09:53:36 09:53:36 ---> df -h: 09:53:36 Filesystem Size Used Available Use% Mounted on 09:53:36 overlay 50.0G 7.3G 42.7G 15% / 09:53:36 tmpfs 64.0M 0 64.0M 0% /dev 09:53:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:53:36 shm 64.0M 0 64.0M 0% /dev/shm 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:53:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:53:36 09:53:36 09:53:36 ---> free -m: 09:53:36 total used free shared buff/cache available 09:53:36 Mem: 1837 696 106 0 1034 1036 09:53:36 Swap: 1023 0 1023 09:53:36 09:53:36 09:53:36 ---> ip addr: 09:53:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:53:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:53:36 inet 127.0.0.1/8 scope host lo 09:53:36 valid_lft forever preferred_lft forever 09:53:36 inet6 ::1/128 scope host 09:53:36 valid_lft forever preferred_lft forever 09:53:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:53:36 link/ether fa:16:3e:48:77:84 brd ff:ff:ff:ff:ff:ff 09:53:36 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 09:53:36 valid_lft 85942sec preferred_lft 85942sec 09:53:36 inet6 fe80::f816:3eff:fe48:7784/64 scope link 09:53:36 valid_lft forever preferred_lft forever 09:53:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:53:36 link/ether 02:42:07:ae:fc:7a brd ff:ff:ff:ff:ff:ff 09:53:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:53:36 valid_lft forever preferred_lft forever 09:53:36 inet6 fe80::42:7ff:feae:fc7a/64 scope link 09:53:36 valid_lft forever preferred_lft forever 09:53:36 09:53:36 09:53:36 ---> sar -b -r -n DEV: 09:53:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 09:53:36 09:53:36 09:45:45 LINUX RESTART (4 CPU) 09:53:36 09:53:36 09:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:53:36 09:48:01 2.55 0.00 2.55 0.00 0.00 59.45 0.00 09:53:36 09:49:01 0.47 0.00 0.47 0.00 0.00 6.78 0.00 09:53:36 09:50:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 09:53:36 09:51:01 0.17 0.00 0.17 0.00 0.00 2.15 0.00 09:53:36 09:52:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 09:53:36 09:53:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 09:53:36 Average: 0.67 0.00 0.67 0.00 0.00 13.19 0.00 09:53:36 09:53:36 09:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:53:36 09:48:01 131600 0 593976 31.57 2620 1153348 1106284 37.76 411204 1138276 16 09:53:36 09:49:01 133928 0 591644 31.44 2620 1153352 1094436 37.35 408912 1138760 8 09:53:36 09:50:01 132372 0 593192 31.53 2620 1153360 1094424 37.35 412864 1136396 8 09:53:36 09:51:01 132492 0 593072 31.52 2620 1153360 1094448 37.35 409132 1140416 8 09:53:36 09:52:01 133460 0 592096 31.47 2620 1153368 1091328 37.25 408584 1140164 8 09:53:36 09:53:01 134084 0 591468 31.44 2620 1153372 1085156 37.03 408636 1139764 8 09:53:36 Average: 132989 0 592575 31.49 2620 1153360 1094346 37.35 409889 1138963 9 09:53:36 09:53:36 09:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:53:36 09:48:01 eth0 4.11 1.28 2.37 0.45 0.00 0.00 0.00 0.00 09:53:36 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:49:01 eth0 2.48 0.55 0.64 0.36 0.00 0.00 0.00 0.00 09:53:36 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:50:01 eth0 1.87 0.30 0.40 0.23 0.00 0.00 0.00 0.00 09:53:36 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:51:01 eth0 1.45 0.90 0.83 0.60 0.00 0.00 0.00 0.00 09:53:36 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:52:01 eth0 0.38 0.23 0.15 0.07 0.00 0.00 0.00 0.00 09:53:36 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:53:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:53:36 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 Average: eth0 1.74 0.56 0.73 0.29 0.00 0.00 0.00 0.00 09:53:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:53:36 09:53:36 09:53:36 ---> sar -P ALL: 09:53:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 09:53:36 09:53:36 09:45:45 LINUX RESTART (4 CPU) 09:53:36 09:53:36 09:47:01 CPU %user %nice %system %iowait %steal %idle 09:53:36 09:48:01 all 0.19 0.00 0.05 0.00 0.00 99.75 09:53:36 09:48:01 0 0.07 0.00 0.05 0.00 0.00 99.88 09:53:36 09:48:01 1 0.53 0.00 0.05 0.00 0.02 99.40 09:53:36 09:48:01 2 0.08 0.00 0.05 0.00 0.00 99.87 09:53:36 09:48:01 3 0.08 0.00 0.05 0.00 0.00 99.87 09:53:36 09:49:01 all 0.18 0.00 0.04 0.00 0.00 99.78 09:53:36 09:49:01 0 0.08 0.00 0.07 0.00 0.00 99.85 09:53:36 09:49:01 1 0.48 0.00 0.02 0.00 0.00 99.50 09:53:36 09:49:01 2 0.08 0.00 0.03 0.00 0.02 99.87 09:53:36 09:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:53:36 09:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 09:53:36 09:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:53:36 09:50:01 1 0.53 0.00 0.05 0.00 0.00 99.42 09:53:36 09:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:53:36 09:50:01 3 0.07 0.00 0.00 0.00 0.00 99.93 09:53:36 09:51:01 all 0.17 0.00 0.03 0.00 0.00 99.80 09:53:36 09:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 09:53:36 09:51:01 1 0.55 0.00 0.03 0.00 0.00 99.42 09:53:36 09:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:53:36 09:51:01 3 0.05 0.00 0.03 0.00 0.00 99.92 09:53:36 09:52:01 all 0.15 0.00 0.02 0.00 0.00 99.82 09:53:36 09:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:53:36 09:52:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:53:36 09:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:53:36 09:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:53:36 09:53:01 all 0.15 0.00 0.01 0.00 0.00 99.83 09:53:36 09:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:53:36 09:53:01 1 0.50 0.00 0.00 0.00 0.00 99.50 09:53:36 09:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:53:36 09:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:53:36 Average: all 0.17 0.00 0.03 0.00 0.00 99.80 09:53:36 Average: 0 0.05 0.00 0.04 0.00 0.00 99.91 09:53:36 Average: 1 0.52 0.00 0.03 0.00 0.00 99.45 09:53:36 Average: 2 0.06 0.00 0.04 0.00 0.00 99.91 09:53:36 Average: 3 0.05 0.00 0.03 0.00 0.00 99.92 09:53:36 09:53:36 09:53:36