Pull request #291 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+21a2d52129729239e47da1045a1c95859bb5ff91 (a9554cfcd2fdbec7df975120768a7ca05a72a479) 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-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-21566’ is offline; ‘prd-centos7-docker-4c-2g-21579’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21582 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 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # 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 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # 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 10:00:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:00:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:00:20 ========================================================= 10:00:20 EdgeX Global Pipelines Version Info 10:00:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0b6447dd194a707b0d330730b331e47fa7f00ad3 # timeout=10 10:00:22 ------------------- 10:00:22 stable info: 10:00:22 ------------------- 10:00:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:22 Message: update stable to v1.0.179 10:00:23 ------------------- 10:00:23 experimental info: 10:00:23 ------------------- 10:00:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:00:23 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:00:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:00:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:00:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:00:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:00:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:00:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:00:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbcfcb1 [Pipeline] echo 10:00:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:26 provisioning config files... 10:00:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config8930078972564916017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:27 ---> docker-login.sh 10:00:27 nexus3.edgexfoundry.org:10001 10:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:27 Configure a credential helper to remove this warning. See 10:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:27 10:00:27 Login Succeeded 10:00:27 nexus3.edgexfoundry.org:10002 10:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:28 Configure a credential helper to remove this warning. See 10:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:28 10:00:28 Login Succeeded 10:00:28 nexus3.edgexfoundry.org:10003 10:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:28 Configure a credential helper to remove this warning. See 10:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:28 10:00:28 Login Succeeded 10:00:28 nexus3.edgexfoundry.org:10004 10:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:28 Configure a credential helper to remove this warning. See 10:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:28 10:00:28 Login Succeeded 10:00:28 docker.io 10:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:29 Configure a credential helper to remove this warning. See 10:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:29 10:00:29 Login Succeeded 10:00:29 ---> docker-login.sh ends [Pipeline] } 10:00:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:00:30 + git log --format=format:%s -1 fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] echo 10:00:30 GIT_COMMIT: fbcfcb12aca33ea1091684a020041deec15b3973, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.1 [Pipeline] echo 10:00:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:00:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:31 10:00:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:31 latest: Pulling from edgex-devops/git-semver 10:00:31 31603596830f: Pulling fs layer 10:00:31 2a8b12db71e7: Pulling fs layer 10:00:31 6ca5941a6612: Pulling fs layer 10:00:31 ecc8261a40a4: Pulling fs layer 10:00:31 ecc8261a40a4: Waiting 10:00:31 2a8b12db71e7: Verifying Checksum 10:00:31 2a8b12db71e7: Download complete 10:00:31 31603596830f: Download complete 10:00:31 6ca5941a6612: Verifying Checksum 10:00:31 6ca5941a6612: Download complete 10:00:31 ecc8261a40a4: Verifying Checksum 10:00:31 ecc8261a40a4: Download complete 10:00:32 31603596830f: Pull complete 10:00:32 2a8b12db71e7: Pull complete 10:00:33 6ca5941a6612: Pull complete 10:00:33 ecc8261a40a4: Pull complete 10:00:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:33 prd-centos7-docker-4c-2g-21582 does not seem to be running inside a container 10:00:33 $ 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 10:00:35 $ docker top e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:35 [ssh-agent] Looking for ssh-agent implementation... 10:00:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:36 $ docker exec e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent 10:00:36 SSH_AUTH_SOCK=/tmp/ssh-Ar13RJvBeVDv/agent.12 10:00:36 SSH_AGENT_PID=17 10:00:36 Running ssh-add (command line suppressed) 10:00:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_4319849699003049709.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_4319849699003049709.key) 10:00:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:36 + git tag --points-at HEAD [Pipeline] } 10:00:36 $ docker exec --env ******** --env ******** e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent -k 10:00:37 unset SSH_AUTH_SOCK; 10:00:37 unset SSH_AGENT_PID; 10:00:37 echo Agent pid 17 killed; 10:00:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:00:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:37 [ssh-agent] Looking for ssh-agent implementation... 10:00:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:37 $ docker exec e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent 10:00:37 SSH_AUTH_SOCK=/tmp/ssh-NwnOSL81v3Dg/agent.46 10:00:37 SSH_AGENT_PID=52 10:00:37 Running ssh-add (command line suppressed) 10:00:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_8472167365732998712.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_8472167365732998712.key) 10:00:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:38 + git semver init 10:00:38 # -> Open(): unable to determine branch for HEAD 10:00:38 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git 10:00:38 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 10:00:38 # $SEMVER_REMOTE_NAME = origin 10:00:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:38 # $SEMVER_USER_NAME = edgex-jenkins 10:00:38 # $SEMVER_BRANCH = PR-291 10:00:38 # $SEMVER_TEMP = /tmp/semver-481194817 10:00:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:00:39 # '/tmp/semver-481194817' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' 10:00:39 # -> Force: false 10:00:39 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } 10:00:39 $ docker exec --env ******** --env ******** e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 ssh-agent -k 10:00:39 unset SSH_AUTH_SOCK; 10:00:39 unset SSH_AGENT_PID; 10:00:39 echo Agent pid 52 killed; 10:00:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:40 + git semver [Pipeline] } 10:00:40 $ docker stop --time=1 e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 10:00:41 $ docker rm -f e73a24759aba1dbb414426f0fb9cf371721e069a4b71fa8b8a8e480045b4f354 [Pipeline] // withDockerContainer [Pipeline] sh 10:00:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:00:43 Stashed 1 file(s) [Pipeline] echo 10:00:43 [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 10:00:58 Running on prd-centos7-docker-4c-2g-21585 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 10:00:58 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { 10:00:58 Still waiting to schedule task 10:00:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] checkout 10:01:00 using credential edgex-jenkins-ssh 10:01:01 Cloning the remote Git repository 10:01:00 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:01:01 > git init /w/workspace/edgex-ui-go/5 # timeout=10 10:01:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:01:01 > git --version # timeout=10 10:01:01 > git --version # 'git version 2.24.3' 10:01:01 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:01:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:01:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:01:03 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:03 > 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 10:01:05 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 10:01:05 Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 10:01:05 Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) 10:01:05 > git config core.sparsecheckout # timeout=10 10:01:05 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 10:01:05 > git remote # timeout=10 10:01:05 > git config --get remote.origin.url # timeout=10 10:01:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:05 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:01:05 > git rev-parse HEAD^{commit} # timeout=10 10:01:05 > git config core.sparsecheckout # timeout=10 10:01:05 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 10:01:09 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 10:01:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:01:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:01:11 + sudo service docker restart 10:01:11 + true 10:01:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:01:12 provisioning config files... 10:01:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config2784579998439013685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:01:12 ---> docker-login.sh 10:01:12 nexus3.edgexfoundry.org:10001 10:01:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:12 Configure a credential helper to remove this warning. See 10:01:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:12 10:01:12 Login Succeeded 10:01:12 nexus3.edgexfoundry.org:10002 10:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:13 Configure a credential helper to remove this warning. See 10:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:13 10:01:13 Login Succeeded 10:01:13 nexus3.edgexfoundry.org:10003 10:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:13 Configure a credential helper to remove this warning. See 10:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:13 10:01:13 Login Succeeded 10:01:13 nexus3.edgexfoundry.org:10004 10:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:13 Configure a credential helper to remove this warning. See 10:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:13 10:01:13 Login Succeeded 10:01:13 docker.io 10:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:13 Configure a credential helper to remove this warning. See 10:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:13 10:01:13 Login Succeeded 10:01:13 ---> docker-login.sh ends [Pipeline] } 10:01:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:01:14 ========================================================= 10:01:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:01:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:01:14 + 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 . 10:01:14 Sending build context to Docker daemon 16.59MB 10:01:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:01:14 Step 2/8 : FROM ${BASE} 10:01:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:01:14 188c0c94c7c5: Pulling fs layer 10:01:14 0ef7d3d256c8: Pulling fs layer 10:01:14 de9db76c5a1d: Pulling fs layer 10:01:14 bca2f99d35d6: Pulling fs layer 10:01:14 93359f2a8cfa: Pulling fs layer 10:01:14 7c6f9722023f: Pulling fs layer 10:01:14 a35cf1a2eb13: Pulling fs layer 10:01:14 bca2f99d35d6: Waiting 10:01:14 7c6f9722023f: Waiting 10:01:14 93359f2a8cfa: Waiting 10:01:14 a35cf1a2eb13: Waiting 10:01:14 de9db76c5a1d: Verifying Checksum 10:01:14 de9db76c5a1d: Download complete 10:01:14 0ef7d3d256c8: Download complete 10:01:14 93359f2a8cfa: Download complete 10:01:15 7c6f9722023f: Verifying Checksum 10:01:15 7c6f9722023f: Download complete 10:01:15 188c0c94c7c5: Verifying Checksum 10:01:15 188c0c94c7c5: Download complete 10:01:15 188c0c94c7c5: Pull complete 10:01:15 0ef7d3d256c8: Pull complete 10:01:15 de9db76c5a1d: Pull complete 10:01:17 a35cf1a2eb13: Verifying Checksum 10:01:17 a35cf1a2eb13: Download complete 10:01:17 bca2f99d35d6: Verifying Checksum 10:01:17 bca2f99d35d6: Download complete 10:01:22 bca2f99d35d6: Pull complete 10:01:22 93359f2a8cfa: Pull complete 10:01:22 7c6f9722023f: Pull complete 10:01:32 a35cf1a2eb13: Pull complete 10:01:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:01:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:01:32 ---> a62c8e92a672 10:01:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:01:32 ---> Running in ecd46be4a4a2 10:01:32 Removing intermediate container ecd46be4a4a2 10:01:32 ---> d3a51d33a00d 10:01:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:01:32 ---> Running in f14c72e746b6 10:01:33 Removing intermediate container f14c72e746b6 10:01:33 ---> 5b8b97eaa391 10:01:33 Step 5/8 : RUN apk add --no-cache make git 10:01:33 ---> Running in 763e27d89042 10:01:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:01:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:01:35 OK: 166 MiB in 39 packages 10:01:36 Removing intermediate container 763e27d89042 10:01:36 ---> a12ce2f18546 10:01:36 Step 6/8 : WORKDIR /edgex-ui-go 10:01:36 ---> Running in c11bd6e8dc7a 10:01:36 Removing intermediate container c11bd6e8dc7a 10:01:36 ---> 5a7f8a8d9268 10:01:36 Step 7/8 : COPY . . 10:01:38 ---> 8ee9e4227c8d 10:01:38 Step 8/8 : RUN go mod download 10:01:38 ---> Running in 5a149ccb9ebc 10:02:00 Removing intermediate container 5a149ccb9ebc 10:02:00 ---> f8a243e26e6a 10:02:00 Successfully built f8a243e26e6a 10:02:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:02:00 + docker inspect -f . ci-base-image-x86_64 10:02:00 . [Pipeline] withDockerContainer 10:02:00 prd-centos7-docker-4c-2g-21585 does not seem to be running inside a container 10:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:02:01 $ docker top eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:02 + go version 10:02:02 go version go1.15.5 linux/amd64 [Pipeline] } 10:02:02 $ docker stop --time=1 eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d 10:02:03 $ docker rm -f eb609aaa5c0b0180b68a490ec9c08610f0f7a4bcde7323884c8ada40ac3cc37d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:04 + docker inspect -f . ci-base-image-x86_64 10:02:04 . [Pipeline] withDockerContainer 10:02:04 prd-centos7-docker-4c-2g-21585 does not seem to be running inside a container 10:02:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:02:05 $ docker top 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:06 + make test 10:02:06 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:02:06 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:02:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:02:15 GO111MODULE=on go vet ./... [Pipeline] } 10:02:15 $ docker stop --time=1 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 10:02:18 $ docker rm -f 2a89a2b912b2b85ce14970f2bfd94e22caaa12539e8aac32e29bd33f5814e9e8 [Pipeline] // withDockerContainer [Pipeline] sh 10:02:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:02:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:02:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:02:20 + ls -al . 10:02:20 total 88 10:02:20 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:02 . 10:02:20 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 10:01 .. 10:02:20 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:01 assets 10:02:20 drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:01 bin 10:02:20 drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:01 cmd 10:02:20 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:01 CONTRIBUTING.md 10:02:20 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:02 coverage.out 10:02:20 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:01 Dockerfile 10:02:20 -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:01 Dockerfile.build 10:02:20 drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:01 docs 10:02:20 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 10:01 .git 10:02:20 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:01 .github 10:02:20 -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:01 .gitignore 10:02:20 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:01 go.mod 10:02:20 -rw-r--r--. 1 jenkins jenkins 20843 Jan 20 10:02 go.sum 10:02:20 drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:01 internal 10:02:20 -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:01 Jenkinsfile 10:02:20 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:01 LICENSE 10:02:20 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:01 Makefile 10:02:20 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:01 README.md 10:02:20 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 10:00 VERSION 10:02:20 -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:01 version.go 10:02:20 drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 10:01 web [Pipeline] isUnix [Pipeline] sh 10:02:20 + 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=fbcfcb12aca33ea1091684a020041deec15b3973 --label arch=amd64 --label version=0.0.0 . 10:02:21 Sending build context to Docker daemon 16.61MB 10:02:21 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:02:21 Step 2/24 : FROM ${BASE} AS builder 10:02:21 ---> f8a243e26e6a 10:02:21 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:02:21 ---> Running in 9f6e087e5067 10:02:22 Removing intermediate container 9f6e087e5067 10:02:22 ---> 606aaaa48255 10:02:22 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:02:22 ---> Running in ad1181dc3484 10:02:22 Removing intermediate container ad1181dc3484 10:02:22 ---> 4d73d936d8eb 10:02:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:02:22 ---> Running in 8b7a7d567519 10:02:22 Removing intermediate container 8b7a7d567519 10:02:22 ---> ea27aed8ecd1 10:02:22 Step 6/24 : LABEL Name=edgex-ui-go 10:02:22 ---> Running in e4a87360c0ee 10:02:22 Removing intermediate container e4a87360c0ee 10:02:22 ---> eb8d612cab39 10:02:22 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:02:22 ---> Running in d9b0fc80dbf1 10:02:22 Removing intermediate container d9b0fc80dbf1 10:02:22 ---> 2d2cf2aa40fb 10:02:22 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:23 ---> Running in 70eaa61b64de 10:02:24 Removing intermediate container 70eaa61b64de 10:02:24 ---> eb7e173945d6 10:02:24 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:02:24 ---> Running in 54f7c78a8bf6 10:02:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:26 OK: 166 MiB in 39 packages 10:02:26 Removing intermediate container 54f7c78a8bf6 10:02:26 ---> 0f5674193fc7 10:02:26 Step 10/24 : ENV GO111MODULE=on 10:02:26 ---> Running in 76b15b09c2f1 10:02:26 Removing intermediate container 76b15b09c2f1 10:02:26 ---> 646af499b4c6 10:02:26 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:02:26 ---> Running in 3bb75f5807ab 10:02:27 Removing intermediate container 3bb75f5807ab 10:02:27 ---> 3fa5edd97eea 10:02:27 Step 12/24 : COPY go.mod . 10:02:27 ---> b9bf536ec576 10:02:27 Step 13/24 : COPY Makefile . 10:02:27 ---> 9f29630e5f63 10:02:27 Step 14/24 : RUN make update 10:02:27 ---> Running in 839ea7c1cdf3 10:02:28 CGO_ENABLED=0 GO111MODULE=on go mod download 10:02:28 Removing intermediate container 839ea7c1cdf3 10:02:28 ---> a9095d2977cb 10:02:28 Step 15/24 : COPY . . 10:02:31 ---> b8f2cccebf5a 10:02:31 Step 16/24 : RUN ${MAKE} 10:02:31 ---> Running in e9eaa0261120 10:02:31 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 10:02:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:02:42 Removing intermediate container e9eaa0261120 10:02:42 ---> 165081891676 10:02:42 Step 17/24 : FROM alpine:3.12 10:02:42 3.12: Pulling from library/alpine 10:02:42 801bfaa63ef2: Pulling fs layer 10:02:42 801bfaa63ef2: Verifying Checksum 10:02:42 801bfaa63ef2: Download complete 10:02:43 801bfaa63ef2: Pull complete 10:02:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:02:43 Status: Downloaded newer image for alpine:3.12 10:02:43 ---> 389fef711851 10:02:43 Step 18/24 : EXPOSE 4000 10:02:43 ---> Running in 1694cc2cc47d 10:02:43 Removing intermediate container 1694cc2cc47d 10:02:43 ---> 2151b8d419a9 10:02:43 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 10:02:44 ---> 087ea268fae1 10:02:44 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:02:44 ---> Running in 7ebb5db984ff 10:02:44 Removing intermediate container 7ebb5db984ff 10:02:44 ---> f3648f8e2a8b 10:02:44 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:02:44 ---> Running in 39e39b82109c 10:02:45 Removing intermediate container 39e39b82109c 10:02:45 ---> 08f6d11e9f3f 10:02:45 Step 22/24 : LABEL arch=amd64 10:02:45 ---> Running in f637b9728e28 10:02:45 Removing intermediate container f637b9728e28 10:02:45 ---> 53896c04cc31 10:02:45 Step 23/24 : LABEL git_sha=fbcfcb12aca33ea1091684a020041deec15b3973 10:02:45 ---> Running in 837728e4ab80 10:02:45 Removing intermediate container 837728e4ab80 10:02:45 ---> 82f1790e2a3d 10:02:45 Step 24/24 : LABEL version=0.0.0 10:02:45 ---> Running in ee3404e48a94 10:02:45 Removing intermediate container ee3404e48a94 10:02:45 ---> efb2754d9dad 10:02:45 [Warning] One or more build-args [ARCH] were not consumed 10:02:45 Successfully built efb2754d9dad 10:02:45 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] } 10:03:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21588 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 10:03:37 Running in /w/workspace/edgex-ui-go/5 [Pipeline] { [Pipeline] checkout 10:03:43 using credential edgex-jenkins-ssh 10:03:43 Cloning the remote Git repository 10:03:43 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:03:43 > git init /w/workspace/edgex-ui-go/5 # timeout=10 10:03:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:03:43 > git --version # timeout=10 10:03:43 > git --version # 'git version 2.17.1' 10:03:43 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:03:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:03:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:45 > 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 10:03:46 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 10:03:46 Merge succeeded, producing fbcfcb12aca33ea1091684a020041deec15b3973 10:03:46 Checking out Revision fbcfcb12aca33ea1091684a020041deec15b3973 (PR-291) 10:03:46 > git config core.sparsecheckout # timeout=10 10:03:46 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 10:03:46 > git remote # timeout=10 10:03:46 > git config --get remote.origin.url # timeout=10 10:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:46 > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 10:03:46 > git rev-parse HEAD^{commit} # timeout=10 10:03:46 > git config core.sparsecheckout # timeout=10 10:03:46 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 10:03:51 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 10:03:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:03:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:03:53 + sudo+ service dockertrue 10:03:53 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:03:56 provisioning config files... 10:03:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/5@tmp/config5119797531022090637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:57 ---> docker-login.sh 10:03:57 nexus3.edgexfoundry.org:10001 10:03:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 nexus3.edgexfoundry.org:10002 10:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 nexus3.edgexfoundry.org:10003 10:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 nexus3.edgexfoundry.org:10004 10:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 docker.io 10:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:00 Configure a credential helper to remove this warning. See 10:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:00 10:04:00 Login Succeeded 10:04:00 ---> docker-login.sh ends [Pipeline] } 10:04:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:00 ========================================================= 10:04:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:04:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:01 + 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 . 10:04:01 Sending build context to Docker daemon 16.59MB 10:04:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:04:01 Step 2/8 : FROM ${BASE} 10:04:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:02 5f621e34cdf4: Pulling fs layer 10:04:02 a4357932f1b6: Pulling fs layer 10:04:02 18c013af1878: Pulling fs layer 10:04:02 00ac8860ef70: Pulling fs layer 10:04:02 63d7cb157983: Pulling fs layer 10:04:02 b116817d02f9: Pulling fs layer 10:04:02 745a02a5169b: Pulling fs layer 10:04:02 63d7cb157983: Waiting 10:04:02 b116817d02f9: Waiting 10:04:02 745a02a5169b: Waiting 10:04:02 00ac8860ef70: Waiting 10:04:02 18c013af1878: Download complete 10:04:02 a4357932f1b6: Verifying Checksum 10:04:02 a4357932f1b6: Download complete 10:04:02 63d7cb157983: Verifying Checksum 10:04:02 63d7cb157983: Download complete 10:04:02 b116817d02f9: Download complete 10:04:02 5f621e34cdf4: Verifying Checksum 10:04:02 5f621e34cdf4: Download complete 10:04:03 5f621e34cdf4: Pull complete 10:04:03 a4357932f1b6: Pull complete 10:04:03 18c013af1878: Pull complete 10:04:04 745a02a5169b: Verifying Checksum 10:04:04 745a02a5169b: Download complete 10:04:05 00ac8860ef70: Verifying Checksum 10:04:05 00ac8860ef70: Download complete 10:04:15 00ac8860ef70: Pull complete 10:04:15 63d7cb157983: Pull complete 10:04:15 b116817d02f9: Pull complete 10:04:19 745a02a5169b: Pull complete 10:04:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:04:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:04:19 ---> b7e6874047d6 10:04:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:04:21 ---> Running in 7705c137e5fd 10:04:22 Removing intermediate container 7705c137e5fd 10:04:22 ---> 7e6ae354233b 10:04:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:22 ---> Running in b8cba2068cd1 10:04:25 Removing intermediate container b8cba2068cd1 10:04:25 ---> 90b749939a3b 10:04:25 Step 5/8 : RUN apk add --no-cache make git 10:04:25 ---> Running in 05f27b93c609 10:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:04:27 OK: 142 MiB in 39 packages 10:04:29 Removing intermediate container 05f27b93c609 10:04:29 ---> 0266dd0d570b 10:04:29 Step 6/8 : WORKDIR /edgex-ui-go 10:04:29 ---> Running in 86409c2d4c6c 10:04:29 Removing intermediate container 86409c2d4c6c 10:04:29 ---> 67ed755569bb 10:04:29 Step 7/8 : COPY . . 10:04:31 ---> a80e681301c4 10:04:31 Step 8/8 : RUN go mod download 10:04:31 ---> Running in 3f4f5e041f25 10:04:58 Removing intermediate container 3f4f5e041f25 10:04:58 ---> 0e0a19b5f88b 10:04:58 Successfully built 0e0a19b5f88b 10:04:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:04:58 + docker inspect -f . ci-base-image-arm64 10:04:58 . [Pipeline] withDockerContainer 10:04:59 prd-ubuntu18.04-docker-arm64-4c-16g-21588 does not seem to be running inside a container 10:04:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:05:00 $ docker top 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:01 + go version 10:05:01 go version go1.15.5 linux/arm64 [Pipeline] } 10:05:01 $ docker stop --time=1 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 10:05:03 $ docker rm -f 247956b2c99097cc93eb0f9c03aaedd3047efb9c69a6f3598318c0c584fd7913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:04 + docker inspect -f . ci-base-image-arm64 10:05:04 . [Pipeline] withDockerContainer 10:05:04 prd-ubuntu18.04-docker-arm64-4c-16g-21588 does not seem to be running inside a container 10:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/5 -v /w/workspace/edgex-ui-go/5:/w/workspace/edgex-ui-go/5:rw,z -v /w/workspace/edgex-ui-go/5@tmp:/w/workspace/edgex-ui-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:05:06 $ docker top cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:07 + make test 10:05:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:05:08 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:05:30 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:05:30 GO111MODULE=on go vet ./... [Pipeline] } 10:05:35 $ docker stop --time=1 cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 10:05:38 $ docker rm -f cb4fa05bb673bb6003dd2384826334171c4cb644cfb7ff3978c7332afcb84d52 [Pipeline] // withDockerContainer [Pipeline] sh 10:05:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:05:39 Warning: overwriting stash ‘coverage-report’ 10:05:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:05:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:05:41 + ls -al . 10:05:41 total 124 10:05:41 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:05 . 10:05:41 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:03 .. 10:05:41 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:03 .git 10:05:41 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:03 .github 10:05:41 -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:03 .gitignore 10:05:41 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:03 CONTRIBUTING.md 10:05:41 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:03 Dockerfile 10:05:41 -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:03 Dockerfile.build 10:05:41 -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:03 Jenkinsfile 10:05:41 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:03 LICENSE 10:05:41 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:03 Makefile 10:05:41 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:03 README.md 10:05:41 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 10:00 VERSION 10:05:41 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:03 assets 10:05:41 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:03 bin 10:05:41 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:03 cmd 10:05:41 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:05 coverage.out 10:05:41 drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:03 docs 10:05:41 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:03 go.mod 10:05:41 -rw-r--r-- 1 jenkins jenkins 20843 Jan 20 10:05 go.sum 10:05:41 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:03 internal 10:05:41 -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:03 version.go 10:05:41 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:03 web [Pipeline] isUnix [Pipeline] sh 10:05:41 + 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=fbcfcb12aca33ea1091684a020041deec15b3973 --label arch=arm64 --label version=0.0.0 . 10:05:41 Sending build context to Docker daemon 16.61MB 10:05:42 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:05:42 Step 2/24 : FROM ${BASE} AS builder 10:05:42 ---> 0e0a19b5f88b 10:05:42 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:05:42 ---> Running in 22d7470cebcc 10:05:43 Removing intermediate container 22d7470cebcc 10:05:43 ---> 578fcc761827 10:05:43 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:05:43 ---> Running in 5ade966075d6 10:05:43 Removing intermediate container 5ade966075d6 10:05:43 ---> a7215a0c10e5 10:05:43 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:05:43 ---> Running in 838b370836b3 10:05:44 Removing intermediate container 838b370836b3 10:05:44 ---> ff890dbec258 10:05:44 Step 6/24 : LABEL Name=edgex-ui-go 10:05:44 ---> Running in 6727e856a61b 10:05:44 Removing intermediate container 6727e856a61b 10:05:44 ---> 9da370b5ff0a 10:05:44 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:05:44 ---> Running in 1acbb0a6ddf7 10:05:45 Removing intermediate container 1acbb0a6ddf7 10:05:45 ---> a059fb956686 10:05:45 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:45 ---> Running in 27016538c626 10:05:47 Removing intermediate container 27016538c626 10:05:47 ---> 0ac5368f9c42 10:05:47 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:05:47 ---> Running in 9f941e60b285 10:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:50 OK: 142 MiB in 39 packages 10:05:51 Removing intermediate container 9f941e60b285 10:05:51 ---> 2c12ef6f17b3 10:05:51 Step 10/24 : ENV GO111MODULE=on 10:05:51 ---> Running in 997ab4c47346 10:05:52 Removing intermediate container 997ab4c47346 10:05:52 ---> d8b8e92dc112 10:05:52 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:05:52 ---> Running in 0cdf678e92b9 10:05:52 Removing intermediate container 0cdf678e92b9 10:05:52 ---> baabd73e8311 10:05:52 Step 12/24 : COPY go.mod . 10:05:53 ---> 223a0004bd62 10:05:53 Step 13/24 : COPY Makefile . 10:05:53 ---> b8f4a7aa0469 10:05:53 Step 14/24 : RUN make update 10:05:54 ---> Running in 79ed0e3c5128 10:05:55 CGO_ENABLED=0 GO111MODULE=on go mod download 10:05:56 Removing intermediate container 79ed0e3c5128 10:05:56 ---> 4d22cc0ae0fe 10:05:56 Step 15/24 : COPY . . 10:05:58 ---> 6fc2483e5ca3 10:05:58 Step 16/24 : RUN ${MAKE} 10:05:58 ---> Running in dc6d33ebbbef 10:05: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 10:06:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:06:27 Removing intermediate container dc6d33ebbbef 10:06:27 ---> 19f4ed441a8e 10:06:27 Step 17/24 : FROM alpine:3.12 10:06:28 3.12: Pulling from library/alpine 10:06:28 159e5727ea61: Pulling fs layer 10:06:28 159e5727ea61: Download complete 10:06:28 159e5727ea61: Pull complete 10:06:28 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:06:28 Status: Downloaded newer image for alpine:3.12 10:06:28 ---> afeebe901d6b 10:06:28 Step 18/24 : EXPOSE 4000 10:06:29 ---> Running in ccaea1282973 10:06:29 Removing intermediate container ccaea1282973 10:06:29 ---> ca869890ebda 10:06:29 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 10:06:31 ---> cdf65dce2487 10:06:31 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:06:31 ---> Running in 114c8410a3c4 10:06:31 Removing intermediate container 114c8410a3c4 10:06:31 ---> 8e48dcddd2d7 10:06:31 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:06:31 ---> Running in 043b8f0e558a 10:06:32 Removing intermediate container 043b8f0e558a 10:06:32 ---> 32624474a645 10:06:32 Step 22/24 : LABEL arch=arm64 10:06:32 ---> Running in 2acb72bf1466 10:06:33 Removing intermediate container 2acb72bf1466 10:06:33 ---> 46ab8527d466 10:06:33 Step 23/24 : LABEL git_sha=fbcfcb12aca33ea1091684a020041deec15b3973 10:06:33 ---> Running in 71e2610de5e1 10:06:33 Removing intermediate container 71e2610de5e1 10:06:33 ---> b74af9200c85 10:06:33 Step 24/24 : LABEL version=0.0.0 10:06:33 ---> Running in 7fc09791033d 10:06:34 Removing intermediate container 7fc09791033d 10:06:34 ---> 8a5458d92193 10:06:34 [Warning] One or more build-args [ARCH] were not consumed 10:06:34 Successfully built 8a5458d92193 10:06:34 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 10:06:35 provisioning config files... 10:06:35 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config210070160119914745tmp [Pipeline] { [Pipeline] sh 10:06:36 + set +x 10:06:36 + curl -s https://codecov.io/bash 10:06:36 + bash -s -- 10:06:36 10:06:36 _____ _ 10:06:36 / ____| | | 10:06:36 | | ___ __| | ___ ___ _____ __ 10:06:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:06:36 | |___| (_) | (_| | __/ (_| (_) \ V / 10:06:36 \_____\___/ \__,_|\___|\___\___/ \_/ 10:06:36 Bash-20210115-cec3c92 10:06:36 10:06:36 10:06:36 ==> git version 2.24.3 found 10:06:36 ==> 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 10:06:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:06:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:06:36 ==> Jenkins CI detected. 10:06:36 project root: . 10:06:36 --> token set from env 10:06:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:06:36 ==> Running gcov in . (disable via -X gcov) 10:06:36 ==> Python coveragepy not found 10:06:36 ==> Searching for coverage reports in: 10:06:36 + . 10:06:36 -> Found 1 reports 10:06:36 ==> Detecting git/mercurial file structure 10:06:36 ==> Reading reports 10:06:36 + ./coverage.out bytes=10 10:06:36 ==> Appending adjustments 10:06:36 https://docs.codecov.io/docs/fixing-reports 10:06:36 + Found adjustments 10:06:36 ==> Gzipping contents 10:06:36 4.0K /tmp/codecov.PkhaJu.gz 10:06:36 ==> Uploading reports 10:06:36 url: https://codecov.io 10:06:36 query: branch=PR-291&commit=fbcfcb12aca33ea1091684a020041deec15b3973&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 10:06:36 -> Pinging Codecov 10:06:36 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=fbcfcb12aca33ea1091684a020041deec15b3973&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 10:06:37 -> Uploading to 10:06:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/fbcfcb12aca33ea1091684a020041deec15b3973/2ab578a5-55b1-4bbc-966d-76ddc58042fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T100637Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f11f4459fa94a39afe7dd48f7777ccc0a6543f0e98a8d3ce1f960ef77243c410 10:06:37 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:37 Dload Upload Total Spent Left Speed 10:06:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 3866 --:--:-- --:--:-- --:--:-- 3866 100 2378 0 0 100 2378 0 3865 --:--:-- --:--:-- --:--:-- 3860 10:06:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fbcfcb12aca33ea1091684a020041deec15b3973 [Pipeline] } 10:06:37 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 10:06:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:06:40 ---> package-listing.sh 10:06:40 ++ facter osfamily 10:06:40 ++ tr '[:upper:]' '[:lower:]' 10:06:40 + OS_FAMILY=redhat 10:06:40 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 10:06:40 + START_PACKAGES=/tmp/packages_start.txt 10:06:40 + END_PACKAGES=/tmp/packages_end.txt 10:06:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:06:40 + PACKAGES=/tmp/packages_start.txt 10:06:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 10:06:40 + PACKAGES=/tmp/packages_end.txt 10:06:40 + case "${OS_FAMILY}" in 10:06:40 + rpm -qa 10:06:40 + sort 10:06:46 + '[' -f /tmp/packages_start.txt ']' 10:06:46 + '[' -f /tmp/packages_end.txt ']' 10:06:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:06:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 10:06:46 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ 10:06:46 + 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 10:06:46 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 10:06:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:06:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:46 10:06:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:46 alpine: Pulling from edgex-lftools-log-publisher 10:06:46 df20fa9351a1: Pulling fs layer 10:06:46 36b3adc4ff6f: Pulling fs layer 10:06:46 8ad3a11d3b57: Pulling fs layer 10:06:46 46f8f816bc3b: Pulling fs layer 10:06:46 93b61091891f: Pulling fs layer 10:06:46 93b9cdb0e59b: Pulling fs layer 10:06:46 5e14af77c1be: Pulling fs layer 10:06:46 01666e4c0597: Pulling fs layer 10:06:46 aa168da1d23b: Pulling fs layer 10:06:46 46f8f816bc3b: Waiting 10:06:46 93b61091891f: Waiting 10:06:46 93b9cdb0e59b: Waiting 10:06:46 5e14af77c1be: Waiting 10:06:46 01666e4c0597: Waiting 10:06:46 aa168da1d23b: Waiting 10:06:46 36b3adc4ff6f: Download complete 10:06:46 46f8f816bc3b: Verifying Checksum 10:06:46 46f8f816bc3b: Download complete 10:06:46 df20fa9351a1: Download complete 10:06:47 93b9cdb0e59b: Verifying Checksum 10:06:47 93b9cdb0e59b: Download complete 10:06:47 5e14af77c1be: Verifying Checksum 10:06:47 5e14af77c1be: Download complete 10:06:47 93b61091891f: Verifying Checksum 10:06:47 93b61091891f: Download complete 10:06:47 01666e4c0597: Verifying Checksum 10:06:47 01666e4c0597: Download complete 10:06:47 8ad3a11d3b57: Verifying Checksum 10:06:47 8ad3a11d3b57: Download complete 10:06:47 df20fa9351a1: Pull complete 10:06:47 36b3adc4ff6f: Pull complete 10:06:48 8ad3a11d3b57: Pull complete 10:06:48 46f8f816bc3b: Pull complete 10:06:49 93b61091891f: Pull complete 10:06:49 aa168da1d23b: Verifying Checksum 10:06:49 aa168da1d23b: Download complete 10:06:49 93b9cdb0e59b: Pull complete 10:06:49 5e14af77c1be: Pull complete 10:06:49 01666e4c0597: Pull complete 10:06:56 aa168da1d23b: Pull complete 10:06:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:06:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:06:56 prd-centos7-docker-4c-2g-21582 does not seem to be running inside a container 10:06:56 $ 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 10:07:02 $ docker top 74ad9b9a243eb8946e4ca093f830ebbb0bf02cff0486d00e61efe63e2b3f7ee4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:03 + touch /tmp/pre-build-complete [Pipeline] sh 10:07:03 + mkdir -p /var/log/sa [Pipeline] sh 10:07:03 + ls /var/log/sa-host 10:07:03 + sadf -c /var/log/sa-host/sa20 10:07:03 file_magic: OK 10:07:03 HZ: Using current value: 100 10:07:03 file_header: OK 10:07:03 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 10:07:03 Statistics: 10:07:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:07:03 File successfully converted to sysstat format version 12.2.1 10:07:03 + sadf -c /var/log/sa-host/sa23 10:07:03 file_magic: OK 10:07:03 HZ: Using current value: 100 10:07:03 file_header: OK 10:07:03 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 10:07:03 Statistics: 10:07:03 Hnuu...uuuununununu... 10:07:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:07:04 provisioning config files... 10:07:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config6331892131796976678tmp [Pipeline] { [Pipeline] echo 10:07:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:07:04 ---> create-netrc.sh [Pipeline] } 10:07:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:07:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:07:04 ---> python-tools-install.sh [Pipeline] echo 10:07:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:07:05 ---> sudo-logs.sh 10:07:05 Archiving 'sudo' log.. [Pipeline] echo 10:07:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:07:05 ---> job-cost.sh 10:07:05 lf-activate-venv: SKIPPING 10:07:05 INFO: No Stack... 10:07:06 INFO: Retrieving Pricing Info for: v1-standard-2 10:07:06 INFO: Archiving Costs [Pipeline] echo 10:07:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:07:07 ---> logs-deploy.sh 10:07:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/5 10:07:07 INFO: archiving workspace using pattern(s): 10:07:09 Archives upload complete. 10:07:09 INFO: archiving logs to Nexus 10:07:09 ---> uname -a: 10:07:09 Linux prd-centos7-docker-4c-2g-21582.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:07:09 10:07:09 10:07:09 ---> lscpu: 10:07:09 Architecture: x86_64 10:07:09 CPU op-mode(s): 32-bit, 64-bit 10:07:09 Byte Order: Little Endian 10:07:09 Address sizes: 40 bits physical, 48 bits virtual 10:07:09 CPU(s): 4 10:07:09 On-line CPU(s) list: 0-3 10:07:09 Thread(s) per core: 1 10:07:09 Core(s) per socket: 1 10:07:09 Socket(s): 4 10:07:09 NUMA node(s): 1 10:07:09 Vendor ID: GenuineIntel 10:07:09 CPU family: 6 10:07:09 Model: 44 10:07:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:07:09 Stepping: 1 10:07:09 CPU MHz: 2933.436 10:07:09 BogoMIPS: 5866.87 10:07:09 Virtualization: VT-x 10:07:09 Hypervisor vendor: KVM 10:07:09 Virtualization type: full 10:07:09 L1d cache: 128 KiB 10:07:09 L1i cache: 128 KiB 10:07:09 L2 cache: 16 MiB 10:07:09 L3 cache: 64 MiB 10:07:09 NUMA node0 CPU(s): 0-3 10:07:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:07:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:07:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:07:09 Vulnerability Meltdown: Mitigation; PTI 10:07:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:07:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:07:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:07:09 Vulnerability Srbds: Not affected 10:07:09 Vulnerability Tsx async abort: Not affected 10:07:09 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 10:07:09 10:07:09 10:07:09 ---> nproc: 10:07:09 4 10:07:09 10:07:09 10:07:09 ---> df -h: 10:07:09 Filesystem Size Used Available Use% Mounted on 10:07:09 overlay 50.0G 7.3G 42.7G 15% / 10:07:09 tmpfs 64.0M 0 64.0M 0% /dev 10:07:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:07:09 shm 64.0M 0 64.0M 0% /dev/shm 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:07:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:07:09 10:07:09 10:07:09 ---> free -m: 10:07:09 total used free shared buff/cache available 10:07:09 Mem: 1837 727 95 0 1014 1005 10:07:09 Swap: 1023 1 1022 10:07:09 10:07:09 10:07:09 ---> ip addr: 10:07:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:07:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:07:09 inet 127.0.0.1/8 scope host lo 10:07:09 valid_lft forever preferred_lft forever 10:07:09 inet6 ::1/128 scope host 10:07:09 valid_lft forever preferred_lft forever 10:07:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:07:09 link/ether fa:16:3e:44:71:56 brd ff:ff:ff:ff:ff:ff 10:07:09 inet 10.30.122.179/23 brd 10.30.123.255 scope global dynamic eth0 10:07:09 valid_lft 85952sec preferred_lft 85952sec 10:07:09 inet6 fe80::f816:3eff:fe44:7156/64 scope link 10:07:09 valid_lft forever preferred_lft forever 10:07:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:07:09 link/ether 02:42:db:3e:8e:d1 brd ff:ff:ff:ff:ff:ff 10:07:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:07:09 valid_lft forever preferred_lft forever 10:07:09 inet6 fe80::42:dbff:fe3e:8ed1/64 scope link 10:07:09 valid_lft forever preferred_lft forever 10:07:09 10:07:09 10:07:09 ---> sar -b -r -n DEV: 10:07:09 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) 10:07:09 10:07:09 09:59:30 LINUX RESTART (4 CPU) 10:07:09 10:07:09 10:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:07:09 10:01:01 60.62 19.26 41.36 0.00 5489.57 4597.31 0.00 10:07:09 10:02:01 2.15 0.07 2.08 0.00 1.47 40.81 0.00 10:07:09 10:03:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 10:07:09 10:04:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 10:07:09 10:05:01 0.22 0.00 0.22 0.00 0.00 3.46 0.00 10:07:09 10:06:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 10:07:09 10:07:01 143.58 74.16 69.43 0.00 6147.05 18922.95 0.00 10:07:09 Average: 29.64 13.36 16.28 0.00 1663.86 3369.68 0.00 10:07:09 10:07:09 10:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:07:09 10:01:01 125700 0 631444 33.56 2620 1121780 1115520 38.07 438508 1117044 132 10:07:09 10:02:01 131012 0 626044 33.27 2620 1121868 1083708 36.99 436720 1114476 12 10:07:09 10:03:01 131784 0 625268 33.23 2620 1121872 1072556 36.60 436568 1114220 8 10:07:09 10:04:01 132220 0 624828 33.21 2620 1121876 1072828 36.61 436428 1114220 20 10:07:09 10:05:01 131848 0 625196 33.23 2620 1121880 1072912 36.62 436784 1114276 8 10:07:09 10:06:01 131336 0 625700 33.25 2620 1121888 1073044 36.62 437036 1114276 8 10:07:09 10:07:01 171840 0 710752 37.77 2620 996332 1291076 44.06 460128 999352 28 10:07:09 Average: 136534 0 638462 33.93 2620 1103928 1111663 37.94 440310 1098266 31 10:07:09 10:07:09 10:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:07:09 10:01:01 eth0 445.52 298.47 1234.33 103.06 0.00 0.00 0.00 0.00 10:07:09 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:01:01 docker0 20.62 19.42 2.54 108.08 0.00 0.00 0.00 0.00 10:07:09 10:02:01 eth0 1.25 0.27 0.34 0.20 0.00 0.00 0.00 0.00 10:07:09 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:03:01 eth0 1.82 0.58 0.62 0.37 0.00 0.00 0.00 0.00 10:07:09 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:04:01 eth0 2.22 0.35 0.40 0.23 0.00 0.00 0.00 0.00 10:07:09 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:05:01 eth0 1.33 0.57 0.58 0.36 0.00 0.00 0.00 0.00 10:07:09 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:06:01 eth0 0.67 0.45 0.38 0.30 0.00 0.00 0.00 0.00 10:07:09 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:07:01 eth0 201.73 160.54 2173.25 18.41 0.00 0.00 0.00 0.00 10:07:09 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 Average: eth0 93.59 65.95 487.47 17.58 0.00 0.00 0.00 0.00 10:07:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:09 Average: docker0 2.95 2.78 0.36 15.46 0.00 0.00 0.00 0.00 10:07:09 10:07:09 10:07:09 ---> sar -P ALL: 10:07:09 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) 10:07:09 10:07:09 09:59:30 LINUX RESTART (4 CPU) 10:07:09 10:07:09 10:00:01 CPU %user %nice %system %iowait %steal %idle 10:07:09 10:01:01 all 13.75 0.00 4.49 1.11 0.44 80.22 10:07:09 10:01:01 0 15.76 0.00 4.93 0.27 0.36 78.68 10:07:09 10:01:01 1 13.55 0.00 4.75 1.15 0.39 80.16 10:07:09 10:01:01 2 12.28 0.00 4.53 0.93 0.44 81.82 10:07:09 10:01:01 3 13.42 0.00 3.76 2.06 0.56 80.20 10:07:09 10:02:01 all 0.18 0.00 0.07 0.00 0.00 99.74 10:07:09 10:02:01 0 0.05 0.00 0.07 0.00 0.00 99.88 10:07:09 10:02:01 1 0.03 0.00 0.07 0.00 0.00 99.90 10:07:09 10:02:01 2 0.53 0.00 0.05 0.00 0.00 99.42 10:07:09 10:02:01 3 0.12 0.00 0.10 0.00 0.02 99.77 10:07:09 10:03:01 all 0.18 0.00 0.03 0.00 0.01 99.78 10:07:09 10:03:01 0 0.05 0.00 0.05 0.00 0.02 99.88 10:07:09 10:03:01 1 0.08 0.00 0.03 0.00 0.02 99.87 10:07:09 10:03:01 2 0.45 0.00 0.02 0.00 0.02 99.52 10:07:09 10:03:01 3 0.12 0.00 0.03 0.00 0.00 99.85 10:07:09 10:04:01 all 0.10 0.00 0.03 0.00 0.01 99.86 10:07:09 10:04:01 0 0.05 0.00 0.05 0.00 0.02 99.88 10:07:09 10:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:07:09 10:04:01 2 0.27 0.00 0.05 0.00 0.02 99.67 10:07:09 10:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:07:09 10:05:01 all 0.17 0.00 0.08 0.00 0.01 99.74 10:07:09 10:05:01 0 0.05 0.00 0.07 0.00 0.00 99.88 10:07:09 10:05:01 1 0.05 0.00 0.07 0.00 0.02 99.87 10:07:09 10:05:01 2 0.52 0.00 0.12 0.00 0.02 99.35 10:07:09 10:05:01 3 0.05 0.00 0.08 0.00 0.02 99.85 10:07:09 10:06:01 all 0.16 0.00 0.03 0.00 0.00 99.80 10:07:09 10:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:07:09 10:06:01 1 0.05 0.00 0.07 0.00 0.00 99.88 10:07:09 10:06:01 2 0.52 0.00 0.02 0.00 0.00 99.47 10:07:09 10:06:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:07:09 10:07:01 all 5.79 0.00 4.13 1.98 0.09 88.01 10:07:09 10:07:01 0 6.01 0.00 3.75 1.11 0.10 89.02 10:07:09 10:07:01 1 5.43 0.00 4.13 1.06 0.10 89.28 10:07:09 10:07:01 2 5.47 0.00 4.10 2.33 0.07 88.03 10:07:09 10:07:01 3 6.24 0.00 4.53 3.43 0.10 85.69 10:07:09 Average: all 2.87 0.00 1.25 0.44 0.08 95.36 10:07:09 Average: 0 3.10 0.00 1.26 0.20 0.07 95.37 10:07:09 Average: 1 2.72 0.00 1.29 0.31 0.07 95.61 10:07:09 Average: 2 2.83 0.00 1.26 0.46 0.08 95.37 10:07:09 Average: 3 2.83 0.00 1.21 0.78 0.10 95.08 10:07:09 10:07:09 10:07:09