Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at c5ee145f18867369b4b969e29f85ac8cb41c0ca1 rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from c5ee145f18867369b4b969e29f85ac8cb41c0ca1 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-32163 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-297 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 7ff4758a874ebae3c64634854e6aa391c454421f Checking out Revision 7ff4758a874ebae3c64634854e6aa391c454421f (PR-297) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ff4758a874ebae3c64634854e6aa391c454421f # timeout=10 Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:45 ========================================================= 02:06:45 EdgeX Global Pipelines Version Info 02:06:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:46 ------------------- 02:06:46 stable info: 02:06:46 ------------------- 02:06:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:06:46 Message: update stable to v1.0.186 02:06:47 ------------------- 02:06:47 experimental info: 02:06:47 ------------------- 02:06:47 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:47 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:06:47 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:06:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:06:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:06:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:06:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] echo 02:06:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ff4758 [Pipeline] echo 02:06:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:51 provisioning config files... 02:06:51 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config1809077658876938117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:52 ---> docker-login.sh 02:06:52 nexus3.edgexfoundry.org:10001 02:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:52 Configure a credential helper to remove this warning. See 02:06:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:52 02:06:52 Login Succeeded 02:06:52 nexus3.edgexfoundry.org:10002 02:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:52 Configure a credential helper to remove this warning. See 02:06:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:52 02:06:52 Login Succeeded 02:06:52 nexus3.edgexfoundry.org:10003 02:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:52 Configure a credential helper to remove this warning. See 02:06:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:52 02:06:52 Login Succeeded 02:06:52 nexus3.edgexfoundry.org:10004 02:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:53 Configure a credential helper to remove this warning. See 02:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:53 02:06:53 Login Succeeded 02:06:53 docker.io 02:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:53 Configure a credential helper to remove this warning. See 02:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:53 02:06:53 Login Succeeded 02:06:53 ---> docker-login.sh ends [Pipeline] } 02:06:53 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:54 + git log --format=format:%s -1 7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] echo 02:06:54 GIT_COMMIT: 7ff4758a874ebae3c64634854e6aa391c454421f, Commit Message: Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD [Pipeline] echo 02:06:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:55 02:06:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:56 latest: Pulling from edgex-devops/git-semver 02:06:56 31603596830f: Pulling fs layer 02:06:56 2a8b12db71e7: Pulling fs layer 02:06:56 6ca5941a6612: Pulling fs layer 02:06:56 ecc8261a40a4: Pulling fs layer 02:06:56 ecc8261a40a4: Waiting 02:06:56 2a8b12db71e7: Verifying Checksum 02:06:56 2a8b12db71e7: Download complete 02:06:56 31603596830f: Verifying Checksum 02:06:56 31603596830f: Download complete 02:06:56 ecc8261a40a4: Verifying Checksum 02:06:56 ecc8261a40a4: Download complete 02:06:56 6ca5941a6612: Verifying Checksum 02:06:56 6ca5941a6612: Download complete 02:06:56 31603596830f: Pull complete 02:06:56 2a8b12db71e7: Pull complete 02:06:57 6ca5941a6612: Pull complete 02:06:57 ecc8261a40a4: Pull complete 02:06:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:06:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:06:58 prd-centos7-docker-4c-2g-32163 does not seem to be running inside a container 02:06:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:07:00 $ docker top ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:07:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:01 [ssh-agent] Looking for ssh-agent implementation... 02:07:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:01 $ docker exec ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent 02:07:01 SSH_AUTH_SOCK=/tmp/ssh-mxG1snKARFkZ/agent.12 02:07:01 SSH_AGENT_PID=18 02:07:01 Running ssh-add (command line suppressed) 02:07:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6404049376948985012.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6404049376948985012.key) 02:07:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:02 + git tag --points-at HEAD [Pipeline] } 02:07:02 $ docker exec --env ******** --env ******** ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent -k 02:07:02 unset SSH_AUTH_SOCK; 02:07:02 unset SSH_AGENT_PID; 02:07:02 echo Agent pid 18 killed; 02:07:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:07:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:07:02 [ssh-agent] Looking for ssh-agent implementation... 02:07:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:02 $ docker exec ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent 02:07:02 SSH_AUTH_SOCK=/tmp/ssh-NyLv5QLo5oor/agent.48 02:07:02 SSH_AGENT_PID=54 02:07:02 Running ssh-add (command line suppressed) 02:07:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6287288794850521369.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_6287288794850521369.key) 02:07:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:07:03 + git semver init 02:07:03 # -> Open(): unable to determine branch for HEAD 02:07:03 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:07:03 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:07:03 # $SEMVER_REMOTE_NAME = origin 02:07:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:07:03 # $SEMVER_USER_NAME = edgex-jenkins 02:07:03 # $SEMVER_BRANCH = PR-297 02:07:03 # $SEMVER_TEMP = /tmp/semver-214462076 02:07:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:07:04 # '/tmp/semver-214462076' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:07:04 # -> Force: false 02:07:04 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:07:04 $ docker exec --env ******** --env ******** ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 ssh-agent -k 02:07:04 unset SSH_AUTH_SOCK; 02:07:04 unset SSH_AGENT_PID; 02:07:04 echo Agent pid 54 killed; 02:07:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:05 + git semver [Pipeline] } 02:07:05 $ docker stop --time=1 ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 02:07:07 $ docker rm -f ebd5ba03d8f918b20914ff1c9523f4fb4cd0a67caeda9261161f468c37689386 [Pipeline] // withDockerContainer [Pipeline] sh 02:07:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:07:07 Stashed 1 file(s) [Pipeline] echo 02:07:07 [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:23 Still waiting to schedule task 02:07:23 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32163’ 02:07:23 Still waiting to schedule task 02:07:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:09:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32164 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:09:10 Running in /w/workspace/edgex-ui-go/12 [Pipeline] { [Pipeline] checkout 02:09:15 using credential edgex-jenkins-ssh 02:09:15 Cloning the remote Git repository 02:09:15 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:15 > git init /w/workspace/edgex-ui-go/12 # timeout=10 02:09:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:16 > git --version # timeout=10 02:09:16 > git --version # 'git version 2.17.1' 02:09:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:18 Merging remotes/origin/master commit c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:09:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:18 > git config core.sparsecheckout # timeout=10 02:09:18 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:09:19 Merge succeeded, producing c504a3d3a6cedf0de346c6349777ec29fc07eadb 02:09:19 Checking out Revision c504a3d3a6cedf0de346c6349777ec29fc07eadb (PR-297) 02:09:18 > git remote # timeout=10 02:09:18 > git config --get remote.origin.url # timeout=10 02:09:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:18 > git merge c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 02:09:19 > git rev-parse HEAD^{commit} # timeout=10 02:09:19 > git config core.sparsecheckout # timeout=10 02:09:19 > git checkout -f c504a3d3a6cedf0de346c6349777ec29fc07eadb # timeout=10 02:09:23 Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" 02:09:23 First time build. Skipping changelog. 02:09:23 > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:09:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:26 + true 02:09:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:28 provisioning config files... 02:09:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/12@tmp/config49117141077108171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:28 ---> docker-login.sh 02:09:28 nexus3.edgexfoundry.org:10001 02:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:29 Configure a credential helper to remove this warning. See 02:09:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:29 02:09:29 Login Succeeded 02:09:29 nexus3.edgexfoundry.org:10002 02:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:30 Configure a credential helper to remove this warning. See 02:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:30 02:09:30 Login Succeeded 02:09:30 nexus3.edgexfoundry.org:10003 02:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:30 Configure a credential helper to remove this warning. See 02:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:30 02:09:30 Login Succeeded 02:09:30 nexus3.edgexfoundry.org:10004 02:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:31 Configure a credential helper to remove this warning. See 02:09:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:31 02:09:31 Login Succeeded 02:09:31 docker.io 02:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:32 Configure a credential helper to remove this warning. See 02:09:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:32 02:09:32 Login Succeeded 02:09:32 ---> docker-login.sh ends [Pipeline] } 02:09:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:32 ========================================================= 02:09:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:32 + 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:33 Sending build context to Docker daemon 17.37MB 02:09:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:33 Step 2/8 : FROM ${BASE} 02:09:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:33 5f621e34cdf4: Pulling fs layer 02:09:33 a4357932f1b6: Pulling fs layer 02:09:33 18c013af1878: Pulling fs layer 02:09:33 00ac8860ef70: Pulling fs layer 02:09:33 63d7cb157983: Pulling fs layer 02:09:33 b116817d02f9: Pulling fs layer 02:09:33 745a02a5169b: Pulling fs layer 02:09:33 00ac8860ef70: Waiting 02:09:33 63d7cb157983: Waiting 02:09:33 b116817d02f9: Waiting 02:09:33 745a02a5169b: Waiting 02:09:33 18c013af1878: Verifying Checksum 02:09:33 18c013af1878: Download complete 02:09:33 a4357932f1b6: Download complete 02:09:33 63d7cb157983: Verifying Checksum 02:09:33 63d7cb157983: Download complete 02:09:33 b116817d02f9: Download complete 02:09:34 5f621e34cdf4: Verifying Checksum 02:09:34 5f621e34cdf4: Download complete 02:09:35 5f621e34cdf4: Pull complete 02:09:35 a4357932f1b6: Pull complete 02:09:35 18c013af1878: Pull complete 02:09:36 745a02a5169b: Verifying Checksum 02:09:36 745a02a5169b: Download complete 02:09:37 00ac8860ef70: Download complete 02:09:48 00ac8860ef70: Pull complete 02:09:48 63d7cb157983: Pull complete 02:09:48 b116817d02f9: Pull complete 02:09:52 745a02a5169b: Pull complete 02:09:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:52 ---> b7e6874047d6 02:09:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:55 ---> Running in 7d162ef4fdaf 02:09:55 Removing intermediate container 7d162ef4fdaf 02:09:55 ---> 6dcc77610248 02:09:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:56 ---> Running in 5d59bea52162 02:09:59 Running on prd-centos7-docker-4c-2g-32165 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:09:59 Running in /w/workspace/edgex-ui-go/12 [Pipeline] { [Pipeline] checkout 02:10:01 using credential edgex-jenkins-ssh 02:10:01 Cloning the remote Git repository 02:10:01 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:10:02 > git init /w/workspace/edgex-ui-go/12 # timeout=10 02:10:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:02 > git --version # timeout=10 02:10:02 > git --version # 'git version 2.24.3' 02:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:02 Removing intermediate container 5d59bea52162 02:10:02 ---> 473e374cb2a8 02:10:02 Step 5/8 : RUN apk add --no-cache make git 02:10:02 ---> Running in 536c137b5cad 02:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:10:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:10:04 Merging remotes/origin/master commit c5ee145f18867369b4b969e29f85ac8cb41c0ca1 into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:10:05 OK: 142 MiB in 39 packages 02:10:05 Merge succeeded, producing d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf 02:10:05 Checking out Revision d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf (PR-297) 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:10:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:10:04 > git config core.sparsecheckout # timeout=10 02:10:04 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:10:04 > git remote # timeout=10 02:10:04 > git config --get remote.origin.url # timeout=10 02:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:04 > git merge c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 02:10:05 > git rev-parse HEAD^{commit} # timeout=10 02:10:05 > git config core.sparsecheckout # timeout=10 02:10:05 > git checkout -f d7d45b30deef38c7a9be7fd6bcf9be3bc641b4bf # timeout=10 02:10:06 Removing intermediate container 536c137b5cad 02:10:06 ---> f7a9f2383776 02:10:06 Step 6/8 : WORKDIR /edgex-ui-go 02:10:06 ---> Running in da7d70691e05 02:10:07 Removing intermediate container da7d70691e05 02:10:07 ---> 8b7a2cba2af1 02:10:07 Step 7/8 : COPY . . 02:10:08 Commit message: "Merge commit 'c5ee145f18867369b4b969e29f85ac8cb41c0ca1' into HEAD" 02:10:08 First time build. Skipping changelog. 02:10:08 > git rev-list --no-walk ea829d3236ae37db067094074e840d949ce1d552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:09 ---> b8524eddb184 02:10:09 Step 8/8 : RUN go mod download 02:10:09 ---> Running in 37b9089f2e65 02:10:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:10:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:10 + sudo service docker restart 02:10:10 + true 02:10:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:12 provisioning config files... 02:10:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/12@tmp/config7511349950938281994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:12 ---> docker-login.sh 02:10:12 nexus3.edgexfoundry.org:10001 02:10:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:12 Configure a credential helper to remove this warning. See 02:10:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:12 02:10:12 Login Succeeded 02:10:12 nexus3.edgexfoundry.org:10002 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 nexus3.edgexfoundry.org:10003 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 nexus3.edgexfoundry.org:10004 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 docker.io 02:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:13 Configure a credential helper to remove this warning. See 02:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:13 02:10:13 Login Succeeded 02:10:13 ---> docker-login.sh ends [Pipeline] } 02:10:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:14 ========================================================= 02:10:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:10:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:10:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:10:14 Sending build context to Docker daemon 17.37MB 02:10:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:10:14 Step 2/8 : FROM ${BASE} 02:10:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:10:14 188c0c94c7c5: Pulling fs layer 02:10:14 0ef7d3d256c8: Pulling fs layer 02:10:14 de9db76c5a1d: Pulling fs layer 02:10:14 bca2f99d35d6: Pulling fs layer 02:10:14 93359f2a8cfa: Pulling fs layer 02:10:14 7c6f9722023f: Pulling fs layer 02:10:14 a35cf1a2eb13: Pulling fs layer 02:10:14 bca2f99d35d6: Waiting 02:10:14 93359f2a8cfa: Waiting 02:10:14 7c6f9722023f: Waiting 02:10:14 a35cf1a2eb13: Waiting 02:10:15 de9db76c5a1d: Verifying Checksum 02:10:15 de9db76c5a1d: Download complete 02:10:15 0ef7d3d256c8: Verifying Checksum 02:10:15 0ef7d3d256c8: Download complete 02:10:15 93359f2a8cfa: Download complete 02:10:15 7c6f9722023f: Verifying Checksum 02:10:15 7c6f9722023f: Download complete 02:10:15 188c0c94c7c5: Verifying Checksum 02:10:15 188c0c94c7c5: Download complete 02:10:15 188c0c94c7c5: Pull complete 02:10:15 0ef7d3d256c8: Pull complete 02:10:15 de9db76c5a1d: Pull complete 02:10:17 a35cf1a2eb13: Verifying Checksum 02:10:17 a35cf1a2eb13: Download complete 02:10:17 bca2f99d35d6: Verifying Checksum 02:10:17 bca2f99d35d6: Download complete 02:10:24 bca2f99d35d6: Pull complete 02:10:24 93359f2a8cfa: Pull complete 02:10:24 7c6f9722023f: Pull complete 02:10:28 a35cf1a2eb13: Pull complete 02:10:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:28 ---> a62c8e92a672 02:10:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:10:28 ---> Running in d3f1614eda7f 02:10:29 Removing intermediate container d3f1614eda7f 02:10:29 ---> 1012f395d379 02:10:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:29 ---> Running in 751d5c884e60 02:10:30 Removing intermediate container 751d5c884e60 02:10:30 ---> af5fea1d2e26 02:10:30 Step 5/8 : RUN apk add --no-cache make git 02:10:30 ---> Running in d487d9a1869c 02:10:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:32 OK: 166 MiB in 39 packages 02:10:32 Removing intermediate container d487d9a1869c 02:10:32 ---> d5e84ab7a0ce 02:10:32 Step 6/8 : WORKDIR /edgex-ui-go 02:10:32 ---> Running in 5149d71814e7 02:10:32 Removing intermediate container 5149d71814e7 02:10:32 ---> e9aff089c8e2 02:10:32 Step 7/8 : COPY . . 02:10:35 ---> c151f2469494 02:10:35 Step 8/8 : RUN go mod download 02:10:35 ---> Running in a0bf0d721040 02:10:42 Removing intermediate container 37b9089f2e65 02:10:42 ---> 908bb74b9200 02:10:42 Successfully built 908bb74b9200 02:10:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:42 + docker inspect -f . ci-base-image-arm64 02:10:42 . [Pipeline] withDockerContainer 02:10:42 prd-ubuntu18.04-docker-arm64-4c-16g-32164 does not seem to be running inside a container 02:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:44 $ docker top 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:45 + go version 02:10:45 go version go1.15.5 linux/arm64 [Pipeline] } 02:10:45 $ docker stop --time=1 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd 02:10:47 $ docker rm -f 132fd79405495b6901da00742cde301d3df75ec4c6ceb9a6e65c0f4a85c0d4fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:48 + docker inspect -f . ci-base-image-arm64 02:10:48 . [Pipeline] withDockerContainer 02:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-32164 does not seem to be running inside a container 02:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:50 $ docker top 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:51 + make test 02:10:51 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:02 Removing intermediate container a0bf0d721040 02:11:02 ---> 7fd2fa6a103d 02:11:02 Successfully built 7fd2fa6a103d 02:11:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:11:02 + docker inspect -f . ci-base-image-x86_64 02:11:02 . [Pipeline] withDockerContainer 02:11:02 prd-centos7-docker-4c-2g-32165 does not seem to be running inside a container 02:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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:11:03 $ docker top deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:04 + go version 02:11:04 go version go1.15.5 linux/amd64 [Pipeline] } 02:11:04 $ docker stop --time=1 deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a 02:11:05 $ docker rm -f deca9ebf524aed306759a70534f4572af5f14d20adda9c4155479312dfd9fc1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:06 + docker inspect -f . ci-base-image-x86_64 02:11:06 . [Pipeline] withDockerContainer 02:11:06 prd-centos7-docker-4c-2g-32165 does not seem to be running inside a container 02:11:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/12 -v /w/workspace/edgex-ui-go/12:/w/workspace/edgex-ui-go/12:rw,z -v /w/workspace/edgex-ui-go/12@tmp:/w/workspace/edgex-ui-go/12@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:11:07 $ docker top e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:07 + make test 02:11:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:11:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:19 GO111MODULE=on go vet ./... 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:11:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:11:20 GO111MODULE=on go vet ./... [Pipeline] } 02:11:22 $ docker stop --time=1 e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 02:11:24 $ docker rm -f e4130faac6ff9dcd93543c9ee26a2301f903d5a4b5a8cffef2773ae9d0c16755 [Pipeline] // withDockerContainer [Pipeline] sh 02:11:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } 02:11:25 $ docker stop --time=1 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 02:11:25 Stashed 1 file(s) 02:11:27 $ docker rm -f 2f17b6a83bbf8d33b2f6d09bb2210dae93bc0ce0fee1608a4540b755e4713af5 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:11:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:28 Warning: overwriting stash ‘coverage-report’ 02:11:29 Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 02:11:30 + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:31 + ls -al . 02:11:31 total 92 02:11:31 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 31 02:11 . 02:11:31 drwxrwxr-x. 4 jenkins jenkins 30 Mar 31 02:10 .. 02:11:31 drwxrwxr-x. 3 jenkins jenkins 20 Mar 31 02:10 assets 02:11:31 drwxrwxr-x. 2 jenkins jenkins 35 Mar 31 02:10 bin 02:11:31 drwxrwxr-x. 3 jenkins jenkins 29 Mar 31 02:10 cmd 02:11:31 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 31 02:10 CONTRIBUTING.md 02:11:31 -rw-r--r--. 1 jenkins jenkins 10 Mar 31 02:11 coverage.out 02:11:31 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 31 02:10 Dockerfile 02:11:31 -rw-rw-r--. 1 jenkins jenkins 902 Mar 31 02:10 Dockerfile.build 02:11:31 drwxrwxr-x. 5 jenkins jenkins 104 Mar 31 02:10 docs 02:11:31 drwxrwxr-x. 8 jenkins jenkins 179 Mar 31 02:10 .git 02:11:31 drwxrwxr-x. 2 jenkins jenkins 103 Mar 31 02:10 .github 02:11:31 -rw-rw-r--. 1 jenkins jenkins 153 Mar 31 02:10 .gitignore 02:11:31 -rw-rw-r--. 1 jenkins jenkins 987 Mar 31 02:10 go.mod 02:11:31 -rw-r--r--. 1 jenkins jenkins 22319 Mar 31 02:11 go.sum 02:11:31 drwxrwxr-x. 10 jenkins jenkins 139 Mar 31 02:10 internal 02:11:31 -rw-rw-r--. 1 jenkins jenkins 652 Mar 31 02:10 Jenkinsfile 02:11:31 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 31 02:10 LICENSE 02:11:31 -rw-rw-r--. 1 jenkins jenkins 951 Mar 31 02:10 Makefile 02:11:31 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 31 02:10 README.md 02:11:31 -rw-rw-r--. 1 jenkins jenkins 5 Mar 31 02:07 VERSION 02:11:31 -rw-rw-r--. 1 jenkins jenkins 155 Mar 31 02:10 version.go 02:11:31 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 31 02:10 web [Pipeline] isUnix [Pipeline] sh 02:11:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:31 + 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=7ff4758a874ebae3c64634854e6aa391c454421f --label arch=amd64 --label version=0.0.0 . 02:11:31 + ls -al . 02:11:31 total 124 02:11:31 drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 02:10 . 02:11:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 02:09 .. 02:11:31 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 02:09 .git 02:11:31 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 02:09 .github 02:11:31 -rw-rw-r-- 1 jenkins jenkins 153 Mar 31 02:09 .gitignore 02:11:31 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 31 02:09 CONTRIBUTING.md 02:11:31 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 31 02:09 Dockerfile 02:11:31 -rw-rw-r-- 1 jenkins jenkins 902 Mar 31 02:09 Dockerfile.build 02:11:31 -rw-rw-r-- 1 jenkins jenkins 652 Mar 31 02:09 Jenkinsfile 02:11:31 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 31 02:09 LICENSE 02:11:31 -rw-rw-r-- 1 jenkins jenkins 951 Mar 31 02:09 Makefile 02:11:31 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 31 02:09 README.md 02:11:31 -rw-rw-r-- 1 jenkins jenkins 5 Mar 31 02:07 VERSION 02:11:31 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 02:09 assets 02:11:31 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 02:09 bin 02:11:31 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 02:09 cmd 02:11:31 -rw-r--r-- 1 jenkins jenkins 10 Mar 31 02:10 coverage.out 02:11:31 drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 02:09 docs 02:11:31 -rw-rw-r-- 1 jenkins jenkins 987 Mar 31 02:09 go.mod 02:11:31 -rw-r--r-- 1 jenkins jenkins 22319 Mar 31 02:10 go.sum 02:11:31 drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 02:09 internal 02:11:31 -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 02:09 version.go 02:11:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 02:09 web 02:11:31 Sending build context to Docker daemon 17.4MB [Pipeline] isUnix [Pipeline] sh 02:11:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:32 Step 2/24 : FROM ${BASE} AS builder 02:11:32 ---> 7fd2fa6a103d 02:11:32 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:32 + 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=7ff4758a874ebae3c64634854e6aa391c454421f --label arch=arm64 --label version=0.0.0 . 02:11:32 ---> Running in 6c34937ac7c1 02:11:32 Removing intermediate container 6c34937ac7c1 02:11:32 ---> a97501be1b19 02:11:32 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:32 ---> Running in f82191a2d5eb 02:11:32 Removing intermediate container f82191a2d5eb 02:11:32 ---> 7f31b641560b 02:11:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:32 ---> Running in 376e09100e23 02:11:33 Removing intermediate container 376e09100e23 02:11:33 ---> 64cbf5cc872e 02:11:33 Step 6/24 : LABEL Name=edgex-ui-go 02:11:33 ---> Running in 1b69244d202a 02:11:33 Sending build context to Docker daemon 17.4MB 02:11:33 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:33 Step 2/24 : FROM ${BASE} AS builder 02:11:33 ---> 908bb74b9200 02:11:33 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:33 Removing intermediate container 1b69244d202a 02:11:33 ---> 0929aeb19909 02:11:33 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:33 ---> Running in 8865506acc3a 02:11:33 ---> Running in 4c27f81675ed 02:11:33 Removing intermediate container 8865506acc3a 02:11:33 ---> d7527e258db3 02:11:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:33 ---> Running in 4ed6f2b207b5 02:11:33 Removing intermediate container 4c27f81675ed 02:11:33 ---> 401db1e6c14e 02:11:33 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:34 ---> Running in 3945c9fd48c1 02:11:34 Removing intermediate container 3945c9fd48c1 02:11:34 ---> 1512f70f094e 02:11:34 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:34 ---> Running in 337648b7ba71 02:11:34 Removing intermediate container 4ed6f2b207b5 02:11:34 ---> 52670a3010fd 02:11:34 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:34 ---> Running in 478828cf0966 02:11:34 Removing intermediate container 337648b7ba71 02:11:34 ---> 80bbed602041 02:11:34 Step 6/24 : LABEL Name=edgex-ui-go 02:11:35 ---> Running in 5fb35645ddda 02:11:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:35 Removing intermediate container 5fb35645ddda 02:11:35 ---> 98c86711b632 02:11:35 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:35 ---> Running in d24eec723cc4 02:11:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:36 Removing intermediate container d24eec723cc4 02:11:36 ---> 10dfd2cc9ba5 02:11:36 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:36 ---> Running in 8a5fb745dbf6 02:11:36 OK: 166 MiB in 39 packages 02:11:37 Removing intermediate container 478828cf0966 02:11:37 ---> c352d2a586ff 02:11:37 Step 10/24 : ENV GO111MODULE=on 02:11:37 ---> Running in 7012b8fbf0d2 02:11:37 Removing intermediate container 7012b8fbf0d2 02:11:37 ---> e1280c1fdb79 02:11:37 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:37 ---> Running in babea973132f 02:11:37 Removing intermediate container babea973132f 02:11:37 ---> 704da43c5438 02:11:37 Step 12/24 : COPY go.mod . 02:11:37 ---> 5571acdcf239 02:11:37 Step 13/24 : COPY Makefile . 02:11:38 ---> a5413650232d 02:11:38 Step 14/24 : RUN make update 02:11:38 ---> Running in 5e8a7f8565ea 02:11:38 Removing intermediate container 8a5fb745dbf6 02:11:38 ---> 76d98ee9c6ac 02:11:38 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:38 ---> Running in 1ef10aea8134 02:11:38 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:39 Removing intermediate container 5e8a7f8565ea 02:11:39 ---> adcdaa811045 02:11:39 Step 15/24 : COPY . . 02:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:40 OK: 142 MiB in 39 packages 02:11:41 ---> 5424892c1fce 02:11:41 Step 16/24 : RUN ${MAKE} 02:11:41 ---> Running in 65e6b403c90d 02:11:41 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:41 Removing intermediate container 1ef10aea8134 02:11:41 ---> 28391159e956 02:11:41 Step 10/24 : ENV GO111MODULE=on 02:11:42 ---> Running in a0cec69b4b53 02:11:42 Removing intermediate container a0cec69b4b53 02:11:42 ---> 75d703a0c157 02:11:42 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:42 ---> Running in 31361a33672f 02:11:42 Removing intermediate container 31361a33672f 02:11:42 ---> fb986c696097 02:11:42 Step 12/24 : COPY go.mod . 02:11:43 ---> 49e593e7b3bc 02:11:43 Step 13/24 : COPY Makefile . 02:11:44 ---> 47fc3c901344 02:11:44 Step 14/24 : RUN make update 02:11:44 ---> Running in 461b5a2921d6 02:11:45 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:46 Removing intermediate container 461b5a2921d6 02:11:46 ---> 81b650509f4c 02:11:46 Step 15/24 : COPY . . 02:11:49 ---> cb41020047a3 02:11:49 Step 16/24 : RUN ${MAKE} 02:11:49 ---> Running in 6ba5453f65a6 02:11:50 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:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:55 Removing intermediate container 65e6b403c90d 02:11:55 ---> c352b3554983 02:11:55 Step 17/24 : FROM alpine:3.12 02:11:55 3.12: Pulling from library/alpine 02:11:55 22599d3e9e25: Pulling fs layer 02:11:55 22599d3e9e25: Verifying Checksum 02:11:55 22599d3e9e25: Download complete 02:11:55 22599d3e9e25: Pull complete 02:11:55 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 02:11:55 Status: Downloaded newer image for alpine:3.12 02:11:55 ---> 42cb162f0360 02:11:55 Step 18/24 : EXPOSE 4000 02:11:55 ---> Running in f7a70c1c171f 02:11:56 Removing intermediate container f7a70c1c171f 02:11:56 ---> 47e146983471 02:11:56 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:56 ---> 132974a992d6 02:11:56 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:57 ---> Running in 87daa3b54329 02:11:57 Removing intermediate container 87daa3b54329 02:11:57 ---> 405f42d17b93 02:11:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:57 ---> Running in df43306a7b6a 02:11:57 Removing intermediate container df43306a7b6a 02:11:57 ---> 8950cedda615 02:11:57 Step 22/24 : LABEL arch=amd64 02:11:57 ---> Running in b2bee84191d9 02:11:57 Removing intermediate container b2bee84191d9 02:11:57 ---> 47fac70b5cfb 02:11:57 Step 23/24 : LABEL git_sha=7ff4758a874ebae3c64634854e6aa391c454421f 02:11:57 ---> Running in 288dda3d8e89 02:11:58 Removing intermediate container 288dda3d8e89 02:11:58 ---> b17e9331bf30 02:11:58 Step 24/24 : LABEL version=0.0.0 02:11:58 ---> Running in 0fec011cad6c 02:11:58 Removing intermediate container 0fec011cad6c 02:11:58 ---> 35a46992e630 02:11:58 [Warning] One or more build-args [ARCH] were not consumed 02:11:58 Successfully built 35a46992e630 02:11:58 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:11:59 ---> job-cost.sh 02:11:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VC4K 02:12:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:12:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:12:21 Removing intermediate container 6ba5453f65a6 02:12:21 ---> 0822d155b50b 02:12:21 Step 17/24 : FROM alpine:3.12 02:12:22 3.12: Pulling from library/alpine 02:12:22 95dec6db3722: Pulling fs layer 02:12:22 95dec6db3722: Verifying Checksum 02:12:22 95dec6db3722: Download complete 02:12:22 95dec6db3722: Pull complete 02:12:22 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 02:12:22 Status: Downloaded newer image for alpine:3.12 02:12:22 ---> e47305ac9786 02:12:22 Step 18/24 : EXPOSE 4000 02:12:23 ---> Running in 11365fe87aef 02:12:23 Removing intermediate container 11365fe87aef 02:12:23 ---> ed2bca15f41b 02:12:23 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:25 ---> fa7e372573f0 02:12:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:12:25 ---> Running in 9e96dc44f77a 02:12:25 Removing intermediate container 9e96dc44f77a 02:12:25 ---> 3df7c957c117 02:12:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:12:26 ---> Running in 059787f8317d 02:12:26 Removing intermediate container 059787f8317d 02:12:26 ---> c95f41df3bbd 02:12:26 Step 22/24 : LABEL arch=arm64 02:12:26 ---> Running in 6c12cd8d3039 02:12:27 Removing intermediate container 6c12cd8d3039 02:12:27 ---> 94bb91e51533 02:12:27 Step 23/24 : LABEL git_sha=7ff4758a874ebae3c64634854e6aa391c454421f 02:12:27 ---> Running in 928ed401e71b 02:12:27 Removing intermediate container 928ed401e71b 02:12:27 ---> cf01abf42eb8 02:12:27 Step 24/24 : LABEL version=0.0.0 02:12:27 ---> Running in 8435ebf16c61 02:12:28 Removing intermediate container 8435ebf16c61 02:12:28 ---> 312c1993b2c9 02:12:28 [Warning] One or more build-args [ARCH] were not consumed 02:12:28 Successfully built 312c1993b2c9 02:12:28 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:29 ---> job-cost.sh 02:12:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7SA6 02:12:46 lf-activate-venv(): INFO: Adding /tmp/venv-VC4K/bin to PATH 02:12:46 INFO: No Stack... 02:12:46 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:46 INFO: Archiving Costs [Pipeline] sh 02:12:46 + cat /w/workspace/edgex-ui-go/12/archives/cost.csv 02:12:46 + cut -d, -f6 [Pipeline] lock 02:12:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] 02:12:46 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] did not exist. Created. 02:12:46 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:12:47 + echo total: 0.029999999329447746 [Pipeline] stash 02:12:47 Stashed 1 file(s) [Pipeline] } 02:12:47 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:13:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:14:30 lf-activate-venv(): INFO: Adding /tmp/venv-7SA6/bin to PATH 02:14:30 INFO: No Stack... 02:14:30 INFO: Retrieving Pricing Info for: lf-standard-4 02:14:31 INFO: Archiving Costs [Pipeline] sh 02:14:31 + cat /w/workspace/edgex-ui-go/12/archives/cost.csv 02:14:31 + cut -d, -f6 [Pipeline] lock 02:14:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] 02:14:31 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] did not exist. Created. 02:14:31 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:14:31 /w/workspace/edgex-ui-go/12@tmp/durable-74fd34da/script.sh: 1: /w/workspace/edgex-ui-go/12@tmp/durable-74fd34da/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:14:32 + echo total: 0.20999999344348907 [Pipeline] stash 02:14:32 Warning: overwriting stash ‘stack-cost’ 02:14:32 Stashed 1 file(s) [Pipeline] } 02:14:32 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-12-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:33 provisioning config files... 02:14:33 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6220334306671086212tmp [Pipeline] { [Pipeline] sh 02:14:34 + set +x 02:14:34 + curl -s https://codecov.io/bash 02:14:34 + bash -s -- 02:14:34 02:14:34 _____ _ 02:14:34 / ____| | | 02:14:34 | | ___ __| | ___ ___ _____ __ 02:14:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:14:34 | |___| (_) | (_| | __/ (_| (_) \ V / 02:14:34 \_____\___/ \__,_|\___|\___\___/ \_/ 02:14:34 Bash-20210309-2b87ace 02:14:34 02:14:34 02:14:34 ==> git version 2.24.3 found 02:14:34 ==> 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:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:14:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:14:34 ==> Jenkins CI detected. 02:14:34 project root: . 02:14:34 --> token set from env 02:14:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:14:34 ==> Running gcov in . (disable via -X gcov) 02:14:34 ==> Python coveragepy not found 02:14:34 ==> Searching for coverage reports in: 02:14:34 + . 02:14:34 -> Found 1 reports 02:14:34 ==> Detecting git/mercurial file structure 02:14:34 ==> Reading reports 02:14:34 + ./coverage.out bytes=10 02:14:34 ==> Appending adjustments 02:14:34 https://docs.codecov.io/docs/fixing-reports 02:14:34 + Found adjustments 02:14:34 ==> Gzipping contents 02:14:34 4.0K /tmp/codecov.G7ZkIM.gz 02:14:34 ==> Uploading reports 02:14:34 url: https://codecov.io 02:14:34 query: branch=PR-297&commit=7ff4758a874ebae3c64634854e6aa391c454421f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:14:34 -> Pinging Codecov 02:14:34 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-297&commit=7ff4758a874ebae3c64634854e6aa391c454421f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 02:14:35 -> Uploading to 02:14:35 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/FB506323287CE973F263BFD2A0EB1F37/7ff4758a874ebae3c64634854e6aa391c454421f/1dee9075-be91-468b-96d5-13c3af96cf98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T021435Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b188c4aa9f7e20ba5277c0a126de065d96ffe8e0be96c54d0c11d827f19879d9 02:14:35 % Total % Received % Xferd Average Speed Time Time Time Current 02:14:35 Dload Upload Total Spent Left Speed 02:14:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3336 0 0 100 3336 0 6667 --:--:-- --:--:-- --:--:-- 6672 02:14:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7ff4758a874ebae3c64634854e6aa391c454421f [Pipeline] } 02:14:35 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:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:14:38 ---> package-listing.sh 02:14:38 ++ facter osfamily 02:14:38 ++ tr '[:upper:]' '[:lower:]' 02:14:38 + OS_FAMILY=redhat 02:14:38 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:14:38 + START_PACKAGES=/tmp/packages_start.txt 02:14:38 + END_PACKAGES=/tmp/packages_end.txt 02:14:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:14:38 + PACKAGES=/tmp/packages_start.txt 02:14:38 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:14:38 + PACKAGES=/tmp/packages_end.txt 02:14:38 + case "${OS_FAMILY}" in 02:14:38 + rpm -qa 02:14:38 + sort 02:14:44 + '[' -f /tmp/packages_start.txt ']' 02:14:44 + '[' -f /tmp/packages_end.txt ']' 02:14:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:14:44 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:14:44 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:14:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo 02:14:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:14:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:14:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:44 02:14:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:14:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:45 alpine: Pulling from edgex-lftools-log-publisher 02:14:45 df20fa9351a1: Pulling fs layer 02:14:45 36b3adc4ff6f: Pulling fs layer 02:14:45 8ad3a11d3b57: Pulling fs layer 02:14:45 46f8f816bc3b: Pulling fs layer 02:14:45 93b61091891f: Pulling fs layer 02:14:45 93b9cdb0e59b: Pulling fs layer 02:14:45 5e14af77c1be: Pulling fs layer 02:14:45 01666e4c0597: Pulling fs layer 02:14:45 aa168da1d23b: Pulling fs layer 02:14:45 93b9cdb0e59b: Waiting 02:14:45 5e14af77c1be: Waiting 02:14:45 01666e4c0597: Waiting 02:14:45 aa168da1d23b: Waiting 02:14:45 93b61091891f: Waiting 02:14:45 46f8f816bc3b: Waiting 02:14:45 36b3adc4ff6f: Verifying Checksum 02:14:45 36b3adc4ff6f: Download complete 02:14:45 46f8f816bc3b: Verifying Checksum 02:14:45 46f8f816bc3b: Download complete 02:14:45 df20fa9351a1: Verifying Checksum 02:14:45 df20fa9351a1: Download complete 02:14:45 93b9cdb0e59b: Verifying Checksum 02:14:45 93b9cdb0e59b: Download complete 02:14:45 5e14af77c1be: Verifying Checksum 02:14:45 5e14af77c1be: Download complete 02:14:45 01666e4c0597: Verifying Checksum 02:14:45 01666e4c0597: Download complete 02:14:45 8ad3a11d3b57: Verifying Checksum 02:14:45 8ad3a11d3b57: Download complete 02:14:45 df20fa9351a1: Pull complete 02:14:45 36b3adc4ff6f: Pull complete 02:14:46 93b61091891f: Verifying Checksum 02:14:46 93b61091891f: Download complete 02:14:46 8ad3a11d3b57: Pull complete 02:14:47 46f8f816bc3b: Pull complete 02:14:48 aa168da1d23b: Verifying Checksum 02:14:48 aa168da1d23b: Download complete 02:14:48 93b61091891f: Pull complete 02:14:48 93b9cdb0e59b: Pull complete 02:14:48 5e14af77c1be: Pull complete 02:14:49 01666e4c0597: Pull complete 02:14:57 aa168da1d23b: Pull complete 02:14:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:14:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:14:57 prd-centos7-docker-4c-2g-32163 does not seem to be running inside a container 02:14:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:15:01 $ docker top a1110fd8bd56bd87d5babb8679ab291f90e585eac5f1d01ce51b4c4675a07f3c -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:02 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:02 + mkdir -p /var/log/sa [Pipeline] sh 02:15:02 + ls /var/log/sa-host 02:15:02 + sadf -c /var/log/sa-host/sa23 02:15:02 file_magic: OK 02:15:02 HZ: Using current value: 100 02:15:02 file_header: OK 02:15:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:02 Statistics: 02:15:02 Hnuu...uuuununununu... 02:15:02 File successfully converted to sysstat format version 12.2.1 02:15:02 + sadf -c /var/log/sa-host/sa31 02:15:02 file_magic: OK 02:15:02 HZ: Using current value: 100 02:15:02 file_header: OK 02:15:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:15:02 Statistics: 02:15:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:15:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:03 provisioning config files... 02:15:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config680884610315291975tmp [Pipeline] { [Pipeline] echo 02:15:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:03 ---> create-netrc.sh [Pipeline] } 02:15:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:04 ---> python-tools-install.sh [Pipeline] echo 02:15:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:04 ---> sudo-logs.sh 02:15:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:05 ---> job-cost.sh 02:15:05 lf-activate-venv: SKIPPING 02:15:05 DEBUG: total: 0.20999999344348907 02:15:05 INFO: Retrieving Stack Cost... 02:15:07 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:07 INFO: Archiving Costs [Pipeline] echo 02:15:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:07 ---> logs-deploy.sh 02:15:07 lf-activate-venv: SKIPPING 02:15:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/12 02:15:07 INFO: archiving workspace using pattern(s): 02:15:09 Archives upload complete. 02:15:09 INFO: archiving logs to Nexus