Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29680 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # 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/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 7991e47a77494ecabc28d60cb4cefae9c82f7365 Checking out Revision 7991e47a77494ecabc28d60cb4cefae9c82f7365 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # 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 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:55 ========================================================= 02:06:55 EdgeX Global Pipelines Version Info 02:06:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:57 ------------------- 02:06:57 stable info: 02:06:57 ------------------- 02:06:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:57 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:06:57 Message: update stable to v1.0.184 02:06:58 ------------------- 02:06:58 experimental info: 02:06:58 ------------------- 02:06:58 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:06:58 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:07:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7991e47 [Pipeline] echo 02:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:07:01 provisioning config files... 02:07:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8698725611936232553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:02 ---> docker-login.sh 02:07:02 nexus3.edgexfoundry.org:10001 02:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:02 Configure a credential helper to remove this warning. See 02:07:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:02 02:07:02 Login Succeeded 02:07:02 nexus3.edgexfoundry.org:10002 02:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:03 Configure a credential helper to remove this warning. See 02:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:03 02:07:03 Login Succeeded 02:07:03 nexus3.edgexfoundry.org:10003 02:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:03 Configure a credential helper to remove this warning. See 02:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:03 02:07:03 Login Succeeded 02:07:03 nexus3.edgexfoundry.org:10004 02:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:03 Configure a credential helper to remove this warning. See 02:07:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:03 02:07:03 Login Succeeded 02:07:03 docker.io 02:07:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:05 Configure a credential helper to remove this warning. See 02:07:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:05 02:07:05 Login Succeeded 02:07:05 ---> docker-login.sh ends [Pipeline] } 02:07:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:07:06 + git log --format=format:%s -1 7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] echo 02:07:06 GIT_COMMIT: 7991e47a77494ecabc28d60cb4cefae9c82f7365, Commit Message: Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD [Pipeline] echo 02:07:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:07:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:07 02:07:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:07:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:07 latest: Pulling from edgex-devops/git-semver 02:07:07 31603596830f: Pulling fs layer 02:07:07 2a8b12db71e7: Pulling fs layer 02:07:07 6ca5941a6612: Pulling fs layer 02:07:07 ecc8261a40a4: Pulling fs layer 02:07:07 ecc8261a40a4: Waiting 02:07:07 2a8b12db71e7: Verifying Checksum 02:07:07 2a8b12db71e7: Download complete 02:07:07 31603596830f: Verifying Checksum 02:07:07 31603596830f: Download complete 02:07:07 ecc8261a40a4: Verifying Checksum 02:07:07 ecc8261a40a4: Download complete 02:07:07 6ca5941a6612: Verifying Checksum 02:07:07 6ca5941a6612: Download complete 02:07:08 31603596830f: Pull complete 02:07:08 2a8b12db71e7: Pull complete 02:07:09 6ca5941a6612: Pull complete 02:07:09 ecc8261a40a4: Pull complete 02:07:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:07:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:07:09 prd-centos7-docker-4c-2g-29680 does not seem to be running inside a container 02:07:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:07:11 $ docker top c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:07:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:11 [ssh-agent] Looking for ssh-agent implementation... 02:07:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:12 $ docker exec c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent 02:07:12 SSH_AUTH_SOCK=/tmp/ssh-TtixUkwTymf2/agent.11 02:07:12 SSH_AGENT_PID=16 02:07:12 Running ssh-add (command line suppressed) 02:07:12 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8108473734056872690.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_8108473734056872690.key) 02:07:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:12 + git tag --points-at HEAD [Pipeline] } 02:07:12 $ docker exec --env ******** --env ******** c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent -k 02:07:12 unset SSH_AUTH_SOCK; 02:07:12 unset SSH_AGENT_PID; 02:07:12 echo Agent pid 16 killed; 02:07:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:07:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:13 [ssh-agent] Looking for ssh-agent implementation... 02:07:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:13 $ docker exec c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent 02:07:13 SSH_AUTH_SOCK=/tmp/ssh-H0pgjFA3jJTq/agent.45 02:07:13 SSH_AGENT_PID=51 02:07:13 Running ssh-add (command line suppressed) 02:07:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3011943309529019061.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3011943309529019061.key) 02:07:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:14 + git semver init 02:07:14 # -> Open(): unable to determine branch for HEAD 02:07:14 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:07:14 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:07:14 # $SEMVER_REMOTE_NAME = origin 02:07:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:07:14 # $SEMVER_USER_NAME = edgex-jenkins 02:07:14 # $SEMVER_BRANCH = PR-297 02:07:14 # $SEMVER_TEMP = /tmp/semver-242271042 02:07:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:07:15 # '/tmp/semver-242271042' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:07:15 # -> Force: false 02:07:15 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:07:15 $ docker exec --env ******** --env ******** c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b ssh-agent -k 02:07:15 unset SSH_AUTH_SOCK; 02:07:15 unset SSH_AGENT_PID; 02:07:15 echo Agent pid 51 killed; 02:07:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:16 + git semver [Pipeline] } 02:07:16 $ docker stop --time=1 c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b 02:07:17 $ docker rm -f c9e9a52b13dee9d844d5c6bb004029a9ead2f31e7ada3a4b41b73d830810683b [Pipeline] // withDockerContainer [Pipeline] sh 02:07:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:07:18 Stashed 1 file(s) [Pipeline] echo 02:07:18 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:07:34 Still waiting to schedule task 02:07:34 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29680’ 02:07:34 Still waiting to schedule task 02:07:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:09:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29681 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:09:15 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 02:09:19 using credential edgex-jenkins-ssh 02:09:20 Cloning the remote Git repository 02:09:20 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:20 > git init /w/workspace/edgex-ui-go/7 # timeout=10 02:09:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:20 > git --version # timeout=10 02:09:20 > git --version # 'git version 2.17.1' 02:09:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:22 Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:09:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:22 > git config core.sparsecheckout # timeout=10 02:09:22 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:09:22 > git remote # timeout=10 02:09:22 > git config --get remote.origin.url # timeout=10 02:09:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:22 > git merge 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 02:09:23 Merge succeeded, producing 0b9d4471478798097c5c770ca03197e657b77852 02:09:23 Checking out Revision 0b9d4471478798097c5c770ca03197e657b77852 (PR-297) 02:09:23 > git rev-parse HEAD^{commit} # timeout=10 02:09:23 > git config core.sparsecheckout # timeout=10 02:09:23 > git checkout -f 0b9d4471478798097c5c770ca03197e657b77852 # timeout=10 02:09:27 Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" 02:09:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:27 > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 02:09:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:09:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:30 + + sudo servicetrue docker 02:09:30 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:32 provisioning config files... 02:09:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config711268591732605405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:33 ---> docker-login.sh 02:09:33 nexus3.edgexfoundry.org:10001 02:09:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:34 Configure a credential helper to remove this warning. See 02:09:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:34 02:09:34 Login Succeeded 02:09:34 nexus3.edgexfoundry.org:10002 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:35 Configure a credential helper to remove this warning. See 02:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:35 02:09:35 Login Succeeded 02:09:35 nexus3.edgexfoundry.org:10003 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:35 Configure a credential helper to remove this warning. See 02:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:35 02:09:35 Login Succeeded 02:09:35 nexus3.edgexfoundry.org:10004 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:35 Configure a credential helper to remove this warning. See 02:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:35 02:09:35 Login Succeeded 02:09:36 docker.io 02:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:36 Configure a credential helper to remove this warning. See 02:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:36 02:09:36 Login Succeeded 02:09:36 ---> docker-login.sh ends [Pipeline] } 02:09:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:37 ========================================================= 02:09:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:09:38 Sending build context to Docker daemon 17.27MB 02:09:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:38 Step 2/8 : FROM ${BASE} 02:09:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:38 5f621e34cdf4: Pulling fs layer 02:09:38 a4357932f1b6: Pulling fs layer 02:09:38 18c013af1878: Pulling fs layer 02:09:38 00ac8860ef70: Pulling fs layer 02:09:38 63d7cb157983: Pulling fs layer 02:09:38 b116817d02f9: Pulling fs layer 02:09:38 745a02a5169b: Pulling fs layer 02:09:38 00ac8860ef70: Waiting 02:09:38 63d7cb157983: Waiting 02:09:38 b116817d02f9: Waiting 02:09:38 745a02a5169b: Waiting 02:09:38 18c013af1878: Verifying Checksum 02:09:38 18c013af1878: Download complete 02:09:38 a4357932f1b6: Download complete 02:09:38 63d7cb157983: Verifying Checksum 02:09:38 63d7cb157983: Download complete 02:09:38 b116817d02f9: Download complete 02:09:38 5f621e34cdf4: Verifying Checksum 02:09:38 5f621e34cdf4: Download complete 02:09:39 5f621e34cdf4: Pull complete 02:09:39 a4357932f1b6: Pull complete 02:09:40 18c013af1878: Pull complete 02:09:41 745a02a5169b: Verifying Checksum 02:09:41 745a02a5169b: Download complete 02:09:42 00ac8860ef70: Verifying Checksum 02:09:42 00ac8860ef70: Download complete 02:09:52 00ac8860ef70: Pull complete 02:09:52 63d7cb157983: Pull complete 02:09:53 b116817d02f9: Pull complete 02:09:57 745a02a5169b: Pull complete 02:09:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:57 ---> b7e6874047d6 02:09:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:59 ---> Running in 36c29cd43987 02:09:59 Removing intermediate container 36c29cd43987 02:09:59 ---> 3b862b4a7261 02:09:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:59 ---> Running in e298852adfbc 02:10:00 Running on prd-centos7-docker-4c-2g-29682 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:10:00 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 02:10:02 Removing intermediate container e298852adfbc 02:10:02 ---> c5bab53fcb53 02:10:02 Step 5/8 : RUN apk add --no-cache make git 02:10:02 ---> Running in d3429bee9c82 02:10:03 using credential edgex-jenkins-ssh 02:10:03 Cloning the remote Git repository 02:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:10:03 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:10:03 > git init /w/workspace/edgex-ui-go/7 # timeout=10 02:10:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:03 > git --version # timeout=10 02:10:03 > git --version # 'git version 2.24.3' 02:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:10:05 Merging remotes/origin/master commit 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:10:05 OK: 142 MiB in 39 packages 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:10:05 > git config core.sparsecheckout # timeout=10 02:10:05 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:10:05 > git remote # timeout=10 02:10:05 Merge succeeded, producing 3d08e6b10614ec3f80654dc9564df648c7f9cf76 02:10:05 Checking out Revision 3d08e6b10614ec3f80654dc9564df648c7f9cf76 (PR-297) 02:10:05 > git config --get remote.origin.url # timeout=10 02:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:05 > git merge 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 02:10:05 > git rev-parse HEAD^{commit} # timeout=10 02:10:05 > git config core.sparsecheckout # timeout=10 02:10:05 > git checkout -f 3d08e6b10614ec3f80654dc9564df648c7f9cf76 # timeout=10 02:10:06 Removing intermediate container d3429bee9c82 02:10:06 ---> d693940cfef2 02:10:06 Step 6/8 : WORKDIR /edgex-ui-go 02:10:06 ---> Running in 830b4a5a1221 02:10:07 Removing intermediate container 830b4a5a1221 02:10:07 ---> 40b1939fd0ca 02:10:07 Step 7/8 : COPY . . 02:10:09 ---> 9cfc5505e090 02:10:09 Step 8/8 : RUN go mod download 02:10:09 Commit message: "Merge commit '4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de' into HEAD" 02:10:09 First time build. Skipping changelog. 02:10:09 ---> Running in d0ead357cd90 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:09 > git rev-list --no-walk 58c1d98ff6c59bbb922e03c102cb3ac873d43900 # timeout=10 02:10:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:10:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:11 + sudo service docker restart 02:10:11 + true 02:10:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:12 provisioning config files... 02:10:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config592500830859151513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:13 ---> docker-login.sh 02:10:13 nexus3.edgexfoundry.org:10001 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 nexus3.edgexfoundry.org:10002 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 nexus3.edgexfoundry.org:10003 02:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:14 Configure a credential helper to remove this warning. See 02:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:14 02:10:14 Login Succeeded 02:10:14 nexus3.edgexfoundry.org:10004 02:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:14 Configure a credential helper to remove this warning. See 02:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:14 02:10:14 Login Succeeded 02:10:14 docker.io 02:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:14 Configure a credential helper to remove this warning. See 02:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:14 02:10:14 Login Succeeded 02:10:14 ---> docker-login.sh ends [Pipeline] } 02:10:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:14 ========================================================= 02:10:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:10:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:10:15 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:10:15 Sending build context to Docker daemon 17.27MB 02:10:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:10:15 Step 2/8 : FROM ${BASE} 02:10:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:10:15 188c0c94c7c5: Pulling fs layer 02:10:15 0ef7d3d256c8: Pulling fs layer 02:10:15 de9db76c5a1d: Pulling fs layer 02:10:15 bca2f99d35d6: Pulling fs layer 02:10:15 93359f2a8cfa: Pulling fs layer 02:10:15 7c6f9722023f: Pulling fs layer 02:10:15 a35cf1a2eb13: Pulling fs layer 02:10:15 93359f2a8cfa: Waiting 02:10:15 7c6f9722023f: Waiting 02:10:15 a35cf1a2eb13: Waiting 02:10:15 bca2f99d35d6: Waiting 02:10:15 de9db76c5a1d: Verifying Checksum 02:10:15 de9db76c5a1d: Download complete 02:10:15 0ef7d3d256c8: Verifying Checksum 02:10:15 0ef7d3d256c8: Download complete 02:10:15 93359f2a8cfa: Verifying Checksum 02:10:15 93359f2a8cfa: Download complete 02:10:15 188c0c94c7c5: Verifying Checksum 02:10:15 188c0c94c7c5: Download complete 02:10:15 7c6f9722023f: Verifying Checksum 02:10:15 7c6f9722023f: Download complete 02:10:16 188c0c94c7c5: Pull complete 02:10:16 0ef7d3d256c8: Pull complete 02:10:16 de9db76c5a1d: Pull complete 02:10:18 a35cf1a2eb13: Verifying Checksum 02:10:18 a35cf1a2eb13: Download complete 02:10:18 bca2f99d35d6: Verifying Checksum 02:10:18 bca2f99d35d6: Download complete 02:10:23 bca2f99d35d6: Pull complete 02:10:24 93359f2a8cfa: Pull complete 02:10:24 7c6f9722023f: Pull complete 02:10:30 a35cf1a2eb13: Pull complete 02:10:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:30 ---> a62c8e92a672 02:10:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:30 ---> Running in 303ef5d7a107 02:10:30 Removing intermediate container 303ef5d7a107 02:10:30 ---> 96661856f86b 02:10:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:30 ---> Running in c0752351b5da 02:10:31 Removing intermediate container c0752351b5da 02:10:31 ---> ecee449bcdac 02:10:31 Step 5/8 : RUN apk add --no-cache make git 02:10:31 ---> Running in 00703cf127ad 02:10:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:33 OK: 166 MiB in 39 packages 02:10:34 Removing intermediate container 00703cf127ad 02:10:34 ---> a173f2664a58 02:10:34 Step 6/8 : WORKDIR /edgex-ui-go 02:10:34 ---> Running in 9424f004d351 02:10:34 Removing intermediate container 9424f004d351 02:10:34 ---> 20066146136a 02:10:34 Step 7/8 : COPY . . 02:10:36 ---> be980ed5ed6d 02:10:36 Step 8/8 : RUN go mod download 02:10:36 ---> Running in c5261d945770 02:10:41 Removing intermediate container d0ead357cd90 02:10:41 ---> f6628bba137a 02:10:41 Successfully built f6628bba137a 02:10:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:42 + docker inspect -f . ci-base-image-arm64 02:10:42 . [Pipeline] withDockerContainer 02:10:42 prd-ubuntu18.04-docker-arm64-4c-16g-29681 does not seem to be running inside a container 02:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:44 $ docker top aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:45 + go version 02:10:45 go version go1.15.5 linux/arm64 [Pipeline] } 02:10:45 $ docker stop --time=1 aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 02:10:47 $ docker rm -f aa23121f21e892139b06212dccec69f104887f7161bddb919007cc4f0b52c036 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:48 + docker inspect -f . ci-base-image-arm64 02:10:48 . [Pipeline] withDockerContainer 02:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-29681 does not seem to be running inside a container 02:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:49 $ docker top 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:50 + make test 02:10:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:08 Removing intermediate container c5261d945770 02:11:08 ---> 69f5394e97a5 02:11:08 Successfully built 69f5394e97a5 02:11:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:11:09 + docker inspect -f . ci-base-image-x86_64 02:11:09 . [Pipeline] withDockerContainer 02:11:09 prd-centos7-docker-4c-2g-29682 does not seem to be running inside a container 02:11:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:11:10 $ docker top d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:10 + go version 02:11:10 go version go1.15.5 linux/amd64 [Pipeline] } 02:11:10 $ docker stop --time=1 d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a 02:11:12 $ docker rm -f d903bc79240541d7f59a36dd306898a456f54f0b6b9b42374c774da3b81c220a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:13 + docker inspect -f . ci-base-image-x86_64 02:11:13 . [Pipeline] withDockerContainer 02:11:13 prd-centos7-docker-4c-2g-29682 does not seem to be running inside a container 02:11:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:11:14 $ docker top 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:14 + make test 02:11:14 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:11:16 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:19 GO111MODULE=on go vet ./... [Pipeline] } 02:11:24 $ docker stop --time=1 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:26 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:26 GO111MODULE=on go vet ./... 02:11:26 $ docker rm -f 8d0135a4634950c2feae58bf0b3fe97b32a3d9112c55ed84e13efa029747beda [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 02:11:27 $ docker stop --time=1 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 02:11:27 + sudo chown -R jenkins:jenkins . 02:11:29 $ docker rm -f 9ae4844d210d6e8deb681fcb1cbbd2a9f0bf586dea1c773e97ade7aa18519549 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 02:11:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:30 Warning: overwriting stash ‘coverage-report’ 02:11:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 02:11:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:33 + ls -al . 02:11:33 total 92 02:11:33 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 13 02:11 . 02:11:33 drwxrwxr-x. 4 jenkins jenkins 28 Mar 13 02:10 .. 02:11:33 drwxrwxr-x. 3 jenkins jenkins 20 Mar 13 02:10 assets 02:11:33 drwxrwxr-x. 2 jenkins jenkins 35 Mar 13 02:10 bin 02:11:33 drwxrwxr-x. 3 jenkins jenkins 29 Mar 13 02:10 cmd 02:11:33 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 13 02:10 CONTRIBUTING.md 02:11:33 -rw-r--r--. 1 jenkins jenkins 10 Mar 13 02:11 coverage.out 02:11:33 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 13 02:10 Dockerfile 02:11:33 -rw-rw-r--. 1 jenkins jenkins 902 Mar 13 02:10 Dockerfile.build 02:11:33 drwxrwxr-x. 5 jenkins jenkins 104 Mar 13 02:10 docs 02:11:33 drwxrwxr-x. 8 jenkins jenkins 179 Mar 13 02:10 .git 02:11:33 drwxrwxr-x. 2 jenkins jenkins 103 Mar 13 02:10 .github 02:11:33 -rw-rw-r--. 1 jenkins jenkins 153 Mar 13 02:10 .gitignore 02:11:33 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 13 02:10 go.mod 02:11:33 -rw-r--r--. 1 jenkins jenkins 22216 Mar 13 02:11 go.sum 02:11:33 drwxrwxr-x. 10 jenkins jenkins 139 Mar 13 02:10 internal 02:11:33 -rw-rw-r--. 1 jenkins jenkins 652 Mar 13 02:10 Jenkinsfile 02:11:33 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 13 02:10 LICENSE 02:11:33 -rw-rw-r--. 1 jenkins jenkins 951 Mar 13 02:10 Makefile 02:11:33 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 13 02:10 README.md 02:11:33 -rw-rw-r--. 1 jenkins jenkins 5 Mar 13 02:07 VERSION 02:11:33 -rw-rw-r--. 1 jenkins jenkins 155 Mar 13 02:10 version.go 02:11:33 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 13 02:10 web [Pipeline] isUnix [Pipeline] sh 02:11:33 + ls -al . 02:11:33 total 124 02:11:33 drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 02:10 . 02:11:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 02:09 .. 02:11:33 drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 02:09 .git 02:11:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 02:09 .github 02:11:33 -rw-rw-r-- 1 jenkins jenkins 153 Mar 13 02:09 .gitignore 02:11:33 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 13 02:09 CONTRIBUTING.md 02:11:33 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 13 02:09 Dockerfile 02:11:33 -rw-rw-r-- 1 jenkins jenkins 902 Mar 13 02:09 Dockerfile.build 02:11:33 -rw-rw-r-- 1 jenkins jenkins 652 Mar 13 02:09 Jenkinsfile 02:11:33 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 13 02:09 LICENSE 02:11:33 -rw-rw-r-- 1 jenkins jenkins 951 Mar 13 02:09 Makefile 02:11:33 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 13 02:09 README.md 02:11:33 -rw-rw-r-- 1 jenkins jenkins 5 Mar 13 02:07 VERSION 02:11:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 02:09 assets 02:11:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 02:09 bin 02:11:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 02:09 cmd 02:11:33 -rw-r--r-- 1 jenkins jenkins 10 Mar 13 02:10 coverage.out 02:11:33 drwxrwxr-x 5 jenkins jenkins 4096 Mar 13 02:09 docs 02:11:33 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 13 02:09 go.mod 02:11:33 -rw-r--r-- 1 jenkins jenkins 22216 Mar 13 02:10 go.sum 02:11:33 drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 02:09 internal 02:11:33 -rw-rw-r-- 1 jenkins jenkins 155 Mar 13 02:09 version.go 02:11:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:34 + 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=7991e47a77494ecabc28d60cb4cefae9c82f7365 --label arch=amd64 --label version=0.0.0 . 02:11:34 Sending build context to Docker daemon 17.29MB 02:11:34 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:34 Step 2/24 : FROM ${BASE} AS builder 02:11:34 ---> 69f5394e97a5 02:11:34 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:34 + 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=7991e47a77494ecabc28d60cb4cefae9c82f7365 --label arch=arm64 --label version=0.0.0 . 02:11:34 ---> Running in 5bdc08219cd2 02:11:35 Removing intermediate container 5bdc08219cd2 02:11:35 ---> 0e9c99586f2e 02:11:35 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:35 ---> Running in ea2c2732da86 02:11:35 Sending build context to Docker daemon 17.29MB 02:11:35 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:35 Step 2/24 : FROM ${BASE} AS builder 02:11:35 ---> f6628bba137a 02:11:35 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:35 Removing intermediate container ea2c2732da86 02:11:35 ---> 3cc7f0853737 02:11:35 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:35 ---> Running in 91c84e69c98a 02:11:35 ---> Running in aa498ac56f9c 02:11:35 Removing intermediate container 91c84e69c98a 02:11:35 ---> 437eeea0cc54 02:11:35 Step 6/24 : LABEL Name=edgex-ui-go 02:11:35 ---> Running in 6c6462caf865 02:11:35 Removing intermediate container aa498ac56f9c 02:11:35 ---> 3c4715356e86 02:11:35 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:35 Removing intermediate container 6c6462caf865 02:11:35 ---> e8bf8ca003e2 02:11:35 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:35 ---> Running in ecd2da287c7f 02:11:35 Removing intermediate container ecd2da287c7f 02:11:35 ---> 38e6ff7f7693 02:11:35 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:36 ---> Running in d3fc3eff5fb3 02:11:36 ---> Running in 08151eefa8e4 02:11:36 Removing intermediate container d3fc3eff5fb3 02:11:36 ---> 01e1f57541bc 02:11:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:36 ---> Running in 8bee2b758198 02:11:36 Removing intermediate container 8bee2b758198 02:11:36 ---> e74bc5cd57ca 02:11:36 Step 6/24 : LABEL Name=edgex-ui-go 02:11:37 Removing intermediate container 08151eefa8e4 02:11:37 ---> 93330434c843 02:11:37 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:37 ---> Running in 0854186b3410 02:11:37 ---> Running in 1574ee099f93 02:11:37 Removing intermediate container 1574ee099f93 02:11:37 ---> d57863f8320f 02:11:37 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:37 ---> Running in a30e512fd2eb 02:11:38 Removing intermediate container a30e512fd2eb 02:11:38 ---> 473486d1c6da 02:11:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:38 ---> Running in f0f1eaf621a6 02:11:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:38 OK: 166 MiB in 39 packages 02:11:39 Removing intermediate container 0854186b3410 02:11:39 ---> 3da94e4e31cd 02:11:39 Step 10/24 : ENV GO111MODULE=on 02:11:39 ---> Running in 3d4f9f68a2ff 02:11:39 Removing intermediate container 3d4f9f68a2ff 02:11:39 ---> 2dbfe51b23f0 02:11:39 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:39 ---> Running in a66eaf1664b9 02:11:39 Removing intermediate container a66eaf1664b9 02:11:39 ---> 9acffd5fc154 02:11:39 Step 12/24 : COPY go.mod . 02:11:40 ---> 2f4ac06d7f36 02:11:40 Step 13/24 : COPY Makefile . 02:11:40 ---> 723c9d83930a 02:11:40 Step 14/24 : RUN make update 02:11:40 ---> Running in fd49b7c91e69 02:11:40 Removing intermediate container f0f1eaf621a6 02:11:40 ---> b598bb4aa3a6 02:11:40 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:40 ---> Running in 310efd7e6080 02:11:40 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:41 Removing intermediate container fd49b7c91e69 02:11:41 ---> a1b95883f078 02:11:41 Step 15/24 : COPY . . 02:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:42 OK: 142 MiB in 39 packages 02:11:42 ---> c2768e82dfeb 02:11:42 Step 16/24 : RUN ${MAKE} 02:11:42 ---> Running in f25824141ee4 02:11:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:11:44 Removing intermediate container 310efd7e6080 02:11:44 ---> 38997e2819e7 02:11:44 Step 10/24 : ENV GO111MODULE=on 02:11:44 ---> Running in 241fda4d6604 02:11:44 Removing intermediate container 241fda4d6604 02:11:44 ---> 3692b7a2f2ed 02:11:44 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:44 ---> Running in 126a6060d0ca 02:11:45 Removing intermediate container 126a6060d0ca 02:11:45 ---> f5c53a5fb956 02:11:45 Step 12/24 : COPY go.mod . 02:11:45 ---> 106f4eca46d6 02:11:45 Step 13/24 : COPY Makefile . 02:11:46 ---> ca6c0a8d1c94 02:11:46 Step 14/24 : RUN make update 02:11:46 ---> Running in 754ccc200916 02:11:47 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:49 Removing intermediate container 754ccc200916 02:11:49 ---> 69aba4033b85 02:11:49 Step 15/24 : COPY . . 02:11:51 ---> 1f914a932993 02:11:51 Step 16/24 : RUN ${MAKE} 02:11:51 ---> Running in c1fd592e202d 02:11:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:11:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:56 Removing intermediate container f25824141ee4 02:11:56 ---> a45e061de817 02:11:56 Step 17/24 : FROM alpine:3.12 02:11:56 3.12: Pulling from library/alpine 02:11:56 f84cab65f19f: Pulling fs layer 02:11:56 f84cab65f19f: Verifying Checksum 02:11:56 f84cab65f19f: Download complete 02:11:57 f84cab65f19f: Pull complete 02:11:57 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:11:57 Status: Downloaded newer image for alpine:3.12 02:11:57 ---> 88dd2752d2ea 02:11:57 Step 18/24 : EXPOSE 4000 02:11:57 ---> Running in 5886e672bca0 02:11:57 Removing intermediate container 5886e672bca0 02:11:57 ---> dfe79f3ba785 02:11:57 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:58 ---> 667a338943af 02:11:58 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:58 ---> Running in c8cbe3f32f62 02:11:58 Removing intermediate container c8cbe3f32f62 02:11:58 ---> 3f4a288bc514 02:11:58 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:58 ---> Running in 153c396d8569 02:11:58 Removing intermediate container 153c396d8569 02:11:58 ---> 8ffc84870bb2 02:11:58 Step 22/24 : LABEL arch=amd64 02:11:59 ---> Running in 8a7f40a36337 02:11:59 Removing intermediate container 8a7f40a36337 02:11:59 ---> 044c0236bd44 02:11:59 Step 23/24 : LABEL git_sha=7991e47a77494ecabc28d60cb4cefae9c82f7365 02:11:59 ---> Running in fc91b5b2d4fe 02:11:59 Removing intermediate container fc91b5b2d4fe 02:11:59 ---> 37ec51e8db8d 02:11:59 Step 24/24 : LABEL version=0.0.0 02:11:59 ---> Running in 7c94903aa92d 02:11:59 Removing intermediate container 7c94903aa92d 02:11:59 ---> 5a927790e98b 02:11:59 [Warning] One or more build-args [ARCH] were not consumed 02:11:59 Successfully built 5a927790e98b 02:11:59 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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:12:00 ---> job-cost.sh 02:12:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJFv 02:12:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:12:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:12:24 Removing intermediate container c1fd592e202d 02:12:24 ---> 3148343af62b 02:12:24 Step 17/24 : FROM alpine:3.12 02:12:24 3.12: Pulling from library/alpine 02:12:24 dce8679b510e: Pulling fs layer 02:12:24 dce8679b510e: Verifying Checksum 02:12:24 dce8679b510e: Download complete 02:12:25 dce8679b510e: Pull complete 02:12:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:12:25 Status: Downloaded newer image for alpine:3.12 02:12:25 ---> d10569e2745f 02:12:25 Step 18/24 : EXPOSE 4000 02:12:25 ---> Running in 589cf2abea9f 02:12:25 Removing intermediate container 589cf2abea9f 02:12:25 ---> 370ec16ed1a6 02:12:25 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:27 ---> 4af423eb4865 02:12:27 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:27 ---> Running in b0a3433873f2 02:12:28 Removing intermediate container b0a3433873f2 02:12:28 ---> 1f3396fa6deb 02:12:28 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:12:28 ---> Running in 1d758213a828 02:12:28 Removing intermediate container 1d758213a828 02:12:28 ---> 89e33a297fb9 02:12:28 Step 22/24 : LABEL arch=arm64 02:12:28 ---> Running in 8fcb2cee39ce 02:12:29 Removing intermediate container 8fcb2cee39ce 02:12:29 ---> 2f3cd5480041 02:12:29 Step 23/24 : LABEL git_sha=7991e47a77494ecabc28d60cb4cefae9c82f7365 02:12:29 ---> Running in 8d030cefd556 02:12:29 Removing intermediate container 8d030cefd556 02:12:29 ---> d18e7ff8e4ae 02:12:29 Step 24/24 : LABEL version=0.0.0 02:12:30 ---> Running in 0719bffb66fe 02:12:30 Removing intermediate container 0719bffb66fe 02:12:30 ---> 9328308c7f66 02:12:30 [Warning] One or more build-args [ARCH] were not consumed 02:12:30 Successfully built 9328308c7f66 02:12:30 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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:12:31 ---> job-cost.sh 02:12:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GIp8 02:12:47 lf-activate-venv(): INFO: Adding /tmp/venv-GJFv/bin to PATH 02:12:47 INFO: No Stack... 02:12:47 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:47 INFO: Archiving Costs [Pipeline] sh 02:12:48 + cut -d, -f6 02:12:48 + cat /w/workspace/edgex-ui-go/7/archives/cost.csv [Pipeline] lock 02:12:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] 02:12:48 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] did not exist. Created. 02:12:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:12:48 + echo total: 0.029999999329447746 [Pipeline] stash 02:12:48 Stashed 1 file(s) [Pipeline] } 02:12:48 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:13:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:14:47 lf-activate-venv(): INFO: Adding /tmp/venv-GIp8/bin to PATH 02:14:47 INFO: No Stack... 02:14:47 INFO: Retrieving Pricing Info for: lf-standard-4 02:14:47 INFO: Archiving Costs [Pipeline] sh 02:14:47 + + cutcat -d, /w/workspace/edgex-ui-go/7/archives/cost.csv -f6 02:14:47 [Pipeline] lock 02:14:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] 02:14:47 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] did not exist. Created. 02:14:47 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:14:48 /w/workspace/edgex-ui-go/7@tmp/durable-b90e0f3b/script.sh: 1: /w/workspace/edgex-ui-go/7@tmp/durable-b90e0f3b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:14:48 + echo total: 0.20999999344348907 [Pipeline] stash 02:14:48 Warning: overwriting stash ‘stack-cost’ 02:14:48 Stashed 1 file(s) [Pipeline] } 02:14:48 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:14:50 provisioning config files... 02:14:50 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8580064073539784114tmp [Pipeline] { [Pipeline] sh 02:14:50 + set +x 02:14:50 + curl -s https://codecov.io/bash 02:14:50 + bash -s -- 02:14:50 02:14:50 _____ _ 02:14:50 / ____| | | 02:14:50 | | ___ __| | ___ ___ _____ __ 02:14:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:14:50 | |___| (_) | (_| | __/ (_| (_) \ V / 02:14:50 \_____\___/ \__,_|\___|\___\___/ \_/ 02:14:50 Bash-20210309-2b87ace 02:14:50 02:14:50 02:14:50 ==> git version 2.24.3 found 02:14:50 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:14:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:14:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:14:50 ==> Jenkins CI detected. 02:14:50 project root: . 02:14:50 --> token set from env 02:14:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:14:50 ==> Running gcov in . (disable via -X gcov) 02:14:50 ==> Python coveragepy not found 02:14:50 ==> Searching for coverage reports in: 02:14:50 + . 02:14:50 -> Found 1 reports 02:14:50 ==> Detecting git/mercurial file structure 02:14:50 ==> Reading reports 02:14:50 + ./coverage.out bytes=10 02:14:50 ==> Appending adjustments 02:14:50 https://docs.codecov.io/docs/fixing-reports 02:14:51 + Found adjustments 02:14:51 ==> Gzipping contents 02:14:51 4.0K /tmp/codecov.r4zah2.gz 02:14:51 ==> Uploading reports 02:14:51 url: https://codecov.io 02:14:51 query: branch=PR-297&commit=7991e47a77494ecabc28d60cb4cefae9c82f7365&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:14:51 -> Pinging Codecov 02:14:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=7991e47a77494ecabc28d60cb4cefae9c82f7365&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:14:51 -> Uploading to 02:14:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-13/FB506323287CE973F263BFD2A0EB1F37/7991e47a77494ecabc28d60cb4cefae9c82f7365/13221bb0-a2d4-4e8e-b8ae-c3ac11cca146.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210313T021451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3b2586b765840e71f5cd25e769cc174e272782c88154ebe91157ccf6ff42d7b 02:14:51 % Total % Received % Xferd Average Speed Time Time Time Current 02:14:51 Dload Upload Total Spent Left Speed 02:14:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3072 0 0 100 3072 0 6469 --:--:-- --:--:-- --:--:-- 6467 02:14:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7991e47a77494ecabc28d60cb4cefae9c82f7365 [Pipeline] } 02:14:52 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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:14:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:14:54 ---> package-listing.sh 02:14:54 ++ facter osfamily 02:14:54 ++ tr '[:upper:]' '[:lower:]' 02:14:54 + OS_FAMILY=redhat 02:14:54 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:14:54 + START_PACKAGES=/tmp/packages_start.txt 02:14:54 + END_PACKAGES=/tmp/packages_end.txt 02:14:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:14:54 + PACKAGES=/tmp/packages_start.txt 02:14:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:14:54 + PACKAGES=/tmp/packages_end.txt 02:14:54 + case "${OS_FAMILY}" in 02:14:54 + rpm -qa 02:14:54 + sort 02:15:00 + '[' -f /tmp/packages_start.txt ']' 02:15:00 + '[' -f /tmp/packages_end.txt ']' 02:15:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:15:00 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:15:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo 02:15:00 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:15:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:00 02:15:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:01 alpine: Pulling from edgex-lftools-log-publisher 02:15:01 df20fa9351a1: Pulling fs layer 02:15:01 36b3adc4ff6f: Pulling fs layer 02:15:01 8ad3a11d3b57: Pulling fs layer 02:15:01 46f8f816bc3b: Pulling fs layer 02:15:01 93b61091891f: Pulling fs layer 02:15:01 93b9cdb0e59b: Pulling fs layer 02:15:01 5e14af77c1be: Pulling fs layer 02:15:01 01666e4c0597: Pulling fs layer 02:15:01 aa168da1d23b: Pulling fs layer 02:15:01 93b9cdb0e59b: Waiting 02:15:01 46f8f816bc3b: Waiting 02:15:01 5e14af77c1be: Waiting 02:15:01 01666e4c0597: Waiting 02:15:01 aa168da1d23b: Waiting 02:15:01 93b61091891f: Waiting 02:15:01 36b3adc4ff6f: Download complete 02:15:01 46f8f816bc3b: Verifying Checksum 02:15:01 46f8f816bc3b: Download complete 02:15:01 df20fa9351a1: Download complete 02:15:01 93b9cdb0e59b: Verifying Checksum 02:15:01 93b9cdb0e59b: Download complete 02:15:01 5e14af77c1be: Verifying Checksum 02:15:01 5e14af77c1be: Download complete 02:15:01 01666e4c0597: Download complete 02:15:01 93b61091891f: Download complete 02:15:01 8ad3a11d3b57: Verifying Checksum 02:15:01 8ad3a11d3b57: Download complete 02:15:01 df20fa9351a1: Pull complete 02:15:01 36b3adc4ff6f: Pull complete 02:15:02 8ad3a11d3b57: Pull complete 02:15:02 46f8f816bc3b: Pull complete 02:15:04 aa168da1d23b: Verifying Checksum 02:15:04 aa168da1d23b: Download complete 02:15:04 93b61091891f: Pull complete 02:15:04 93b9cdb0e59b: Pull complete 02:15:04 5e14af77c1be: Pull complete 02:15:05 01666e4c0597: Pull complete 02:15:11 aa168da1d23b: Pull complete 02:15:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:15:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:15:11 prd-centos7-docker-4c-2g-29680 does not seem to be running inside a container 02:15:11 $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:15:15 $ docker top 0e53153a204ee3a32374bf6ad190916032d4bc210aca8516d6382f268601bd3b -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:15 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:15 + mkdir -p /var/log/sa [Pipeline] sh 02:15:16 + ls /var/log/sa-host 02:15:16 + sadf -c /var/log/sa-host/sa13 02:15:16 file_magic: OK 02:15:16 HZ: Using current value: 100 02:15:16 file_header: OK 02:15:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:16 Statistics: 02:15:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:15:16 File successfully converted to sysstat format version 12.2.1 02:15:16 + sadf -c /var/log/sa-host/sa23 02:15:16 file_magic: OK 02:15:16 HZ: Using current value: 100 02:15:16 file_header: OK 02:15:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:16 Statistics: 02:15:16 Hnuu...uuuununununu... 02:15:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:16 provisioning config files... 02:15:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config8560446433190211770tmp [Pipeline] { [Pipeline] echo 02:15:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:17 ---> create-netrc.sh [Pipeline] } 02:15:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:17 ---> python-tools-install.sh [Pipeline] echo 02:15:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:18 ---> sudo-logs.sh 02:15:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:18 ---> job-cost.sh 02:15:18 lf-activate-venv: SKIPPING 02:15:18 DEBUG: total: 0.20999999344348907 02:15:18 INFO: Retrieving Stack Cost... 02:15:19 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:20 INFO: Archiving Costs [Pipeline] echo 02:15:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:20 ---> logs-deploy.sh 02:15:20 lf-activate-venv: SKIPPING 02:15:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/7 02:15:20 INFO: archiving workspace using pattern(s): 02:15:22 Archives upload complete. 02:15:22 INFO: archiving logs to Nexus 02:15:23 ---> uname -a: 02:15:23 Linux prd-centos7-docker-4c-2g-29680.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:15:23 02:15:23 02:15:23 ---> lscpu: 02:15:23 Architecture: x86_64 02:15:23 CPU op-mode(s): 32-bit, 64-bit 02:15:23 Byte Order: Little Endian 02:15:23 Address sizes: 40 bits physical, 48 bits virtual 02:15:23 CPU(s): 4 02:15:23 On-line CPU(s) list: 0-3 02:15:23 Thread(s) per core: 1 02:15:23 Core(s) per socket: 1 02:15:23 Socket(s): 4 02:15:23 NUMA node(s): 1 02:15:23 Vendor ID: GenuineIntel 02:15:23 CPU family: 6 02:15:23 Model: 44 02:15:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:15:23 Stepping: 1 02:15:23 CPU MHz: 2933.442 02:15:23 BogoMIPS: 5866.88 02:15:23 Virtualization: VT-x 02:15:23 Hypervisor vendor: KVM 02:15:23 Virtualization type: full 02:15:23 L1d cache: 128 KiB 02:15:23 L1i cache: 128 KiB 02:15:23 L2 cache: 16 MiB 02:15:23 L3 cache: 64 MiB 02:15:23 NUMA node0 CPU(s): 0-3 02:15:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:15:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:15:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:15:23 Vulnerability Meltdown: Mitigation; PTI 02:15:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:15:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:15:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:15:23 Vulnerability Srbds: Not affected 02:15:23 Vulnerability Tsx async abort: Not affected 02:15:23 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 02:15:23 02:15:23 02:15:23 ---> nproc: 02:15:23 4 02:15:23 02:15:23 02:15:23 ---> df -h: 02:15:23 Filesystem Size Used Available Use% Mounted on 02:15:23 overlay 50.0G 7.3G 42.7G 15% / 02:15:23 tmpfs 64.0M 0 64.0M 0% /dev 02:15:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:15:23 shm 64.0M 0 64.0M 0% /dev/shm 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:15:23 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:15:23 02:15:23 02:15:23 ---> free -m: 02:15:23 total used free shared buff/cache available 02:15:23 Mem: 1837 731 95 0 1010 1001 02:15:23 Swap: 1023 1 1022 02:15:23 02:15:23 02:15:23 ---> ip addr: 02:15:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:15:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:15:23 inet 127.0.0.1/8 scope host lo 02:15:23 valid_lft forever preferred_lft forever 02:15:23 inet6 ::1/128 scope host 02:15:23 valid_lft forever preferred_lft forever 02:15:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:15:23 link/ether fa:16:3e:67:35:32 brd ff:ff:ff:ff:ff:ff 02:15:23 inet 10.30.123.121/23 brd 10.30.123.255 scope global dynamic eth0 02:15:23 valid_lft 85858sec preferred_lft 85858sec 02:15:23 inet6 fe80::f816:3eff:fe67:3532/64 scope link 02:15:23 valid_lft forever preferred_lft forever 02:15:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:15:23 link/ether 02:42:f5:95:d6:c2 brd ff:ff:ff:ff:ff:ff 02:15:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:15:23 valid_lft forever preferred_lft forever 02:15:23 inet6 fe80::42:f5ff:fe95:d6c2/64 scope link 02:15:23 valid_lft forever preferred_lft forever 02:15:23 02:15:23 02:15:23 ---> sar -b -r -n DEV: 02:15:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/13/21 _x86_64_ (4 CPU) 02:15:23 02:15:23 02:06:09 LINUX RESTART (4 CPU) 02:15:23 02:15:23 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:15:23 02:08:01 33.06 11.73 21.32 0.00 4490.01 3804.38 0.00 02:15:23 02:09:01 1.88 0.00 1.88 0.00 0.00 34.77 0.00 02:15:23 02:10:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 02:15:23 02:11:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 02:15:23 02:12:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 02:15:23 02:13:01 0.40 0.00 0.40 0.00 0.00 5.71 0.00 02:15:23 02:14:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 02:15:23 02:15:01 49.58 47.36 2.21 0.00 4006.66 57.35 0.00 02:15:23 Average: 10.74 7.39 3.35 0.00 1062.51 489.47 0.00 02:15:23 02:15:23 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:15:23 02:08:01 135620 0 631448 33.56 2620 1111856 1091744 37.26 459528 1087040 24 02:15:23 02:09:01 142384 0 624676 33.20 2620 1111864 1057388 36.09 455820 1084424 8 02:15:23 02:10:01 139156 0 627900 33.37 2620 1111868 1057592 36.09 454860 1088632 8 02:15:23 02:11:01 139472 0 627584 33.35 2620 1111868 1057628 36.10 468344 1075224 8 02:15:23 02:12:01 138812 0 628236 33.39 2620 1111876 1057460 36.09 465752 1077928 8 02:15:23 02:13:01 139224 0 627820 33.37 2620 1111880 1057424 36.09 469840 1073916 16 02:15:23 02:14:01 139580 0 627460 33.35 2620 1111884 1057388 36.09 469544 1073912 20 02:15:23 02:15:01 120612 0 661840 35.18 2620 1096472 1263404 43.12 496144 1065364 21848 02:15:23 Average: 136858 0 632120 33.60 2620 1109946 1087504 37.11 467479 1078305 2742 02:15:23 02:15:23 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:15:23 02:08:01 eth0 114.11 99.78 456.79 37.30 0.00 0.00 0.00 0.00 02:15:23 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:08:01 docker0 38.40 35.14 3.49 115.10 0.00 0.00 0.00 0.00 02:15:23 02:09:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:15:23 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:10:01 eth0 1.05 0.47 0.32 0.21 0.00 0.00 0.00 0.00 02:15:23 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:11:01 eth0 0.40 0.25 0.26 0.19 0.00 0.00 0.00 0.00 02:15:23 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:12:01 eth0 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:15:23 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:13:01 eth0 0.27 0.20 0.10 0.01 0.00 0.00 0.00 0.00 02:15:23 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:14:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:15:23 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:15:01 eth0 47.44 35.46 332.43 7.01 0.00 0.00 0.00 0.00 02:15:23 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 Average: eth0 20.54 17.07 98.80 5.60 0.00 0.00 0.00 0.00 02:15:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:23 Average: docker0 4.80 4.39 0.44 14.39 0.00 0.00 0.00 0.00 02:15:23 02:15:23 02:15:23 ---> sar -P ALL: 02:15:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/13/21 _x86_64_ (4 CPU) 02:15:23 02:15:23 02:06:09 LINUX RESTART (4 CPU) 02:15:23 02:15:23 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:15:23 02:08:01 all 3.34 0.00 1.97 0.52 0.02 94.15 02:15:23 02:08:01 0 2.84 0.00 2.01 0.13 0.03 94.98 02:15:23 02:08:01 1 3.77 0.00 1.91 1.32 0.02 92.98 02:15:23 02:08:01 2 3.57 0.00 1.96 0.30 0.02 94.16 02:15:23 02:08:01 3 3.19 0.00 2.01 0.30 0.02 94.48 02:15:23 02:09:01 all 0.15 0.00 0.06 0.00 0.00 99.79 02:15:23 02:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:15:23 02:09:01 1 0.45 0.00 0.05 0.00 0.00 99.50 02:15:23 02:09:01 2 0.10 0.00 0.10 0.00 0.00 99.80 02:15:23 02:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:15:23 02:10:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:15:23 02:10:01 0 0.07 0.00 0.02 0.00 0.00 99.92 02:15:23 02:10:01 1 0.43 0.00 0.02 0.00 0.00 99.55 02:15:23 02:10:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:15:23 02:10:01 3 0.07 0.00 0.03 0.00 0.02 99.88 02:15:23 02:11:01 all 0.08 0.00 0.04 0.00 0.00 99.88 02:15:23 02:11:01 0 0.00 0.00 0.07 0.00 0.00 99.93 02:15:23 02:11:01 1 0.25 0.00 0.02 0.00 0.00 99.73 02:15:23 02:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:15:23 02:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:15:23 02:12:01 all 0.18 0.00 0.05 0.00 0.00 99.77 02:15:23 02:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:15:23 02:12:01 1 0.55 0.00 0.05 0.00 0.00 99.40 02:15:23 02:12:01 2 0.08 0.00 0.08 0.00 0.00 99.83 02:15:23 02:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:15:23 02:13:01 all 0.15 0.00 0.05 0.00 0.00 99.80 02:15:23 02:13:01 0 0.02 0.00 0.07 0.00 0.02 99.90 02:15:23 02:13:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:15:23 02:13:01 2 0.03 0.00 0.07 0.00 0.00 99.90 02:15:23 02:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:15:23 02:14:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:15:23 02:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:15:23 02:14:01 1 0.53 0.00 0.07 0.00 0.00 99.40 02:15:23 02:14:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:15:23 02:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:15:23 02:15:01 all 1.42 0.00 0.85 1.30 0.00 96.43 02:15:23 02:15:01 0 1.54 0.00 1.07 1.15 0.00 96.24 02:15:23 02:15:01 1 1.09 0.00 0.74 0.60 0.00 97.57 02:15:23 02:15:01 2 2.34 0.00 1.12 2.74 0.00 93.80 02:15:23 02:15:01 3 0.70 0.00 0.47 0.72 0.02 98.10 02:15:23 Average: all 0.70 0.00 0.38 0.23 0.00 98.68 02:15:23 Average: 0 0.56 0.00 0.41 0.16 0.01 98.86 02:15:23 Average: 1 0.95 0.00 0.36 0.24 0.00 98.45 02:15:23 Average: 2 0.78 0.00 0.43 0.38 0.00 98.41 02:15:23 Average: 3 0.51 0.00 0.34 0.13 0.01 99.02 02:15:23 02:15:23 02:15:23