Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3567ab7b887fa32b23d84522d93a1035ccdc20f0+8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (a587ddce0c05d22aaa5f22afd000870e2d59ad56) 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-30229 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [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-310 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 Merge succeeded, producing 41b0d89a128cb424d006117aa62bdfa4077cdb18 Checking out Revision 41b0d89a128cb424d006117aa62bdfa4077cdb18 (PR-310) > 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/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41b0d89a128cb424d006117aa62bdfa4077cdb18 # timeout=10 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:32 ========================================================= 02:06:32 EdgeX Global Pipelines Version Info 02:06:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:34 ------------------- 02:06:34 stable info: 02:06:34 ------------------- 02:06:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:06:34 Message: update stable to v1.0.186 02:06:35 ------------------- 02:06:35 experimental info: 02:06:35 ------------------- 02:06:35 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:35 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:06:35 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-310 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-310 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-310 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41b0d89 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:38 provisioning config files... 02:06:38 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config3448577524502544623tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:39 ---> docker-login.sh 02:06:39 nexus3.edgexfoundry.org:10001 02:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:39 Configure a credential helper to remove this warning. See 02:06:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:39 02:06:39 Login Succeeded 02:06:39 nexus3.edgexfoundry.org:10002 02:06:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 nexus3.edgexfoundry.org:10003 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 nexus3.edgexfoundry.org:10004 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 docker.io 02:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:40 Configure a credential helper to remove this warning. See 02:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:40 02:06:40 Login Succeeded 02:06:40 ---> docker-login.sh ends [Pipeline] } 02:06:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:41 + git log --format=format:%s -1 41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] echo 02:06:41 GIT_COMMIT: 41b0d89a128cb424d006117aa62bdfa4077cdb18, Commit Message: Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD [Pipeline] echo 02:06:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:42 02:06:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:43 latest: Pulling from edgex-devops/git-semver 02:06:43 31603596830f: Pulling fs layer 02:06:43 2a8b12db71e7: Pulling fs layer 02:06:43 6ca5941a6612: Pulling fs layer 02:06:43 ecc8261a40a4: Pulling fs layer 02:06:43 ecc8261a40a4: Waiting 02:06:43 2a8b12db71e7: Download complete 02:06:43 31603596830f: Verifying Checksum 02:06:43 31603596830f: Download complete 02:06:43 6ca5941a6612: Verifying Checksum 02:06:43 6ca5941a6612: Download complete 02:06:43 ecc8261a40a4: Verifying Checksum 02:06:43 ecc8261a40a4: Download complete 02:06:43 31603596830f: Pull complete 02:06:44 2a8b12db71e7: Pull complete 02:06:45 6ca5941a6612: Pull complete 02:06:45 ecc8261a40a4: Pull complete 02:06:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:06:45 prd-centos7-docker-4c-2g-30229 does not seem to be running inside a container 02:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-310 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310:/w/workspace/edgexfoundry_edgex-ui-go_PR-310:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@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 02:06:47 $ docker top 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:06:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:48 [ssh-agent] Looking for ssh-agent implementation... 02:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:48 $ docker exec 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent 02:06:48 SSH_AUTH_SOCK=/tmp/ssh-9lwerR3sWKhj/agent.13 02:06:48 SSH_AGENT_PID=18 02:06:48 Running ssh-add (command line suppressed) 02:06:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_3180122011715978046.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_3180122011715978046.key) 02:06:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:49 + git tag --points-at HEAD [Pipeline] } 02:06:49 $ docker exec --env ******** --env ******** 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent -k 02:06:49 unset SSH_AUTH_SOCK; 02:06:49 unset SSH_AGENT_PID; 02:06:49 echo Agent pid 18 killed; 02:06:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:06:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:49 [ssh-agent] Looking for ssh-agent implementation... 02:06:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:49 $ docker exec 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent 02:06:49 SSH_AUTH_SOCK=/tmp/ssh-V2IOssVz9fe2/agent.46 02:06:49 SSH_AGENT_PID=52 02:06:49 Running ssh-add (command line suppressed) 02:06:49 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_193148264539910229.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/private_key_193148264539910229.key) 02:06:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:50 + git semver init 02:06:50 # -> Open(): unable to determine branch for HEAD 02:06:50 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-310/.git 02:06:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-310 02:06:50 # $SEMVER_REMOTE_NAME = origin 02:06:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:06:50 # $SEMVER_USER_NAME = edgex-jenkins 02:06:50 # $SEMVER_BRANCH = PR-310 02:06:50 # $SEMVER_TEMP = /tmp/semver-082037886 02:06:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:06:51 # '/tmp/semver-082037886' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-310/.semver' 02:06:51 # -> Force: false 02:06:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-310/.semver [Pipeline] } 02:06:51 $ docker exec --env ******** --env ******** 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d ssh-agent -k 02:06:51 unset SSH_AUTH_SOCK; 02:06:51 unset SSH_AGENT_PID; 02:06:51 echo Agent pid 52 killed; 02:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:06:52 + git semver [Pipeline] } 02:06:52 $ docker stop --time=1 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d 02:06:53 $ docker rm -f 8a7ce20e6d28d36062a0088be41e6451db6cf03855fa8013e06ec28dba128b8d [Pipeline] // withDockerContainer [Pipeline] sh 02:06:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:06:54 Stashed 1 file(s) [Pipeline] echo 02:06:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:07:10 Still waiting to schedule task 02:07:10 ‘prd-centos7-docker-4c-2g-30230’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 02:07:10 Still waiting to schedule task 02:07:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:08:53 Running on prd-centos7-docker-4c-2g-30232 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [Pipeline] { [Pipeline] ws 02:08:53 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 02:08:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30231 in /w/workspace/edgexfoundry_edgex-ui-go_PR-310 [Pipeline] { [Pipeline] ws 02:08:54 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 02:08:56 using credential edgex-jenkins-ssh 02:08:56 Cloning the remote Git repository 02:08:56 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:08:56 > git init /w/workspace/edgex-ui-go/2 # timeout=10 02:08:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:08:56 > git --version # timeout=10 02:08:56 > git --version # 'git version 2.24.3' 02:08:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:08:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:08:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:08:58 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 02:08:59 Merge succeeded, producing 9d7038d096d4c423c285cae4997c2fed8190de2a 02:08:59 Checking out Revision 9d7038d096d4c423c285cae4997c2fed8190de2a (PR-310) 02:08:59 using credential edgex-jenkins-ssh 02:08:59 Cloning the remote Git repository 02:08:59 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:08:59 > git init /w/workspace/edgex-ui-go/2 # timeout=10 02:08:58 > git config core.sparsecheckout # timeout=10 02:08:58 > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 02:08:58 > git remote # timeout=10 02:08:58 > git config --get remote.origin.url # timeout=10 02:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:58 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 02:08:59 > git rev-parse HEAD^{commit} # timeout=10 02:08:59 > git config core.sparsecheckout # timeout=10 02:08:59 > git checkout -f 9d7038d096d4c423c285cae4997c2fed8190de2a # timeout=10 02:08:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:08:59 > git --version # timeout=10 02:08:59 > git --version # 'git version 2.17.1' 02:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/310/head:refs/remotes/origin/PR-310 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:02 Merging remotes/origin/master commit 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 into PR head commit 3567ab7b887fa32b23d84522d93a1035ccdc20f0 02:09:02 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" 02:09:02 > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 02:09:03 Merge succeeded, producing 91d61871363b1434155de717776b269be297859f 02:09:03 Checking out Revision 91d61871363b1434155de717776b269be297859f (PR-310) 02:09:02 > git config core.sparsecheckout # timeout=10 02:09:02 > git checkout -f 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 02:09:02 > git remote # timeout=10 02:09:02 > git config --get remote.origin.url # timeout=10 02:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:02 > git merge 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 02:09:03 > git rev-parse HEAD^{commit} # timeout=10 02:09:03 > git config core.sparsecheckout # timeout=10 02:09:03 > git checkout -f 91d61871363b1434155de717776b269be297859f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:09:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:05 + sudo service docker restart 02:09:05 + true 02:09:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:07 provisioning config files... 02:09:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8382413714963592449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:07 ---> docker-login.sh 02:09:07 nexus3.edgexfoundry.org:10001 02:09:07 Commit message: "Merge commit '8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818' into HEAD" 02:09:07 > git rev-list --no-walk 3567ab7b887fa32b23d84522d93a1035ccdc20f0 # timeout=10 02:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:08 Configure a credential helper to remove this warning. See 02:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:08 02:09:08 Login Succeeded 02:09:08 nexus3.edgexfoundry.org:10002 02:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 02:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:08 Configure a credential helper to remove this warning. See 02:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:08 02:09:08 Login Succeeded 02:09:08 nexus3.edgexfoundry.org:10003 02:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:08 Configure a credential helper to remove this warning. See 02:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:08 02:09:08 Login Succeeded 02:09:08 nexus3.edgexfoundry.org:10004 [Pipeline] sh 02:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:08 Configure a credential helper to remove this warning. See 02:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:08 02:09:08 Login Succeeded 02:09:08 docker.io 02:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:09 Configure a credential helper to remove this warning. See 02:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:09 02:09:09 Login Succeeded 02:09:09 ---> docker-login.sh ends [Pipeline] } 02:09:09 Deleting 1 temporary files [Pipeline] // wrap 02:09:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo 02:09:09 ========================================================= 02:09:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:09:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:09:10 + sudo service docker restart+ 02:09:10 true 02:09:10 Sending build context to Docker daemon 17.42MB 02:09:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:10 Step 2/8 : FROM ${BASE} 02:09:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:09:10 188c0c94c7c5: Pulling fs layer 02:09:10 0ef7d3d256c8: Pulling fs layer 02:09:10 de9db76c5a1d: Pulling fs layer 02:09:10 bca2f99d35d6: Pulling fs layer 02:09:10 93359f2a8cfa: Pulling fs layer 02:09:10 7c6f9722023f: Pulling fs layer 02:09:10 a35cf1a2eb13: Pulling fs layer 02:09:10 93359f2a8cfa: Waiting 02:09:10 7c6f9722023f: Waiting 02:09:10 a35cf1a2eb13: Waiting 02:09:10 bca2f99d35d6: Waiting 02:09:10 de9db76c5a1d: Download complete 02:09:10 0ef7d3d256c8: Verifying Checksum 02:09:10 0ef7d3d256c8: Download complete 02:09:10 93359f2a8cfa: Verifying Checksum 02:09:10 93359f2a8cfa: Download complete 02:09:11 7c6f9722023f: Download complete 02:09:11 188c0c94c7c5: Verifying Checksum 02:09:11 188c0c94c7c5: Download complete 02:09:11 188c0c94c7c5: Pull complete 02:09:11 0ef7d3d256c8: Pull complete 02:09:12 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:12 provisioning config files... 02:09:12 a35cf1a2eb13: Verifying Checksum 02:09:12 a35cf1a2eb13: Download complete 02:09:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config75799235535746202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:13 ---> docker-login.sh 02:09:13 nexus3.edgexfoundry.org:10001 02:09:14 bca2f99d35d6: Verifying Checksum 02:09:14 bca2f99d35d6: Download complete 02:09:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:14 Configure a credential helper to remove this warning. See 02:09:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:14 02:09:14 Login Succeeded 02:09:14 nexus3.edgexfoundry.org:10002 02:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:15 Configure a credential helper to remove this warning. See 02:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:15 02:09:15 Login Succeeded 02:09:15 nexus3.edgexfoundry.org:10003 02:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:15 Configure a credential helper to remove this warning. See 02:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:15 02:09:15 Login Succeeded 02:09:15 nexus3.edgexfoundry.org:10004 02:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:16 Configure a credential helper to remove this warning. See 02:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:16 02:09:16 Login Succeeded 02:09:16 docker.io 02:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:17 Configure a credential helper to remove this warning. See 02:09:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:17 02:09:17 Login Succeeded 02:09:17 ---> docker-login.sh ends [Pipeline] } 02:09:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:17 ========================================================= 02:09:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:09:18 Sending build context to Docker daemon 17.42MB 02:09:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:18 Step 2/8 : FROM ${BASE} 02:09:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:18 5f621e34cdf4: Pulling fs layer 02:09:18 a4357932f1b6: Pulling fs layer 02:09:18 18c013af1878: Pulling fs layer 02:09:18 00ac8860ef70: Pulling fs layer 02:09:18 63d7cb157983: Pulling fs layer 02:09:18 b116817d02f9: Pulling fs layer 02:09:18 745a02a5169b: Pulling fs layer 02:09:18 63d7cb157983: Waiting 02:09:18 b116817d02f9: Waiting 02:09:18 00ac8860ef70: Waiting 02:09:18 745a02a5169b: Waiting 02:09:18 18c013af1878: Verifying Checksum 02:09:18 18c013af1878: Download complete 02:09:18 a4357932f1b6: Download complete 02:09:18 63d7cb157983: Verifying Checksum 02:09:18 63d7cb157983: Download complete 02:09:18 b116817d02f9: Verifying Checksum 02:09:18 b116817d02f9: Download complete 02:09:18 5f621e34cdf4: Verifying Checksum 02:09:18 5f621e34cdf4: Download complete 02:09:19 5f621e34cdf4: Pull complete 02:09:20 a4357932f1b6: Pull complete 02:09:20 bca2f99d35d6: Pull complete 02:09:20 93359f2a8cfa: Pull complete 02:09:20 7c6f9722023f: Pull complete 02:09:21 18c013af1878: Pull complete 02:09:21 745a02a5169b: Verifying Checksum 02:09:21 745a02a5169b: Download complete 02:09:22 00ac8860ef70: Download complete 02:09:26 a35cf1a2eb13: Pull complete 02:09:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:09:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:09:26 ---> a62c8e92a672 02:09:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:26 ---> Running in fdcf9850d186 02:09:26 Removing intermediate container fdcf9850d186 02:09:26 ---> 8bcd3acf9cc8 02:09:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:26 ---> Running in 1f9261f7b63f 02:09:27 Removing intermediate container 1f9261f7b63f 02:09:27 ---> 38706f85cabc 02:09:27 Step 5/8 : RUN apk add --no-cache make git 02:09:27 ---> Running in b4a49c5c42c6 02:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:29 OK: 166 MiB in 39 packages 02:09:30 Removing intermediate container b4a49c5c42c6 02:09:30 ---> 4a54f67ef9ee 02:09:30 Step 6/8 : WORKDIR /edgex-ui-go 02:09:30 ---> Running in 5bbd51cb4c15 02:09:30 Removing intermediate container 5bbd51cb4c15 02:09:30 ---> 4e957b155d3d 02:09:30 Step 7/8 : COPY . . 02:09:32 ---> ccde9effddaf 02:09:32 Step 8/8 : RUN go mod download 02:09:32 ---> Running in 4bd19151b4b7 02:09:32 00ac8860ef70: Pull complete 02:09:32 63d7cb157983: Pull complete 02:09:33 b116817d02f9: Pull complete 02:09:37 745a02a5169b: Pull complete 02:09:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:37 ---> b7e6874047d6 02:09:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:40 ---> Running in 997a917a0c91 02:09:40 Removing intermediate container 997a917a0c91 02:09:40 ---> 2d6aec84c72a 02:09:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:40 ---> Running in 6916c6b91b7f 02:09:42 Removing intermediate container 6916c6b91b7f 02:09:42 ---> 602f0ea0eeb3 02:09:42 Step 5/8 : RUN apk add --no-cache make git 02:09:42 ---> Running in 4bc6ac2e3fe3 02:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:45 OK: 142 MiB in 39 packages 02:09:46 Removing intermediate container 4bc6ac2e3fe3 02:09:46 ---> 51de74cd23d4 02:09:46 Step 6/8 : WORKDIR /edgex-ui-go 02:09:46 ---> Running in 483cfb5cd8a7 02:09:46 Removing intermediate container 483cfb5cd8a7 02:09:46 ---> 186ac892f255 02:09:46 Step 7/8 : COPY . . 02:09:49 ---> 8ba362582e76 02:09:49 Step 8/8 : RUN go mod download 02:09:49 ---> Running in 935ca9936bf8 02:10:04 Removing intermediate container 4bd19151b4b7 02:10:04 ---> e1ef1471cb9f 02:10:04 Successfully built e1ef1471cb9f 02:10:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:05 + docker inspect -f . ci-base-image-x86_64 02:10:05 . [Pipeline] withDockerContainer 02:10:05 prd-centos7-docker-4c-2g-30232 does not seem to be running inside a container 02:10:05 $ 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-x86_64 cat 02:10:06 $ docker top 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:06 + go version 02:10:06 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:06 $ docker stop --time=1 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 02:10:08 $ docker rm -f 3138fd54aeaefaf011be09db984a4636c9b8c4754dbc9f1e2fa1904adc223143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:09 + docker inspect -f . ci-base-image-x86_64 02:10:09 . [Pipeline] withDockerContainer 02:10:09 prd-centos7-docker-4c-2g-30232 does not seem to be running inside a container 02:10:09 $ 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-x86_64 cat 02:10:10 $ docker top 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:10 + make test 02:10:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:21 Removing intermediate container 935ca9936bf8 02:10:21 ---> b7fd1b47a11c 02:10:21 Successfully built b7fd1b47a11c 02:10:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:22 + docker inspect -f . ci-base-image-arm64 02:10:22 . [Pipeline] withDockerContainer 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:10:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:10:22 GO111MODULE=on go vet ./... 02:10:22 prd-ubuntu18.04-docker-arm64-4c-16g-30231 does not seem to be running inside a container 02:10:22 $ 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 02:10:24 $ docker top 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 -eo pid,comm [Pipeline] { [Pipeline] } 02:10:24 $ docker stop --time=1 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c 02:10:26 $ docker rm -f 9731c55c4cfcb1fef760578f9614be30dcc0f23052aee04dac9d959e8128c38c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 02:10:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:10:27 Stashed 1 file(s) [Pipeline] } 02:10:27 + go version 02:10:27 go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } 02:10:27 $ docker stop --time=1 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 02:10:29 $ docker rm -f 319e0607cdb319aeba9fde0bbbfcb5d03eefe6d83dab2ace265307ff6628c835 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:10:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:10:33 + docker inspect -f . ci-base-image-arm64 02:10:33 . [Pipeline] withDockerContainer 02:10:33 + ls -al . 02:10:33 total 92 02:10:33 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 18 02:10 . 02:10:33 drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 02:08 .. 02:10:33 drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 02:08 assets 02:10:33 drwxrwxr-x. 2 jenkins jenkins 35 Mar 18 02:08 bin 02:10:33 drwxrwxr-x. 3 jenkins jenkins 29 Mar 18 02:08 cmd 02:10:33 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 18 02:08 CONTRIBUTING.md 02:10:33 -rw-r--r--. 1 jenkins jenkins 10 Mar 18 02:10 coverage.out 02:10:33 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 18 02:08 Dockerfile 02:10:33 -rw-rw-r--. 1 jenkins jenkins 902 Mar 18 02:08 Dockerfile.build 02:10:33 drwxrwxr-x. 5 jenkins jenkins 104 Mar 18 02:08 docs 02:10:33 drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 02:09 .git 02:10:33 drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 02:08 .github 02:10:33 -rw-rw-r--. 1 jenkins jenkins 153 Mar 18 02:08 .gitignore 02:10:33 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 18 02:08 go.mod 02:10:33 -rw-r--r--. 1 jenkins jenkins 22216 Mar 18 02:10 go.sum 02:10:33 drwxrwxr-x. 10 jenkins jenkins 139 Mar 18 02:08 internal 02:10:33 -rw-rw-r--. 1 jenkins jenkins 652 Mar 18 02:08 Jenkinsfile 02:10:33 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 18 02:08 LICENSE 02:10:33 -rw-rw-r--. 1 jenkins jenkins 951 Mar 18 02:08 Makefile 02:10:33 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 18 02:08 README.md 02:10:33 -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 02:06 VERSION 02:10:33 -rw-rw-r--. 1 jenkins jenkins 155 Mar 18 02:08 version.go 02:10:33 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 18 02:08 web 02:10:33 prd-ubuntu18.04-docker-arm64-4c-16g-30231 does not seem to be running inside a container 02:10:33 $ 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 02:10:35 $ docker top 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:10:35 + 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=41b0d89a128cb424d006117aa62bdfa4077cdb18 --label arch=amd64 --label version=0.0.0 . 02:10:36 + make test 02:10:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:36 Sending build context to Docker daemon 17.44MB 02:10:36 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:10:36 Step 2/24 : FROM ${BASE} AS builder 02:10:36 ---> e1ef1471cb9f 02:10:36 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:10:37 ---> Running in d9971bc06818 02:10:37 Removing intermediate container d9971bc06818 02:10:37 ---> 5e13fbb1b46c 02:10:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:10:37 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:37 ---> Running in 3c076ba0bfa7 02:10:37 Removing intermediate container 3c076ba0bfa7 02:10:37 ---> 27a25e3262e8 02:10:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:10:37 ---> Running in a44d2dc6f700 02:10:37 Removing intermediate container a44d2dc6f700 02:10:37 ---> 55f3c591f7d4 02:10:37 Step 6/24 : LABEL Name=edgex-ui-go 02:10:37 ---> Running in fa8d0ad900dc 02:10:37 Removing intermediate container fa8d0ad900dc 02:10:37 ---> b514076cd916 02:10:37 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:10:38 ---> Running in ec0a6b4598af 02:10:38 Removing intermediate container ec0a6b4598af 02:10:38 ---> 92b41d37a6ce 02:10:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:38 ---> Running in db9128e41986 02:10:39 Removing intermediate container db9128e41986 02:10:39 ---> 70beb2095550 02:10:39 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:10:39 ---> Running in 1b46544a3199 02:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:40 OK: 166 MiB in 39 packages 02:10:41 Removing intermediate container 1b46544a3199 02:10:41 ---> 69fe405c4149 02:10:41 Step 10/24 : ENV GO111MODULE=on 02:10:41 ---> Running in 7e134ad8ed9b 02:10:41 Removing intermediate container 7e134ad8ed9b 02:10:41 ---> 41a21fbbd5fe 02:10:41 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:10:41 ---> Running in 0cd638f11879 02:10:42 Removing intermediate container 0cd638f11879 02:10:42 ---> 778ec2638fc7 02:10:42 Step 12/24 : COPY go.mod . 02:10:42 ---> 702c3cbf3a77 02:10:42 Step 13/24 : COPY Makefile . 02:10:42 ---> ce3dc6421af0 02:10:42 Step 14/24 : RUN make update 02:10:42 ---> Running in a4cec9e6a4b1 02:10:43 CGO_ENABLED=0 GO111MODULE=on go mod download 02:10:43 Removing intermediate container a4cec9e6a4b1 02:10:43 ---> c31a9bc12e5b 02:10:43 Step 15/24 : COPY . . 02:10:45 ---> 15f0e6f9715c 02:10:45 Step 16/24 : RUN ${MAKE} 02:10:45 ---> Running in 86a93cf9508b 02:10:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:10:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:10:58 Removing intermediate container 86a93cf9508b 02:10:58 ---> 18926b3776b4 02:10:58 Step 17/24 : FROM alpine:3.12 02:10:58 3.12: Pulling from library/alpine 02:11:00 f84cab65f19f: Pulling fs layer 02:11:00 f84cab65f19f: Verifying Checksum 02:11:00 f84cab65f19f: Download complete 02:11:00 f84cab65f19f: Pull complete 02:11:00 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:11:00 Status: Downloaded newer image for alpine:3.12 02:11:00 ---> 88dd2752d2ea 02:11:00 Step 18/24 : EXPOSE 4000 02:11:00 ---> Running in 7bede49c2872 02:11:01 Removing intermediate container 7bede49c2872 02:11:01 ---> 0fa4db9c08b3 02:11:01 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:02 ---> 8e07bef10ad7 02:11:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:02 ---> Running in d469cdaac821 02:11:02 Removing intermediate container d469cdaac821 02:11:02 ---> 7219d9bba88b 02:11:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:02 ---> Running in 59a7e671c974 02:11:03 Removing intermediate container 59a7e671c974 02:11:03 ---> 29e903ed7b36 02:11:03 Step 22/24 : LABEL arch=amd64 02:11:03 ---> Running in b1969671c347 02:11:03 Removing intermediate container b1969671c347 02:11:03 ---> e3103db3a3af 02:11:03 Step 23/24 : LABEL git_sha=41b0d89a128cb424d006117aa62bdfa4077cdb18 02:11:03 ---> Running in 206086202de4 02:11:03 Removing intermediate container 206086202de4 02:11:03 ---> 7b4ec8c0e4f7 02:11:03 Step 24/24 : LABEL version=0.0.0 02:11:03 ---> Running in bd67d494485d 02:11:03 Removing intermediate container bd67d494485d 02:11:03 ---> 24b9261b8907 02:11:03 [Warning] One or more build-args [ARCH] were not consumed 02:11:03 Successfully built 24b9261b8907 02:11:03 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:03 GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:11:04 ---> job-cost.sh 02:11:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UmDR [Pipeline] } 02:11:10 $ docker stop --time=1 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca 02:11:12 $ docker rm -f 08ff7deda864e9573d23921c09206119d6a6dcf306211d14a05661991b82c7ca [Pipeline] // withDockerContainer [Pipeline] sh 02:11:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:13 Warning: overwriting stash ‘coverage-report’ 02:11:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:15 + ls -al . 02:11:15 total 124 02:11:15 drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:10 . 02:11:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:08 .. 02:11:15 drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 02:09 .git 02:11:15 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:09 .github 02:11:15 -rw-rw-r-- 1 jenkins jenkins 153 Mar 18 02:09 .gitignore 02:11:15 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 18 02:09 CONTRIBUTING.md 02:11:15 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 18 02:09 Dockerfile 02:11:15 -rw-rw-r-- 1 jenkins jenkins 902 Mar 18 02:09 Dockerfile.build 02:11:15 -rw-rw-r-- 1 jenkins jenkins 652 Mar 18 02:09 Jenkinsfile 02:11:15 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 18 02:09 LICENSE 02:11:15 -rw-rw-r-- 1 jenkins jenkins 951 Mar 18 02:09 Makefile 02:11:15 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 18 02:09 README.md 02:11:15 -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 02:06 VERSION 02:11:15 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:09 assets 02:11:15 drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 02:09 bin 02:11:15 drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 02:09 cmd 02:11:15 -rw-r--r-- 1 jenkins jenkins 10 Mar 18 02:10 coverage.out 02:11:15 drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 02:09 docs 02:11:15 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 18 02:09 go.mod 02:11:15 -rw-r--r-- 1 jenkins jenkins 22216 Mar 18 02:10 go.sum 02:11:15 drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 02:09 internal 02:11:15 -rw-rw-r-- 1 jenkins jenkins 155 Mar 18 02:09 version.go 02:11:15 drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:16 + 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=41b0d89a128cb424d006117aa62bdfa4077cdb18 --label arch=arm64 --label version=0.0.0 . 02:11:17 Sending build context to Docker daemon 17.44MB 02:11:17 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:17 Step 2/24 : FROM ${BASE} AS builder 02:11:17 ---> b7fd1b47a11c 02:11:17 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:17 ---> Running in a04fa636163c 02:11:18 Removing intermediate container a04fa636163c 02:11:18 ---> 72145bec7105 02:11:18 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:18 ---> Running in 8e9f9e7b13fe 02:11:18 Removing intermediate container 8e9f9e7b13fe 02:11:18 ---> 827399fd93f0 02:11:18 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:18 ---> Running in 52cdb649335d 02:11:19 Removing intermediate container 52cdb649335d 02:11:19 ---> cbd8c9f9e54f 02:11:19 Step 6/24 : LABEL Name=edgex-ui-go 02:11:19 ---> Running in 50c0ee0319f8 02:11:19 Removing intermediate container 50c0ee0319f8 02:11:19 ---> 51c79882298a 02:11:19 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:19 ---> Running in 3a565f45c37f 02:11:20 Removing intermediate container 3a565f45c37f 02:11:20 ---> fb91b8cfda05 02:11:20 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:20 ---> Running in 92f0a8307834 02:11:22 Removing intermediate container 92f0a8307834 02:11:22 ---> dbe9a8c77ab6 02:11:22 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:22 ---> Running in b1a12fd6cbd7 02:11:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:25 OK: 142 MiB in 39 packages 02:11:26 Removing intermediate container b1a12fd6cbd7 02:11:26 ---> 45cb8f84f7fd 02:11:26 Step 10/24 : ENV GO111MODULE=on 02:11:26 ---> Running in 20beeb4c8de7 02:11:27 Removing intermediate container 20beeb4c8de7 02:11:27 ---> f0e5b9b54478 02:11:27 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:27 ---> Running in 08aca96f3953 02:11:27 Removing intermediate container 08aca96f3953 02:11:27 ---> 28f5de807bd0 02:11:27 Step 12/24 : COPY go.mod . 02:11:28 ---> 1d5b0d0caf36 02:11:28 Step 13/24 : COPY Makefile . 02:11:28 ---> b99510100853 02:11:28 Step 14/24 : RUN make update 02:11:29 ---> Running in 34de4b2494cd 02:11:30 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:31 Removing intermediate container 34de4b2494cd 02:11:31 ---> d81ed03497fa 02:11:31 Step 15/24 : COPY . . 02:11:34 ---> 94867891cf44 02:11:34 Step 16/24 : RUN ${MAKE} 02:11:34 ---> Running in 8b950ec75c23 02:11:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:11:49 lf-activate-venv(): INFO: Adding /tmp/venv-UmDR/bin to PATH 02:11:49 INFO: No Stack... 02:11:49 INFO: Retrieving Pricing Info for: v1-standard-2 02:11:50 INFO: Archiving Costs [Pipeline] sh 02:11:50 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 02:11:50 + cut -d, -f6 [Pipeline] lock 02:11:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] 02:11:51 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] did not exist. Created. 02:11:51 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:11:51 + echo total: 0.029999999329447746 [Pipeline] stash 02:11:51 Stashed 1 file(s) [Pipeline] } 02:11:51 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:12:01 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:12:06 Removing intermediate container 8b950ec75c23 02:12:06 ---> 691760e24442 02:12:06 Step 17/24 : FROM alpine:3.12 02:12:06 3.12: Pulling from library/alpine 02:12:06 dce8679b510e: Pulling fs layer 02:12:06 dce8679b510e: Verifying Checksum 02:12:06 dce8679b510e: Download complete 02:12:07 dce8679b510e: Pull complete 02:12:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:12:07 Status: Downloaded newer image for alpine:3.12 02:12:07 ---> d10569e2745f 02:12:07 Step 18/24 : EXPOSE 4000 02:12:07 ---> Running in 0df0a1d04f67 02:12:08 Removing intermediate container 0df0a1d04f67 02:12:08 ---> 9fe9acdd4a2e 02:12:08 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:10 ---> 1df8015a14cf 02:12:10 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:10 ---> Running in c409e3f4427e 02:12:10 Removing intermediate container c409e3f4427e 02:12:10 ---> 0dd744e24e2f 02:12:10 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:12:10 ---> Running in 7ec738f59b33 02:12:10 Removing intermediate container 7ec738f59b33 02:12:10 ---> de83960605be 02:12:10 Step 22/24 : LABEL arch=arm64 02:12:11 ---> Running in 709ac894f86a 02:12:11 Removing intermediate container 709ac894f86a 02:12:11 ---> 64dead1b0017 02:12:11 Step 23/24 : LABEL git_sha=41b0d89a128cb424d006117aa62bdfa4077cdb18 02:12:11 ---> Running in 7caf0ebe732a 02:12:11 Removing intermediate container 7caf0ebe732a 02:12:11 ---> 0662a039ea71 02:12:11 Step 24/24 : LABEL version=0.0.0 02:12:12 ---> Running in 2748123cb951 02:12:12 Removing intermediate container 2748123cb951 02:12:12 ---> 30a6a7b47b23 02:12:12 [Warning] One or more build-args [ARCH] were not consumed 02:12:12 Successfully built 30a6a7b47b23 02:12:12 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:12:13 ---> job-cost.sh 02:12:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gfpf 02:12:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:14:29 lf-activate-venv(): INFO: Adding /tmp/venv-Gfpf/bin to PATH 02:14:29 INFO: No Stack... 02:14:29 INFO: Retrieving Pricing Info for: lf-standard-4 02:14:29 INFO: Archiving Costs [Pipeline] sh 02:14:29 + + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 02:14:29 cut -d, -f6 [Pipeline] lock 02:14:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] 02:14:29 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] did not exist. Created. 02:14:29 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-310-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:14:30 /w/workspace/edgex-ui-go/2@tmp/durable-a48a2870/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-a48a2870/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:14:30 + echo total: 0.20999999344348907 [Pipeline] stash 02:14:30 Warning: overwriting stash ‘stack-cost’ 02:14:30 Stashed 1 file(s) [Pipeline] } 02:14:30 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-310-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 02:14:32 provisioning config files... 02:14:32 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config3021905531862410943tmp [Pipeline] { [Pipeline] sh 02:14:32 + set +x 02:14:32 + curl -s https://codecov.io/bash 02:14:32 + bash -s -- 02:14:33 02:14:33 _____ _ 02:14:33 / ____| | | 02:14:33 | | ___ __| | ___ ___ _____ __ 02:14:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:14:33 | |___| (_) | (_| | __/ (_| (_) \ V / 02:14:33 \_____\___/ \__,_|\___|\___\___/ \_/ 02:14:33 Bash-20210309-2b87ace 02:14:33 02:14:33 02:14:33 ==> git version 2.24.3 found 02:14:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:14:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:14:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:14:33 ==> Jenkins CI detected. 02:14:33 project root: . 02:14:33 --> token set from env 02:14:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:14:33 ==> Running gcov in . (disable via -X gcov) 02:14:33 ==> Python coveragepy not found 02:14:33 ==> Searching for coverage reports in: 02:14:33 + . 02:14:33 -> Found 1 reports 02:14:33 ==> Detecting git/mercurial file structure 02:14:33 ==> Reading reports 02:14:33 + ./coverage.out bytes=10 02:14:33 ==> Appending adjustments 02:14:33 https://docs.codecov.io/docs/fixing-reports 02:14:33 + Found adjustments 02:14:33 ==> Gzipping contents 02:14:33 4.0K /tmp/codecov.BGxZiA.gz 02:14:33 ==> Uploading reports 02:14:33 url: https://codecov.io 02:14:33 query: branch=PR-310&commit=41b0d89a128cb424d006117aa62bdfa4077cdb18&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-310%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=310&job=&cmd_args= 02:14:33 -> Pinging Codecov 02:14:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-310&commit=41b0d89a128cb424d006117aa62bdfa4077cdb18&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-310%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=310&job=&cmd_args= 02:14:34 -> Uploading to 02:14:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-18/FB506323287CE973F263BFD2A0EB1F37/41b0d89a128cb424d006117aa62bdfa4077cdb18/89ce8e0e-bbe3-41b4-b8c7-56a45661e85c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T021433Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c211a1b8a7a82ac50e703baec0e8f73b3dd8769342d107ae760bdda6f33a3b1e 02:14:34 % Total % Received % Xferd Average Speed Time Time Time Current 02:14:34 Dload Upload Total Spent Left Speed 02:14:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 7267 --:--:-- --:--:-- --:--:-- 7266 02:14:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/41b0d89a128cb424d006117aa62bdfa4077cdb18 [Pipeline] } 02:14:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:14:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:14:37 ---> package-listing.sh 02:14:37 ++ facter osfamily 02:14:37 ++ tr '[:upper:]' '[:lower:]' 02:14:37 + OS_FAMILY=redhat 02:14:37 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-310 02:14:37 + START_PACKAGES=/tmp/packages_start.txt 02:14:37 + END_PACKAGES=/tmp/packages_end.txt 02:14:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:14:37 + PACKAGES=/tmp/packages_start.txt 02:14:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-310 ']' 02:14:37 + PACKAGES=/tmp/packages_end.txt 02:14:37 + case "${OS_FAMILY}" in 02:14:37 + rpm -qa 02:14:37 + sort 02:14:42 + '[' -f /tmp/packages_start.txt ']' 02:14:42 + '[' -f /tmp/packages_end.txt ']' 02:14:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:14:42 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-310 ']' 02:14:42 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-310/archives/ 02:14:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-310/archives/ [Pipeline] echo 02:14:42 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-310/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:14:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:14:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:43 02:14:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:14:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:43 alpine: Pulling from edgex-lftools-log-publisher 02:14:43 df20fa9351a1: Pulling fs layer 02:14:43 36b3adc4ff6f: Pulling fs layer 02:14:43 8ad3a11d3b57: Pulling fs layer 02:14:43 46f8f816bc3b: Pulling fs layer 02:14:43 93b61091891f: Pulling fs layer 02:14:43 93b9cdb0e59b: Pulling fs layer 02:14:43 5e14af77c1be: Pulling fs layer 02:14:43 01666e4c0597: Pulling fs layer 02:14:43 aa168da1d23b: Pulling fs layer 02:14:43 93b61091891f: Waiting 02:14:43 93b9cdb0e59b: Waiting 02:14:43 5e14af77c1be: Waiting 02:14:43 01666e4c0597: Waiting 02:14:43 aa168da1d23b: Waiting 02:14:43 46f8f816bc3b: Waiting 02:14:43 36b3adc4ff6f: Verifying Checksum 02:14:43 36b3adc4ff6f: Download complete 02:14:43 46f8f816bc3b: Verifying Checksum 02:14:43 46f8f816bc3b: Download complete 02:14:43 df20fa9351a1: Verifying Checksum 02:14:43 df20fa9351a1: Download complete 02:14:43 93b9cdb0e59b: Verifying Checksum 02:14:43 93b9cdb0e59b: Download complete 02:14:43 5e14af77c1be: Verifying Checksum 02:14:43 5e14af77c1be: Download complete 02:14:43 93b61091891f: Verifying Checksum 02:14:43 93b61091891f: Download complete 02:14:43 01666e4c0597: Verifying Checksum 02:14:43 01666e4c0597: Download complete 02:14:44 8ad3a11d3b57: Verifying Checksum 02:14:44 df20fa9351a1: Pull complete 02:14:44 36b3adc4ff6f: Pull complete 02:14:45 8ad3a11d3b57: Pull complete 02:14:45 46f8f816bc3b: Pull complete 02:14:46 aa168da1d23b: Download complete 02:14:47 93b61091891f: Pull complete 02:14:47 93b9cdb0e59b: Pull complete 02:14:47 5e14af77c1be: Pull complete 02:14:47 01666e4c0597: Pull complete 02:14:54 aa168da1d23b: Pull complete 02:14:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:14:54 prd-centos7-docker-4c-2g-30229 does not seem to be running inside a container 02:14:54 $ 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-310/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-310 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310:/w/workspace/edgexfoundry_edgex-ui-go_PR-310:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@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 02:14:57 $ docker top f4044c785741635e99798f49f76a78ecfd13c154871c25e9fb9d3785ad758b68 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:58 + touch /tmp/pre-build-complete [Pipeline] sh 02:14:58 + mkdir -p /var/log/sa [Pipeline] sh 02:14:58 + ls /var/log/sa-host 02:14:58 + sadf -c /var/log/sa-host/sa18 02:14:58 file_magic: OK 02:14:58 HZ: Using current value: 100 02:14:58 file_header: OK 02:14:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:14:58 Statistics: 02:14:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:14:58 File successfully converted to sysstat format version 12.2.1 02:14:58 + sadf -c /var/log/sa-host/sa23 02:14:58 file_magic: OK 02:14:58 HZ: Using current value: 100 02:14:58 file_header: OK 02:14:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:14:58 Statistics: 02:14:58 Hnuu...uuuununununu... 02:14:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:14:59 provisioning config files... 02:14:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-310@tmp/config1350065471571156440tmp [Pipeline] { [Pipeline] echo 02:14:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:00 ---> create-netrc.sh [Pipeline] } 02:15:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:00 ---> python-tools-install.sh [Pipeline] echo 02:15:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:00 ---> sudo-logs.sh 02:15:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:01 ---> job-cost.sh 02:15:01 lf-activate-venv: SKIPPING 02:15:01 DEBUG: total: 0.20999999344348907 02:15:01 INFO: Retrieving Stack Cost... 02:15:02 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:02 INFO: Archiving Costs [Pipeline] echo 02:15:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:03 ---> logs-deploy.sh 02:15:03 lf-activate-venv: SKIPPING 02:15:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-310/2 02:15:03 INFO: archiving workspace using pattern(s): 02:15:04 Archives upload complete. 02:15:04 INFO: archiving logs to Nexus