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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-30230 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 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 > 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 > 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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 Merge succeeded, producing caffda111efe562b16688516d8089945cc10e8dc Checking out Revision caffda111efe562b16688516d8089945cc10e8dc (PR-297) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f caffda111efe562b16688516d8089945cc10e8dc # timeout=10 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:07:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:07:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:07:23 ========================================================= 02:07:23 EdgeX Global Pipelines Version Info 02:07:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 02:07:24 ------------------- 02:07:24 stable info: 02:07:24 ------------------- 02:07:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:07:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:07:24 Message: update stable to v1.0.186 02:07:25 ------------------- 02:07:25 experimental info: 02:07:25 ------------------- 02:07:25 Commited By: **** collab-it+edgex@linuxfoundation.org 02:07:25 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:07:25 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:07:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:07:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:07:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:07:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = caffda111efe562b16688516d8089945cc10e8dc [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = caffda1 [Pipeline] echo 02:07:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:07:29 provisioning config files... 02:07:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3650332904785027246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:29 ---> docker-login.sh 02:07:29 nexus3.edgexfoundry.org:10001 02:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:29 Configure a credential helper to remove this warning. See 02:07:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:29 02:07:29 Login Succeeded 02:07:29 nexus3.edgexfoundry.org:10002 02:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:30 Configure a credential helper to remove this warning. See 02:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:30 02:07:30 Login Succeeded 02:07:30 nexus3.edgexfoundry.org:10003 02:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:30 Configure a credential helper to remove this warning. See 02:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:30 02:07:30 Login Succeeded 02:07:30 nexus3.edgexfoundry.org:10004 02:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:30 Configure a credential helper to remove this warning. See 02:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:30 02:07:30 Login Succeeded 02:07:30 docker.io 02:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:30 Configure a credential helper to remove this warning. See 02:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:30 02:07:30 Login Succeeded 02:07:30 ---> docker-login.sh ends [Pipeline] } 02:07:30 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:31 + git log --format=format:%s -1 caffda111efe562b16688516d8089945cc10e8dc [Pipeline] echo 02:07:31 GIT_COMMIT: caffda111efe562b16688516d8089945cc10e8dc, Commit Message: Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD [Pipeline] echo 02:07:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:32 02:07:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:07:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:32 latest: Pulling from edgex-devops/git-semver 02:07:32 31603596830f: Pulling fs layer 02:07:32 2a8b12db71e7: Pulling fs layer 02:07:32 6ca5941a6612: Pulling fs layer 02:07:32 ecc8261a40a4: Pulling fs layer 02:07:32 ecc8261a40a4: Waiting 02:07:32 2a8b12db71e7: Verifying Checksum 02:07:32 2a8b12db71e7: Download complete 02:07:33 31603596830f: Verifying Checksum 02:07:33 31603596830f: Download complete 02:07:33 ecc8261a40a4: Verifying Checksum 02:07:33 ecc8261a40a4: Download complete 02:07:33 6ca5941a6612: Verifying Checksum 02:07:33 6ca5941a6612: Download complete 02:07:33 31603596830f: Pull complete 02:07:33 2a8b12db71e7: Pull complete 02:07:34 6ca5941a6612: Pull complete 02:07:34 ecc8261a40a4: Pull complete 02:07:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:07:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:07:34 prd-centos7-docker-4c-2g-30230 does not seem to be running inside a container 02:07:34 $ 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:36 $ docker top de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:07:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:36 [ssh-agent] Looking for ssh-agent implementation... 02:07:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:37 $ docker exec de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent 02:07:37 SSH_AUTH_SOCK=/tmp/ssh-lpixaEUSoCPp/agent.12 02:07:37 SSH_AGENT_PID=17 02:07:37 Running ssh-add (command line suppressed) 02:07:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_7160845057362125402.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_7160845057362125402.key) 02:07:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:37 + git tag --points-at HEAD [Pipeline] } 02:07:37 $ docker exec --env ******** --env ******** de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent -k 02:07:38 unset SSH_AUTH_SOCK; 02:07:38 unset SSH_AGENT_PID; 02:07:38 echo Agent pid 17 killed; 02:07:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:07:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:38 [ssh-agent] Looking for ssh-agent implementation... 02:07:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:38 $ docker exec de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent 02:07:38 SSH_AUTH_SOCK=/tmp/ssh-cikWRX37AxUn/agent.47 02:07:38 SSH_AGENT_PID=52 02:07:38 Running ssh-add (command line suppressed) 02:07:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6950623751423613399.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6950623751423613399.key) 02:07:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:39 + git semver init 02:07:39 # -> Open(): unable to determine branch for HEAD 02:07:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:07:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:07:39 # $SEMVER_REMOTE_NAME = origin 02:07:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:07:39 # $SEMVER_USER_NAME = edgex-jenkins 02:07:39 # $SEMVER_BRANCH = PR-297 02:07:39 # $SEMVER_TEMP = /tmp/semver-422747911 02:07:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:07:40 # '/tmp/semver-422747911' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:07:40 # -> Force: false 02:07:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:07:40 $ docker exec --env ******** --env ******** de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 ssh-agent -k 02:07:40 unset SSH_AUTH_SOCK; 02:07:40 unset SSH_AGENT_PID; 02:07:40 echo Agent pid 52 killed; 02:07:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:41 + git semver [Pipeline] } 02:07:41 $ docker stop --time=1 de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 02:07:42 $ docker rm -f de8b511481822c368792acb0a5dad60f74270c4f8ae0ec0e91fe4950ab9ef059 [Pipeline] // withDockerContainer [Pipeline] sh 02:07:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:07:43 Stashed 1 file(s) [Pipeline] echo 02:07:43 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:07:59 Still waiting to schedule task 02:07:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:07:59 Still waiting to schedule task 02:07:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:09:43 Running on prd-centos7-docker-4c-2g-30234 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:09:43 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout 02:09:46 using credential edgex-jenkins-ssh 02:09:46 Cloning the remote Git repository 02:09:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:46 > git init /w/workspace/edgex-ui-go/8 # timeout=10 02:09:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:46 > git --version # timeout=10 02:09:46 > git --version # 'git version 2.24.3' 02:09:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:48 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:09:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:47 > 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:09:48 > git config core.sparsecheckout # timeout=10 02:09:48 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:09:48 > git remote # timeout=10 02:09:48 > git config --get remote.origin.url # timeout=10 02:09:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:48 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 02:09:48 Merge succeeded, producing bcb8d95b06e9833da4b7753b5693f7ed9d08397c 02:09:48 Checking out Revision bcb8d95b06e9833da4b7753b5693f7ed9d08397c (PR-297) 02:09:48 > git rev-parse HEAD^{commit} # timeout=10 02:09:48 > git config core.sparsecheckout # timeout=10 02:09:48 > git checkout -f bcb8d95b06e9833da4b7753b5693f7ed9d08397c # timeout=10 02:09:52 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" 02:09:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:09:52 > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 02:09:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:54 + sudo service docker restart 02:09:54 + true 02:09:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:55 provisioning config files... 02:09:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config1389225779152200697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:56 ---> docker-login.sh 02:09:56 nexus3.edgexfoundry.org:10001 02:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:56 Configure a credential helper to remove this warning. See 02:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:56 02:09:56 Login Succeeded 02:09:56 nexus3.edgexfoundry.org:10002 02:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:56 Configure a credential helper to remove this warning. See 02:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:56 02:09:56 Login Succeeded 02:09:56 nexus3.edgexfoundry.org:10003 02:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 nexus3.edgexfoundry.org:10004 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 docker.io 02:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:57 Configure a credential helper to remove this warning. See 02:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:57 02:09:57 Login Succeeded 02:09:57 ---> docker-login.sh ends [Pipeline] } 02:09:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:57 ========================================================= 02:09:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:09:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:58 + 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:09:58 Sending build context to Docker daemon 17.42MB 02:09:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:58 Step 2/8 : FROM ${BASE} 02:09:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:09:58 188c0c94c7c5: Pulling fs layer 02:09:58 0ef7d3d256c8: Pulling fs layer 02:09:58 de9db76c5a1d: Pulling fs layer 02:09:58 bca2f99d35d6: Pulling fs layer 02:09:58 93359f2a8cfa: Pulling fs layer 02:09:58 7c6f9722023f: Pulling fs layer 02:09:58 a35cf1a2eb13: Pulling fs layer 02:09:58 bca2f99d35d6: Waiting 02:09:58 93359f2a8cfa: Waiting 02:09:58 7c6f9722023f: Waiting 02:09:58 a35cf1a2eb13: Waiting 02:09:58 de9db76c5a1d: Verifying Checksum 02:09:58 de9db76c5a1d: Download complete 02:09:58 0ef7d3d256c8: Verifying Checksum 02:09:58 0ef7d3d256c8: Download complete 02:09:58 93359f2a8cfa: Verifying Checksum 02:09:58 93359f2a8cfa: Download complete 02:09:58 7c6f9722023f: Verifying Checksum 02:09:58 7c6f9722023f: Download complete 02:09:58 188c0c94c7c5: Verifying Checksum 02:09:58 188c0c94c7c5: Download complete 02:09:59 188c0c94c7c5: Pull complete 02:09:59 0ef7d3d256c8: Pull complete 02:09:59 de9db76c5a1d: Pull complete 02:10:01 a35cf1a2eb13: Verifying Checksum 02:10:01 a35cf1a2eb13: Download complete 02:10:02 bca2f99d35d6: Verifying Checksum 02:10:02 bca2f99d35d6: Download complete 02:10:09 bca2f99d35d6: Pull complete 02:10:09 93359f2a8cfa: Pull complete 02:10:09 7c6f9722023f: Pull complete 02:10:12 a35cf1a2eb13: Pull complete 02:10:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:12 ---> a62c8e92a672 02:10:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:12 ---> Running in 9188f9ad0755 02:10:13 Removing intermediate container 9188f9ad0755 02:10:13 ---> 879318847182 02:10:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:13 ---> Running in 5c1f211eecf6 02:10:14 Removing intermediate container 5c1f211eecf6 02:10:14 ---> 43465583891a 02:10:14 Step 5/8 : RUN apk add --no-cache make git 02:10:15 ---> Running in b3ee74f01315 02:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:17 OK: 166 MiB in 39 packages 02:10:17 Removing intermediate container b3ee74f01315 02:10:17 ---> edfc8dc02380 02:10:17 Step 6/8 : WORKDIR /edgex-ui-go 02:10:17 ---> Running in 9326fd99c91d 02:10:17 Removing intermediate container 9326fd99c91d 02:10:17 ---> 668019bf7737 02:10:17 Step 7/8 : COPY . . 02:10:19 ---> 23ba0da0481b 02:10:19 Step 8/8 : RUN go mod download 02:10:20 ---> Running in 70062bf3c2d6 02:10:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30233 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:10:23 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout 02:10:27 using credential edgex-jenkins-ssh 02:10:28 Cloning the remote Git repository 02:10:28 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:10:28 > git init /w/workspace/edgex-ui-go/8 # timeout=10 02:10:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:28 > git --version # timeout=10 02:10:28 > git --version # 'git version 2.17.1' 02:10:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:30 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:10:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:30 > 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:10:30 > git config core.sparsecheckout # timeout=10 02:10:30 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:10:31 Merge succeeded, producing f082936ba14bc9402caabdc319eaae6d8941e940 02:10:31 Checking out Revision f082936ba14bc9402caabdc319eaae6d8941e940 (PR-297) 02:10:31 > git remote # timeout=10 02:10:31 > git config --get remote.origin.url # timeout=10 02:10:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:31 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 02:10:31 > git rev-parse HEAD^{commit} # timeout=10 02:10:31 > git config core.sparsecheckout # timeout=10 02:10:31 > git checkout -f f082936ba14bc9402caabdc319eaae6d8941e940 # timeout=10 02:10:36 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" 02:10:36 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:36 > git rev-list --no-walk 7991e47a77494ecabc28d60cb4cefae9c82f7365 # timeout=10 02:10:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:10:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:38 + sudo service docker restart 02:10:38 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:41 provisioning config files... 02:10:41 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config7065647246236250801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:41 ---> docker-login.sh 02:10:41 nexus3.edgexfoundry.org:10001 02:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:42 Configure a credential helper to remove this warning. See 02:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:42 02:10:42 Login Succeeded 02:10:42 nexus3.edgexfoundry.org:10002 02:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:43 Configure a credential helper to remove this warning. See 02:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:43 02:10:43 Login Succeeded 02:10:43 nexus3.edgexfoundry.org:10003 02:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:43 Configure a credential helper to remove this warning. See 02:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:43 02:10:43 Login Succeeded 02:10:43 nexus3.edgexfoundry.org:10004 02:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:44 Configure a credential helper to remove this warning. See 02:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:44 02:10:44 Login Succeeded 02:10:44 docker.io 02:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:45 Configure a credential helper to remove this warning. See 02:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:45 02:10:45 Login Succeeded 02:10:45 ---> docker-login.sh ends [Pipeline] } 02:10:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:45 ========================================================= 02:10:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:10:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:10:46 + 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:10:46 Sending build context to Docker daemon 17.42MB 02:10:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:10:46 Step 2/8 : FROM ${BASE} 02:10:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:10:47 5f621e34cdf4: Pulling fs layer 02:10:47 a4357932f1b6: Pulling fs layer 02:10:47 18c013af1878: Pulling fs layer 02:10:47 00ac8860ef70: Pulling fs layer 02:10:47 63d7cb157983: Pulling fs layer 02:10:47 b116817d02f9: Pulling fs layer 02:10:47 745a02a5169b: Pulling fs layer 02:10:47 00ac8860ef70: Waiting 02:10:47 63d7cb157983: Waiting 02:10:47 b116817d02f9: Waiting 02:10:47 745a02a5169b: Waiting 02:10:47 18c013af1878: Verifying Checksum 02:10:47 18c013af1878: Download complete 02:10:47 a4357932f1b6: Verifying Checksum 02:10:47 a4357932f1b6: Download complete 02:10:47 63d7cb157983: Verifying Checksum 02:10:47 63d7cb157983: Download complete 02:10:47 5f621e34cdf4: Download complete 02:10:47 b116817d02f9: Verifying Checksum 02:10:47 b116817d02f9: Download complete 02:10:48 5f621e34cdf4: Pull complete 02:10:48 a4357932f1b6: Pull complete 02:10:49 18c013af1878: Pull complete 02:10:49 745a02a5169b: Verifying Checksum 02:10:49 745a02a5169b: Download complete 02:10:51 00ac8860ef70: Verifying Checksum 02:10:51 00ac8860ef70: Download complete 02:10:52 Removing intermediate container 70062bf3c2d6 02:10:52 ---> 17d55fc637f4 02:10:52 Successfully built 17d55fc637f4 02:10:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:52 + docker inspect -f . ci-base-image-x86_64 02:10:52 . [Pipeline] withDockerContainer 02:10:53 prd-centos7-docker-4c-2g-30234 does not seem to be running inside a container 02:10:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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:10:54 $ docker top 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:54 + go version 02:10:54 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:54 $ docker stop --time=1 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 02:10:56 $ docker rm -f 4944ecb3f730ea0d163f2228bc537a177be48a31f98c95c13976df65be6cdd06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:56 + docker inspect -f . ci-base-image-x86_64 02:10:56 . [Pipeline] withDockerContainer 02:10:57 prd-centos7-docker-4c-2g-30234 does not seem to be running inside a container 02:10:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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:10:58 $ docker top 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:58 + make test 02:10:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:11:00 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:01 00ac8860ef70: Pull complete 02:11:01 63d7cb157983: Pull complete 02:11:01 b116817d02f9: Pull complete 02:11:05 745a02a5169b: Pull complete 02:11:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:11:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:11:05 ---> b7e6874047d6 02:11:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:11:08 ---> Running in bc2229fd3486 02:11:08 Removing intermediate container bc2229fd3486 02:11:08 ---> 9eebd8dfb965 02:11:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:08 ---> Running in b372cd72aac5 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:10 GO111MODULE=on go vet ./... 02:11:11 Removing intermediate container b372cd72aac5 02:11:11 ---> edd98ce64728 02:11:11 Step 5/8 : RUN apk add --no-cache make git 02:11:11 ---> Running in 1ede71317f31 02:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 02:11:12 $ docker stop --time=1 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 02:11:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:13 OK: 142 MiB in 39 packages 02:11:14 $ docker rm -f 0079640eeff01afb6b35dd7e2c612d3c1ae3b1032a766cbdf2c3779672659aa8 02:11:14 Removing intermediate container 1ede71317f31 02:11:14 ---> 355d28444731 02:11:14 Step 6/8 : WORKDIR /edgex-ui-go [Pipeline] // withDockerContainer [Pipeline] sh 02:11:14 ---> Running in 88c1067c57e0 02:11:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:15 Removing intermediate container 88c1067c57e0 02:11:15 ---> 8ff0bb047278 02:11:15 Step 7/8 : COPY . . 02:11:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:11:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:17 + ls -al . 02:11:17 total 92 02:11:17 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 18 02:10 . 02:11:17 drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 02:09 .. 02:11:17 drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 02:09 assets 02:11:17 drwxrwxr-x. 2 jenkins jenkins 35 Mar 18 02:09 bin 02:11:17 drwxrwxr-x. 3 jenkins jenkins 29 Mar 18 02:09 cmd 02:11:17 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 18 02:09 CONTRIBUTING.md 02:11:17 -rw-r--r--. 1 jenkins jenkins 10 Mar 18 02:10 coverage.out 02:11:17 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 18 02:09 Dockerfile 02:11:17 -rw-rw-r--. 1 jenkins jenkins 902 Mar 18 02:09 Dockerfile.build 02:11:17 drwxrwxr-x. 5 jenkins jenkins 104 Mar 18 02:09 docs 02:11:17 drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 02:09 .git 02:11:17 drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 02:09 .github 02:11:17 -rw-rw-r--. 1 jenkins jenkins 153 Mar 18 02:09 .gitignore 02:11:17 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 18 02:09 go.mod 02:11:17 -rw-r--r--. 1 jenkins jenkins 22216 Mar 18 02:10 go.sum 02:11:17 drwxrwxr-x. 10 jenkins jenkins 139 Mar 18 02:09 internal 02:11:17 -rw-rw-r--. 1 jenkins jenkins 652 Mar 18 02:09 Jenkinsfile 02:11:17 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 18 02:09 LICENSE 02:11:17 -rw-rw-r--. 1 jenkins jenkins 951 Mar 18 02:09 Makefile 02:11:17 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 18 02:09 README.md 02:11:17 -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 02:07 VERSION 02:11:17 -rw-rw-r--. 1 jenkins jenkins 155 Mar 18 02:09 version.go 02:11:17 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 18 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:17 + 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=caffda111efe562b16688516d8089945cc10e8dc --label arch=amd64 --label version=0.0.0 . 02:11:17 ---> 4abab3b0c8f1 02:11:17 Step 8/8 : RUN go mod download 02:11:17 Sending build context to Docker daemon 17.44MB 02:11:17 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:17 Step 2/24 : FROM ${BASE} AS builder 02:11:17 ---> 17d55fc637f4 02:11:17 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:17 ---> Running in 1bb9fff1d607 02:11:18 ---> Running in e705ed60ae5c 02:11:18 Removing intermediate container e705ed60ae5c 02:11:18 ---> 9f37c64715d3 02:11:18 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:18 ---> Running in 2bc93d5662e9 02:11:19 Removing intermediate container 2bc93d5662e9 02:11:19 ---> 2ee68e104d05 02:11:19 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:19 ---> Running in 6727150b5a27 02:11:19 Removing intermediate container 6727150b5a27 02:11:19 ---> 285c86335ecb 02:11:19 Step 6/24 : LABEL Name=edgex-ui-go 02:11:19 ---> Running in 182705e6afa4 02:11:19 Removing intermediate container 182705e6afa4 02:11:19 ---> fa203676fc86 02:11:19 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:19 ---> Running in b7461406168e 02:11:19 Removing intermediate container b7461406168e 02:11:19 ---> a03de2e39b8c 02:11:19 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:19 ---> Running in 67234fb74eaf 02:11:20 Removing intermediate container 67234fb74eaf 02:11:20 ---> f10bf8a7ef56 02:11:20 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:20 ---> Running in 6265f556ddf1 02:11:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:22 OK: 166 MiB in 39 packages 02:11:23 Removing intermediate container 6265f556ddf1 02:11:23 ---> 7c3e0bef15b3 02:11:23 Step 10/24 : ENV GO111MODULE=on 02:11:23 ---> Running in 679419674f35 02:11:23 Removing intermediate container 679419674f35 02:11:23 ---> 4474cd146d63 02:11:23 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:23 ---> Running in 500feaae320f 02:11:23 Removing intermediate container 500feaae320f 02:11:23 ---> f78687bc3ab1 02:11:23 Step 12/24 : COPY go.mod . 02:11:23 ---> de7a9d629146 02:11:23 Step 13/24 : COPY Makefile . 02:11:24 ---> 9e9c6e69ed47 02:11:24 Step 14/24 : RUN make update 02:11:24 ---> Running in 61cca457391b 02:11:24 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:25 Removing intermediate container 61cca457391b 02:11:25 ---> 15e2a18df633 02:11:25 Step 15/24 : COPY . . 02:11:27 ---> c616b981bd68 02:11:27 Step 16/24 : RUN ${MAKE} 02:11:27 ---> Running in e2d34ecd658d 02:11:27 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:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:41 Removing intermediate container e2d34ecd658d 02:11:41 ---> 0f3416784421 02:11:41 Step 17/24 : FROM alpine:3.12 02:11:41 3.12: Pulling from library/alpine 02:11:41 f84cab65f19f: Pulling fs layer 02:11:41 f84cab65f19f: Verifying Checksum 02:11:41 f84cab65f19f: Download complete 02:11:42 f84cab65f19f: Pull complete 02:11:42 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:11:42 Status: Downloaded newer image for alpine:3.12 02:11:42 ---> 88dd2752d2ea 02:11:42 Step 18/24 : EXPOSE 4000 02:11:42 ---> Running in 131f66e1e0cf 02:11:42 Removing intermediate container 131f66e1e0cf 02:11:42 ---> 8e0d2e173fe7 02:11:42 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:43 ---> 8d085f473742 02:11:43 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:43 ---> Running in 18ed4b39c8dc 02:11:43 Removing intermediate container 18ed4b39c8dc 02:11:43 ---> 098214f8dcbc 02:11:43 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:43 ---> Running in 2a8afd5e0755 02:11:44 Removing intermediate container 2a8afd5e0755 02:11:44 ---> 4aeffb3f19b7 02:11:44 Step 22/24 : LABEL arch=amd64 02:11:44 ---> Running in 1bc3a58e8a29 02:11:44 Removing intermediate container 1bc3a58e8a29 02:11:44 ---> 7ce68ddafff3 02:11:44 Step 23/24 : LABEL git_sha=caffda111efe562b16688516d8089945cc10e8dc 02:11:44 ---> Running in 1f466bf687c7 02:11:44 Removing intermediate container 1f466bf687c7 02:11:44 ---> 26a3a8bcc1f1 02:11:44 Step 24/24 : LABEL version=0.0.0 02:11:44 ---> Running in 7e1a2240c370 02:11:44 Removing intermediate container 7e1a2240c370 02:11:44 ---> fcbd067b5b26 02:11:44 [Warning] One or more build-args [ARCH] were not consumed 02:11:44 Successfully built fcbd067b5b26 02:11:44 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:11:45 ---> job-cost.sh 02:11:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Cyfb 02:11:50 Removing intermediate container 1bb9fff1d607 02:11:50 ---> 40eed0028751 02:11:50 Successfully built 40eed0028751 02:11:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:11:50 + docker inspect -f . ci-base-image-arm64 02:11:50 . [Pipeline] withDockerContainer 02:11:50 prd-ubuntu18.04-docker-arm64-4c-16g-30233 does not seem to be running inside a container 02:11:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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:11:52 $ docker top 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:53 + go version 02:11:53 go version go1.15.5 linux/arm64 [Pipeline] } 02:11:53 $ docker stop --time=1 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 02:11:55 $ docker rm -f 11b1195c4433f4c00f8c704b8902703a7734b0621f76b90d3931da23ef5285f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:56 + docker inspect -f . ci-base-image-arm64 02:11:56 . [Pipeline] withDockerContainer 02:11:56 prd-ubuntu18.04-docker-arm64-4c-16g-30233 does not seem to be running inside a container 02:11:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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:11:58 $ docker top eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:59 + make test 02:11:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:12:00 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:12:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:12:27 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:12:27 GO111MODULE=on go vet ./... [Pipeline] } 02:12:32 $ docker stop --time=1 eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 02:12:32 lf-activate-venv(): INFO: Adding /tmp/venv-Cyfb/bin to PATH 02:12:32 INFO: No Stack... 02:12:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:32 INFO: Archiving Costs 02:12:34 $ docker rm -f eed26c14f859e76e84e48eda51945cc9c0281c36bc0a1d5128287458f52d2e28 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 02:12:35 + cat /w/workspace/edgex-ui-go/8/archives/cost.csv 02:12:35 + cut -d, -f6 02:12:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:12:35 Warning: overwriting stash ‘coverage-report’ [Pipeline] lock 02:12:35 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] 02:12:35 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] did not exist. Created. 02:12:35 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:12:35 + echo total: 0.029999999329447746 [Pipeline] stash 02:12:36 Stashed 1 file(s) [Pipeline] } 02:12:36 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } 02:12:36 Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:12:37 + ls -al . 02:12:37 total 124 02:12:37 drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:11 . 02:12:37 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:10 .. 02:12:37 drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 02:10 .git 02:12:37 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:10 .github 02:12:37 -rw-rw-r-- 1 jenkins jenkins 153 Mar 18 02:10 .gitignore 02:12:37 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 18 02:10 CONTRIBUTING.md 02:12:37 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 18 02:10 Dockerfile 02:12:37 -rw-rw-r-- 1 jenkins jenkins 902 Mar 18 02:10 Dockerfile.build 02:12:37 -rw-rw-r-- 1 jenkins jenkins 652 Mar 18 02:10 Jenkinsfile 02:12:37 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 18 02:10 LICENSE 02:12:37 -rw-rw-r-- 1 jenkins jenkins 951 Mar 18 02:10 Makefile 02:12:37 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 18 02:10 README.md 02:12:37 -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 02:07 VERSION 02:12:37 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:10 assets 02:12:37 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:10 bin 02:12:37 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:10 cmd 02:12:37 -rw-r--r-- 1 jenkins jenkins 10 Mar 18 02:11 coverage.out 02:12:37 drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 02:10 docs 02:12:37 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 18 02:10 go.mod 02:12:37 -rw-r--r-- 1 jenkins jenkins 22216 Mar 18 02:11 go.sum 02:12:37 drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:10 internal 02:12:37 -rw-rw-r-- 1 jenkins jenkins 155 Mar 18 02:10 version.go 02:12:37 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:10 web [Pipeline] isUnix [Pipeline] sh 02:12:38 + 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=caffda111efe562b16688516d8089945cc10e8dc --label arch=arm64 --label version=0.0.0 . 02:12:38 Sending build context to Docker daemon 17.44MB 02:12:39 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:12:39 Step 2/24 : FROM ${BASE} AS builder 02:12:39 ---> 40eed0028751 02:12:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:12:39 ---> Running in 0da5cf83c8fa 02:12:40 Removing intermediate container 0da5cf83c8fa 02:12:40 ---> b8838d9669fb 02:12:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:12:40 ---> Running in ef9dec57819b 02:12:40 Removing intermediate container ef9dec57819b 02:12:40 ---> e8c08d4f3ba2 02:12:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:12:40 ---> Running in 8021aae0b1d4 02:12:41 Removing intermediate container 8021aae0b1d4 02:12:41 ---> 4977f80717a5 02:12:41 Step 6/24 : LABEL Name=edgex-ui-go 02:12:41 ---> Running in 826c5c875734 02:12:41 Removing intermediate container 826c5c875734 02:12:41 ---> d87c7c1c7ffd 02:12:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:12:41 ---> Running in 9b3a3a6d43ba 02:12:42 Removing intermediate container 9b3a3a6d43ba 02:12:42 ---> c23dd0ffcf1f 02:12:42 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:42 ---> Running in d752c218be1b 02:12:44 Removing intermediate container d752c218be1b 02:12:44 ---> d605451d2f9a 02:12:44 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:12:44 ---> Running in e48f01e52dd8 02:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:12:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:12:46 OK: 142 MiB in 39 packages 02:12:48 Removing intermediate container e48f01e52dd8 02:12:48 ---> 19846dd18e24 02:12:48 Step 10/24 : ENV GO111MODULE=on 02:12:48 ---> Running in 9872517a6d61 02:12:48 Removing intermediate container 9872517a6d61 02:12:48 ---> 1f229c366bff 02:12:48 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:12:48 ---> Running in 608c411a8e03 02:12:49 Removing intermediate container 608c411a8e03 02:12:49 ---> 1fcc31cf05e5 02:12:49 Step 12/24 : COPY go.mod . 02:12:50 ---> 6e008cc1e275 02:12:50 Step 13/24 : COPY Makefile . 02:12:51 ---> 66af0a8b0c0b 02:12:51 Step 14/24 : RUN make update 02:12:51 ---> Running in 1d475243511f 02:12:52 CGO_ENABLED=0 GO111MODULE=on go mod download 02:12:53 Removing intermediate container 1d475243511f 02:12:53 ---> c02566b81dbf 02:12:53 Step 15/24 : COPY . . 02:12:56 ---> c30a208ce624 02:12:56 Step 16/24 : RUN ${MAKE} 02:12:56 ---> Running in 8377099b4c73 02:12:57 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:13:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:13:28 Removing intermediate container 8377099b4c73 02:13:28 ---> 52bd590bea11 02:13:28 Step 17/24 : FROM alpine:3.12 02:13:28 3.12: Pulling from library/alpine 02:13:28 dce8679b510e: Pulling fs layer 02:13:29 dce8679b510e: Verifying Checksum 02:13:29 dce8679b510e: Download complete 02:13:29 dce8679b510e: Pull complete 02:13:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:13:29 Status: Downloaded newer image for alpine:3.12 02:13:29 ---> d10569e2745f 02:13:29 Step 18/24 : EXPOSE 4000 02:13:30 ---> Running in 027a4978de95 02:13:30 Removing intermediate container 027a4978de95 02:13:30 ---> d33ab83980c3 02:13:30 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:13:32 ---> 6839693a27ab 02:13:32 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:13:32 ---> Running in 421994645f43 02:13:32 Removing intermediate container 421994645f43 02:13:32 ---> 50d7d0d3866c 02:13:32 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:13:32 ---> Running in 6b270e7508b3 02:13:33 Removing intermediate container 6b270e7508b3 02:13:33 ---> 02a41313ef08 02:13:33 Step 22/24 : LABEL arch=arm64 02:13:33 ---> Running in ba7732c03bde 02:13:33 Removing intermediate container ba7732c03bde 02:13:33 ---> 622318e34989 02:13:33 Step 23/24 : LABEL git_sha=caffda111efe562b16688516d8089945cc10e8dc 02:13:34 ---> Running in f1fd465e54b1 02:13:34 Removing intermediate container f1fd465e54b1 02:13:34 ---> 902823240815 02:13:34 Step 24/24 : LABEL version=0.0.0 02:13:34 ---> Running in 9cab44f15dbe 02:13:34 Removing intermediate container 9cab44f15dbe 02:13:34 ---> 3fdd16be3a2e 02:13:34 [Warning] One or more build-args [ARCH] were not consumed 02:13:35 Successfully built 3fdd16be3a2e 02:13:35 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:13:35 ---> job-cost.sh 02:13:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cco5 02:14:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:15:36 lf-activate-venv(): INFO: Adding /tmp/venv-cco5/bin to PATH 02:15:36 INFO: No Stack... 02:15:36 INFO: Retrieving Pricing Info for: lf-standard-4 02:15:37 INFO: Archiving Costs [Pipeline] sh 02:15:37 + + cut -d, -f6 02:15:37 cat /w/workspace/edgex-ui-go/8/archives/cost.csv [Pipeline] lock 02:15:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] 02:15:37 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] did not exist. Created. 02:15:37 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:15:38 /w/workspace/edgex-ui-go/8@tmp/durable-f75c00af/script.sh: 1: /w/workspace/edgex-ui-go/8@tmp/durable-f75c00af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:15:38 + echo total: 0.20999999344348907 [Pipeline] stash 02:15:38 Warning: overwriting stash ‘stack-cost’ 02:15:38 Stashed 1 file(s) [Pipeline] } 02:15:38 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-8-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:15:40 provisioning config files... 02:15:40 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6996452289853217168tmp [Pipeline] { [Pipeline] sh 02:15:40 + set +x 02:15:40 + curl -s https://codecov.io/bash 02:15:40 + bash -s -- 02:15:40 02:15:40 _____ _ 02:15:40 / ____| | | 02:15:40 | | ___ __| | ___ ___ _____ __ 02:15:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:15:40 | |___| (_) | (_| | __/ (_| (_) \ V / 02:15:40 \_____\___/ \__,_|\___|\___\___/ \_/ 02:15:40 Bash-20210309-2b87ace 02:15:40 02:15:40 02:15:40 ==> git version 2.24.3 found 02:15: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 02:15:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:15:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:15:40 ==> Jenkins CI detected. 02:15:40 project root: . 02:15:40 --> token set from env 02:15:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:15:40 ==> Running gcov in . (disable via -X gcov) 02:15:40 ==> Python coveragepy not found 02:15:40 ==> Searching for coverage reports in: 02:15:40 + . 02:15:40 -> Found 1 reports 02:15:40 ==> Detecting git/mercurial file structure 02:15:40 ==> Reading reports 02:15:40 + ./coverage.out bytes=10 02:15:40 ==> Appending adjustments 02:15:40 https://docs.codecov.io/docs/fixing-reports 02:15:40 + Found adjustments 02:15:40 ==> Gzipping contents 02:15:40 4.0K /tmp/codecov.iaaSW3.gz 02:15:40 ==> Uploading reports 02:15:40 url: https://codecov.io 02:15:40 query: branch=PR-297&commit=caffda111efe562b16688516d8089945cc10e8dc&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:15:40 -> Pinging Codecov 02:15:40 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=caffda111efe562b16688516d8089945cc10e8dc&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:15:41 -> Uploading to 02:15:41 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/FB506323287CE973F263BFD2A0EB1F37/caffda111efe562b16688516d8089945cc10e8dc/ba60851f-f36e-4415-8b95-4e1a0677f5c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T021541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a6c0edbfdc2be1943d7c643369930d350e2283743207a871b3fffb9b2f8db7d 02:15:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:15:41 Dload Upload Total Spent Left Speed 02:15:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3220 0 0 100 3220 0 8155 --:--:-- --:--:-- --:--:-- 8172 02:15:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/caffda111efe562b16688516d8089945cc10e8dc [Pipeline] } 02:15: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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:15:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:44 ---> package-listing.sh 02:15:44 ++ facter osfamily 02:15:44 ++ tr '[:upper:]' '[:lower:]' 02:15:44 + OS_FAMILY=redhat 02:15:44 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:15:44 + START_PACKAGES=/tmp/packages_start.txt 02:15:44 + END_PACKAGES=/tmp/packages_end.txt 02:15:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:44 + PACKAGES=/tmp/packages_start.txt 02:15:44 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:15:44 + PACKAGES=/tmp/packages_end.txt 02:15:44 + case "${OS_FAMILY}" in 02:15:44 + rpm -qa 02:15:44 + sort 02:15:49 + '[' -f /tmp/packages_start.txt ']' 02:15:49 + '[' -f /tmp/packages_end.txt ']' 02:15:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:49 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:15:49 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:15:49 + 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:49 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:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:50 02:15:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:50 alpine: Pulling from edgex-lftools-log-publisher 02:15:50 df20fa9351a1: Pulling fs layer 02:15:50 36b3adc4ff6f: Pulling fs layer 02:15:50 8ad3a11d3b57: Pulling fs layer 02:15:50 46f8f816bc3b: Pulling fs layer 02:15:50 93b61091891f: Pulling fs layer 02:15:50 93b9cdb0e59b: Pulling fs layer 02:15:50 5e14af77c1be: Pulling fs layer 02:15:50 01666e4c0597: Pulling fs layer 02:15:50 aa168da1d23b: Pulling fs layer 02:15:50 46f8f816bc3b: Waiting 02:15:50 93b61091891f: Waiting 02:15:50 93b9cdb0e59b: Waiting 02:15:50 5e14af77c1be: Waiting 02:15:50 01666e4c0597: Waiting 02:15:50 aa168da1d23b: Waiting 02:15:50 36b3adc4ff6f: Verifying Checksum 02:15:50 36b3adc4ff6f: Download complete 02:15:50 46f8f816bc3b: Verifying Checksum 02:15:50 46f8f816bc3b: Download complete 02:15:50 df20fa9351a1: Verifying Checksum 02:15:50 df20fa9351a1: Download complete 02:15:51 93b9cdb0e59b: Download complete 02:15:51 5e14af77c1be: Verifying Checksum 02:15:51 5e14af77c1be: Download complete 02:15:51 93b61091891f: Verifying Checksum 02:15:51 93b61091891f: Download complete 02:15:51 01666e4c0597: Verifying Checksum 02:15:51 01666e4c0597: Download complete 02:15:51 df20fa9351a1: Pull complete 02:15:51 36b3adc4ff6f: Pull complete 02:15:51 8ad3a11d3b57: Verifying Checksum 02:15:51 8ad3a11d3b57: Download complete 02:15:52 8ad3a11d3b57: Pull complete 02:15:53 46f8f816bc3b: Pull complete 02:15:53 aa168da1d23b: Verifying Checksum 02:15:53 aa168da1d23b: Download complete 02:15:53 93b61091891f: Pull complete 02:15:54 93b9cdb0e59b: Pull complete 02:15:54 5e14af77c1be: Pull complete 02:15:54 01666e4c0597: Pull complete 02:16:01 aa168da1d23b: Pull complete 02:16:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:16:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:16:01 prd-centos7-docker-4c-2g-30230 does not seem to be running inside a container 02:16:01 $ 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:16:04 $ docker top ddf4d068c5e8695e80ff56b653a41b70a1e78ca17716fad757822b5e79435174 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:05 + touch /tmp/pre-build-complete [Pipeline] sh 02:16:05 + mkdir -p /var/log/sa [Pipeline] sh 02:16:06 + ls /var/log/sa-host 02:16:06 + sadf -c /var/log/sa-host/sa18 02:16:06 file_magic: OK 02:16:06 HZ: Using current value: 100 02:16:06 file_header: OK 02:16:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:16:06 Statistics: 02:16:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:16:06 File successfully converted to sysstat format version 12.2.1 02:16:06 + sadf -c /var/log/sa-host/sa23 02:16:06 file_magic: OK 02:16:06 HZ: Using current value: 100 02:16:06 file_header: OK 02:16:06 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:16:06 Statistics: 02:16:06 Hnuu...uuuununununu... 02:16:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:16:06 provisioning config files... 02:16:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3358430734794251880tmp [Pipeline] { [Pipeline] echo 02:16:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:16:06 ---> create-netrc.sh [Pipeline] } 02:16:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:16:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:16:07 ---> python-tools-install.sh [Pipeline] echo 02:16:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:16:07 ---> sudo-logs.sh 02:16:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:16:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:16:07 ---> job-cost.sh 02:16:07 lf-activate-venv: SKIPPING 02:16:07 DEBUG: total: 0.20999999344348907 02:16:07 INFO: Retrieving Stack Cost... 02:16:08 INFO: Retrieving Pricing Info for: v1-standard-2 02:16:09 INFO: Archiving Costs [Pipeline] echo 02:16:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:16:10 ---> logs-deploy.sh 02:16:10 lf-activate-venv: SKIPPING 02:16:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/8 02:16:10 INFO: archiving workspace using pattern(s): 02:16:12 Archives upload complete. 02:16:12 INFO: archiving logs to Nexus 02:16:13 ---> uname -a: 02:16:13 Linux prd-centos7-docker-4c-2g-30230.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:16:13 02:16:13 02:16:13 ---> lscpu: 02:16:13 Architecture: x86_64 02:16:13 CPU op-mode(s): 32-bit, 64-bit 02:16:13 Byte Order: Little Endian 02:16:13 Address sizes: 40 bits physical, 48 bits virtual 02:16:13 CPU(s): 4 02:16:13 On-line CPU(s) list: 0-3 02:16:13 Thread(s) per core: 1 02:16:13 Core(s) per socket: 1 02:16:13 Socket(s): 4 02:16:13 NUMA node(s): 1 02:16:13 Vendor ID: GenuineIntel 02:16:13 CPU family: 6 02:16:13 Model: 44 02:16:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:16:13 Stepping: 1 02:16:13 CPU MHz: 2933.438 02:16:13 BogoMIPS: 5866.87 02:16:13 Virtualization: VT-x 02:16:13 Hypervisor vendor: KVM 02:16:13 Virtualization type: full 02:16:13 L1d cache: 128 KiB 02:16:13 L1i cache: 128 KiB 02:16:13 L2 cache: 16 MiB 02:16:13 L3 cache: 64 MiB 02:16:13 NUMA node0 CPU(s): 0-3 02:16:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:16:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:16:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:16:13 Vulnerability Meltdown: Mitigation; PTI 02:16:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:16:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:16:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:16:13 Vulnerability Srbds: Not affected 02:16:13 Vulnerability Tsx async abort: Not affected 02:16: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 02:16:13 02:16:13 02:16:13 ---> nproc: 02:16:13 4 02:16:13 02:16:13 02:16:13 ---> df -h: 02:16:13 Filesystem Size Used Available Use% Mounted on 02:16:13 overlay 50.0G 7.3G 42.7G 15% / 02:16:13 tmpfs 64.0M 0 64.0M 0% /dev 02:16:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:16:13 shm 64.0M 0 64.0M 0% /dev/shm 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:16:13 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:16:13 02:16:13 02:16:13 ---> free -m: 02:16:13 total used free shared buff/cache available 02:16:13 Mem: 1837 731 109 0 996 1001 02:16:13 Swap: 1023 1 1022 02:16:13 02:16:13 02:16:13 ---> ip addr: 02:16:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:16:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:16:13 inet 127.0.0.1/8 scope host lo 02:16:13 valid_lft forever preferred_lft forever 02:16:13 inet6 ::1/128 scope host 02:16:13 valid_lft forever preferred_lft forever 02:16:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:16:13 link/ether fa:16:3e:17:62:77 brd ff:ff:ff:ff:ff:ff 02:16:13 inet 10.30.123.158/23 brd 10.30.123.255 scope global dynamic eth0 02:16:13 valid_lft 85836sec preferred_lft 85836sec 02:16:13 inet6 fe80::f816:3eff:fe17:6277/64 scope link 02:16:13 valid_lft forever preferred_lft forever 02:16:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:16:13 link/ether 02:42:89:c8:76:6e brd ff:ff:ff:ff:ff:ff 02:16:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:16:13 valid_lft forever preferred_lft forever 02:16:13 inet6 fe80::42:89ff:fec8:766e/64 scope link 02:16:13 valid_lft forever preferred_lft forever 02:16:13 02:16:13 02:16:13 ---> sar -b -r -n DEV: 02:16:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 02:16:13 02:16:13 02:06:38 LINUX RESTART (4 CPU) 02:16:13 02:16:13 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:16:13 02:08:01 112.60 45.69 66.91 0.00 7926.66 19924.83 0.00 02:16:13 02:09:02 2.48 0.00 2.48 0.00 0.00 57.14 0.00 02:16:13 02:10:01 0.44 0.00 0.44 0.00 0.00 6.57 0.00 02:16:13 02:11:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 02:16:13 02:12:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 02:16:13 02:13:01 0.32 0.00 0.32 0.00 0.00 4.13 0.00 02:16:13 02:14:01 0.23 0.00 0.23 0.00 0.00 2.10 0.00 02:16:13 02:15:01 0.30 0.00 0.30 0.00 0.00 3.88 0.00 02:16:13 02:16:01 118.51 75.20 43.31 0.00 5884.36 15332.70 0.00 02:16:13 Average: 26.22 13.47 12.75 0.00 1538.35 3936.10 0.00 02:16:13 02:16:13 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:16:13 02:08:01 139360 0 633120 33.65 2620 1106444 1114596 38.04 429968 1111940 128 02:16:13 02:09:02 144724 0 627636 33.36 2620 1106564 1075936 36.72 429360 1108512 20 02:16:13 02:10:01 144868 0 627488 33.35 2620 1106568 1075960 36.72 437960 1099976 16 02:16:13 02:11:01 142964 0 629392 33.45 2620 1106568 1075984 36.72 440144 1099864 8 02:16:13 02:12:01 143048 0 629300 33.45 2620 1106576 1075792 36.71 454072 1085796 12 02:16:13 02:13:01 142756 0 629588 33.46 2620 1106580 1075864 36.72 455596 1084780 8 02:16:13 02:14:01 143016 0 629324 33.45 2620 1106584 1075792 36.71 455224 1084776 8 02:16:13 02:15:01 142884 0 629452 33.45 2620 1106588 1075792 36.71 455228 1084776 20 02:16:13 02:16:01 186804 0 718676 38.20 2620 973444 1279404 43.66 463956 980260 80968 02:16:13 Average: 147825 0 639331 33.98 2620 1091768 1102791 37.64 446834 1082298 9021 02:16:13 02:16:13 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:16:13 02:08:01 eth0 635.74 420.19 1285.65 109.72 0.00 0.00 0.00 0.00 02:16:13 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:08:01 docker0 43.66 38.45 3.84 115.96 0.00 0.00 0.00 0.00 02:16:13 02:09:02 eth0 4.53 1.85 3.34 0.27 0.00 0.00 0.00 0.00 02:16:13 02:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:10:01 eth0 1.69 0.34 0.38 0.24 0.00 0.00 0.00 0.00 02:16:13 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:11:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 02:16:13 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:16:13 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:13:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 02:16:13 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:14:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:16:13 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:16:13 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:16:01 eth0 211.74 178.38 2173.18 19.70 0.00 0.00 0.00 0.00 02:16:13 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 Average: eth0 95.21 66.99 385.78 14.50 0.00 0.00 0.00 0.00 02:16:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:16:13 Average: docker0 4.86 4.28 0.43 12.91 0.00 0.00 0.00 0.00 02:16:13 02:16:13 02:16:13 ---> sar -P ALL: 02:16:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) 02:16:13 02:16:13 02:06:38 LINUX RESTART (4 CPU) 02:16:13 02:16:13 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:16:13 02:08:01 all 14.44 0.00 6.24 3.35 0.13 75.85 02:16:13 02:08:01 0 14.06 0.00 7.43 5.90 0.10 72.52 02:16:13 02:08:01 1 12.23 0.00 6.12 3.42 0.12 78.11 02:16:13 02:08:01 2 16.24 0.00 6.29 2.24 0.12 75.11 02:16:13 02:08:01 3 15.23 0.00 5.11 1.83 0.17 77.66 02:16:13 02:09:02 all 0.15 0.00 0.05 0.00 0.00 99.80 02:16:13 02:09:02 0 0.32 0.00 0.05 0.00 0.00 99.63 02:16:13 02:09:02 1 0.10 0.00 0.07 0.00 0.00 99.83 02:16:13 02:09:02 2 0.10 0.00 0.07 0.00 0.00 99.83 02:16:13 02:09:02 3 0.07 0.00 0.02 0.00 0.00 99.92 02:16:13 02:10:01 all 0.15 0.00 0.05 0.00 0.01 99.79 02:16:13 02:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:16:13 02:10:01 1 0.08 0.00 0.05 0.00 0.02 99.85 02:16:13 02:10:01 2 0.34 0.00 0.10 0.00 0.00 99.56 02:16:13 02:10:01 3 0.15 0.00 0.02 0.00 0.02 99.81 02:16:13 02:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:16:13 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:16:13 02:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:16:13 02:11:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:16:13 02:11:01 3 0.48 0.00 0.05 0.00 0.00 99.47 02:16:13 02:12:01 all 0.15 0.00 0.12 0.00 0.01 99.72 02:16:13 02:12:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:16:13 02:12:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:16:13 02:12:01 2 0.00 0.00 0.17 0.00 0.03 99.80 02:16:13 02:12:01 3 0.50 0.00 0.22 0.00 0.00 99.28 02:16:13 02:13:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:16:13 02:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:16:13 02:13:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:16:13 02:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:16:13 02:13:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:16:13 02:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:16:13 02:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:16:13 02:14:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:16:13 02:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:16:13 02:14:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:16:13 02:15:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:16:13 02:15:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:16:13 02:15:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:16:13 02:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:16:13 02:15:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:16:13 02:16:01 all 5.88 0.00 3.95 1.49 0.07 88.60 02:16:13 02:16:01 0 5.81 0.00 4.63 0.47 0.05 89.04 02:16:13 02:16:01 1 5.60 0.00 3.92 1.63 0.08 88.77 02:16:13 02:16:01 2 6.71 0.00 3.52 3.20 0.07 86.50 02:16:13 02:16:01 3 5.42 0.00 3.74 0.66 0.08 90.10 02:16:13 Average: all 2.35 0.00 1.16 0.53 0.02 95.93 02:16:13 Average: 0 2.24 0.00 1.35 0.70 0.02 95.70 02:16:13 Average: 1 2.01 0.00 1.14 0.56 0.03 96.26 02:16:13 Average: 2 2.59 0.00 1.13 0.60 0.02 95.65 02:16:13 Average: 3 2.57 0.00 1.02 0.27 0.03 96.11 02:16:13 02:16:13 02:16:13