Pull request #337 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from daf306062aa12a6c94ae4b7bf1fbc33176a95319+90967dc4090d37bd76220bfe9e4fc5ca3976471c (b1b4acc73b8d4851d13c40547a9be68d706d1e31) 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-788 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [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-337 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) > git config core.sparsecheckout # timeout=10 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # 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 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" > git rev-list --no-walk 44d84db0be904aee2927af4cbe1c31ce462f491f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:14:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:14:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:14:17 ========================================================= 14:14:17 EdgeX Global Pipelines Version Info 14:14:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:14:19 ------------------- 14:14:19 stable info: 14:14:19 ------------------- 14:14:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:14:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:14:19 Message: update stable to v1.0.186 14:14:19 ------------------- 14:14:19 experimental info: 14:14:19 ------------------- 14:14:19 Commited By: **** collab-it+edgex@linuxfoundation.org 14:14:19 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:14:19 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:14:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:14:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:14:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:14:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-337 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-337 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-337 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = daf3060 [Pipeline] echo 14:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:14:20 provisioning config files... 14:14:20 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config7867386496366815954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:14:21 ---> docker-login.sh 14:14:21 nexus3.edgexfoundry.org:10001 14:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:21 Configure a credential helper to remove this warning. See 14:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:21 14:14:21 Login Succeeded 14:14:21 nexus3.edgexfoundry.org:10002 14:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:21 Configure a credential helper to remove this warning. See 14:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:21 14:14:21 Login Succeeded 14:14:21 nexus3.edgexfoundry.org:10003 14:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:22 Configure a credential helper to remove this warning. See 14:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:22 14:14:22 Login Succeeded 14:14:22 nexus3.edgexfoundry.org:10004 14:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:22 Configure a credential helper to remove this warning. See 14:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:22 14:14:22 Login Succeeded 14:14:22 docker.io 14:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:22 Configure a credential helper to remove this warning. See 14:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:22 14:14:22 Login Succeeded 14:14:22 ---> docker-login.sh ends [Pipeline] } 14:14:22 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 14:14:23 + git log --format=format:%s -1 daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] echo 14:14:23 GIT_COMMIT: daf306062aa12a6c94ae4b7bf1fbc33176a95319, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71 [Pipeline] echo 14:14:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:24 14:14:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:14:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:24 latest: Pulling from edgex-devops/git-semver 14:14:24 31603596830f: Pulling fs layer 14:14:24 2a8b12db71e7: Pulling fs layer 14:14:24 6ca5941a6612: Pulling fs layer 14:14:24 ecc8261a40a4: Pulling fs layer 14:14:24 ecc8261a40a4: Waiting 14:14:24 2a8b12db71e7: Verifying Checksum 14:14:24 2a8b12db71e7: Download complete 14:14:24 31603596830f: Verifying Checksum 14:14:24 31603596830f: Download complete 14:14:24 ecc8261a40a4: Verifying Checksum 14:14:24 ecc8261a40a4: Download complete 14:14:24 6ca5941a6612: Verifying Checksum 14:14:24 6ca5941a6612: Download complete 14:14:25 31603596830f: Pull complete 14:14:25 2a8b12db71e7: Pull complete 14:14:26 6ca5941a6612: Pull complete 14:14:27 ecc8261a40a4: Pull complete 14:14:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:14:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:14:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:14:27 prd-centos7-docker-4c-2g-788 does not seem to be running inside a container 14:14:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-337 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337:/w/workspace/edgexfoundry_edgex-ui-go_PR-337:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:14:29 $ docker top 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:14:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:29 [ssh-agent] Looking for ssh-agent implementation... 14:14:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:29 $ docker exec 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent 14:14:29 SSH_AUTH_SOCK=/tmp/ssh-DgsxTW9s4PrG/agent.13 14:14:29 SSH_AGENT_PID=18 14:14:30 Running ssh-add (command line suppressed) 14:14:30 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_8890247713454956718.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_8890247713454956718.key) 14:14:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:30 + git tag --points-at HEAD [Pipeline] } 14:14:30 $ docker exec --env ******** --env ******** 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent -k 14:14:30 unset SSH_AUTH_SOCK; 14:14:30 unset SSH_AGENT_PID; 14:14:30 echo Agent pid 18 killed; 14:14:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:14:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:14:30 [ssh-agent] Looking for ssh-agent implementation... 14:14:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:14:30 $ docker exec 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent 14:14:31 SSH_AUTH_SOCK=/tmp/ssh-0q3Lov1ZexMY/agent.48 14:14:31 SSH_AGENT_PID=53 14:14:31 Running ssh-add (command line suppressed) 14:14:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_4244500488317451435.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/private_key_4244500488317451435.key) 14:14:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:14:31 + git semver init 14:14:31 # -> Open(): unable to determine branch for HEAD 14:14:31 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-337/.git 14:14:31 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-337 14:14:31 # $SEMVER_REMOTE_NAME = origin 14:14:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:14:31 # $SEMVER_USER_NAME = edgex-jenkins 14:14:31 # $SEMVER_BRANCH = PR-337 14:14:31 # $SEMVER_TEMP = /tmp/semver-060435088 14:14:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:14:33 # '/tmp/semver-060435088' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-337/.semver' 14:14:33 # -> Force: false 14:14:33 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-337/.semver [Pipeline] } 14:14:33 $ docker exec --env ******** --env ******** 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 ssh-agent -k 14:14:33 unset SSH_AUTH_SOCK; 14:14:33 unset SSH_AGENT_PID; 14:14:33 echo Agent pid 53 killed; 14:14:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:14:34 + git semver [Pipeline] } 14:14:34 $ docker stop --time=1 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 14:14:35 $ docker rm -f 5b520fc0acb5648f4d3734b6a0831fe76037c860a3e7eed3f36604933d733162 [Pipeline] // withDockerContainer [Pipeline] sh 14:14:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:14:36 Stashed 1 file(s) [Pipeline] echo 14:14:36 [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 14:14:51 Still waiting to schedule task 14:14:51 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-788’ 14:14:51 Still waiting to schedule task 14:14:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:16:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-789 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [Pipeline] { [Pipeline] ws 14:16:40 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 14:16:46 using credential edgex-jenkins-ssh 14:16:46 Cloning the remote Git repository 14:16:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:16:46 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:16:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:16:46 > git --version # timeout=10 14:16:46 > git --version # 'git version 2.17.1' 14:16:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:16:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:16:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:16:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:16:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:16:49 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:16:49 Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:16:50 Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:16:50 Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) 14:16:49 > git config core.sparsecheckout # timeout=10 14:16:50 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 14:16:50 > git remote # timeout=10 14:16:50 > git config --get remote.origin.url # timeout=10 14:16:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:50 > git merge 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 14:16:50 > git rev-parse HEAD^{commit} # timeout=10 14:16:50 > git config core.sparsecheckout # timeout=10 14:16:50 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 14:16:55 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:16:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:16:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:16:57 + true 14:16:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:17:00 provisioning config files... 14:17:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8362283947149368511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:17:01 ---> docker-login.sh 14:17:01 nexus3.edgexfoundry.org:10001 14:17:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:02 Configure a credential helper to remove this warning. See 14:17:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:02 14:17:02 Login Succeeded 14:17:02 nexus3.edgexfoundry.org:10002 14:17:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:03 Configure a credential helper to remove this warning. See 14:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:03 14:17:03 Login Succeeded 14:17:03 nexus3.edgexfoundry.org:10003 14:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:03 Configure a credential helper to remove this warning. See 14:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:03 14:17:03 Login Succeeded 14:17:03 nexus3.edgexfoundry.org:10004 14:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:03 Configure a credential helper to remove this warning. See 14:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:03 14:17:03 Login Succeeded 14:17:03 docker.io 14:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:04 Configure a credential helper to remove this warning. See 14:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:04 14:17:04 Login Succeeded 14:17:04 ---> docker-login.sh ends [Pipeline] } 14:17:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:17:05 ========================================================= 14:17:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:17:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:17:05 + 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 . 14:17:06 Sending build context to Docker daemon 34.84MB 14:17:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:17:06 Step 2/8 : FROM ${BASE} 14:17:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:17:06 5f621e34cdf4: Pulling fs layer 14:17:06 a4357932f1b6: Pulling fs layer 14:17:06 18c013af1878: Pulling fs layer 14:17:06 00ac8860ef70: Pulling fs layer 14:17:06 63d7cb157983: Pulling fs layer 14:17:06 b116817d02f9: Pulling fs layer 14:17:06 745a02a5169b: Pulling fs layer 14:17:06 00ac8860ef70: Waiting 14:17:06 63d7cb157983: Waiting 14:17:06 b116817d02f9: Waiting 14:17:06 18c013af1878: Verifying Checksum 14:17:06 18c013af1878: Download complete 14:17:06 a4357932f1b6: Verifying Checksum 14:17:06 63d7cb157983: Download complete 14:17:06 b116817d02f9: Verifying Checksum 14:17:06 5f621e34cdf4: Verifying Checksum 14:17:06 5f621e34cdf4: Download complete 14:17:06 b116817d02f9: Download complete 14:17:07 5f621e34cdf4: Pull complete 14:17:07 a4357932f1b6: Pull complete 14:17:08 18c013af1878: Pull complete 14:17:08 745a02a5169b: Verifying Checksum 14:17:08 745a02a5169b: Download complete 14:17:10 00ac8860ef70: Verifying Checksum 14:17:10 00ac8860ef70: Download complete 14:17:20 00ac8860ef70: Pull complete 14:17:20 63d7cb157983: Pull complete 14:17:20 b116817d02f9: Pull complete 14:17:25 745a02a5169b: Pull complete 14:17:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:17:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:17:25 ---> b7e6874047d6 14:17:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:17:27 ---> Running in 1b019bd35329 14:17:28 Removing intermediate container 1b019bd35329 14:17:28 ---> 05400689740e 14:17:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:17:28 ---> Running in db7e9e6d049e 14:17:30 Removing intermediate container db7e9e6d049e 14:17:30 ---> e0a9bf6743f8 14:17:30 Step 5/8 : RUN apk add --no-cache make git 14:17:30 ---> Running in e7b13fc6330e 14:17:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:17:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:17:33 Running on prd-centos7-docker-4c-2g-790 in /w/workspace/edgexfoundry_edgex-ui-go_PR-337 [Pipeline] { [Pipeline] ws 14:17:33 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 14:17:33 OK: 142 MiB in 39 packages 14:17:34 Removing intermediate container e7b13fc6330e 14:17:34 ---> 6c99cfd4d485 14:17:34 Step 6/8 : WORKDIR /edgex-ui-go 14:17:34 ---> Running in 505aa9338a63 14:17:35 Removing intermediate container 505aa9338a63 14:17:35 ---> b12cbd773cd3 14:17:35 Step 7/8 : COPY . . 14:17:35 using credential edgex-jenkins-ssh 14:17:35 Cloning the remote Git repository 14:17:35 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:17:35 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:17:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:17:36 > git --version # timeout=10 14:17:36 > git --version # 'git version 2.24.3' 14:17:36 using GIT_SSH to set credentials SSH Credentials for GitHub 14:17:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:17:37 Merging remotes/origin/master commit 90967dc4090d37bd76220bfe9e4fc5ca3976471c into PR head commit daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:17:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:17:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:17:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:17:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:17:37 using GIT_SSH to set credentials SSH Credentials for GitHub 14:17:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:17:37 > git config core.sparsecheckout # timeout=10 14:17:37 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 14:17:38 Merge succeeded, producing daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:17:38 Checking out Revision daf306062aa12a6c94ae4b7bf1fbc33176a95319 (PR-337) 14:17:38 ---> f132de05d26b 14:17:38 Step 8/8 : RUN go mod download 14:17:38 ---> Running in a00c5429eac1 14:17:38 > git remote # timeout=10 14:17:38 > git config --get remote.origin.url # timeout=10 14:17:38 using GIT_SSH to set credentials SSH Credentials for GitHub 14:17:38 > git merge 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 14:17:38 > git rev-parse HEAD^{commit} # timeout=10 14:17:38 > git config core.sparsecheckout # timeout=10 14:17:38 > git checkout -f daf306062aa12a6c94ae4b7bf1fbc33176a95319 # timeout=10 14:17:42 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.71" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:17:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:17:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:17:43 + true 14:17:43 + sudo service docker restart 14:17:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:17:45 provisioning config files... 14:17:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2820952753467157779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:17:45 ---> docker-login.sh 14:17:45 nexus3.edgexfoundry.org:10001 14:17:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:46 Configure a credential helper to remove this warning. See 14:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:46 14:17:46 Login Succeeded 14:17:46 nexus3.edgexfoundry.org:10002 14:17:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:46 Configure a credential helper to remove this warning. See 14:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:46 14:17:46 Login Succeeded 14:17:46 nexus3.edgexfoundry.org:10003 14:17:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:46 Configure a credential helper to remove this warning. See 14:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:46 14:17:46 Login Succeeded 14:17:46 nexus3.edgexfoundry.org:10004 14:17:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:46 Configure a credential helper to remove this warning. See 14:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:46 14:17:46 Login Succeeded 14:17:46 docker.io 14:17:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:17:46 Configure a credential helper to remove this warning. See 14:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:17:46 14:17:46 Login Succeeded 14:17:46 ---> docker-login.sh ends [Pipeline] } 14:17:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:17:47 ========================================================= 14:17:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:17:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:17:47 + 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 . 14:17:47 Sending build context to Docker daemon 34.84MB 14:17:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:17:47 Step 2/8 : FROM ${BASE} 14:17:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:17:47 188c0c94c7c5: Pulling fs layer 14:17:47 0ef7d3d256c8: Pulling fs layer 14:17:47 de9db76c5a1d: Pulling fs layer 14:17:47 bca2f99d35d6: Pulling fs layer 14:17:47 93359f2a8cfa: Pulling fs layer 14:17:47 7c6f9722023f: Pulling fs layer 14:17:47 a35cf1a2eb13: Pulling fs layer 14:17:47 bca2f99d35d6: Waiting 14:17:47 93359f2a8cfa: Waiting 14:17:47 7c6f9722023f: Waiting 14:17:47 a35cf1a2eb13: Waiting 14:17:47 0ef7d3d256c8: Verifying Checksum 14:17:47 0ef7d3d256c8: Download complete 14:17:47 de9db76c5a1d: Verifying Checksum 14:17:47 de9db76c5a1d: Download complete 14:17:47 93359f2a8cfa: Verifying Checksum 14:17:47 93359f2a8cfa: Download complete 14:17:48 7c6f9722023f: Verifying Checksum 14:17:48 7c6f9722023f: Download complete 14:17:48 188c0c94c7c5: Verifying Checksum 14:17:48 188c0c94c7c5: Download complete 14:17:48 188c0c94c7c5: Pull complete 14:17:48 0ef7d3d256c8: Pull complete 14:17:48 de9db76c5a1d: Pull complete 14:17:49 a35cf1a2eb13: Verifying Checksum 14:17:49 a35cf1a2eb13: Download complete 14:17:50 bca2f99d35d6: Verifying Checksum 14:17:50 bca2f99d35d6: Download complete 14:17:56 bca2f99d35d6: Pull complete 14:17:56 93359f2a8cfa: Pull complete 14:17:56 7c6f9722023f: Pull complete 14:18:01 a35cf1a2eb13: Pull complete 14:18:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:18:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:18:01 ---> a62c8e92a672 14:18:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:18:01 ---> Running in b2f6e32bef56 14:18:01 Removing intermediate container b2f6e32bef56 14:18:01 ---> 817cf3f81fc0 14:18:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:01 ---> Running in fca27a10019d 14:18:02 Removing intermediate container fca27a10019d 14:18:02 ---> 02f513e36179 14:18:02 Step 5/8 : RUN apk add --no-cache make git 14:18:02 ---> Running in 06c63a2806b2 14:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:04 OK: 166 MiB in 39 packages 14:18:04 Removing intermediate container 06c63a2806b2 14:18:04 ---> 042a176e9f2d 14:18:04 Step 6/8 : WORKDIR /edgex-ui-go 14:18:04 ---> Running in 35dbed21b0ed 14:18:04 Removing intermediate container 35dbed21b0ed 14:18:04 ---> 6cd9b0d0a8a3 14:18:04 Step 7/8 : COPY . . 14:18:08 ---> 1690ad607c3b 14:18:08 Step 8/8 : RUN go mod download 14:18:08 ---> Running in c6c9e078cc42 14:18:11 Removing intermediate container a00c5429eac1 14:18:11 ---> 785dfdaad81d 14:18:11 Successfully built 785dfdaad81d 14:18:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:18:11 + docker inspect -f . ci-base-image-arm64 14:18:11 . [Pipeline] withDockerContainer 14:18:11 prd-ubuntu18.04-docker-arm64-4c-16g-789 does not seem to be running inside a container 14:18:11 $ 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 14:18:13 $ docker top 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:14 + go version 14:18:14 go version go1.15.5 linux/arm64 [Pipeline] } 14:18:14 $ docker stop --time=1 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 14:18:16 $ docker rm -f 01df8356b09f43596fba178562bf490d97448ed8d0eaacf24d69a8671f76b4d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:18:16 + docker inspect -f . ci-base-image-arm64 14:18:16 . [Pipeline] withDockerContainer 14:18:17 prd-ubuntu18.04-docker-arm64-4c-16g-789 does not seem to be running inside a container 14:18:17 $ 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 14:18:18 $ docker top 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:19 + make test 14:18:19 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:18:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:18:35 Removing intermediate container c6c9e078cc42 14:18:35 ---> c6d8759eb436 14:18:35 Successfully built c6d8759eb436 14:18:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:18:35 + docker inspect -f . ci-base-image-x86_64 14:18:35 . [Pipeline] withDockerContainer 14:18:36 prd-centos7-docker-4c-2g-790 does not seem to be running inside a container 14:18:36 $ 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 14:18:37 $ docker top 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:37 + go version 14:18:37 go version go1.15.5 linux/amd64 [Pipeline] } 14:18:37 $ docker stop --time=1 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c 14:18:38 $ docker rm -f 0bc126348ffe553519b710fe980f71d746fa149bb987999069c61c2a7c66278c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:18:39 + docker inspect -f . ci-base-image-x86_64 14:18:39 . [Pipeline] withDockerContainer 14:18:39 prd-centos7-docker-4c-2g-790 does not seem to be running inside a container 14:18:39 $ 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 14:18:40 $ docker top 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e -eo pid,comm [Pipeline] { [Pipeline] sh 14:18:40 + make test 14:18:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:18:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:18:47 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:18:47 GO111MODULE=on go vet ./... 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:18:52 GO111MODULE=on go vet ./... [Pipeline] } 14:18:53 $ docker stop --time=1 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e 14:18:57 $ docker rm -f 0a11fd229bd96ea086481c5921ef70e7f0f713fea579a8d304e8e7ac57f6e52e [Pipeline] // withDockerContainer [Pipeline] } 14:18:57 $ docker stop --time=1 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd 14:18:59 $ docker rm -f 685be47d74b3e2f12192c48a0231449827f4ef8bdeaa801d5e56908d6e81eabd [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 14:19:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:19:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:19:00 Warning: overwriting stash ‘coverage-report’ 14:19:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 14:19:01 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:19:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:19:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:19:03 + ls -al . 14:19:03 total 92 14:19:03 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 14:18 . 14:19:03 drwxrwxr-x. 4 jenkins jenkins 28 Apr 19 14:17 .. 14:19:03 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 14:17 assets 14:19:03 drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 14:17 bin 14:19:03 drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 14:17 cmd 14:19:03 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 14:17 CONTRIBUTING.md 14:19:03 -rw-r--r--. 1 jenkins jenkins 10 Apr 19 14:18 coverage.out 14:19:03 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 14:17 Dockerfile 14:19:03 -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 14:17 Dockerfile.build 14:19:03 drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 14:17 docs 14:19:03 drwxrwxr-x. 8 jenkins jenkins 179 Apr 19 14:17 .git 14:19:03 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 14:17 .github 14:19:03 -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 14:17 .gitignore 14:19:03 -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 14:17 go.mod 14:19:03 -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 14:18 go.sum 14:19:03 drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 14:17 internal 14:19:03 -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 14:17 Jenkinsfile 14:19:03 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 14:17 LICENSE 14:19:03 -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 14:17 Makefile 14:19:03 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 14:17 README.md 14:19:03 -rw-rw-r--. 1 jenkins jenkins 5 Apr 19 14:14 VERSION 14:19:03 -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 14:17 version.go 14:19:03 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 14:17 web [Pipeline] isUnix [Pipeline] sh 14:19:04 + ls -al . 14:19:04 total 124 14:19:04 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 14:18 . 14:19:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:16 .. 14:19:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 14:16 .git 14:19:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:16 .github 14:19:04 -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 14:16 .gitignore 14:19:04 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 14:16 CONTRIBUTING.md 14:19:04 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 14:16 Dockerfile 14:19:04 -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 14:16 Dockerfile.build 14:19:04 -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 14:16 Jenkinsfile 14:19:04 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 14:16 LICENSE 14:19:04 -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 14:16 Makefile 14:19:04 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 14:16 README.md 14:19:04 -rw-rw-r-- 1 jenkins jenkins 5 Apr 19 14:14 VERSION 14:19:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:16 assets 14:19:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 14:16 bin 14:19:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 14:16 cmd 14:19:04 -rw-r--r-- 1 jenkins jenkins 10 Apr 19 14:18 coverage.out 14:19:04 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 14:16 docs 14:19:04 -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 14:16 go.mod 14:19:04 -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 14:18 go.sum 14:19:04 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 14:16 internal 14:19:04 -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 14:16 version.go 14:19:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 14:16 web [Pipeline] isUnix [Pipeline] sh 14:19:04 + 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=daf306062aa12a6c94ae4b7bf1fbc33176a95319 --label arch=amd64 --label version=0.0.0 . 14:19:04 + 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=daf306062aa12a6c94ae4b7bf1fbc33176a95319 --label arch=arm64 --label version=0.0.0 . 14:19:04 Sending build context to Docker daemon 34.86MB 14:19:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:19:04 Step 2/24 : FROM ${BASE} AS builder 14:19:04 ---> c6d8759eb436 14:19:04 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:19:05 ---> Running in ba8be8d1506b 14:19:05 Removing intermediate container ba8be8d1506b 14:19:05 ---> 62127a185ed5 14:19:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:19:05 Sending build context to Docker daemon 34.86MB 14:19:05 ---> Running in 7e35fd38a813 14:19:05 Removing intermediate container 7e35fd38a813 14:19:05 ---> bdd1db580e67 14:19:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:19:05 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:19:05 Step 2/24 : FROM ${BASE} AS builder 14:19:05 ---> 785dfdaad81d 14:19:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:19:05 ---> Running in 88fe272f8f01 14:19:05 Removing intermediate container 88fe272f8f01 14:19:05 ---> 79fcc47da92a 14:19:05 Step 6/24 : LABEL Name=edgex-ui-go 14:19:05 ---> Running in 2a88b276c9c2 14:19:06 ---> Running in 9ddd5a0f02b8 14:19:06 Removing intermediate container 2a88b276c9c2 14:19:06 ---> d4c89043d806 14:19:06 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:19:06 ---> Running in cdb6a18fb74f 14:19:06 Removing intermediate container cdb6a18fb74f 14:19:06 ---> 7e753e1e2086 14:19:06 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:19:06 ---> Running in e97f235f860b 14:19:06 Removing intermediate container 9ddd5a0f02b8 14:19:06 ---> e25ff3b45f32 14:19:06 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:19:06 ---> Running in 81ac7f39880d 14:19:07 Removing intermediate container 81ac7f39880d 14:19:07 ---> befd99df6a60 14:19:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:19:07 ---> Running in 71b58422849c 14:19:07 Removing intermediate container e97f235f860b 14:19:07 ---> 71a23faa684c 14:19:07 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:19:07 ---> Running in f444a6f4b442 14:19:07 Removing intermediate container 71b58422849c 14:19:07 ---> 41803b840c53 14:19:07 Step 6/24 : LABEL Name=edgex-ui-go 14:19:07 ---> Running in 5da4a1a48093 14:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:08 Removing intermediate container 5da4a1a48093 14:19:08 ---> 4a568c5b5c6f 14:19:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:19:08 ---> Running in 56047611d70c 14:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:08 Removing intermediate container 56047611d70c 14:19:08 ---> 8e1487a3a2bf 14:19:08 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:19:09 ---> Running in 372b2858c52a 14:19:09 OK: 166 MiB in 39 packages 14:19:09 Removing intermediate container f444a6f4b442 14:19:09 ---> 410e736926a7 14:19:09 Step 10/24 : ENV GO111MODULE=on 14:19:09 ---> Running in c68396097aa7 14:19:09 Removing intermediate container c68396097aa7 14:19:09 ---> 710c9d9e0b3f 14:19:09 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:19:09 ---> Running in 73566586f25f 14:19:09 Removing intermediate container 73566586f25f 14:19:09 ---> 846b0ad31ad9 14:19:09 Step 12/24 : COPY go.mod . 14:19:10 ---> bcf4c3030e97 14:19:10 Step 13/24 : COPY Makefile . 14:19:10 ---> 11a24c09bc1c 14:19:10 Step 14/24 : RUN make update 14:19:10 ---> Running in 89beede99766 14:19:11 Removing intermediate container 372b2858c52a 14:19:11 ---> 1a6fee0d12a1 14:19:11 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:19:11 CGO_ENABLED=0 GO111MODULE=on go mod download 14:19:11 ---> Running in 3ab841c6c55b 14:19:11 Removing intermediate container 89beede99766 14:19:11 ---> 821f9a3e1c93 14:19:11 Step 15/24 : COPY . . 14:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:19:13 OK: 142 MiB in 39 packages 14:19:14 ---> e94e4e809745 14:19:14 Step 16/24 : RUN ${MAKE} 14:19:14 ---> Running in 11d2fccd54a9 14:19:14 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 14:19:15 Removing intermediate container 3ab841c6c55b 14:19:15 ---> 959332073d76 14:19:15 Step 10/24 : ENV GO111MODULE=on 14:19:15 ---> Running in 1312bcb15c63 14:19:15 Removing intermediate container 1312bcb15c63 14:19:15 ---> 6ebe466a303c 14:19:15 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:19:15 ---> Running in e502933f758f 14:19:16 Removing intermediate container e502933f758f 14:19:16 ---> 65f22cf1a7d5 14:19:16 Step 12/24 : COPY go.mod . 14:19:17 ---> 412a701c872f 14:19:17 Step 13/24 : COPY Makefile . 14:19:17 ---> b5c7b39c327a 14:19:17 Step 14/24 : RUN make update 14:19:17 ---> Running in 4684254c7f28 14:19:19 CGO_ENABLED=0 GO111MODULE=on go mod download 14:19:20 Removing intermediate container 4684254c7f28 14:19:20 ---> 17f4c151810d 14:19:20 Step 15/24 : COPY . . 14:19:23 ---> 17629d72c446 14:19:23 Step 16/24 : RUN ${MAKE} 14:19:23 ---> Running in a363ac9f1d66 14:19:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:19:24 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 14:19:27 Removing intermediate container 11d2fccd54a9 14:19:27 ---> c5858e31f29e 14:19:27 Step 17/24 : FROM alpine:3.12 14:19:27 3.12: Pulling from library/alpine 14:19:28 339de151aab4: Pulling fs layer 14:19:28 339de151aab4: Verifying Checksum 14:19:28 339de151aab4: Download complete 14:19:28 339de151aab4: Pull complete 14:19:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:19:28 Status: Downloaded newer image for alpine:3.12 14:19:28 ---> 13621d1b12d4 14:19:28 Step 18/24 : EXPOSE 4000 14:19:28 ---> Running in d57fc387b4e8 14:19:29 Removing intermediate container d57fc387b4e8 14:19:29 ---> 0614582bbed8 14:19:29 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:19:30 ---> d33b1edb3085 14:19:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:19:30 ---> Running in c7be984133ea 14:19:30 Removing intermediate container c7be984133ea 14:19:30 ---> ec14131681a4 14:19:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:19:30 ---> Running in 503cfb5ab99f 14:19:30 Removing intermediate container 503cfb5ab99f 14:19:30 ---> 1a6d81442d38 14:19:30 Step 22/24 : LABEL arch=amd64 14:19:31 ---> Running in 0411d2d85317 14:19:31 Removing intermediate container 0411d2d85317 14:19:31 ---> d6c938a8c7fd 14:19:31 Step 23/24 : LABEL git_sha=daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:19:31 ---> Running in 2fb00ec8597c 14:19:31 Removing intermediate container 2fb00ec8597c 14:19:31 ---> d339fb80c0e9 14:19:31 Step 24/24 : LABEL version=0.0.0 14:19:31 ---> Running in 152959cdfc48 14:19:31 Removing intermediate container 152959cdfc48 14:19:31 ---> b3acee75988b 14:19:31 [Warning] One or more build-args [ARCH] were not consumed 14:19:31 Successfully built b3acee75988b 14:19:31 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 14:19:32 ---> job-cost.sh 14:19:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sqjE 14:19:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:19:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:19:57 Removing intermediate container a363ac9f1d66 14:19:57 ---> 36582df6b529 14:19:57 Step 17/24 : FROM alpine:3.12 14:19:57 3.12: Pulling from library/alpine 14:19:57 d2f70382dc9a: Pulling fs layer 14:19:57 d2f70382dc9a: Verifying Checksum 14:19:57 d2f70382dc9a: Download complete 14:19:58 d2f70382dc9a: Pull complete 14:19:58 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:19:58 Status: Downloaded newer image for alpine:3.12 14:19:58 ---> 9852663dfa18 14:19:58 Step 18/24 : EXPOSE 4000 14:19:58 ---> Running in a7b28313ad7d 14:19:58 Removing intermediate container a7b28313ad7d 14:19:58 ---> 0acb2a75a272 14:19:58 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 14:20:01 ---> 6fc649c57d99 14:20:01 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:20:01 ---> Running in d8fc5469552d 14:20:01 Removing intermediate container d8fc5469552d 14:20:01 ---> 47cd2fc1414d 14:20:01 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:20:01 ---> Running in 02aabc9c2f0f 14:20:02 Removing intermediate container 02aabc9c2f0f 14:20:02 ---> c46ae824d9c9 14:20:02 Step 22/24 : LABEL arch=arm64 14:20:02 ---> Running in adc4244db4f1 14:20:02 Removing intermediate container adc4244db4f1 14:20:02 ---> fa6d3c17c8ab 14:20:02 Step 23/24 : LABEL git_sha=daf306062aa12a6c94ae4b7bf1fbc33176a95319 14:20:03 ---> Running in c2ad28bd6b50 14:20:03 Removing intermediate container c2ad28bd6b50 14:20:03 ---> 2f0229af54bb 14:20:03 Step 24/24 : LABEL version=0.0.0 14:20:03 ---> Running in 372bad7e9a30 14:20:04 Removing intermediate container 372bad7e9a30 14:20:04 ---> 5c5d3f3008b3 14:20:04 [Warning] One or more build-args [ARCH] were not consumed 14:20:04 Successfully built 5c5d3f3008b3 14:20:04 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 14:20:04 ---> job-cost.sh 14:20:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W1UV 14:20:22 lf-activate-venv(): INFO: Adding /tmp/venv-sqjE/bin to PATH 14:20:22 INFO: No Stack... 14:20:22 INFO: Retrieving Pricing Info for: v1-standard-2 14:20:22 INFO: Archiving Costs [Pipeline] sh 14:20:23 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 14:20:23 + cut -d, -f6 [Pipeline] lock 14:20:23 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] 14:20:23 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] did not exist. Created. 14:20:23 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:20:23 + echo total: 0.029999999329447746 [Pipeline] stash 14:20:23 Stashed 1 file(s) [Pipeline] } 14:20:23 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:20:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:22:20 lf-activate-venv(): INFO: Adding /tmp/venv-W1UV/bin to PATH 14:22:20 INFO: No Stack... 14:22:20 INFO: Retrieving Pricing Info for: lf-standard-4 14:22:20 INFO: Archiving Costs [Pipeline] sh 14:22:20 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 14:22:20 + cut -d, -f6 [Pipeline] lock 14:22:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] 14:22:20 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] did not exist. Created. 14:22:20 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-337-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:22:21 /w/workspace/edgex-ui-go/2@tmp/durable-c0fd543a/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-c0fd543a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:22:21 + echo total: 0.20999999344348907 [Pipeline] stash 14:22:21 Warning: overwriting stash ‘stack-cost’ 14:22:21 Stashed 1 file(s) [Pipeline] } 14:22:21 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-337-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 14:22:22 provisioning config files... 14:22:22 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config6827886232986783980tmp [Pipeline] { [Pipeline] sh 14:22:22 + set +x 14:22:22 + curl -s https://codecov.io/bash 14:22:22 + bash -s -- 14:22:22 14:22:22 _____ _ 14:22:22 / ____| | | 14:22:22 | | ___ __| | ___ ___ _____ __ 14:22:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:22:22 | |___| (_) | (_| | __/ (_| (_) \ V / 14:22:22 \_____\___/ \__,_|\___|\___\___/ \_/ 14:22:22 Bash-1.0.1 14:22:22 14:22:22 14:22:22 ==> git version 2.24.3 found 14:22:22 ==> 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 14:22:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:22:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:22:22 ==> Jenkins CI detected. 14:22:22 project root: . 14:22:22 --> token set from env 14:22:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:22:22 ==> Running gcov in . (disable via -X gcov) 14:22:22 ==> Python coveragepy not found 14:22:22 ==> Searching for coverage reports in: 14:22:22 + . 14:22:22 -> Found 1 reports 14:22:22 ==> Detecting git/mercurial file structure 14:22:22 ==> Reading reports 14:22:22 + ./coverage.out bytes=10 14:22:22 ==> Appending adjustments 14:22:22 https://docs.codecov.io/docs/fixing-reports 14:22:23 + Found adjustments 14:22:23 ==> Gzipping contents 14:22:23 4.0K /tmp/codecov.wgc8dJ.gz 14:22:23 ==> Uploading reports 14:22:23 url: https://codecov.io 14:22:23 query: branch=PR-337&commit=daf306062aa12a6c94ae4b7bf1fbc33176a95319&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-337%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=337&job=&cmd_args= 14:22:23 -> Pinging Codecov 14:22:23 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-337&commit=daf306062aa12a6c94ae4b7bf1fbc33176a95319&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-337%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=337&job=&cmd_args= 14:22:23 -> Uploading to 14:22:23 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/daf306062aa12a6c94ae4b7bf1fbc33176a95319/e6528797-c623-40f3-b834-96db582a5530.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T142223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7e1c92f7533d09ac297df3c10113b37f13d06a9d2d091b7950ba29f052bd0fa0 14:22:23 % Total % Received % Xferd Average Speed Time Time Time Current 14:22:23 Dload Upload Total Spent Left Speed 14:22:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 7999 --:--:-- --:--:-- --:--:-- 8012 14:22:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/daf306062aa12a6c94ae4b7bf1fbc33176a95319 [Pipeline] } 14:22:24 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 14:22:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:22:26 ---> package-listing.sh 14:22:26 ++ facter osfamily 14:22:26 ++ tr '[:upper:]' '[:lower:]' 14:22:26 + OS_FAMILY=redhat 14:22:26 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-337 14:22:26 + START_PACKAGES=/tmp/packages_start.txt 14:22:26 + END_PACKAGES=/tmp/packages_end.txt 14:22:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:22:26 + PACKAGES=/tmp/packages_start.txt 14:22:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-337 ']' 14:22:26 + PACKAGES=/tmp/packages_end.txt 14:22:26 + case "${OS_FAMILY}" in 14:22:26 + rpm -qa 14:22:26 + sort 14:22:31 + '[' -f /tmp/packages_start.txt ']' 14:22:31 + '[' -f /tmp/packages_end.txt ']' 14:22:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:22:31 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-337 ']' 14:22:31 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-337/archives/ 14:22:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-337/archives/ [Pipeline] echo 14:22:31 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-337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:22:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:22:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:22:32 14:22:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:22:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:22:32 alpine: Pulling from edgex-lftools-log-publisher 14:22:32 df20fa9351a1: Pulling fs layer 14:22:32 36b3adc4ff6f: Pulling fs layer 14:22:32 8ad3a11d3b57: Pulling fs layer 14:22:32 46f8f816bc3b: Pulling fs layer 14:22:32 93b61091891f: Pulling fs layer 14:22:32 93b9cdb0e59b: Pulling fs layer 14:22:32 5e14af77c1be: Pulling fs layer 14:22:32 01666e4c0597: Pulling fs layer 14:22:32 aa168da1d23b: Pulling fs layer 14:22:32 46f8f816bc3b: Waiting 14:22:32 93b61091891f: Waiting 14:22:32 93b9cdb0e59b: Waiting 14:22:32 5e14af77c1be: Waiting 14:22:32 01666e4c0597: Waiting 14:22:32 aa168da1d23b: Waiting 14:22:32 36b3adc4ff6f: Verifying Checksum 14:22:32 36b3adc4ff6f: Download complete 14:22:32 46f8f816bc3b: Verifying Checksum 14:22:32 46f8f816bc3b: Download complete 14:22:32 df20fa9351a1: Verifying Checksum 14:22:32 df20fa9351a1: Download complete 14:22:32 93b9cdb0e59b: Verifying Checksum 14:22:32 93b9cdb0e59b: Download complete 14:22:32 5e14af77c1be: Verifying Checksum 14:22:32 5e14af77c1be: Download complete 14:22:32 01666e4c0597: Verifying Checksum 14:22:32 01666e4c0597: Download complete 14:22:32 93b61091891f: Verifying Checksum 14:22:32 93b61091891f: Download complete 14:22:32 8ad3a11d3b57: Verifying Checksum 14:22:32 8ad3a11d3b57: Download complete 14:22:33 df20fa9351a1: Pull complete 14:22:33 36b3adc4ff6f: Pull complete 14:22:34 8ad3a11d3b57: Pull complete 14:22:34 46f8f816bc3b: Pull complete 14:22:34 93b61091891f: Pull complete 14:22:34 93b9cdb0e59b: Pull complete 14:22:35 5e14af77c1be: Pull complete 14:22:35 aa168da1d23b: Verifying Checksum 14:22:35 aa168da1d23b: Download complete 14:22:35 01666e4c0597: Pull complete 14:22:45 aa168da1d23b: Pull complete 14:22:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:22:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:22:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:22:45 prd-centos7-docker-4c-2g-788 does not seem to be running inside a container 14:22:45 $ 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-337/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-337 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337:/w/workspace/edgexfoundry_edgex-ui-go_PR-337:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@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:10003/edgex-lftools-log-publisher:alpine cat 14:22:48 $ docker top ac7950e65a3f8ccd8cd8ba21fbab6bd839415265bb4bcaeb24702c37a1805d0d -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:48 + touch /tmp/pre-build-complete [Pipeline] sh 14:22:49 + mkdir -p /var/log/sa [Pipeline] sh 14:22:49 + ls /var/log/sa-host 14:22:49 + sadf -c /var/log/sa-host/sa19 14:22:49 file_magic: OK 14:22:49 HZ: Using current value: 100 14:22:49 file_header: OK 14:22:49 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 14:22:49 Statistics: 14:22:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:22:49 File successfully converted to sysstat format version 12.2.1 14:22:49 + sadf -c /var/log/sa-host/sa23 14:22:49 file_magic: OK 14:22:49 HZ: Using current value: 100 14:22:49 file_header: OK 14:22:49 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 14:22:49 Statistics: 14:22:49 Hnuu...uuuununununu... 14:22:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:50 provisioning config files... 14:22:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp/config9120450756771962957tmp [Pipeline] { [Pipeline] echo 14:22:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:22:50 ---> create-netrc.sh [Pipeline] } 14:22:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:22:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:22:50 ---> python-tools-install.sh [Pipeline] echo 14:22:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:22:51 ---> sudo-logs.sh 14:22:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:22:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:22:51 ---> job-cost.sh 14:22:51 lf-activate-venv: SKIPPING 14:22:51 DEBUG: total: 0.20999999344348907 14:22:51 INFO: Retrieving Stack Cost... 14:22:52 INFO: Retrieving Pricing Info for: v1-standard-2 14:22:52 INFO: Archiving Costs [Pipeline] echo 14:22:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:22:53 ---> logs-deploy.sh 14:22:53 lf-activate-venv: SKIPPING 14:22:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-337/2 14:22:53 INFO: archiving workspace using pattern(s): 14:22:55 Archives upload complete. 14:22:55 INFO: archiving logs to Nexus 14:22:56 ---> uname -a: 14:22:56 Linux prd-centos7-docker-4c-2g-788.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:22:56 14:22:56 14:22:56 ---> lscpu: 14:22:56 Architecture: x86_64 14:22:56 CPU op-mode(s): 32-bit, 64-bit 14:22:56 Byte Order: Little Endian 14:22:56 Address sizes: 40 bits physical, 48 bits virtual 14:22:56 CPU(s): 4 14:22:56 On-line CPU(s) list: 0-3 14:22:56 Thread(s) per core: 1 14:22:56 Core(s) per socket: 1 14:22:56 Socket(s): 4 14:22:56 NUMA node(s): 1 14:22:56 Vendor ID: GenuineIntel 14:22:56 CPU family: 6 14:22:56 Model: 44 14:22:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:22:56 Stepping: 1 14:22:56 CPU MHz: 2933.438 14:22:56 BogoMIPS: 5866.87 14:22:56 Virtualization: VT-x 14:22:56 Hypervisor vendor: KVM 14:22:56 Virtualization type: full 14:22:56 L1d cache: 128 KiB 14:22:56 L1i cache: 128 KiB 14:22:56 L2 cache: 16 MiB 14:22:56 L3 cache: 64 MiB 14:22:56 NUMA node0 CPU(s): 0-3 14:22:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:22:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:22:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:22:56 Vulnerability Meltdown: Mitigation; PTI 14:22:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:22:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:22:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:22:56 Vulnerability Srbds: Not affected 14:22:56 Vulnerability Tsx async abort: Not affected 14:22:56 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 14:22:56 14:22:56 14:22:56 ---> nproc: 14:22:56 4 14:22:56 14:22:56 14:22:56 ---> df -h: 14:22:56 Filesystem Size Used Available Use% Mounted on 14:22:56 overlay 50.0G 7.3G 42.7G 15% / 14:22:56 tmpfs 64.0M 0 64.0M 0% /dev 14:22:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:22:56 shm 64.0M 0 64.0M 0% /dev/shm 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-337 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-337@tmp 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:22:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:22:56 14:22:56 14:22:56 ---> free -m: 14:22:56 total used free shared buff/cache available 14:22:56 Mem: 1837 727 102 0 1007 1005 14:22:56 Swap: 1023 1 1022 14:22:56 14:22:56 14:22:56 ---> ip addr: 14:22:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:22:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:22:56 inet 127.0.0.1/8 scope host lo 14:22:56 valid_lft forever preferred_lft forever 14:22:56 inet6 ::1/128 scope host 14:22:56 valid_lft forever preferred_lft forever 14:22:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:22:56 link/ether fa:16:3e:3d:c9:b9 brd ff:ff:ff:ff:ff:ff 14:22:56 inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 14:22:56 valid_lft 85846sec preferred_lft 85846sec 14:22:56 inet6 fe80::f816:3eff:fe3d:c9b9/64 scope link 14:22:56 valid_lft forever preferred_lft forever 14:22:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:22:56 link/ether 02:42:16:3f:51:f8 brd ff:ff:ff:ff:ff:ff 14:22:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:22:56 valid_lft forever preferred_lft forever 14:22:56 inet6 fe80::42:16ff:fe3f:51f8/64 scope link 14:22:56 valid_lft forever preferred_lft forever 14:22:56 14:22:56