Pull request #322 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc+67cde7ba2ef045a9c51b5781a16f2c9526065c00 (29b06bb96595291aa0f08c12f889fc8b8953adb8) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32887 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [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-322 # 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 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) > 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/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # 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 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" > git rev-list --no-walk 65341170abdd3277ab574c3651828631df56968a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:53:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:53:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:53:27 ========================================================= 04:53:27 EdgeX Global Pipelines Version Info 04:53:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:53:28 ------------------- 04:53:28 stable info: 04:53:28 ------------------- 04:53:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:53:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:53:28 Message: update stable to v1.0.186 04:53:29 ------------------- 04:53:29 experimental info: 04:53:29 ------------------- 04:53:29 Commited By: **** collab-it+edgex@linuxfoundation.org 04:53:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 04:53:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:53:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:53:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-322 [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-322 [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-322 [Pipeline] echo 04:53:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] echo 04:53:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = db8d3d2 [Pipeline] echo 04:53:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:53:33 provisioning config files... 04:53:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config4994337306160785454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:53:33 ---> docker-login.sh 04:53:33 nexus3.edgexfoundry.org:10001 04:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:34 Configure a credential helper to remove this warning. See 04:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:34 04:53:34 Login Succeeded 04:53:34 nexus3.edgexfoundry.org:10002 04:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:34 Configure a credential helper to remove this warning. See 04:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:34 04:53:34 Login Succeeded 04:53:34 nexus3.edgexfoundry.org:10003 04:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:34 Configure a credential helper to remove this warning. See 04:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:34 04:53:34 Login Succeeded 04:53:34 nexus3.edgexfoundry.org:10004 04:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:34 Configure a credential helper to remove this warning. See 04:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:34 04:53:34 Login Succeeded 04:53:34 docker.io 04:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:35 Configure a credential helper to remove this warning. See 04:53:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:35 04:53:35 Login Succeeded 04:53:35 ---> docker-login.sh ends [Pipeline] } 04:53:35 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 04:53:35 + git log --format=format:%s -1 db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] echo 04:53:35 GIT_COMMIT: db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64 [Pipeline] echo 04:53:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:53:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:53:36 04:53:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:53:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:53:36 latest: Pulling from edgex-devops/git-semver 04:53:36 31603596830f: Pulling fs layer 04:53:36 2a8b12db71e7: Pulling fs layer 04:53:36 6ca5941a6612: Pulling fs layer 04:53:36 ecc8261a40a4: Pulling fs layer 04:53:36 ecc8261a40a4: Waiting 04:53:36 2a8b12db71e7: Verifying Checksum 04:53:36 2a8b12db71e7: Download complete 04:53:36 31603596830f: Download complete 04:53:37 ecc8261a40a4: Verifying Checksum 04:53:37 ecc8261a40a4: Download complete 04:53:37 6ca5941a6612: Verifying Checksum 04:53:37 6ca5941a6612: Download complete 04:53:37 31603596830f: Pull complete 04:53:37 2a8b12db71e7: Pull complete 04:53:38 6ca5941a6612: Pull complete 04:53:38 ecc8261a40a4: Pull complete 04:53:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:53:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:53:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:53:38 prd-centos7-docker-4c-2g-32887 does not seem to be running inside a container 04:53:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-322 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322:/w/workspace/edgexfoundry_edgex-ui-go_PR-322:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:53:41 $ docker top 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:53:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:53:41 [ssh-agent] Looking for ssh-agent implementation... 04:53:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:53:41 $ docker exec 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent 04:53:41 SSH_AUTH_SOCK=/tmp/ssh-krMarBgEPcfN/agent.11 04:53:41 SSH_AGENT_PID=16 04:53:41 Running ssh-add (command line suppressed) 04:53:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_5878902914563126125.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_5878902914563126125.key) 04:53:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:53:42 + git tag --points-at HEAD [Pipeline] } 04:53:42 $ docker exec --env ******** --env ******** 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent -k 04:53:42 unset SSH_AUTH_SOCK; 04:53:42 unset SSH_AGENT_PID; 04:53:42 echo Agent pid 16 killed; 04:53:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:53:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:53:42 [ssh-agent] Looking for ssh-agent implementation... 04:53:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:53:43 $ docker exec 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent 04:53:43 SSH_AUTH_SOCK=/tmp/ssh-rTyqw9rRrFxT/agent.46 04:53:43 SSH_AGENT_PID=52 04:53:43 Running ssh-add (command line suppressed) 04:53:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_3056119717012477838.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/private_key_3056119717012477838.key) 04:53:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:53:43 + git semver init 04:53:43 # -> Open(): unable to determine branch for HEAD 04:53:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-322/.git 04:53:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-322 04:53:43 # $SEMVER_REMOTE_NAME = origin 04:53:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:53:43 # $SEMVER_USER_NAME = edgex-jenkins 04:53:43 # $SEMVER_BRANCH = PR-322 04:53:43 # $SEMVER_TEMP = /tmp/semver-733429700 04:53:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:53:45 # '/tmp/semver-733429700' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-322/.semver' 04:53:45 # -> Force: false 04:53:45 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-322/.semver [Pipeline] } 04:53:45 $ docker exec --env ******** --env ******** 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e ssh-agent -k 04:53:45 unset SSH_AUTH_SOCK; 04:53:45 unset SSH_AGENT_PID; 04:53:45 echo Agent pid 52 killed; 04:53:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:53:45 + git semver [Pipeline] } 04:53:45 $ docker stop --time=1 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e 04:53:47 $ docker rm -f 12b7af4f43055a8e58f90a2b5b304db7b4f79ecf6d4f5c07d415f3c5fe70593e [Pipeline] // withDockerContainer [Pipeline] sh 04:53:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:53:48 Stashed 1 file(s) [Pipeline] echo 04:53:48 [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 04:54:03 Still waiting to schedule task 04:54:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:54:03 Still waiting to schedule task 04:54:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:55:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32888 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [Pipeline] { [Pipeline] ws 04:55:50 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 04:55:55 using credential edgex-jenkins-ssh 04:55:55 Cloning the remote Git repository 04:55:55 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:55:55 > git init /w/workspace/edgex-ui-go/2 # timeout=10 04:55:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:55:55 > git --version # timeout=10 04:55:55 > git --version # 'git version 2.17.1' 04:55:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:57 Merging remotes/origin/master commit 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:55:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:55:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:55:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:55:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:55:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:55:57 > git config core.sparsecheckout # timeout=10 04:55:58 Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:55:58 Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) 04:55:57 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 04:55:58 > git remote # timeout=10 04:55:58 > git config --get remote.origin.url # timeout=10 04:55:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:55:58 > git merge 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 04:55:58 > git rev-parse HEAD^{commit} # timeout=10 04:55:58 > git config core.sparsecheckout # timeout=10 04:55:58 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 04:55:59 Running on prd-centos7-docker-4c-2g-32889 in /w/workspace/edgexfoundry_edgex-ui-go_PR-322 [Pipeline] { [Pipeline] ws 04:55:59 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 04:56:01 using credential edgex-jenkins-ssh 04:56:01 Cloning the remote Git repository 04:56:01 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:56:01 > git init /w/workspace/edgex-ui-go/2 # timeout=10 04:56:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:56:01 > git --version # timeout=10 04:56:01 > git --version # 'git version 2.24.3' 04:56:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:02 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:56:03 Merging remotes/origin/master commit 67cde7ba2ef045a9c51b5781a16f2c9526065c00 into PR head commit db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:56:03 Merge succeeded, producing db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:56:03 Checking out Revision db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc (PR-322) 04:56:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:56:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:56:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:56:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/322/head:refs/remotes/origin/PR-322 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:56:03 > git config core.sparsecheckout # timeout=10 04:56:03 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 04:56:03 > git remote # timeout=10 04:56:03 > git config --get remote.origin.url # timeout=10 04:56:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:03 > git merge 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 04:56:03 > git rev-parse HEAD^{commit} # timeout=10 04:56:03 > git config core.sparsecheckout # timeout=10 04:56:03 > git checkout -f db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc # timeout=10 04:56:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:56:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:56:05 + true 04:56:05 + sudo service docker restart 04:56:07 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:56:08 provisioning config files... 04:56:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config600108882832498205tmp [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 04:56:08 ---> docker-login.sh 04:56:08 nexus3.edgexfoundry.org:10001 [Pipeline] sh 04:56:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:56:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:56:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:09 Configure a credential helper to remove this warning. See 04:56:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:09 04:56:09 Login Succeeded 04:56:09 nexus3.edgexfoundry.org:10002 04:56:09 + sudo service docker restart 04:56:09 + true 04:56:09 Redirecting to /bin/systemctl restart docker.service 04:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:10 Configure a credential helper to remove this warning. See 04:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:10 04:56:10 Login Succeeded 04:56:10 nexus3.edgexfoundry.org:10003 04:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:10 Configure a credential helper to remove this warning. See 04:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:10 04:56:10 Login Succeeded 04:56:10 nexus3.edgexfoundry.org:10004 04:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:11 Configure a credential helper to remove this warning. See 04:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:11 04:56:11 Login Succeeded 04:56:11 docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:56:11 provisioning config files... 04:56:11 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4772970319730742220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:11 ---> docker-login.sh 04:56:11 nexus3.edgexfoundry.org:10001 04:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:12 Configure a credential helper to remove this warning. See 04:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:12 04:56:12 Login Succeeded 04:56:12 nexus3.edgexfoundry.org:10002 04:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:12 Configure a credential helper to remove this warning. See 04:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:12 04:56:12 Login Succeeded 04:56:12 ---> docker-login.sh ends [Pipeline] } 04:56:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:12 Configure a credential helper to remove this warning. See 04:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:12 04:56:12 Login Succeeded 04:56:12 nexus3.edgexfoundry.org:10003 04:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:12 Configure a credential helper to remove this warning. See 04:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:12 04:56:12 Login Succeeded 04:56:12 nexus3.edgexfoundry.org:10004 04:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:12 Configure a credential helper to remove this warning. See 04:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:12 04:56:12 Login Succeeded 04:56:12 docker.io [Pipeline] echo 04:56:12 ========================================================= 04:56:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:56:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:56:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:12 + 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 . 04:56:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:56:13 Configure a credential helper to remove this warning. See 04:56:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:56:13 04:56:13 Login Succeeded 04:56:13 ---> docker-login.sh ends [Pipeline] } 04:56:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:56:13 ========================================================= 04:56:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:56:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:56:13 Sending build context to Docker daemon 17.6MB 04:56:13 + 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 . 04:56:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:56:13 Step 2/8 : FROM ${BASE} 04:56:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:56:13 5f621e34cdf4: Pulling fs layer 04:56:13 a4357932f1b6: Pulling fs layer 04:56:13 18c013af1878: Pulling fs layer 04:56:13 00ac8860ef70: Pulling fs layer 04:56:13 63d7cb157983: Pulling fs layer 04:56:13 b116817d02f9: Pulling fs layer 04:56:13 745a02a5169b: Pulling fs layer 04:56:13 00ac8860ef70: Waiting 04:56:13 63d7cb157983: Waiting 04:56:13 b116817d02f9: Waiting 04:56:13 745a02a5169b: Waiting 04:56:13 18c013af1878: Verifying Checksum 04:56:13 18c013af1878: Download complete 04:56:13 a4357932f1b6: Verifying Checksum 04:56:13 a4357932f1b6: Download complete 04:56:13 63d7cb157983: Verifying Checksum 04:56:13 63d7cb157983: Download complete 04:56:14 Sending build context to Docker daemon 17.6MB 04:56:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:56:14 Step 2/8 : FROM ${BASE} 04:56:14 b116817d02f9: Download complete 04:56:14 5f621e34cdf4: Verifying Checksum 04:56:14 5f621e34cdf4: Download complete 04:56:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:56:14 188c0c94c7c5: Pulling fs layer 04:56:14 0ef7d3d256c8: Pulling fs layer 04:56:14 de9db76c5a1d: Pulling fs layer 04:56:14 bca2f99d35d6: Pulling fs layer 04:56:14 93359f2a8cfa: Pulling fs layer 04:56:14 7c6f9722023f: Pulling fs layer 04:56:14 a35cf1a2eb13: Pulling fs layer 04:56:14 bca2f99d35d6: Waiting 04:56:14 93359f2a8cfa: Waiting 04:56:14 a35cf1a2eb13: Waiting 04:56:14 7c6f9722023f: Waiting 04:56:14 de9db76c5a1d: Verifying Checksum 04:56:14 de9db76c5a1d: Download complete 04:56:14 0ef7d3d256c8: Verifying Checksum 04:56:14 0ef7d3d256c8: Download complete 04:56:14 5f621e34cdf4: Pull complete 04:56:14 93359f2a8cfa: Verifying Checksum 04:56:14 93359f2a8cfa: Download complete 04:56:15 7c6f9722023f: Verifying Checksum 04:56:15 7c6f9722023f: Download complete 04:56:15 a4357932f1b6: Pull complete 04:56:15 18c013af1878: Pull complete 04:56:15 188c0c94c7c5: Verifying Checksum 04:56:15 188c0c94c7c5: Download complete 04:56:15 188c0c94c7c5: Pull complete 04:56:16 0ef7d3d256c8: Pull complete 04:56:16 de9db76c5a1d: Pull complete 04:56:17 745a02a5169b: Verifying Checksum 04:56:17 745a02a5169b: Download complete 04:56:18 a35cf1a2eb13: Verifying Checksum 04:56:18 a35cf1a2eb13: Download complete 04:56:19 bca2f99d35d6: Verifying Checksum 04:56:19 bca2f99d35d6: Download complete 04:56:19 00ac8860ef70: Verifying Checksum 04:56:19 00ac8860ef70: Download complete 04:56:24 bca2f99d35d6: Pull complete 04:56:24 93359f2a8cfa: Pull complete 04:56:24 7c6f9722023f: Pull complete 04:56:29 00ac8860ef70: Pull complete 04:56:29 63d7cb157983: Pull complete 04:56:30 b116817d02f9: Pull complete 04:56:30 a35cf1a2eb13: Pull complete 04:56:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:56:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:56:30 ---> a62c8e92a672 04:56:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:56:30 ---> Running in 8604469db675 04:56:30 Removing intermediate container 8604469db675 04:56:30 ---> 4979a9aecfdb 04:56:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:30 ---> Running in bafb5d8eefaa 04:56:32 Removing intermediate container bafb5d8eefaa 04:56:32 ---> 340f809515b8 04:56:32 Step 5/8 : RUN apk add --no-cache make git 04:56:32 ---> Running in e644420f41b1 04:56:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:56:33 OK: 166 MiB in 39 packages 04:56:34 745a02a5169b: Pull complete 04:56:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:56:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:56:34 ---> b7e6874047d6 04:56:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:56:34 Removing intermediate container e644420f41b1 04:56:34 ---> e3d531fe0202 04:56:34 Step 6/8 : WORKDIR /edgex-ui-go 04:56:34 ---> Running in b7c10834c7b6 04:56:34 Removing intermediate container b7c10834c7b6 04:56:34 ---> 8459327e415a 04:56:34 Step 7/8 : COPY . . 04:56:36 ---> Running in c947a326e1ce 04:56:36 Removing intermediate container c947a326e1ce 04:56:36 ---> f69d9a8495c5 04:56:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:36 ---> Running in cb9c4581281b 04:56:37 ---> e9f925c7ee3d 04:56:37 Step 8/8 : RUN go mod download 04:56:37 ---> Running in e7137a1f4b03 04:56:39 Removing intermediate container cb9c4581281b 04:56:39 ---> 851a01db6f65 04:56:39 Step 5/8 : RUN apk add --no-cache make git 04:56:39 ---> Running in 30fb768562af 04:56:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:41 OK: 142 MiB in 39 packages 04:56:42 Removing intermediate container 30fb768562af 04:56:42 ---> a9c5ddab7e8c 04:56:42 Step 6/8 : WORKDIR /edgex-ui-go 04:56:42 ---> Running in 76d05b43c673 04:56:43 Removing intermediate container 76d05b43c673 04:56:43 ---> ac22d5ea4b52 04:56:43 Step 7/8 : COPY . . 04:56:45 ---> 35a7eb206ea5 04:56:45 Step 8/8 : RUN go mod download 04:56:45 ---> Running in 4db065cb8b42 04:57:03 Removing intermediate container e7137a1f4b03 04:57:03 ---> 05a8e8a955f7 04:57:03 Successfully built 05a8e8a955f7 04:57:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:57:04 + docker inspect -f . ci-base-image-x86_64 04:57:04 . [Pipeline] withDockerContainer 04:57:04 prd-centos7-docker-4c-2g-32889 does not seem to be running inside a container 04:57:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat 04:57:05 $ docker top 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:06 + go version 04:57:06 go version go1.15.5 linux/amd64 [Pipeline] } 04:57:06 $ docker stop --time=1 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a 04:57:07 $ docker rm -f 87ff961ee845dd6829f7f538ee8da373fe0f83356e6773246e0c4b55bc81300a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:57:08 + docker inspect -f . ci-base-image-x86_64 04:57:08 . [Pipeline] withDockerContainer 04:57:08 prd-centos7-docker-4c-2g-32889 does not seem to be running inside a container 04:57:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat 04:57:08 $ docker top f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:09 + make test 04:57:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:57:10 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:57:18 Removing intermediate container 4db065cb8b42 04:57:18 ---> ccc3f1fa9c96 04:57:18 Successfully built ccc3f1fa9c96 04:57:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:57:18 + docker inspect -f . ci-base-image-arm64 04:57:18 . [Pipeline] withDockerContainer 04:57:18 prd-ubuntu18.04-docker-arm64-4c-16g-32888 does not seem to be running inside a container 04:57:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:57:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:57:19 GO111MODULE=on go vet ./... 04:57:20 $ docker top a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } 04:57:21 $ docker stop --time=1 f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 04:57:21 + go version 04:57:21 go version go1.15.5 linux/arm64 04:57:24 $ docker rm -f f6dc04a5f6fa317c315363882028622dbea2da7b5c67e18dd53508c2cd311653 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 04:57:24 $ docker stop --time=1 a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd 04:57:25 + sudo chown -R jenkins:jenkins . 04:57:26 $ docker rm -f a854b2d2fad2b255f257f8d1f3e8bd05ed76937ef6ade7335c7ff3b7ec439ebd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 04:57:27 Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 04:57:27 + docker inspect -f . ci-base-image-arm64 04:57:27 . [Pipeline] withDockerContainer 04:57:28 prd-ubuntu18.04-docker-arm64-4c-16g-32888 does not seem to be running inside a container 04:57:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 04:57:29 $ docker top b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:30 + make test 04:57:30 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh 04:57:32 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:57:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:57:32 + ls -al . 04:57:32 total 92 04:57:32 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 04:57 . 04:57:32 drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 04:56 .. 04:57:32 drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 04:56 assets 04:57:32 drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 04:56 bin 04:57:32 drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 04:56 cmd 04:57:32 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 04:56 CONTRIBUTING.md 04:57:32 -rw-r--r--. 1 jenkins jenkins 10 Apr 6 04:57 coverage.out 04:57:32 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 04:56 Dockerfile 04:57:32 -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 04:56 Dockerfile.build 04:57:32 drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 04:56 docs 04:57:32 drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 04:56 .git 04:57:32 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 04:56 .github 04:57:32 -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 04:56 .gitignore 04:57:32 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 04:56 go.mod 04:57:32 -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 04:57 go.sum 04:57:32 drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 04:56 internal 04:57:32 -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 04:56 Jenkinsfile 04:57:32 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 04:56 LICENSE 04:57:32 -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 04:56 Makefile 04:57:32 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 04:56 README.md 04:57:32 -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 04:53 VERSION 04:57:32 -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 04:56 version.go 04:57:32 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 04:56 web [Pipeline] isUnix [Pipeline] sh 04:57:32 + 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=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc --label arch=amd64 --label version=0.0.0 . 04:57:33 Sending build context to Docker daemon 17.62MB 04:57:33 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 04:57:33 Step 2/24 : FROM ${BASE} AS builder 04:57:33 ---> 05a8e8a955f7 04:57:33 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:57:34 ---> Running in a3ffa0db6d36 04:57:34 Removing intermediate container a3ffa0db6d36 04:57:34 ---> 14547c0f11be 04:57:34 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:57:34 ---> Running in eefc66c6dbcd 04:57:34 Removing intermediate container eefc66c6dbcd 04:57:34 ---> 59cbf5690f6d 04:57:34 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:57:34 ---> Running in f1efef53a4db 04:57:34 Removing intermediate container f1efef53a4db 04:57:34 ---> b6ad2567a095 04:57:34 Step 6/24 : LABEL Name=edgex-ui-go 04:57:34 ---> Running in 2e0eac9c8907 04:57:34 Removing intermediate container 2e0eac9c8907 04:57:34 ---> 6a72597cdccf 04:57:34 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:57:34 ---> Running in 0d4103761d59 04:57:34 Removing intermediate container 0d4103761d59 04:57:34 ---> e7d10be4efc2 04:57:34 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:35 ---> Running in 4f1f62bc8dcd 04:57:36 Removing intermediate container 4f1f62bc8dcd 04:57:36 ---> f04e7e7b12c5 04:57:36 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:57:36 ---> Running in b7b3f392b81e 04:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:37 OK: 166 MiB in 39 packages 04:57:37 Removing intermediate container b7b3f392b81e 04:57:37 ---> af080f1d2d84 04:57:37 Step 10/24 : ENV GO111MODULE=on 04:57:38 ---> Running in dd31f3e9565b 04:57:38 Removing intermediate container dd31f3e9565b 04:57:38 ---> 2d49f81c8525 04:57:38 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:57:38 ---> Running in 008f5c0318c1 04:57:38 Removing intermediate container 008f5c0318c1 04:57:38 ---> 17da96acd01c 04:57:38 Step 12/24 : COPY go.mod . 04:57:38 ---> 47041424126c 04:57:38 Step 13/24 : COPY Makefile . 04:57:38 ---> f43e31bbe73c 04:57:38 Step 14/24 : RUN make update 04:57:38 ---> Running in 1a1c0d38d769 04:57:39 CGO_ENABLED=0 GO111MODULE=on go mod download 04:57:39 Removing intermediate container 1a1c0d38d769 04:57:39 ---> 4b2e14c5a5e6 04:57:39 Step 15/24 : COPY . . 04:57:41 ---> 25181772dc72 04:57:41 Step 16/24 : RUN ${MAKE} 04:57:41 ---> Running in 73153effd574 04:57:42 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 04:57:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:57:55 Removing intermediate container 73153effd574 04:57:55 ---> 60402e5cf547 04:57:55 Step 17/24 : FROM alpine:3.12 04:57:55 3.12: Pulling from library/alpine 04:57:55 532819f3e44c: Pulling fs layer 04:57:55 532819f3e44c: Download complete 04:57:55 532819f3e44c: Pull complete 04:57:55 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 04:57:55 Status: Downloaded newer image for alpine:3.12 04:57:55 ---> 7230e588e954 04:57:55 Step 18/24 : EXPOSE 4000 04:57:56 ---> Running in db0c6695168f 04:57:56 Removing intermediate container db0c6695168f 04:57:56 ---> e927e31664f0 04:57:56 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 04:57:57 ---> 18f2c2345599 04:57:57 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:57:57 ---> Running in 174a56573a8b 04:57:57 Removing intermediate container 174a56573a8b 04:57:57 ---> 550a2d3a4944 04:57:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:57:57 ---> Running in 895a4b6c344f 04:57:57 Removing intermediate container 895a4b6c344f 04:57:57 ---> 463891c8660f 04:57:57 Step 22/24 : LABEL arch=amd64 04:57:57 ---> Running in 368405ee63bc 04:57:57 Removing intermediate container 368405ee63bc 04:57:57 ---> 80c7183f8614 04:57:57 Step 23/24 : LABEL git_sha=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:57:57 ---> Running in 27f53bab2a87 04:57:58 Removing intermediate container 27f53bab2a87 04:57:58 ---> d19079a153a2 04:57:58 Step 24/24 : LABEL version=0.0.0 04:57:58 ---> Running in 2bbd1afe052d 04:57:58 Removing intermediate container 2bbd1afe052d 04:57:58 ---> 46c2ec4a11f7 04:57:58 [Warning] One or more build-args [ARCH] were not consumed 04:57:58 Successfully built 46c2ec4a11f7 04:57:58 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] } 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:57:58 GO111MODULE=on go vet ./... [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:57:59 ---> job-cost.sh 04:57:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YIPq [Pipeline] } 04:58:05 $ docker stop --time=1 b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 04:58:07 $ docker rm -f b225150849fe1bb94fd92ae81b799bba591cb06b4a29ccf42b91b8d9240630c7 [Pipeline] // withDockerContainer [Pipeline] sh 04:58:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:58:08 Warning: overwriting stash ‘coverage-report’ 04:58:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:58:10 + ls -al . 04:58:10 total 124 04:58:10 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:57 . 04:58:10 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:55 .. 04:58:10 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 04:56 .git 04:58:10 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:55 .github 04:58:10 -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 04:55 .gitignore 04:58:10 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 04:55 CONTRIBUTING.md 04:58:10 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 04:55 Dockerfile 04:58:10 -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 04:55 Dockerfile.build 04:58:10 -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 04:55 Jenkinsfile 04:58:10 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 04:55 LICENSE 04:58:10 -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 04:55 Makefile 04:58:10 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 04:55 README.md 04:58:10 -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 04:53 VERSION 04:58:10 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:55 assets 04:58:10 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:55 bin 04:58:10 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:55 cmd 04:58:10 -rw-r--r-- 1 jenkins jenkins 10 Apr 6 04:57 coverage.out 04:58:10 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 04:55 docs 04:58:10 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 04:55 go.mod 04:58:10 -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 04:57 go.sum 04:58:10 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:55 internal 04:58:10 -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 04:55 version.go 04:58:10 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:55 web [Pipeline] isUnix [Pipeline] sh 04:58:11 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc --label arch=arm64 --label version=0.0.0 . 04:58:12 Sending build context to Docker daemon 17.62MB 04:58:12 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 04:58:12 Step 2/24 : FROM ${BASE} AS builder 04:58:12 ---> ccc3f1fa9c96 04:58:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:58:12 ---> Running in f9c77b07134e 04:58:13 Removing intermediate container f9c77b07134e 04:58:13 ---> c6c9e3e30d27 04:58:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 04:58:13 ---> Running in 7a0b7b38c12d 04:58:13 Removing intermediate container 7a0b7b38c12d 04:58:13 ---> cf6235a7ebeb 04:58:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 04:58:13 ---> Running in 06ce43bde952 04:58:14 Removing intermediate container 06ce43bde952 04:58:14 ---> 4e2973c0801d 04:58:14 Step 6/24 : LABEL Name=edgex-ui-go 04:58:14 ---> Running in 6b4aae144a17 04:58:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:58:14 Removing intermediate container 6b4aae144a17 04:58:14 ---> 4f3f500f1661 04:58:14 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:58:14 ---> Running in 83b75034064e 04:58:15 Removing intermediate container 83b75034064e 04:58:15 ---> 5359161a7134 04:58:15 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:15 ---> Running in 85dadc228baa 04:58:17 Removing intermediate container 85dadc228baa 04:58:17 ---> 840aae3c95e6 04:58:17 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:58:17 ---> Running in 6ac203692843 04:58:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:20 OK: 142 MiB in 39 packages 04:58:21 Removing intermediate container 6ac203692843 04:58:21 ---> e37882a4ab49 04:58:21 Step 10/24 : ENV GO111MODULE=on 04:58:21 ---> Running in badcef34d77a 04:58:22 Removing intermediate container badcef34d77a 04:58:22 ---> ce33d10fe48a 04:58:22 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:58:22 ---> Running in eacab5afbeb0 04:58:22 Removing intermediate container eacab5afbeb0 04:58:22 ---> df42c7468568 04:58:22 Step 12/24 : COPY go.mod . 04:58:23 ---> 291680000b9a 04:58:23 Step 13/24 : COPY Makefile . 04:58:24 ---> c4c0109b4a83 04:58:24 Step 14/24 : RUN make update 04:58:24 ---> Running in a9d20f0304e9 04:58:25 CGO_ENABLED=0 GO111MODULE=on go mod download 04:58:26 Removing intermediate container a9d20f0304e9 04:58:26 ---> 99eb40869efd 04:58:26 Step 15/24 : COPY . . 04:58:29 ---> 09e6237eb35d 04:58:29 Step 16/24 : RUN ${MAKE} 04:58:29 ---> Running in 602a22ea13e7 04:58:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 04:58:41 lf-activate-venv(): INFO: Adding /tmp/venv-YIPq/bin to PATH 04:58:41 INFO: No Stack... 04:58:41 INFO: Retrieving Pricing Info for: v1-standard-2 04:58:41 INFO: Archiving Costs [Pipeline] sh 04:58:41 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 04:58:41 + cut -d, -f6 [Pipeline] lock 04:58:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] 04:58:41 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] did not exist. Created. 04:58:41 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:58:42 + echo total: 0.029999999329447746 [Pipeline] stash 04:58:42 Stashed 1 file(s) [Pipeline] } 04:58:42 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:58:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:59:01 Removing intermediate container 602a22ea13e7 04:59:01 ---> 5cb2799c5b10 04:59:01 Step 17/24 : FROM alpine:3.12 04:59:01 3.12: Pulling from library/alpine 04:59:01 9a219e8acc52: Pulling fs layer 04:59:01 9a219e8acc52: Verifying Checksum 04:59:01 9a219e8acc52: Download complete 04:59:02 9a219e8acc52: Pull complete 04:59:02 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 04:59:02 Status: Downloaded newer image for alpine:3.12 04:59:02 ---> d75e27dfc0a0 04:59:02 Step 18/24 : EXPOSE 4000 04:59:02 ---> Running in 7286ce466f94 04:59:03 Removing intermediate container 7286ce466f94 04:59:03 ---> 916d3e64ab34 04:59:03 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 04:59:05 ---> 89bb79e2b080 04:59:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:59:05 ---> Running in 9727d5a3965e 04:59:05 Removing intermediate container 9727d5a3965e 04:59:05 ---> 5246ebf45fcd 04:59:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:59:05 ---> Running in b6f7eba3bd3d 04:59:06 Removing intermediate container b6f7eba3bd3d 04:59:06 ---> b43d45a5d11b 04:59:06 Step 22/24 : LABEL arch=arm64 04:59:06 ---> Running in d82c7e470b94 04:59:06 Removing intermediate container d82c7e470b94 04:59:06 ---> 7e70fcba6b13 04:59:06 Step 23/24 : LABEL git_sha=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc 04:59:06 ---> Running in 9f66b6ea7890 04:59:07 Removing intermediate container 9f66b6ea7890 04:59:07 ---> 699ccda636c3 04:59:07 Step 24/24 : LABEL version=0.0.0 04:59:07 ---> Running in f1b9f7d411fa 04:59:08 Removing intermediate container f1b9f7d411fa 04:59:08 ---> 7ab50f105f49 04:59:08 [Warning] One or more build-args [ARCH] were not consumed 04:59:08 Successfully built 7ab50f105f49 04:59:08 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 04:59:08 ---> job-cost.sh 04:59:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tTTe 04:59:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:01:09 lf-activate-venv(): INFO: Adding /tmp/venv-tTTe/bin to PATH 05:01:09 INFO: No Stack... 05:01:09 INFO: Retrieving Pricing Info for: lf-standard-4 05:01:10 INFO: Archiving Costs [Pipeline] sh 05:01:10 + + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 05:01:10 cut -d, -f6 [Pipeline] lock 05:01:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] 05:01:10 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] did not exist. Created. 05:01:10 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:01:11 /w/workspace/edgex-ui-go/2@tmp/durable-30dae2c8/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-30dae2c8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:01:11 + echo total: 0.20999999344348907 [Pipeline] stash 05:01:11 Warning: overwriting stash ‘stack-cost’ 05:01:12 Stashed 1 file(s) [Pipeline] } 05:01:12 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-322-2-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 05:01:13 provisioning config files... 05:01:13 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config6475515258921447352tmp [Pipeline] { [Pipeline] sh 05:01:13 + set +x 05:01:13 + curl -s https://codecov.io/bash 05:01:13 + bash -s -- 05:01:14 05:01:14 _____ _ 05:01:14 / ____| | | 05:01:14 | | ___ __| | ___ ___ _____ __ 05:01:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:01:14 | |___| (_) | (_| | __/ (_| (_) \ V / 05:01:14 \_____\___/ \__,_|\___|\___\___/ \_/ 05:01:14 Bash-20210309-2b87ace 05:01:14 05:01:14 05:01:14 ==> git version 2.24.3 found 05:01:14 ==> 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 05:01:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:01:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:01:14 ==> Jenkins CI detected. 05:01:14 project root: . 05:01:14 --> token set from env 05:01:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:01:14 ==> Running gcov in . (disable via -X gcov) 05:01:14 ==> Python coveragepy not found 05:01:14 ==> Searching for coverage reports in: 05:01:14 + . 05:01:14 -> Found 1 reports 05:01:14 ==> Detecting git/mercurial file structure 05:01:14 ==> Reading reports 05:01:14 + ./coverage.out bytes=10 05:01:14 ==> Appending adjustments 05:01:14 https://docs.codecov.io/docs/fixing-reports 05:01:14 + Found adjustments 05:01:14 ==> Gzipping contents 05:01:14 4.0K /tmp/codecov.03RD02.gz 05:01:14 ==> Uploading reports 05:01:14 url: https://codecov.io 05:01:14 query: branch=PR-322&commit=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-322%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=322&job=&cmd_args= 05:01:14 -> Pinging Codecov 05:01:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-322&commit=db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-322%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=322&job=&cmd_args= 05:01:14 -> Uploading to 05:01:14 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc/afb5c721-8a91-4500-88e3-dc253f830df9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T050114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5361f7148cec43bfb702d9916c5b55bb857dbe98d09270a7ef163529f515b47 05:01:14 % Total % Received % Xferd Average Speed Time Time Time Current 05:01:14 Dload Upload Total Spent Left Speed 05:01:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 4932 --:--:-- --:--:-- --:--:-- 4937 05:01:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/db8d3d21d99ca4e336fb27e810ab9cf689f7cdbc [Pipeline] } 05:01:15 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 05:01:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:01:18 ---> package-listing.sh 05:01:18 ++ facter osfamily 05:01:18 ++ tr '[:upper:]' '[:lower:]' 05:01:18 + OS_FAMILY=redhat 05:01:18 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-322 05:01:18 + START_PACKAGES=/tmp/packages_start.txt 05:01:18 + END_PACKAGES=/tmp/packages_end.txt 05:01:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:01:18 + PACKAGES=/tmp/packages_start.txt 05:01:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-322 ']' 05:01:18 + PACKAGES=/tmp/packages_end.txt 05:01:18 + case "${OS_FAMILY}" in 05:01:18 + rpm -qa 05:01:18 + sort 05:01:23 + '[' -f /tmp/packages_start.txt ']' 05:01:23 + '[' -f /tmp/packages_end.txt ']' 05:01:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:01:23 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-322 ']' 05:01:23 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-322/archives/ 05:01:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-322/archives/ [Pipeline] echo 05:01:23 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-322/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:01:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:01:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:01:24 05:01:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:01:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:01:24 alpine: Pulling from edgex-lftools-log-publisher 05:01:24 df20fa9351a1: Pulling fs layer 05:01:24 36b3adc4ff6f: Pulling fs layer 05:01:24 8ad3a11d3b57: Pulling fs layer 05:01:24 46f8f816bc3b: Pulling fs layer 05:01:24 93b61091891f: Pulling fs layer 05:01:24 93b9cdb0e59b: Pulling fs layer 05:01:24 5e14af77c1be: Pulling fs layer 05:01:24 01666e4c0597: Pulling fs layer 05:01:24 aa168da1d23b: Pulling fs layer 05:01:24 01666e4c0597: Waiting 05:01:24 93b9cdb0e59b: Waiting 05:01:24 aa168da1d23b: Waiting 05:01:24 5e14af77c1be: Waiting 05:01:24 93b61091891f: Waiting 05:01:24 46f8f816bc3b: Waiting 05:01:24 36b3adc4ff6f: Verifying Checksum 05:01:24 36b3adc4ff6f: Download complete 05:01:25 46f8f816bc3b: Verifying Checksum 05:01:25 46f8f816bc3b: Download complete 05:01:25 df20fa9351a1: Verifying Checksum 05:01:25 93b9cdb0e59b: Verifying Checksum 05:01:25 93b9cdb0e59b: Download complete 05:01:25 5e14af77c1be: Verifying Checksum 05:01:25 5e14af77c1be: Download complete 05:01:25 01666e4c0597: Verifying Checksum 05:01:25 01666e4c0597: Download complete 05:01:25 8ad3a11d3b57: Verifying Checksum 05:01:25 8ad3a11d3b57: Download complete 05:01:25 93b61091891f: Verifying Checksum 05:01:25 93b61091891f: Download complete 05:01:25 df20fa9351a1: Pull complete 05:01:25 36b3adc4ff6f: Pull complete 05:01:26 8ad3a11d3b57: Pull complete 05:01:26 46f8f816bc3b: Pull complete 05:01:26 93b61091891f: Pull complete 05:01:27 aa168da1d23b: Verifying Checksum 05:01:27 aa168da1d23b: Download complete 05:01:27 93b9cdb0e59b: Pull complete 05:01:28 5e14af77c1be: Pull complete 05:01:28 01666e4c0597: Pull complete 05:01:35 aa168da1d23b: Pull complete 05:01:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:01:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:01:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:01:35 prd-centos7-docker-4c-2g-32887 does not seem to be running inside a container 05:01:35 $ 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-322/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-322 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322:/w/workspace/edgexfoundry_edgex-ui-go_PR-322:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:01:38 $ docker top 7332e2d3fc8741c8acd63115e198dbce3f4c4efd3bc4f7ad882a57d5a1a95a72 -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:39 + touch /tmp/pre-build-complete [Pipeline] sh 05:01:39 + mkdir -p /var/log/sa [Pipeline] sh 05:01:39 + ls /var/log/sa-host 05:01:39 + sadf -c /var/log/sa-host/sa06 05:01:39 file_magic: OK 05:01:39 HZ: Using current value: 100 05:01:39 file_header: OK 05:01:39 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 05:01:39 Statistics: 05:01:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:01:39 File successfully converted to sysstat format version 12.2.1 05:01:39 + sadf -c /var/log/sa-host/sa23 05:01:39 file_magic: OK 05:01:39 HZ: Using current value: 100 05:01:39 file_header: OK 05:01:39 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 05:01:39 Statistics: 05:01:39 Hnuu...uuuununununu... 05:01:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:01:40 provisioning config files... 05:01:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp/config2810278462625589651tmp [Pipeline] { [Pipeline] echo 05:01:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:01:40 ---> create-netrc.sh [Pipeline] } 05:01:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:01:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:01:40 ---> python-tools-install.sh [Pipeline] echo 05:01:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:01:41 ---> sudo-logs.sh 05:01:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:01:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:01:41 ---> job-cost.sh 05:01:41 lf-activate-venv: SKIPPING 05:01:41 DEBUG: total: 0.20999999344348907 05:01:41 INFO: Retrieving Stack Cost... 05:01:42 INFO: Retrieving Pricing Info for: v1-standard-2 05:01:43 INFO: Archiving Costs [Pipeline] echo 05:01:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:01:43 ---> logs-deploy.sh 05:01:43 lf-activate-venv: SKIPPING 05:01:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-322/2 05:01:43 INFO: archiving workspace using pattern(s): 05:01:45 Archives upload complete. 05:01:45 INFO: archiving logs to Nexus 05:01:46 ---> uname -a: 05:01:46 Linux prd-centos7-docker-4c-2g-32887.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:01:46 05:01:46 05:01:46 ---> lscpu: 05:01:46 Architecture: x86_64 05:01:46 CPU op-mode(s): 32-bit, 64-bit 05:01:46 Byte Order: Little Endian 05:01:46 Address sizes: 40 bits physical, 48 bits virtual 05:01:46 CPU(s): 4 05:01:46 On-line CPU(s) list: 0-3 05:01:46 Thread(s) per core: 1 05:01:46 Core(s) per socket: 1 05:01:46 Socket(s): 4 05:01:46 NUMA node(s): 1 05:01:46 Vendor ID: GenuineIntel 05:01:46 CPU family: 6 05:01:46 Model: 44 05:01:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:01:46 Stepping: 1 05:01:46 CPU MHz: 2933.438 05:01:46 BogoMIPS: 5866.87 05:01:46 Virtualization: VT-x 05:01:46 Hypervisor vendor: KVM 05:01:46 Virtualization type: full 05:01:46 L1d cache: 128 KiB 05:01:46 L1i cache: 128 KiB 05:01:46 L2 cache: 16 MiB 05:01:46 L3 cache: 64 MiB 05:01:46 NUMA node0 CPU(s): 0-3 05:01:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:01:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:01:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:01:46 Vulnerability Meltdown: Mitigation; PTI 05:01:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:01:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:01:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:01:46 Vulnerability Srbds: Not affected 05:01:46 Vulnerability Tsx async abort: Not affected 05:01:46 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 05:01:46 05:01:46 05:01:46 ---> nproc: 05:01:46 4 05:01:46 05:01:46 05:01:46 ---> df -h: 05:01:46 Filesystem Size Used Available Use% Mounted on 05:01:46 overlay 50.0G 7.3G 42.7G 15% / 05:01:46 tmpfs 64.0M 0 64.0M 0% /dev 05:01:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:01:46 shm 64.0M 0 64.0M 0% /dev/shm 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-322 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-322@tmp 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:01:46 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:01:46 05:01:46 05:01:46 ---> free -m: 05:01:46 total used free shared buff/cache available 05:01:46 Mem: 1837 694 80 0 1063 1039 05:01:46 Swap: 1023 1 1022 05:01:46 05:01:46 05:01:46 ---> ip addr: 05:01:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:01:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:01:46 inet 127.0.0.1/8 scope host lo 05:01:46 valid_lft forever preferred_lft forever 05:01:46 inet6 ::1/128 scope host 05:01:46 valid_lft forever preferred_lft forever 05:01:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:01:46 link/ether fa:16:3e:f4:e6:59 brd ff:ff:ff:ff:ff:ff 05:01:46 inet 10.30.123.232/23 brd 10.30.123.255 scope global dynamic eth0 05:01:46 valid_lft 85869sec preferred_lft 85869sec 05:01:46 inet6 fe80::f816:3eff:fef4:e659/64 scope link 05:01:46 valid_lft forever preferred_lft forever 05:01:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:01:46 link/ether 02:42:87:c1:59:82 brd ff:ff:ff:ff:ff:ff 05:01:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:01:46 valid_lft forever preferred_lft forever 05:01:46 inet6 fe80::42:87ff:fec1:5982/64 scope link 05:01:46 valid_lft forever preferred_lft forever 05:01:46 05:01:46 05:01:46 ---> sar -b -r -n DEV: 05:01:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 05:01:46 05:01:46 04:52:43 LINUX RESTART (4 CPU) 05:01:46 05:01:46 04:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:01:46 04:54:02 164.30 74.70 89.60 0.00 8607.76 40181.23 0.00 05:01:46 04:55:01 2.51 0.00 2.51 0.00 0.00 55.17 0.00 05:01:46 04:56:01 0.45 0.00 0.45 0.00 0.00 6.33 0.00 05:01:46 04:57:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 05:01:46 04:58:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 05:01:46 04:59:02 0.30 0.00 0.30 0.00 0.00 4.26 0.00 05:01:46 05:00:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 05:01:46 05:01:01 0.30 0.02 0.28 0.00 0.13 3.08 0.00 05:01:46 Average: 21.16 9.38 11.78 0.00 1081.00 5055.58 0.00 05:01:46 05:01:46 04:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:01:46 04:54:02 161448 0 562000 29.87 2600 1155496 1076016 36.72 380832 1138672 128 05:01:46 04:55:01 165964 0 557364 29.62 2600 1155616 1058960 36.14 383864 1131272 16 05:01:46 04:56:01 163604 0 559720 29.75 2600 1155620 1059092 36.15 384580 1133060 20 05:01:46 04:57:01 164024 0 559300 29.73 2600 1155620 1059044 36.14 398328 1119004 12 05:01:46 04:58:01 164952 0 558364 29.68 2600 1155628 1058960 36.14 393672 1123188 8 05:01:46 04:59:02 163040 0 560272 29.78 2600 1155632 1059056 36.14 412500 1106076 8 05:01:46 05:00:01 163564 0 559744 29.75 2600 1155636 1058960 36.14 411748 1106076 8 05:01:46 05:01:01 162328 0 560976 29.81 2600 1155640 1061728 36.24 412504 1106072 20 05:01:46 Average: 163616 0 559718 29.75 2600 1155611 1061477 36.23 397254 1120428 28 05:01:46 05:01:46 04:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:01:46 04:54:02 eth0 607.54 397.22 1278.96 100.78 0.00 0.00 0.00 0.00 05:01:46 04:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:54:02 docker0 42.68 32.76 4.02 113.40 0.00 0.00 0.00 0.00 05:01:46 04:55:01 eth0 0.71 0.08 0.06 0.01 0.00 0.00 0.00 0.00 05:01:46 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:56:01 eth0 1.18 0.37 0.33 0.20 0.00 0.00 0.00 0.00 05:01:46 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:57:01 eth0 0.48 0.28 0.27 0.20 0.00 0.00 0.00 0.00 05:01:46 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:01:46 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:59:02 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 05:01:46 04:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 04:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 05:00:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:01:46 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 05:01:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:01:46 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 Average: eth0 76.66 50.03 160.72 12.72 0.00 0.00 0.00 0.00 05:01:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:46 Average: docker0 5.36 4.11 0.50 14.24 0.00 0.00 0.00 0.00 05:01:46 05:01:46 05:01:46 ---> sar -P ALL: 05:01:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 05:01:46 05:01:46 04:52:43 LINUX RESTART (4 CPU) 05:01:46 05:01:46 04:53:01 CPU %user %nice %system %iowait %steal %idle 05:01:46 04:54:02 all 13.94 0.00 8.21 5.50 0.17 72.18 05:01:46 04:54:02 0 13.36 0.00 8.79 3.68 0.14 74.04 05:01:46 04:54:02 1 14.86 0.00 9.00 5.52 0.17 70.45 05:01:46 04:54:02 2 13.01 0.00 8.12 6.04 0.20 72.63 05:01:46 04:54:02 3 14.55 0.00 6.94 6.77 0.15 71.59 05:01:46 04:55:01 all 0.16 0.00 0.05 0.00 0.00 99.79 05:01:46 04:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:01:46 04:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 05:01:46 04:55:01 2 0.07 0.00 0.07 0.00 0.00 99.86 05:01:46 04:55:01 3 0.47 0.00 0.03 0.00 0.00 99.49 05:01:46 04:56:01 all 0.17 0.00 0.08 0.00 0.00 99.76 05:01:46 04:56:01 0 0.07 0.00 0.03 0.00 0.00 99.90 05:01:46 04:56:01 1 0.05 0.00 0.10 0.00 0.00 99.85 05:01:46 04:56:01 2 0.07 0.00 0.10 0.00 0.00 99.83 05:01:46 04:56:01 3 0.48 0.00 0.07 0.00 0.00 99.45 05:01:46 04:57:01 all 0.06 0.00 0.05 0.00 0.01 99.88 05:01:46 04:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:01:46 04:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:01:46 04:57:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:01:46 04:57:01 3 0.13 0.00 0.08 0.00 0.02 99.77 05:01:46 04:58:01 all 0.04 0.00 0.04 0.00 0.00 99.92 05:01:46 04:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:01:46 04:58:01 1 0.05 0.00 0.07 0.00 0.00 99.88 05:01:46 04:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 05:01:46 04:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:01:46 04:59:02 all 0.03 0.00 0.05 0.00 0.00 99.91 05:01:46 04:59:02 0 0.03 0.00 0.02 0.00 0.00 99.95 05:01:46 04:59:02 1 0.05 0.00 0.03 0.00 0.00 99.92 05:01:46 04:59:02 2 0.03 0.00 0.15 0.00 0.00 99.82 05:01:46 04:59:02 3 0.02 0.00 0.02 0.00 0.00 99.97 05:01:46 05:00:01 all 0.12 0.00 0.03 0.00 0.01 99.84 05:01:46 05:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:01:46 05:00:01 1 0.07 0.00 0.07 0.00 0.02 99.85 05:01:46 05:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:01:46 05:00:01 3 0.37 0.00 0.02 0.00 0.00 99.61 05:01:46 05:01:01 all 0.16 0.00 0.04 0.00 0.00 99.79 05:01:46 05:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:01:46 05:01:01 1 0.08 0.00 0.08 0.02 0.00 99.82 05:01:46 05:01:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:01:46 05:01:01 3 0.50 0.00 0.03 0.00 0.00 99.47 05:01:46 Average: all 1.81 0.00 1.05 0.68 0.02 96.44 05:01:46 Average: 0 1.67 0.00 1.10 0.45 0.02 96.76 05:01:46 Average: 1 1.89 0.00 1.17 0.68 0.02 96.24 05:01:46 Average: 2 1.64 0.00 1.06 0.74 0.03 96.53 05:01:46 Average: 3 2.04 0.00 0.89 0.83 0.02 96.22 05:01:46 05:01:46 05:01:46