Pull request #289 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e4fe839cfd02516ce84b673224157d3cf8eaa6e+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (1bf40d94cd0c64026e89973e71e2f5cfec50a055) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27283 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-289 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" First time build. Skipping changelog. > git rev-list --no-walk 07578eca39e83751994501bf10cbeecfadecca3f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:03:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:03:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:03:40 ========================================================= 06:03:40 EdgeX Global Pipelines Version Info 06:03:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:03:41 ------------------- 06:03:41 stable info: 06:03:41 ------------------- 06:03:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:03:41 Message: update stable to v1.0.179 06:03:42 ------------------- 06:03:42 experimental info: 06:03:42 ------------------- 06:03:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:03:42 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:03:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:03:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-289 [Pipeline] echo 06:03:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-289 [Pipeline] echo 06:03:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-289 [Pipeline] echo 06:03:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] echo 06:03:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e4fe83 [Pipeline] echo 06:03:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:03:45 provisioning config files... 06:03:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config5496786493314144413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:03:45 ---> docker-login.sh 06:03:45 nexus3.edgexfoundry.org:10001 06:03:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:46 Configure a credential helper to remove this warning. See 06:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:46 06:03:46 Login Succeeded 06:03:46 nexus3.edgexfoundry.org:10002 06:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:46 Configure a credential helper to remove this warning. See 06:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:46 06:03:46 Login Succeeded 06:03:46 nexus3.edgexfoundry.org:10003 06:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:46 Configure a credential helper to remove this warning. See 06:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:46 06:03:46 Login Succeeded 06:03:46 nexus3.edgexfoundry.org:10004 06:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:46 Configure a credential helper to remove this warning. See 06:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:46 06:03:46 Login Succeeded 06:03:46 docker.io 06:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:47 Configure a credential helper to remove this warning. See 06:03:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:47 06:03:47 Login Succeeded 06:03:47 ---> docker-login.sh ends [Pipeline] } 06:03:47 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 06:03:47 + git log --format=format:%s -1 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] echo 06:03:47 GIT_COMMIT: 1e4fe839cfd02516ce84b673224157d3cf8eaa6e, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo 06:03:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:03:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:48 06:03:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:03:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:48 latest: Pulling from edgex-devops/git-semver 06:03:48 31603596830f: Pulling fs layer 06:03:48 2a8b12db71e7: Pulling fs layer 06:03:48 6ca5941a6612: Pulling fs layer 06:03:48 ecc8261a40a4: Pulling fs layer 06:03:48 ecc8261a40a4: Waiting 06:03:48 2a8b12db71e7: Verifying Checksum 06:03:48 2a8b12db71e7: Download complete 06:03:48 31603596830f: Verifying Checksum 06:03:48 31603596830f: Download complete 06:03:49 ecc8261a40a4: Verifying Checksum 06:03:49 ecc8261a40a4: Download complete 06:03:49 6ca5941a6612: Verifying Checksum 06:03:49 6ca5941a6612: Download complete 06:03:49 31603596830f: Pull complete 06:03:49 2a8b12db71e7: Pull complete 06:03:50 6ca5941a6612: Pull complete 06:03:50 ecc8261a40a4: Pull complete 06:03:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:03:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:03:50 prd-centos7-docker-4c-2g-27283 does not seem to be running inside a container 06:03:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:03:52 $ docker top ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:03:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:52 [ssh-agent] Looking for ssh-agent implementation... 06:03:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:52 $ docker exec ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent 06:03:53 SSH_AUTH_SOCK=/tmp/ssh-wAUX0SGG0EEg/agent.12 06:03:53 SSH_AGENT_PID=18 06:03:53 Running ssh-add (command line suppressed) 06:03:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_4398155222424381786.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_4398155222424381786.key) 06:03:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:53 + git tag --points-at HEAD [Pipeline] } 06:03:54 $ docker exec --env ******** --env ******** ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent -k 06:03:54 unset SSH_AUTH_SOCK; 06:03:54 unset SSH_AGENT_PID; 06:03:54 echo Agent pid 18 killed; 06:03:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:03:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:54 [ssh-agent] Looking for ssh-agent implementation... 06:03:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:54 $ docker exec ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent 06:03:54 SSH_AUTH_SOCK=/tmp/ssh-VkS0RSzbr0BH/agent.46 06:03:54 SSH_AGENT_PID=51 06:03:54 Running ssh-add (command line suppressed) 06:03:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5369887362552876310.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/private_key_5369887362552876310.key) 06:03:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:55 + git semver init 06:03:55 # -> Open(): unable to determine branch for HEAD 06:03:55 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.git 06:03:55 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-289 06:03:55 # $SEMVER_REMOTE_NAME = origin 06:03:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:03:55 # $SEMVER_USER_NAME = edgex-jenkins 06:03:55 # $SEMVER_BRANCH = PR-289 06:03:55 # $SEMVER_TEMP = /tmp/semver-286523905 06:03:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:03:56 # '/tmp/semver-286523905' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver' 06:03:56 # -> Force: false 06:03:56 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-289/.semver [Pipeline] } 06:03:56 $ docker exec --env ******** --env ******** ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 ssh-agent -k 06:03:56 unset SSH_AUTH_SOCK; 06:03:56 unset SSH_AGENT_PID; 06:03:56 echo Agent pid 51 killed; 06:03:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:56 + git semver [Pipeline] } 06:03:56 $ docker stop --time=1 ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 06:03:58 $ docker rm -f ec13d3307afd2cff1c7213cada0f79c52177d1fa48f8fade2196e2762b8b5808 [Pipeline] // withDockerContainer [Pipeline] sh 06:03:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:03:59 Stashed 1 file(s) [Pipeline] echo 06:03:59 [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 06:04:14 Still waiting to schedule task 06:04:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:04:14 Still waiting to schedule task 06:04:14 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 06:06:35 Running on prd-centos7-docker-4c-2g-27287 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 06:06:35 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 06:06:38 using credential edgex-jenkins-ssh 06:06:38 Cloning the remote Git repository 06:06:37 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:06:37 > git init /w/workspace/edgex-ui-go/6 # timeout=10 06:06:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:06:38 > git --version # timeout=10 06:06:38 > git --version # 'git version 2.24.3' 06:06:38 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:39 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e 06:06:39 Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e 06:06:39 Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) 06:06:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:06:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:06:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:06:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:39 > git config core.sparsecheckout # timeout=10 06:06:39 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 06:06:39 > git remote # timeout=10 06:06:39 > git config --get remote.origin.url # timeout=10 06:06:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:39 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 06:06:39 > git rev-parse HEAD^{commit} # timeout=10 06:06:39 > git config core.sparsecheckout # timeout=10 06:06:39 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 06:06:43 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:06:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:06:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:06:45 + sudo service docker restart 06:06:45 + true 06:06:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:06:46 provisioning config files... 06:06:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config934307454000029777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:06:46 ---> docker-login.sh 06:06:46 nexus3.edgexfoundry.org:10001 06:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:47 Configure a credential helper to remove this warning. See 06:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:47 06:06:47 Login Succeeded 06:06:47 nexus3.edgexfoundry.org:10002 06:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:47 Configure a credential helper to remove this warning. See 06:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:47 06:06:47 Login Succeeded 06:06:47 nexus3.edgexfoundry.org:10003 06:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:47 Configure a credential helper to remove this warning. See 06:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:47 06:06:47 Login Succeeded 06:06:47 nexus3.edgexfoundry.org:10004 06:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:47 Configure a credential helper to remove this warning. See 06:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:47 06:06:47 Login Succeeded 06:06:47 docker.io 06:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:06:47 Configure a credential helper to remove this warning. See 06:06:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:06:47 06:06:47 Login Succeeded 06:06:47 ---> docker-login.sh ends [Pipeline] } 06:06:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:06:48 ========================================================= 06:06:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:06:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:48 + 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 . 06:06:48 Sending build context to Docker daemon 16.78MB 06:06:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:06:48 Step 2/8 : FROM ${BASE} 06:06:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:06:48 188c0c94c7c5: Pulling fs layer 06:06:48 0ef7d3d256c8: Pulling fs layer 06:06:48 de9db76c5a1d: Pulling fs layer 06:06:48 bca2f99d35d6: Pulling fs layer 06:06:48 93359f2a8cfa: Pulling fs layer 06:06:48 7c6f9722023f: Pulling fs layer 06:06:48 a35cf1a2eb13: Pulling fs layer 06:06:48 93359f2a8cfa: Waiting 06:06:48 7c6f9722023f: Waiting 06:06:48 a35cf1a2eb13: Waiting 06:06:48 bca2f99d35d6: Waiting 06:06:48 de9db76c5a1d: Download complete 06:06:48 0ef7d3d256c8: Verifying Checksum 06:06:48 0ef7d3d256c8: Download complete 06:06:48 93359f2a8cfa: Verifying Checksum 06:06:48 93359f2a8cfa: Download complete 06:06:48 7c6f9722023f: Verifying Checksum 06:06:48 7c6f9722023f: Download complete 06:06:48 188c0c94c7c5: Verifying Checksum 06:06:48 188c0c94c7c5: Download complete 06:06:49 188c0c94c7c5: Pull complete 06:06:49 0ef7d3d256c8: Pull complete 06:06:49 de9db76c5a1d: Pull complete 06:06:50 a35cf1a2eb13: Verifying Checksum 06:06:50 a35cf1a2eb13: Download complete 06:06:52 bca2f99d35d6: Verifying Checksum 06:06:52 bca2f99d35d6: Download complete 06:06:56 bca2f99d35d6: Pull complete 06:06:56 93359f2a8cfa: Pull complete 06:06:56 7c6f9722023f: Pull complete 06:07:06 a35cf1a2eb13: Pull complete 06:07:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:07:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:07:06 ---> a62c8e92a672 06:07:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:07:06 ---> Running in 6f4bd86d9b4a 06:07:06 Removing intermediate container 6f4bd86d9b4a 06:07:06 ---> 7fa36f94d341 06:07:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:06 ---> Running in 41ed738600eb 06:07:06 Removing intermediate container 41ed738600eb 06:07:06 ---> 271cba383805 06:07:06 Step 5/8 : RUN apk add --no-cache make git 06:07:06 ---> Running in 248f9f1832a2 06:07:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:07:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:07:08 OK: 166 MiB in 39 packages 06:07:09 Removing intermediate container 248f9f1832a2 06:07:09 ---> c903a8bc1f7c 06:07:09 Step 6/8 : WORKDIR /edgex-ui-go 06:07:09 ---> Running in f6af0ba41945 06:07:09 Removing intermediate container f6af0ba41945 06:07:09 ---> 6e0a0a276b2f 06:07:09 Step 7/8 : COPY . . 06:07:11 ---> 80e9d1769f55 06:07:11 Step 8/8 : RUN go mod download 06:07:11 ---> Running in 68f05f76bf4d 06:07:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27286 in /w/workspace/edgexfoundry_edgex-ui-go_PR-289 [Pipeline] { [Pipeline] ws 06:07:28 Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout 06:07:33 Removing intermediate container 68f05f76bf4d 06:07:33 ---> 9db1bbac8f02 06:07:33 Successfully built 9db1bbac8f02 06:07:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:07:33 + docker inspect -f . ci-base-image-x86_64 06:07:33 . [Pipeline] withDockerContainer 06:07:33 prd-centos7-docker-4c-2g-27287 does not seem to be running inside a container 06:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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 06:07:34 using credential edgex-jenkins-ssh 06:07:34 Cloning the remote Git repository 06:07:34 $ docker top b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:34 + go version 06:07:34 go version go1.15.5 linux/amd64 06:07:34 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:07:34 > git init /w/workspace/edgex-ui-go/6 # timeout=10 06:07:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:07:34 > git --version # timeout=10 06:07:34 > git --version # 'git version 2.17.1' 06:07:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 06:07:34 $ docker stop --time=1 b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 06:07:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:07:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:36 $ docker rm -f b1770cc99ccbc9f60220b4c16302daa1cbbc78d79f8518feb399b10b993d6578 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 06:07:36 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:37 + docker inspect -f . ci-base-image-x86_64 06:07:37 . [Pipeline] withDockerContainer 06:07:37 Merge succeeded, producing 1e4fe839cfd02516ce84b673224157d3cf8eaa6e 06:07:37 Checking out Revision 1e4fe839cfd02516ce84b673224157d3cf8eaa6e (PR-289) 06:07:37 prd-centos7-docker-4c-2g-27287 does not seem to be running inside a container 06:07:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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 06:07:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:07:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:07:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/289/head:refs/remotes/origin/PR-289 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:36 > git config core.sparsecheckout # timeout=10 06:07:36 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 06:07:37 > git remote # timeout=10 06:07:37 > git config --get remote.origin.url # timeout=10 06:07:37 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:37 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 06:07:37 > git rev-parse HEAD^{commit} # timeout=10 06:07:37 > git config core.sparsecheckout # timeout=10 06:07:37 > git checkout -f 1e4fe839cfd02516ce84b673224157d3cf8eaa6e # timeout=10 06:07:37 $ docker top fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:38 + make test 06:07:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:07:38 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:07:41 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:07:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:07:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:07:44 + sudo service docker restart 06:07:44 + true 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:07:45 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:07:46 provisioning config files... [Pipeline] } 06:07:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config1458632518712915974tmp 06:07:46 $ docker stop --time=1 fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 06:07:49 $ docker rm -f fea030cca746a5813f1635c69fb028c0b444f36666dae2a0a4f72a4eae5cd394 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 06:07:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:07:49 ---> docker-login.sh 06:07:49 nexus3.edgexfoundry.org:10001 06:07:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:50 Configure a credential helper to remove this warning. See 06:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:50 06:07:50 Login Succeeded 06:07:51 nexus3.edgexfoundry.org:10002 06:07:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:51 Configure a credential helper to remove this warning. See 06:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:51 06:07:51 Login Succeeded 06:07:51 nexus3.edgexfoundry.org:10003 [Pipeline] sh 06:07:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:52 Configure a credential helper to remove this warning. See 06:07:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:52 06:07:52 Login Succeeded 06:07:52 nexus3.edgexfoundry.org:10004 06:07:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:07:52 + ls -al . 06:07:52 total 92 06:07:52 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 06:07 . 06:07:52 drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 06:06 .. 06:07:52 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 06:06 assets 06:07:52 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 06:06 bin 06:07:52 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 06:06 cmd 06:07:52 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 06:06 CONTRIBUTING.md 06:07:52 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 06:07 coverage.out 06:07:52 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 06:06 Dockerfile 06:07:52 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 06:06 Dockerfile.build 06:07:52 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 06:06 docs 06:07:52 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 06:06 .git 06:07:52 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 06:06 .github 06:07:52 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 06:06 .gitignore 06:07:52 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 06:06 go.mod 06:07:52 -rw-r--r--. 1 jenkins jenkins 20629 Feb 23 06:07 go.sum 06:07:52 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 06:06 internal 06:07:52 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 06:06 Jenkinsfile 06:07:52 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 06:06 LICENSE 06:07:52 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 06:06 Makefile 06:07:52 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 06:06 README.md 06:07:52 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 06:03 VERSION 06:07:52 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 06:06 version.go 06:07:52 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 06:06 web [Pipeline] isUnix [Pipeline] sh 06:07:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:52 Configure a credential helper to remove this warning. See 06:07:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:52 06:07:52 Login Succeeded 06:07:52 docker.io 06:07:52 + 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=1e4fe839cfd02516ce84b673224157d3cf8eaa6e --label arch=amd64 --label version=0.0.0 . 06:07:53 Sending build context to Docker daemon 16.8MB 06:07:53 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:07:53 Step 2/24 : FROM ${BASE} AS builder 06:07:53 ---> 9db1bbac8f02 06:07:53 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:07:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:53 Configure a credential helper to remove this warning. See 06:07:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:53 06:07:53 Login Succeeded 06:07:53 ---> docker-login.sh ends [Pipeline] } 06:07:53 Deleting 1 temporary files [Pipeline] // wrap 06:07:53 ---> Running in 57a8f76bad12 06:07:53 Removing intermediate container 57a8f76bad12 06:07:53 ---> 4a02a36bac87 06:07:53 Step 4/24 : ARG ALPINE_PKG_BASE="make git" [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:07:53 ---> Running in 2a548a524055 06:07:53 Removing intermediate container 2a548a524055 06:07:53 ---> 8eaf7f3ea6df 06:07:53 Step 5/24 : ARG ALPINE_PKG_EXTRA="" [Pipeline] echo 06:07:54 ========================================================= 06:07:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:07:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:07:54 ---> Running in 42703e6c61b3 06:07:54 Removing intermediate container 42703e6c61b3 06:07:54 ---> 825f6ad28849 06:07:54 Step 6/24 : LABEL Name=edgex-ui-go 06:07:54 ---> Running in ab1cc653f16c 06:07:54 + 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 . 06:07:54 Removing intermediate container ab1cc653f16c 06:07:54 ---> 29dfaf3ce052 06:07:54 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:07:54 ---> Running in b393db141ca2 06:07:54 Removing intermediate container b393db141ca2 06:07:54 ---> d9ebc7132b62 06:07:54 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:54 ---> Running in 98052393c3b6 06:07:55 Sending build context to Docker daemon 16.78MB 06:07:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:07:55 Step 2/8 : FROM ${BASE} 06:07:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:07:55 5f621e34cdf4: Pulling fs layer 06:07:55 a4357932f1b6: Pulling fs layer 06:07:55 18c013af1878: Pulling fs layer 06:07:55 00ac8860ef70: Pulling fs layer 06:07:55 63d7cb157983: Pulling fs layer 06:07:55 b116817d02f9: Pulling fs layer 06:07:55 745a02a5169b: Pulling fs layer 06:07:55 b116817d02f9: Waiting 06:07:55 745a02a5169b: Waiting 06:07:55 00ac8860ef70: Waiting 06:07:55 a4357932f1b6: Download complete 06:07:55 Removing intermediate container 98052393c3b6 06:07:55 ---> 300d8be67483 06:07:55 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:07:55 ---> Running in 3b5add825656 06:07:55 5f621e34cdf4: Verifying Checksum 06:07:55 5f621e34cdf4: Download complete 06:07:55 63d7cb157983: Verifying Checksum 06:07:55 63d7cb157983: Download complete 06:07:55 b116817d02f9: Verifying Checksum 06:07:55 b116817d02f9: Download complete 06:07:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:07:56 18c013af1878: Verifying Checksum 06:07:56 18c013af1878: Download complete 06:07:56 5f621e34cdf4: Pull complete 06:07:57 a4357932f1b6: Pull complete 06:07:57 18c013af1878: Pull complete 06:07:57 745a02a5169b: Verifying Checksum 06:07:57 745a02a5169b: Download complete 06:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:07:59 00ac8860ef70: Verifying Checksum 06:07:59 00ac8860ef70: Download complete 06:08:01 OK: 166 MiB in 39 packages 06:08:01 Removing intermediate container 3b5add825656 06:08:01 ---> 74b93b7f6cd9 06:08:01 Step 10/24 : ENV GO111MODULE=on 06:08:01 ---> Running in beb6ce989a70 06:08:01 Removing intermediate container beb6ce989a70 06:08:01 ---> 120de107d186 06:08:01 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:08:01 ---> Running in 1136da5a80de 06:08:01 Removing intermediate container 1136da5a80de 06:08:01 ---> e1bfdfee61da 06:08:01 Step 12/24 : COPY go.mod . 06:08:01 ---> b415b316fbfb 06:08:01 Step 13/24 : COPY Makefile . 06:08:02 ---> df65d908460c 06:08:02 Step 14/24 : RUN make update 06:08:02 ---> Running in 9ef46d074d2b 06:08:02 CGO_ENABLED=0 GO111MODULE=on go mod download 06:08:02 Removing intermediate container 9ef46d074d2b 06:08:02 ---> f13d2b5cf2b8 06:08:02 Step 15/24 : COPY . . 06:08:04 ---> 3a26198840c4 06:08:04 Step 16/24 : RUN ${MAKE} 06:08:04 ---> Running in 1bf5985f609d 06:08:05 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 06:08:08 00ac8860ef70: Pull complete 06:08:09 63d7cb157983: Pull complete 06:08:09 b116817d02f9: Pull complete 06:08:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:08:12 745a02a5169b: Pull complete 06:08:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:08:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:08:12 ---> b7e6874047d6 06:08:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:08:15 Removing intermediate container 1bf5985f609d 06:08:15 ---> 1d0aa1ba71cf 06:08:15 Step 17/24 : FROM alpine:3.12 06:08:15 3.12: Pulling from library/alpine 06:08:15 801bfaa63ef2: Pulling fs layer 06:08:15 801bfaa63ef2: Verifying Checksum 06:08:15 801bfaa63ef2: Download complete 06:08:15 801bfaa63ef2: Pull complete 06:08:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:08:15 Status: Downloaded newer image for alpine:3.12 06:08:15 ---> 389fef711851 06:08:15 Step 18/24 : EXPOSE 4000 06:08:15 ---> Running in adbdceb66514 06:08:15 Removing intermediate container adbdceb66514 06:08:15 ---> d79b440894c0 06:08:15 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 06:08:16 ---> Running in 1ce183789983 06:08:16 Removing intermediate container 1ce183789983 06:08:16 ---> 1026c1f33073 06:08:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:16 ---> Running in 5b425b42ff2f 06:08:16 ---> de57b11077a6 06:08:16 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:08:16 ---> Running in 1604f8cf7266 06:08:17 Removing intermediate container 1604f8cf7266 06:08:17 ---> 73778218da7d 06:08:17 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:08:17 ---> Running in 9ded22bc9b5d 06:08:17 Removing intermediate container 9ded22bc9b5d 06:08:17 ---> 9fe7b5a56007 06:08:17 Step 22/24 : LABEL arch=amd64 06:08:17 ---> Running in 759946697c21 06:08:17 Removing intermediate container 759946697c21 06:08:17 ---> 476d5ee995b2 06:08:17 Step 23/24 : LABEL git_sha=1e4fe839cfd02516ce84b673224157d3cf8eaa6e 06:08:17 ---> Running in ed27ec2601f1 06:08:17 Removing intermediate container ed27ec2601f1 06:08:17 ---> cf0b17092198 06:08:17 Step 24/24 : LABEL version=0.0.0 06:08:17 ---> Running in 7cbc93537f4f 06:08:18 Removing intermediate container 7cbc93537f4f 06:08:18 ---> 5bc30dd94f0b 06:08:18 [Warning] One or more build-args [ARCH] were not consumed 06:08:18 Successfully built 5bc30dd94f0b 06:08:18 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] } 06:08:19 Removing intermediate container 5b425b42ff2f 06:08:19 ---> 675b7c408bf6 06:08:19 Step 5/8 : RUN apk add --no-cache make git 06:08:19 ---> Running in 0eec66dfd0aa 06:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:23 OK: 142 MiB in 39 packages 06:08:24 Removing intermediate container 0eec66dfd0aa 06:08:24 ---> 21e3e4531527 06:08:24 Step 6/8 : WORKDIR /edgex-ui-go 06:08:24 ---> Running in 99d42352bb56 06:08:25 Removing intermediate container 99d42352bb56 06:08:25 ---> b3231983eaf5 06:08:25 Step 7/8 : COPY . . 06:08:27 ---> 9b6dac364635 06:08:27 Step 8/8 : RUN go mod download 06:08:27 ---> Running in d4b8c84e724c 06:08:54 Removing intermediate container d4b8c84e724c 06:08:54 ---> 0afc2ac74250 06:08:54 Successfully built 0afc2ac74250 06:08:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:08:54 + docker inspect -f . ci-base-image-arm64 06:08:54 . [Pipeline] withDockerContainer 06:08:54 prd-ubuntu18.04-docker-arm64-4c-16g-27286 does not seem to be running inside a container 06:08:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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 06:08:56 $ docker top 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:57 + go version 06:08:57 go version go1.15.5 linux/arm64 [Pipeline] } 06:08:57 $ docker stop --time=1 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 06:08:59 $ docker rm -f 80c283010a3c374391c6959b48013f0d9d7d31b60184fab57d43cd2c1dcaceb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:09:00 + docker inspect -f . ci-base-image-arm64 06:09:00 . [Pipeline] withDockerContainer 06:09:01 prd-ubuntu18.04-docker-arm64-4c-16g-27286 does not seem to be running inside a container 06:09:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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 06:09:02 $ docker top f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:03 + make test 06:09:03 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:09:05 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:09:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:09:32 GO111MODULE=on go vet ./... [Pipeline] } 06:09:35 $ docker stop --time=1 f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 06:09:37 $ docker rm -f f38f62ef33f77e4ce7417ba606b3780cb4fb80711efd5194712a471557d3cbb4 [Pipeline] // withDockerContainer [Pipeline] sh 06:09:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:09:38 Warning: overwriting stash ‘coverage-report’ 06:09:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:09:40 + ls -al . 06:09:40 total 124 06:09:40 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 06:09 . 06:09:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 06:07 .. 06:09:40 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 06:07 .git 06:09:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 06:07 .github 06:09:40 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 06:07 .gitignore 06:09:40 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 06:07 CONTRIBUTING.md 06:09:40 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 06:07 Dockerfile 06:09:40 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 06:07 Dockerfile.build 06:09:40 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 06:07 Jenkinsfile 06:09:40 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 06:07 LICENSE 06:09:40 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 06:07 Makefile 06:09:40 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 06:07 README.md 06:09:40 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 06:03 VERSION 06:09:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 06:07 assets 06:09:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 06:07 bin 06:09:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 06:07 cmd 06:09:40 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 06:09 coverage.out 06:09:40 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 06:07 docs 06:09:40 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 06:07 go.mod 06:09:40 -rw-r--r-- 1 jenkins jenkins 20629 Feb 23 06:09 go.sum 06:09:40 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 06:07 internal 06:09:40 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 06:07 version.go 06:09:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 06:07 web [Pipeline] isUnix [Pipeline] sh 06:09: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=1e4fe839cfd02516ce84b673224157d3cf8eaa6e --label arch=arm64 --label version=0.0.0 . 06:09:42 Sending build context to Docker daemon 16.8MB 06:09:42 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:09:42 Step 2/24 : FROM ${BASE} AS builder 06:09:42 ---> 0afc2ac74250 06:09:42 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:09:42 ---> Running in c0556cd7507c 06:09:43 Removing intermediate container c0556cd7507c 06:09:43 ---> 2204bd75225d 06:09:43 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:09:43 ---> Running in ea6a64a005f7 06:09:43 Removing intermediate container ea6a64a005f7 06:09:43 ---> 4a9a7f21a63e 06:09:43 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:09:43 ---> Running in 848785787a4a 06:09:44 Removing intermediate container 848785787a4a 06:09:44 ---> 230a2b96c4a0 06:09:44 Step 6/24 : LABEL Name=edgex-ui-go 06:09:44 ---> Running in f308ab5cac27 06:09:44 Removing intermediate container f308ab5cac27 06:09:44 ---> db751a60aaa6 06:09:44 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:09:44 ---> Running in acfc08eae11a 06:09:45 Removing intermediate container acfc08eae11a 06:09:45 ---> 375ae9cf29ed 06:09:45 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:09:45 ---> Running in 01221b176d75 06:09:47 Removing intermediate container 01221b176d75 06:09:47 ---> 07090167b864 06:09:47 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:09:47 ---> Running in 6949a54a2e28 06:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:09:50 OK: 142 MiB in 39 packages 06:09:52 Removing intermediate container 6949a54a2e28 06:09:52 ---> 2cd51834c899 06:09:52 Step 10/24 : ENV GO111MODULE=on 06:09:52 ---> Running in 820837d68044 06:09:52 Removing intermediate container 820837d68044 06:09:52 ---> a347db8462f2 06:09:52 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:09:52 ---> Running in 06d8b908e829 06:09:53 Removing intermediate container 06d8b908e829 06:09:53 ---> 0978c66c8fee 06:09:53 Step 12/24 : COPY go.mod . 06:09:53 ---> 566157fbdada 06:09:53 Step 13/24 : COPY Makefile . 06:09:54 ---> 46d2b63c1bea 06:09:54 Step 14/24 : RUN make update 06:09:54 ---> Running in 7baf5d1195cd 06:09:56 CGO_ENABLED=0 GO111MODULE=on go mod download 06:09:57 Removing intermediate container 7baf5d1195cd 06:09:57 ---> a680546ae70b 06:09:57 Step 15/24 : COPY . . 06:09:59 ---> 3e5501c6e713 06:09:59 Step 16/24 : RUN ${MAKE} 06:09:59 ---> Running in cd028ac5a911 06:10:00 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 06:10:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:10:31 Removing intermediate container cd028ac5a911 06:10:31 ---> 2b57fe8e3c46 06:10:31 Step 17/24 : FROM alpine:3.12 06:10:31 3.12: Pulling from library/alpine 06:10:31 159e5727ea61: Pulling fs layer 06:10:31 159e5727ea61: Verifying Checksum 06:10:31 159e5727ea61: Download complete 06:10:32 159e5727ea61: Pull complete 06:10:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:10:32 Status: Downloaded newer image for alpine:3.12 06:10:32 ---> afeebe901d6b 06:10:32 Step 18/24 : EXPOSE 4000 06:10:32 ---> Running in fa8e9ea67466 06:10:33 Removing intermediate container fa8e9ea67466 06:10:33 ---> af274e140d51 06:10:33 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 06:10:34 ---> ccc4afa74e79 06:10:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:10:35 ---> Running in fc66b8504417 06:10:35 Removing intermediate container fc66b8504417 06:10:35 ---> 98eb43781a72 06:10:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:10:36 ---> Running in 39075bb0d889 06:10:36 Removing intermediate container 39075bb0d889 06:10:36 ---> 4f52f3eea6db 06:10:36 Step 22/24 : LABEL arch=arm64 06:10:36 ---> Running in 1779459e6dca 06:10:36 Removing intermediate container 1779459e6dca 06:10:36 ---> 227e7bef96d2 06:10:36 Step 23/24 : LABEL git_sha=1e4fe839cfd02516ce84b673224157d3cf8eaa6e 06:10:37 ---> Running in 3c29f3287269 06:10:37 Removing intermediate container 3c29f3287269 06:10:37 ---> e5167bc11dd7 06:10:37 Step 24/24 : LABEL version=0.0.0 06:10:37 ---> Running in 349fa6541bc2 06:10:38 Removing intermediate container 349fa6541bc2 06:10:38 ---> 1abdd97358ec 06:10:38 [Warning] One or more build-args [ARCH] were not consumed 06:10:38 Successfully built 1abdd97358ec 06:10:38 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 06:10:40 provisioning config files... 06:10:40 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config9069983658758428484tmp [Pipeline] { [Pipeline] sh 06:10:40 + set +x 06:10:40 + curl -s https://codecov.io/bash 06:10:40 + bash -s -- 06:10:40 06:10:40 _____ _ 06:10:40 / ____| | | 06:10:40 | | ___ __| | ___ ___ _____ __ 06:10:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:10:40 | |___| (_) | (_| | __/ (_| (_) \ V / 06:10:40 \_____\___/ \__,_|\___|\___\___/ \_/ 06:10:40 Bash-20210129-7c25fce 06:10:40 06:10:40 06:10:40 ==> git version 2.24.3 found 06:10:40 ==> 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 06:10:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:10:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:10:40 ==> Jenkins CI detected. 06:10:40 project root: . 06:10:40 --> token set from env 06:10:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:10:40 ==> Running gcov in . (disable via -X gcov) 06:10:40 ==> Python coveragepy not found 06:10:40 ==> Searching for coverage reports in: 06:10:40 + . 06:10:40 -> Found 1 reports 06:10:40 ==> Detecting git/mercurial file structure 06:10:40 ==> Reading reports 06:10:40 + ./coverage.out bytes=10 06:10:40 ==> Appending adjustments 06:10:40 https://docs.codecov.io/docs/fixing-reports 06:10:40 + Found adjustments 06:10:40 ==> Gzipping contents 06:10:40 4.0K /tmp/codecov.j69MIN.gz 06:10:41 ==> Uploading reports 06:10:41 url: https://codecov.io 06:10:41 query: branch=PR-289&commit=1e4fe839cfd02516ce84b673224157d3cf8eaa6e&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 06:10:41 -> Pinging Codecov 06:10:41 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-289&commit=1e4fe839cfd02516ce84b673224157d3cf8eaa6e&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-289%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=289&job=&cmd_args= 06:10:41 -> Uploading to 06:10:41 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/1e4fe839cfd02516ce84b673224157d3cf8eaa6e/82c0967e-c4ef-48e7-9679-ce51cc9d9962.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T061041Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=30cd3b549ef5ece651741a89c8d97fad7195acf5cb365eecebd74b011d3a3db2 06:10:41 % Total % Received % Xferd Average Speed Time Time Time Current 06:10:41 Dload Upload Total Spent Left Speed 06:10:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 6461 --:--:-- --:--:-- --:--:-- 6477 06:10:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1e4fe839cfd02516ce84b673224157d3cf8eaa6e [Pipeline] } 06:10:41 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 06:10:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:10:45 ---> package-listing.sh 06:10:45 ++ facter osfamily 06:10:45 ++ tr '[:upper:]' '[:lower:]' 06:10:45 + OS_FAMILY=redhat 06:10:45 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-289 06:10:45 + START_PACKAGES=/tmp/packages_start.txt 06:10:45 + END_PACKAGES=/tmp/packages_end.txt 06:10:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:10:45 + PACKAGES=/tmp/packages_start.txt 06:10:45 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 06:10:45 + PACKAGES=/tmp/packages_end.txt 06:10:45 + case "${OS_FAMILY}" in 06:10:45 + rpm -qa 06:10:45 + sort 06:10:50 + '[' -f /tmp/packages_start.txt ']' 06:10:50 + '[' -f /tmp/packages_end.txt ']' 06:10:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:10:50 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-289 ']' 06:10:50 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ 06:10:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-289/archives/ [Pipeline] echo 06:10:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:10:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:10:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:10:51 06:10:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:10:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:10:51 alpine: Pulling from edgex-lftools-log-publisher 06:10:51 df20fa9351a1: Pulling fs layer 06:10:51 36b3adc4ff6f: Pulling fs layer 06:10:51 8ad3a11d3b57: Pulling fs layer 06:10:51 46f8f816bc3b: Pulling fs layer 06:10:51 93b61091891f: Pulling fs layer 06:10:51 93b9cdb0e59b: Pulling fs layer 06:10:51 5e14af77c1be: Pulling fs layer 06:10:51 01666e4c0597: Pulling fs layer 06:10:51 aa168da1d23b: Pulling fs layer 06:10:51 46f8f816bc3b: Waiting 06:10:51 93b61091891f: Waiting 06:10:51 93b9cdb0e59b: Waiting 06:10:51 5e14af77c1be: Waiting 06:10:51 01666e4c0597: Waiting 06:10:51 aa168da1d23b: Waiting 06:10:51 36b3adc4ff6f: Verifying Checksum 06:10:51 36b3adc4ff6f: Download complete 06:10:51 46f8f816bc3b: Verifying Checksum 06:10:51 46f8f816bc3b: Download complete 06:10:51 df20fa9351a1: Verifying Checksum 06:10:51 df20fa9351a1: Download complete 06:10:52 93b9cdb0e59b: Verifying Checksum 06:10:52 93b9cdb0e59b: Download complete 06:10:52 93b61091891f: Verifying Checksum 06:10:52 93b61091891f: Download complete 06:10:52 01666e4c0597: Verifying Checksum 06:10:52 01666e4c0597: Download complete 06:10:52 5e14af77c1be: Verifying Checksum 06:10:52 5e14af77c1be: Download complete 06:10:52 8ad3a11d3b57: Verifying Checksum 06:10:52 8ad3a11d3b57: Download complete 06:10:52 df20fa9351a1: Pull complete 06:10:52 36b3adc4ff6f: Pull complete 06:10:53 8ad3a11d3b57: Pull complete 06:10:53 46f8f816bc3b: Pull complete 06:10:53 93b61091891f: Pull complete 06:10:53 93b9cdb0e59b: Pull complete 06:10:54 aa168da1d23b: Verifying Checksum 06:10:54 aa168da1d23b: Download complete 06:10:54 5e14af77c1be: Pull complete 06:10:54 01666e4c0597: Pull complete 06:11:03 aa168da1d23b: Pull complete 06:11:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:11:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:11:03 prd-centos7-docker-4c-2g-27283 does not seem to be running inside a container 06:11:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-289 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289:/w/workspace/edgexfoundry_edgex-ui-go_PR-289:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:11:06 $ docker top fce52a4a0da77f06ebe622e5bc9bc7ef1adb302c827f99a66bb90666f4a9b85c -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:06 + touch /tmp/pre-build-complete [Pipeline] sh 06:11:07 + mkdir -p /var/log/sa [Pipeline] sh 06:11:07 + ls /var/log/sa-host 06:11:07 + sadf -c /var/log/sa-host/sa23 06:11:07 file_magic: OK 06:11:07 HZ: Using current value: 100 06:11:07 file_header: OK 06:11:07 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 06:11:07 Statistics: 06:11:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:11:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:07 provisioning config files... 06:11:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp/config3149041945464137051tmp [Pipeline] { [Pipeline] echo 06:11:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:11:08 ---> create-netrc.sh [Pipeline] } 06:11:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:11:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:11:08 ---> python-tools-install.sh [Pipeline] echo 06:11:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:11:08 ---> sudo-logs.sh 06:11:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:11:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:11:09 ---> job-cost.sh 06:11:09 lf-activate-venv: SKIPPING 06:11:09 INFO: No Stack... 06:11:10 INFO: Retrieving Pricing Info for: v1-standard-2 06:11:10 INFO: Archiving Costs [Pipeline] echo 06:11:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:11:11 ---> logs-deploy.sh 06:11:11 lf-activate-venv: SKIPPING 06:11:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-289/6 06:11:11 INFO: archiving workspace using pattern(s): 06:11:12 Archives upload complete. 06:11:12 INFO: archiving logs to Nexus 06:11:13 ---> uname -a: 06:11:13 Linux prd-centos7-docker-4c-2g-27283.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:11:13 06:11:13 06:11:13 ---> lscpu: 06:11:13 Architecture: x86_64 06:11:13 CPU op-mode(s): 32-bit, 64-bit 06:11:13 Byte Order: Little Endian 06:11:13 Address sizes: 40 bits physical, 48 bits virtual 06:11:13 CPU(s): 4 06:11:13 On-line CPU(s) list: 0-3 06:11:13 Thread(s) per core: 1 06:11:13 Core(s) per socket: 1 06:11:13 Socket(s): 4 06:11:13 NUMA node(s): 1 06:11:13 Vendor ID: GenuineIntel 06:11:13 CPU family: 6 06:11:13 Model: 44 06:11:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:11:13 Stepping: 1 06:11:13 CPU MHz: 2933.436 06:11:13 BogoMIPS: 5866.87 06:11:13 Virtualization: VT-x 06:11:13 Hypervisor vendor: KVM 06:11:13 Virtualization type: full 06:11:13 L1d cache: 128 KiB 06:11:13 L1i cache: 128 KiB 06:11:13 L2 cache: 16 MiB 06:11:13 L3 cache: 64 MiB 06:11:13 NUMA node0 CPU(s): 0-3 06:11:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:11:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:11:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:11:13 Vulnerability Meltdown: Mitigation; PTI 06:11:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:11:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:11:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:11:13 Vulnerability Srbds: Not affected 06:11:13 Vulnerability Tsx async abort: Not affected 06:11:13 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 06:11:13 06:11:13 06:11:13 ---> nproc: 06:11:13 4 06:11:13 06:11:13 06:11:13 ---> df -h: 06:11:13 Filesystem Size Used Available Use% Mounted on 06:11:13 overlay 50.0G 7.3G 42.7G 15% / 06:11:13 tmpfs 64.0M 0 64.0M 0% /dev 06:11:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:11:13 shm 64.0M 0 64.0M 0% /dev/shm 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-289@tmp 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:11:13 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:11:13 06:11:13 06:11:13 ---> free -m: 06:11:13 total used free shared buff/cache available 06:11:13 Mem: 1837 694 123 0 1019 1038 06:11:13 Swap: 1023 1 1022 06:11:13 06:11:13 06:11:13 ---> ip addr: 06:11:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:11:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:11:13 inet 127.0.0.1/8 scope host lo 06:11:13 valid_lft forever preferred_lft forever 06:11:13 inet6 ::1/128 scope host 06:11:13 valid_lft forever preferred_lft forever 06:11:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:11:13 link/ether fa:16:3e:4c:10:bb brd ff:ff:ff:ff:ff:ff 06:11:13 inet 10.30.122.195/23 brd 10.30.123.255 scope global dynamic eth0 06:11:13 valid_lft 85912sec preferred_lft 85912sec 06:11:13 inet6 fe80::f816:3eff:fe4c:10bb/64 scope link 06:11:13 valid_lft forever preferred_lft forever 06:11:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:11:13 link/ether 02:42:3f:93:3e:34 brd ff:ff:ff:ff:ff:ff 06:11:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:11:13 valid_lft forever preferred_lft forever 06:11:13 inet6 fe80::42:3fff:fe93:3e34/64 scope link 06:11:13 valid_lft forever preferred_lft forever 06:11:13 06:11:13 06:11:13 ---> sar -b -r -n DEV: 06:11:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 06:11:13 06:11:13 06:02:54 LINUX RESTART (4 CPU) 06:11:13 06:11:13 06:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:11:13 06:05:01 2.50 0.00 2.50 0.00 0.00 54.27 0.00 06:11:13 06:06:01 0.40 0.00 0.40 0.00 0.00 5.68 0.00 06:11:13 06:07:01 0.30 0.00 0.30 0.00 0.00 3.23 0.00 06:11:13 06:08:01 0.27 0.00 0.27 0.00 0.00 3.12 0.00 06:11:13 06:09:01 0.27 0.00 0.27 0.00 0.00 3.16 0.00 06:11:13 06:10:01 0.35 0.00 0.35 0.00 0.00 4.38 0.00 06:11:13 06:11:01 114.20 65.64 48.56 0.00 4705.04 15390.96 0.00 06:11:13 Average: 16.90 9.38 7.52 0.00 672.47 2210.30 0.00 06:11:13 06:11:13 06:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:11:13 06:05:01 159164 0 588804 31.29 2620 1130956 1086268 37.07 404052 1119388 12 06:11:13 06:06:01 159848 0 588116 31.26 2620 1130960 1073824 36.65 404100 1118644 8 06:11:13 06:07:01 158428 0 589528 31.33 2620 1130968 1073824 36.65 416760 1107896 8 06:11:13 06:08:01 158128 0 589828 31.35 2620 1130968 1073860 36.65 415424 1109432 8 06:11:13 06:09:01 157580 0 590368 31.38 2620 1130976 1073788 36.65 424988 1100356 8 06:11:13 06:10:01 157976 0 589968 31.36 2620 1130980 1073716 36.64 424772 1100416 8 06:11:13 06:11:01 238944 0 679964 36.14 2620 960016 1277444 43.60 454448 936392 81832 06:11:13 Average: 170010 0 602368 32.01 2620 1106546 1104675 37.70 420649 1084646 11698 06:11:13 06:11:13 06:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:11:13 06:05:01 eth0 1.28 0.43 0.39 0.21 0.00 0.00 0.00 0.00 06:11:13 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:06:01 eth0 0.67 0.32 0.28 0.20 0.00 0.00 0.00 0.00 06:11:13 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:07:01 eth0 1.55 0.30 0.37 0.20 0.00 0.00 0.00 0.00 06:11:13 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:08:01 eth0 0.58 0.42 0.31 0.21 0.00 0.00 0.00 0.00 06:11:13 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:09:01 eth0 0.57 0.33 0.37 0.08 0.00 0.00 0.00 0.00 06:11:13 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:11:13 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:11:01 eth0 220.34 188.63 2171.86 19.15 0.00 0.00 0.00 0.00 06:11:13 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 Average: eth0 32.17 27.23 310.66 2.87 0.00 0.00 0.00 0.00 06:11:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:11:13 06:11:13 06:11:13 ---> sar -P ALL: 06:11:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 06:11:13 06:11:13 06:02:54 LINUX RESTART (4 CPU) 06:11:13 06:11:13 06:04:01 CPU %user %nice %system %iowait %steal %idle 06:11:13 06:05:01 all 0.18 0.00 0.04 0.00 0.00 99.78 06:11:13 06:05:01 0 0.55 0.00 0.05 0.00 0.00 99.40 06:11:13 06:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:11:13 06:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:11:13 06:05:01 3 0.07 0.00 0.03 0.00 0.00 99.90 06:11:13 06:06:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:11:13 06:06:01 0 0.07 0.00 0.03 0.00 0.00 99.90 06:11:13 06:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 06:11:13 06:06:01 2 0.43 0.00 0.05 0.00 0.00 99.52 06:11:13 06:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:11:13 06:07:01 all 0.17 0.00 0.16 0.00 0.02 99.64 06:11:13 06:07:01 0 0.08 0.00 0.12 0.00 0.00 99.80 06:11:13 06:07:01 1 0.08 0.00 0.18 0.00 0.02 99.72 06:11:13 06:07:01 2 0.48 0.00 0.15 0.00 0.07 99.30 06:11:13 06:07:01 3 0.05 0.00 0.18 0.00 0.02 99.75 06:11:13 06:08:01 all 0.15 0.00 0.06 0.00 0.01 99.78 06:11:13 06:08:01 0 0.03 0.00 0.03 0.00 0.03 99.90 06:11:13 06:08:01 1 0.02 0.00 0.07 0.00 0.02 99.90 06:11:13 06:08:01 2 0.50 0.00 0.03 0.00 0.00 99.47 06:11:13 06:08:01 3 0.05 0.00 0.12 0.00 0.00 99.83 06:11:13 06:09:01 all 0.15 0.00 0.04 0.00 0.02 99.79 06:11:13 06:09:01 0 0.05 0.00 0.03 0.00 0.03 99.88 06:11:13 06:09:01 1 0.47 0.00 0.07 0.00 0.00 99.47 06:11:13 06:09:01 2 0.07 0.00 0.02 0.00 0.02 99.90 06:11:13 06:09:01 3 0.03 0.00 0.03 0.00 0.03 99.90 06:11:13 06:10:01 all 0.12 0.00 0.03 0.00 0.00 99.85 06:11:13 06:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:11:13 06:10:01 1 0.38 0.00 0.05 0.00 0.00 99.57 06:11:13 06:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:11:13 06:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:11:13 06:11:01 all 5.30 0.00 2.75 2.12 0.05 89.79 06:11:13 06:11:01 0 4.95 0.00 2.95 0.07 0.03 92.00 06:11:13 06:11:01 1 6.57 0.00 2.94 5.91 0.07 84.52 06:11:13 06:11:01 2 4.72 0.00 2.48 1.34 0.03 91.42 06:11:13 06:11:01 3 4.97 0.00 2.64 1.16 0.05 91.18 06:11:13 Average: all 0.88 0.00 0.44 0.30 0.02 98.36 06:11:13 Average: 0 0.82 0.00 0.46 0.01 0.01 98.70 06:11:13 Average: 1 1.08 0.00 0.47 0.83 0.01 97.60 06:11:13 Average: 2 0.89 0.00 0.40 0.19 0.02 98.51 06:11:13 Average: 3 0.75 0.00 0.44 0.16 0.02 98.64 06:11:13 06:11:13 06:11:13