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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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 Running on prd-centos7-docker-4c-2g-27779 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 > 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 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing c6402a215e052790e12538a0fd6df33e07050c0b Checking out Revision c6402a215e052790e12538a0fd6df33e07050c0b (PR-297) > 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6402a215e052790e12538a0fd6df33e07050c0b # timeout=10 Commit message: "Merge commit 'de7c5c3e6b4481bff3e484d1404955fbb7d3e33f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:05:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 621e650d34511c6c9638321c987b4476c828df99 # timeout=10 [Pipeline] withCredentials 02:05:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:05:25 ========================================================= 02:05:25 EdgeX Global Pipelines Version Info 02:05:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:05:27 ------------------- 02:05:27 stable info: 02:05:27 ------------------- 02:05:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:05:27 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 02:05:27 Message: update stable to v1.0.182 02:05:28 ------------------- 02:05:28 experimental info: 02:05:28 ------------------- 02:05:28 Commited By: **** collab-it+edgex@linuxfoundation.org 02:05:28 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 02:05:28 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:05:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:05:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 02:05:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 02:05:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 02:05:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6402a215e052790e12538a0fd6df33e07050c0b [Pipeline] echo 02:05:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6402a2 [Pipeline] echo 02:05:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:05:31 provisioning config files... 02:05:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3780825648257219804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:32 ---> docker-login.sh 02:05:32 nexus3.edgexfoundry.org:10001 02:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:32 Configure a credential helper to remove this warning. See 02:05:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:32 02:05:32 Login Succeeded 02:05:32 nexus3.edgexfoundry.org:10002 02:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:32 Configure a credential helper to remove this warning. See 02:05:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:32 02:05:32 Login Succeeded 02:05:32 nexus3.edgexfoundry.org:10003 02:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:32 Configure a credential helper to remove this warning. See 02:05:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:32 02:05:32 Login Succeeded 02:05:32 nexus3.edgexfoundry.org:10004 02:05:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:33 Configure a credential helper to remove this warning. See 02:05:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:33 02:05:33 Login Succeeded 02:05:33 docker.io 02:05:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:33 Configure a credential helper to remove this warning. See 02:05:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:33 02:05:33 Login Succeeded 02:05:33 ---> docker-login.sh ends [Pipeline] } 02:05:33 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:05:34 + git log --format=format:%s -1 c6402a215e052790e12538a0fd6df33e07050c0b [Pipeline] echo 02:05:34 GIT_COMMIT: c6402a215e052790e12538a0fd6df33e07050c0b, Commit Message: Merge commit 'de7c5c3e6b4481bff3e484d1404955fbb7d3e33f' into HEAD [Pipeline] echo 02:05:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:05:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:35 02:05:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:05:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:35 latest: Pulling from edgex-devops/git-semver 02:05:35 31603596830f: Pulling fs layer 02:05:35 2a8b12db71e7: Pulling fs layer 02:05:35 6ca5941a6612: Pulling fs layer 02:05:35 ecc8261a40a4: Pulling fs layer 02:05:35 ecc8261a40a4: Waiting 02:05:35 2a8b12db71e7: Download complete 02:05:36 31603596830f: Verifying Checksum 02:05:36 31603596830f: Download complete 02:05:36 ecc8261a40a4: Verifying Checksum 02:05:36 ecc8261a40a4: Download complete 02:05:36 6ca5941a6612: Verifying Checksum 02:05:36 6ca5941a6612: Download complete 02:05:36 31603596830f: Pull complete 02:05:36 2a8b12db71e7: Pull complete 02:05:37 6ca5941a6612: Pull complete 02:05:37 ecc8261a40a4: Pull complete 02:05:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:05:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:05:37 prd-centos7-docker-4c-2g-27779 does not seem to be running inside a container 02:05:37 $ 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:05:39 $ docker top 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:05:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:05:39 [ssh-agent] Looking for ssh-agent implementation... 02:05:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:05:40 $ docker exec 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e ssh-agent 02:05:40 SSH_AUTH_SOCK=/tmp/ssh-Pywd4HGfr6tj/agent.12 02:05:40 SSH_AGENT_PID=17 02:05:40 Running ssh-add (command line suppressed) 02:05:40 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_412200098319899913.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_412200098319899913.key) 02:05:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:05:40 + git tag --points-at HEAD [Pipeline] } 02:05:40 $ docker exec --env ******** --env ******** 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e ssh-agent -k 02:05:40 unset SSH_AUTH_SOCK; 02:05:40 unset SSH_AGENT_PID; 02:05:40 echo Agent pid 17 killed; 02:05:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:05:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:05:41 [ssh-agent] Looking for ssh-agent implementation... 02:05:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:05:41 $ docker exec 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e ssh-agent 02:05:41 SSH_AUTH_SOCK=/tmp/ssh-LebIeVakf5H1/agent.45 02:05:41 SSH_AGENT_PID=50 02:05:41 Running ssh-add (command line suppressed) 02:05:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3392030423283964447.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3392030423283964447.key) 02:05:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:05:41 + git semver init 02:05:41 # -> Open(): unable to determine branch for HEAD 02:05:41 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 02:05:41 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:05:41 # $SEMVER_REMOTE_NAME = origin 02:05:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:05:41 # $SEMVER_USER_NAME = edgex-jenkins 02:05:41 # $SEMVER_BRANCH = PR-297 02:05:41 # $SEMVER_TEMP = /tmp/semver-661726242 02:05:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:05:42 # '/tmp/semver-661726242' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 02:05:42 # -> Force: false 02:05:42 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 02:05:42 $ docker exec --env ******** --env ******** 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e ssh-agent -k 02:05:43 unset SSH_AUTH_SOCK; 02:05:43 unset SSH_AGENT_PID; 02:05:43 echo Agent pid 50 killed; 02:05:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:05:43 + git semver [Pipeline] } 02:05:43 $ docker stop --time=1 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e 02:05:44 $ docker rm -f 19d1578c79f23bd29e5df32ad55251305cd4458121f8d4aea6c05d2f6b7ede3e [Pipeline] // withDockerContainer [Pipeline] sh 02:05:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:05:45 Stashed 1 file(s) [Pipeline] echo 02:05:45 [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:05:46 Running on prd-centos7-docker-4c-2g-27778 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:05:46 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 02:05:48 using credential edgex-jenkins-ssh 02:05:48 Cloning the remote Git repository 02:05:48 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:05:48 > git init /w/workspace/edgex-ui-go/4 # timeout=10 02:05:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:05:48 > git --version # timeout=10 02:05:48 > git --version # 'git version 2.24.3' 02:05:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:05:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:05:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:05:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:05:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:05:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:05:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:05:49 > 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:05:50 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:05:50 Merge succeeded, producing 9c3537035fef16ef82dc4cda5337dea93c16d50f 02:05:50 Checking out Revision 9c3537035fef16ef82dc4cda5337dea93c16d50f (PR-297) 02:05:50 > git config core.sparsecheckout # timeout=10 02:05:50 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:05:50 > git remote # timeout=10 02:05:50 > git config --get remote.origin.url # timeout=10 02:05:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:05:50 > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 02:05:50 > git rev-parse HEAD^{commit} # timeout=10 02:05:50 > git config core.sparsecheckout # timeout=10 02:05:50 > git checkout -f 9c3537035fef16ef82dc4cda5337dea93c16d50f # timeout=10 02:05:54 Commit message: "Merge commit 'de7c5c3e6b4481bff3e484d1404955fbb7d3e33f' into HEAD" 02:05:54 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:05:54 > git rev-list --no-walk 621e650d34511c6c9638321c987b4476c828df99 # timeout=10 02:05:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:05:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:05:56 + sudo service docker restart 02:05:56 + true 02:05:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:05:57 provisioning config files... 02:05:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config6928669103915019414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:57 ---> docker-login.sh 02:05:57 nexus3.edgexfoundry.org:10001 02:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:58 Configure a credential helper to remove this warning. See 02:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:58 02:05:58 Login Succeeded 02:05:58 nexus3.edgexfoundry.org:10002 02:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:58 Configure a credential helper to remove this warning. See 02:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:58 02:05:58 Login Succeeded 02:05:58 nexus3.edgexfoundry.org:10003 02:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:58 Configure a credential helper to remove this warning. See 02:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:58 02:05:58 Login Succeeded 02:05:58 nexus3.edgexfoundry.org:10004 02:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:58 Configure a credential helper to remove this warning. See 02:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:58 02:05:58 Login Succeeded 02:05:58 docker.io 02:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:59 Configure a credential helper to remove this warning. See 02:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:59 02:05:59 Login Succeeded 02:05:59 ---> docker-login.sh ends [Pipeline] } 02:05:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:05:59 ========================================================= 02:05:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:05:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:05:59 + 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:06:00 Sending build context to Docker daemon 17.09MB 02:06:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:06:00 Step 2/8 : FROM ${BASE} 02:06:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:06:00 188c0c94c7c5: Pulling fs layer 02:06:00 0ef7d3d256c8: Pulling fs layer 02:06:00 de9db76c5a1d: Pulling fs layer 02:06:00 bca2f99d35d6: Pulling fs layer 02:06:00 93359f2a8cfa: Pulling fs layer 02:06:00 7c6f9722023f: Pulling fs layer 02:06:00 a35cf1a2eb13: Pulling fs layer 02:06:00 93359f2a8cfa: Waiting 02:06:00 7c6f9722023f: Waiting 02:06:00 a35cf1a2eb13: Waiting 02:06:00 bca2f99d35d6: Waiting 02:06:00 de9db76c5a1d: Verifying Checksum 02:06:00 de9db76c5a1d: Download complete 02:06:00 0ef7d3d256c8: Verifying Checksum 02:06:00 0ef7d3d256c8: Download complete 02:06:00 93359f2a8cfa: Verifying Checksum 02:06:00 93359f2a8cfa: Download complete 02:06:00 7c6f9722023f: Verifying Checksum 02:06:00 7c6f9722023f: Download complete 02:06:00 188c0c94c7c5: Verifying Checksum 02:06:00 188c0c94c7c5: Download complete 02:06:00 188c0c94c7c5: Pull complete 02:06:00 0ef7d3d256c8: Pull complete 02:06:01 de9db76c5a1d: Pull complete 02:06:01 Still waiting to schedule task 02:06:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 02:06:02 a35cf1a2eb13: Verifying Checksum 02:06:02 a35cf1a2eb13: Download complete 02:06:03 bca2f99d35d6: Verifying Checksum 02:06:03 bca2f99d35d6: Download complete 02:06:08 bca2f99d35d6: Pull complete 02:06:08 93359f2a8cfa: Pull complete 02:06:08 7c6f9722023f: Pull complete 02:06:18 a35cf1a2eb13: Pull complete 02:06:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:06:18 ---> a62c8e92a672 02:06:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:06:18 ---> Running in 80738a260905 02:06:18 Removing intermediate container 80738a260905 02:06:18 ---> c10f407ba78f 02:06:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:18 ---> Running in fd37f10eb781 02:06:18 Removing intermediate container fd37f10eb781 02:06:18 ---> 38492a8b54d5 02:06:18 Step 5/8 : RUN apk add --no-cache make git 02:06:18 ---> Running in a8ac322f1314 02:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:20 OK: 166 MiB in 39 packages 02:06:21 Removing intermediate container a8ac322f1314 02:06:21 ---> ddae3bf6123f 02:06:21 Step 6/8 : WORKDIR /edgex-ui-go 02:06:21 ---> Running in 911831ed74f8 02:06:21 Removing intermediate container 911831ed74f8 02:06:21 ---> 2c49f0d5d31a 02:06:21 Step 7/8 : COPY . . 02:06:23 ---> e0f379a24767 02:06:23 Step 8/8 : RUN go mod download 02:06:23 ---> Running in 65e312303ff9 02:06:45 Removing intermediate container 65e312303ff9 02:06:45 ---> cdee4353286d 02:06:45 Successfully built cdee4353286d 02:06:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:06:45 + docker inspect -f . ci-base-image-x86_64 02:06:45 . [Pipeline] withDockerContainer 02:06:45 prd-centos7-docker-4c-2g-27778 does not seem to be running inside a container 02:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:06:46 $ docker top 0946a2c5fdb16642b429fe7f00dc6e728fe8d934c964420e7d0a99965a12e3eb -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:46 + go version 02:06:46 go version go1.15.5 linux/amd64 [Pipeline] } 02:06:46 $ docker stop --time=1 0946a2c5fdb16642b429fe7f00dc6e728fe8d934c964420e7d0a99965a12e3eb 02:06:48 $ docker rm -f 0946a2c5fdb16642b429fe7f00dc6e728fe8d934c964420e7d0a99965a12e3eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:06:49 + docker inspect -f . ci-base-image-x86_64 02:06:49 . [Pipeline] withDockerContainer 02:06:49 prd-centos7-docker-4c-2g-27778 does not seem to be running inside a container 02:06:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:06:49 $ docker top ecc280f02d2cc3d01a4442de7e21df0780bf07cd4ba1333250568148e7d9e2ca -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:50 + make test 02:06:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:06:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:06:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:06:59 GO111MODULE=on go vet ./... [Pipeline] } 02:06:59 $ docker stop --time=1 ecc280f02d2cc3d01a4442de7e21df0780bf07cd4ba1333250568148e7d9e2ca 02:07:01 $ docker rm -f ecc280f02d2cc3d01a4442de7e21df0780bf07cd4ba1333250568148e7d9e2ca [Pipeline] // withDockerContainer [Pipeline] sh 02:07:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:07:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:07:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:07:06 + ls -al . 02:07:06 total 88 02:07:06 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 26 02:06 . 02:07:06 drwxrwxr-x. 4 jenkins jenkins 28 Feb 26 02:05 .. 02:07:06 drwxrwxr-x. 3 jenkins jenkins 20 Feb 26 02:05 assets 02:07:06 drwxrwxr-x. 2 jenkins jenkins 35 Feb 26 02:05 bin 02:07:06 drwxrwxr-x. 3 jenkins jenkins 29 Feb 26 02:05 cmd 02:07:06 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 26 02:05 CONTRIBUTING.md 02:07:06 -rw-r--r--. 1 jenkins jenkins 10 Feb 26 02:06 coverage.out 02:07:06 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 26 02:05 Dockerfile 02:07:06 -rw-rw-r--. 1 jenkins jenkins 902 Feb 26 02:05 Dockerfile.build 02:07:06 drwxrwxr-x. 5 jenkins jenkins 104 Feb 26 02:05 docs 02:07:06 drwxrwxr-x. 8 jenkins jenkins 179 Feb 26 02:05 .git 02:07:06 drwxrwxr-x. 2 jenkins jenkins 103 Feb 26 02:05 .github 02:07:06 -rw-rw-r--. 1 jenkins jenkins 153 Feb 26 02:05 .gitignore 02:07:06 -rw-rw-r--. 1 jenkins jenkins 966 Feb 26 02:05 go.mod 02:07:06 -rw-r--r--. 1 jenkins jenkins 20277 Feb 26 02:06 go.sum 02:07:06 drwxrwxr-x. 10 jenkins jenkins 139 Feb 26 02:05 internal 02:07:06 -rw-rw-r--. 1 jenkins jenkins 652 Feb 26 02:05 Jenkinsfile 02:07:06 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 26 02:05 LICENSE 02:07:06 -rw-rw-r--. 1 jenkins jenkins 951 Feb 26 02:05 Makefile 02:07:06 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 26 02:05 README.md 02:07:06 -rw-rw-r--. 1 jenkins jenkins 5 Feb 26 02:05 VERSION 02:07:06 -rw-rw-r--. 1 jenkins jenkins 155 Feb 26 02:05 version.go 02:07:06 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 26 02:05 web [Pipeline] isUnix [Pipeline] sh 02:07:06 + 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=c6402a215e052790e12538a0fd6df33e07050c0b --label arch=amd64 --label version=0.0.0 . 02:07:06 Sending build context to Docker daemon 17.11MB 02:07:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:07:06 Step 2/24 : FROM ${BASE} AS builder 02:07:06 ---> cdee4353286d 02:07:06 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:07:06 ---> Running in 8a2ae87154a3 02:07:07 Removing intermediate container 8a2ae87154a3 02:07:07 ---> 715f337bb0da 02:07:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:07:07 ---> Running in 6e4994a89c33 02:07:07 Removing intermediate container 6e4994a89c33 02:07:07 ---> c9210afe4bcd 02:07:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:07:07 ---> Running in 1022e883e568 02:07:07 Removing intermediate container 1022e883e568 02:07:07 ---> 4c477748503b 02:07:07 Step 6/24 : LABEL Name=edgex-ui-go 02:07:07 ---> Running in 65c184605b59 02:07:07 Removing intermediate container 65c184605b59 02:07:07 ---> 3227202cfff8 02:07:07 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:07:07 ---> Running in 6299ce975cca 02:07:07 Removing intermediate container 6299ce975cca 02:07:07 ---> b23b7a92cd36 02:07:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:07 ---> Running in f76b6eb5d7fa 02:07:08 Removing intermediate container f76b6eb5d7fa 02:07:08 ---> 423abfd4fb26 02:07:08 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:07:08 ---> Running in bf4730c706c5 02:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:07:11 OK: 166 MiB in 39 packages 02:07:11 Removing intermediate container bf4730c706c5 02:07:11 ---> dca6fc2eefbf 02:07:11 Step 10/24 : ENV GO111MODULE=on 02:07:11 ---> Running in e137d67418fc 02:07:11 Removing intermediate container e137d67418fc 02:07:11 ---> 592cc515adb8 02:07:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:07:11 ---> Running in 5ee076fdc81c 02:07:11 Removing intermediate container 5ee076fdc81c 02:07:11 ---> 55f456b8eee1 02:07:11 Step 12/24 : COPY go.mod . 02:07:12 ---> 1adb9e5c623b 02:07:12 Step 13/24 : COPY Makefile . 02:07:12 ---> 13c24b903edb 02:07:12 Step 14/24 : RUN make update 02:07:12 ---> Running in 3d08d09a9fbf 02:07:12 CGO_ENABLED=0 GO111MODULE=on go mod download 02:07:13 Removing intermediate container 3d08d09a9fbf 02:07:13 ---> 64f1243ce6c0 02:07:13 Step 15/24 : COPY . . 02:07:14 ---> d6f2893efc70 02:07:14 Step 16/24 : RUN ${MAKE} 02:07:14 ---> Running in 558020a06bde 02:07:15 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:07:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:07:24 Removing intermediate container 558020a06bde 02:07:24 ---> 7abdf4023c11 02:07:24 Step 17/24 : FROM alpine:3.12 02:07:24 3.12: Pulling from library/alpine 02:07:24 f84cab65f19f: Pulling fs layer 02:07:24 f84cab65f19f: Verifying Checksum 02:07:24 f84cab65f19f: Download complete 02:07:24 f84cab65f19f: Pull complete 02:07:24 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:07:24 Status: Downloaded newer image for alpine:3.12 02:07:24 ---> 88dd2752d2ea 02:07:24 Step 18/24 : EXPOSE 4000 02:07:25 ---> Running in 6662f447a898 02:07:25 Removing intermediate container 6662f447a898 02:07:25 ---> b9ee8b6d3166 02:07:25 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:07:26 ---> f9f0e236cca8 02:07:26 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:07:26 ---> Running in b019bdea15c4 02:07:26 Removing intermediate container b019bdea15c4 02:07:26 ---> 3ffc8b1129d2 02:07:26 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:07:26 ---> Running in 4da0b0c8d5a3 02:07:26 Removing intermediate container 4da0b0c8d5a3 02:07:26 ---> 579c16763ebc 02:07:26 Step 22/24 : LABEL arch=amd64 02:07:26 ---> Running in cbdee01edde3 02:07:26 Removing intermediate container cbdee01edde3 02:07:26 ---> 5a4eeb943daf 02:07:26 Step 23/24 : LABEL git_sha=c6402a215e052790e12538a0fd6df33e07050c0b 02:07:26 ---> Running in c5c8c74a5f2c 02:07:26 Removing intermediate container c5c8c74a5f2c 02:07:26 ---> 6e641f632c8d 02:07:26 Step 24/24 : LABEL version=0.0.0 02:07:27 ---> Running in 0823cf457a0f 02:07:27 Removing intermediate container 0823cf457a0f 02:07:27 ---> d27662e840fb 02:07:27 [Warning] One or more build-args [ARCH] were not consumed 02:07:27 Successfully built d27662e840fb 02:07:27 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:07:28 ---> job-cost.sh 02:07:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-M2zs 02:07:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:07:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27781 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 02:07:50 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 02:07:55 using credential edgex-jenkins-ssh 02:07:55 Cloning the remote Git repository 02:07:55 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:07:55 > git init /w/workspace/edgex-ui-go/4 # timeout=10 02:07:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:07:55 > git --version # timeout=10 02:07:55 > git --version # 'git version 2.17.1' 02:07:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:07:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:07:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:07:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:57 > 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:07:58 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 02:07:59 Merge succeeded, producing d11a6b89a1fb8c332bbde9946a9482fb56de2d7a 02:07:59 Checking out Revision d11a6b89a1fb8c332bbde9946a9482fb56de2d7a (PR-297) 02:07:58 > git config core.sparsecheckout # timeout=10 02:07:58 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 02:07:58 > git remote # timeout=10 02:07:58 > git config --get remote.origin.url # timeout=10 02:07:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:58 > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 02:07:59 > git rev-parse HEAD^{commit} # timeout=10 02:07:59 > git config core.sparsecheckout # timeout=10 02:07:59 > git checkout -f d11a6b89a1fb8c332bbde9946a9482fb56de2d7a # timeout=10 02:08:03 Commit message: "Merge commit 'de7c5c3e6b4481bff3e484d1404955fbb7d3e33f' into HEAD" 02:08:03 First time build. Skipping changelog. 02:08:03 > git rev-list --no-walk 621e650d34511c6c9638321c987b4476c828df99 # timeout=10 02:08:04 02:08:04 GitHub has been notified of this commit’s build result 02:08:04 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:08:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:08:05 + sudo+ service docker restarttrue 02:08:05 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:08:09 provisioning config files... 02:08:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config4039170508127764737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:09 ---> docker-login.sh 02:08:09 nexus3.edgexfoundry.org:10001 02:08:09 lf-activate-venv(): INFO: Adding /tmp/venv-M2zs/bin to PATH 02:08:09 INFO: No Stack... 02:08:10 INFO: Retrieving Pricing Info for: v1-standard-2 02:08:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:11 INFO: Archiving Costs [Pipeline] sh 02:08:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:11 Configure a credential helper to remove this warning. See 02:08:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:11 02:08:11 Login Succeeded 02:08:11 nexus3.edgexfoundry.org:10002 02:08:11 + cat /w/workspace/edgex-ui-go/4/archives/cost.csv 02:08:11 + cut -d, -f6 [Pipeline] lock 02:08:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] 02:08:11 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] did not exist. Created. 02:08:11 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:08:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:11 Configure a credential helper to remove this warning. See 02:08:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:11 02:08:11 Login Succeeded 02:08:11 nexus3.edgexfoundry.org:10003 02:08:11 + echo total: 0.029999999329447746 [Pipeline] stash 02:08:11 Stashed 1 file(s) [Pipeline] } 02:08:11 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] 02:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 02:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:12 Configure a credential helper to remove this warning. See 02:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:12 02:08:12 Login Succeeded 02:08:12 nexus3.edgexfoundry.org:10004 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:12 Configure a credential helper to remove this warning. See 02:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:12 02:08:12 Login Succeeded 02:08:12 docker.io 02:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:13 Configure a credential helper to remove this warning. See 02:08:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:13 02:08:13 Login Succeeded 02:08:13 ---> docker-login.sh ends [Pipeline] } 02:08:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:08:14 ========================================================= 02:08:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:08:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:08:14 + 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:08:15 Sending build context to Docker daemon 17.09MB 02:08:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:08:15 Step 2/8 : FROM ${BASE} 02:08:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:08:15 5f621e34cdf4: Pulling fs layer 02:08:15 a4357932f1b6: Pulling fs layer 02:08:15 18c013af1878: Pulling fs layer 02:08:15 00ac8860ef70: Pulling fs layer 02:08:15 63d7cb157983: Pulling fs layer 02:08:15 b116817d02f9: Pulling fs layer 02:08:15 745a02a5169b: Pulling fs layer 02:08:15 00ac8860ef70: Waiting 02:08:15 63d7cb157983: Waiting 02:08:15 745a02a5169b: Waiting 02:08:15 b116817d02f9: Waiting 02:08:15 18c013af1878: Verifying Checksum 02:08:15 18c013af1878: Download complete 02:08:15 a4357932f1b6: Verifying Checksum 02:08:15 a4357932f1b6: Download complete 02:08:15 63d7cb157983: Download complete 02:08:15 b116817d02f9: Download complete 02:08:15 5f621e34cdf4: Verifying Checksum 02:08:15 5f621e34cdf4: Download complete 02:08:16 5f621e34cdf4: Pull complete 02:08:16 a4357932f1b6: Pull complete 02:08:17 18c013af1878: Pull complete 02:08:18 745a02a5169b: Verifying Checksum 02:08:18 745a02a5169b: Download complete 02:08:19 00ac8860ef70: Verifying Checksum 02:08:19 00ac8860ef70: Download complete 02:08:31 00ac8860ef70: Pull complete 02:08:31 63d7cb157983: Pull complete 02:08:31 b116817d02f9: Pull complete 02:08:34 745a02a5169b: Pull complete 02:08:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:08:34 ---> b7e6874047d6 02:08:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:08:37 ---> Running in fb507c7de112 02:08:37 Removing intermediate container fb507c7de112 02:08:37 ---> 784eea54b311 02:08:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 ---> Running in 9e706ea86fac 02:08:40 Removing intermediate container 9e706ea86fac 02:08:40 ---> 7834b5bdb5f8 02:08:40 Step 5/8 : RUN apk add --no-cache make git 02:08:40 ---> Running in 7aa35fa52a81 02:08:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:08:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:08:43 OK: 142 MiB in 39 packages 02:08:44 Removing intermediate container 7aa35fa52a81 02:08:44 ---> 93a5a24e5fe3 02:08:44 Step 6/8 : WORKDIR /edgex-ui-go 02:08:44 ---> Running in c4eb32d73694 02:08:45 Removing intermediate container c4eb32d73694 02:08:45 ---> c2b2eedf90dc 02:08:45 Step 7/8 : COPY . . 02:08:47 ---> 89269c127988 02:08:47 Step 8/8 : RUN go mod download 02:08:47 ---> Running in 71fe6c9a8549 02:09:14 Removing intermediate container 71fe6c9a8549 02:09:14 ---> 2a3189112cfa 02:09:14 Successfully built 2a3189112cfa 02:09:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:09:14 + docker inspect -f . ci-base-image-arm64 02:09:14 . [Pipeline] withDockerContainer 02:09:15 prd-ubuntu18.04-docker-arm64-4c-16g-27781 does not seem to be running inside a container 02:09:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:09:16 $ docker top 5619516584d7bc2002a19d0ea65ee2df8c2defcc39729bb51f25af156964a1f1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:17 + go version 02:09:17 go version go1.15.5 linux/arm64 [Pipeline] } 02:09:17 $ docker stop --time=1 5619516584d7bc2002a19d0ea65ee2df8c2defcc39729bb51f25af156964a1f1 02:09:19 $ docker rm -f 5619516584d7bc2002a19d0ea65ee2df8c2defcc39729bb51f25af156964a1f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:20 + docker inspect -f . ci-base-image-arm64 02:09:20 . [Pipeline] withDockerContainer 02:09:20 prd-ubuntu18.04-docker-arm64-4c-16g-27781 does not seem to be running inside a container 02:09:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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:09:22 $ docker top 084d77e7715a878fae2858c5676ea324b27cb5459a4c778f1573c4aa32b062c5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:23 + make test 02:09:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:09:24 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:09:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:09:46 GO111MODULE=on go vet ./... [Pipeline] } 02:09:51 $ docker stop --time=1 084d77e7715a878fae2858c5676ea324b27cb5459a4c778f1573c4aa32b062c5 02:09:53 $ docker rm -f 084d77e7715a878fae2858c5676ea324b27cb5459a4c778f1573c4aa32b062c5 [Pipeline] // withDockerContainer [Pipeline] sh 02:09:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:09:54 Warning: overwriting stash ‘coverage-report’ 02:09:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:09:56 + ls -al . 02:09:56 total 120 02:09:56 drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 02:09 . 02:09:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 02:07 .. 02:09:56 drwxrwxr-x 8 jenkins jenkins 4096 Feb 26 02:08 .git 02:09:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 02:07 .github 02:09:56 -rw-rw-r-- 1 jenkins jenkins 153 Feb 26 02:07 .gitignore 02:09:56 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 26 02:07 CONTRIBUTING.md 02:09:56 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 26 02:07 Dockerfile 02:09:56 -rw-rw-r-- 1 jenkins jenkins 902 Feb 26 02:07 Dockerfile.build 02:09:56 -rw-rw-r-- 1 jenkins jenkins 652 Feb 26 02:07 Jenkinsfile 02:09:56 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 26 02:07 LICENSE 02:09:56 -rw-rw-r-- 1 jenkins jenkins 951 Feb 26 02:07 Makefile 02:09:56 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 26 02:07 README.md 02:09:56 -rw-rw-r-- 1 jenkins jenkins 5 Feb 26 02:05 VERSION 02:09:56 drwxrwxr-x 3 jenkins jenkins 4096 Feb 26 02:07 assets 02:09:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 02:07 bin 02:09:56 drwxrwxr-x 3 jenkins jenkins 4096 Feb 26 02:07 cmd 02:09:56 -rw-r--r-- 1 jenkins jenkins 10 Feb 26 02:09 coverage.out 02:09:56 drwxrwxr-x 5 jenkins jenkins 4096 Feb 26 02:07 docs 02:09:56 -rw-rw-r-- 1 jenkins jenkins 966 Feb 26 02:07 go.mod 02:09:56 -rw-r--r-- 1 jenkins jenkins 20277 Feb 26 02:09 go.sum 02:09:56 drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 02:07 internal 02:09:56 -rw-rw-r-- 1 jenkins jenkins 155 Feb 26 02:07 version.go 02:09:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 02:07 web [Pipeline] isUnix [Pipeline] sh 02:09:56 + 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=c6402a215e052790e12538a0fd6df33e07050c0b --label arch=arm64 --label version=0.0.0 . 02:09:57 Sending build context to Docker daemon 17.11MB 02:09:57 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:09:57 Step 2/24 : FROM ${BASE} AS builder 02:09:57 ---> 2a3189112cfa 02:09:57 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:09:57 ---> Running in 3dcaa9a9f204 02:09:58 Removing intermediate container 3dcaa9a9f204 02:09:58 ---> 5cc1c5160619 02:09:58 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:09:58 ---> Running in a755bdb5a31b 02:09:58 Removing intermediate container a755bdb5a31b 02:09:58 ---> 48fa25ec5477 02:09:58 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:09:59 ---> Running in 626948c041a3 02:09:59 Removing intermediate container 626948c041a3 02:09:59 ---> 48e526f23efa 02:09:59 Step 6/24 : LABEL Name=edgex-ui-go 02:09:59 ---> Running in 88164213e655 02:09:59 Removing intermediate container 88164213e655 02:09:59 ---> ba3d4b37912d 02:09:59 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:10:00 ---> Running in 0d6bad1985ed 02:10:00 Removing intermediate container 0d6bad1985ed 02:10:00 ---> 977bdf8be009 02:10:00 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:00 ---> Running in 7b2ce1f87503 02:10:02 Removing intermediate container 7b2ce1f87503 02:10:02 ---> 5db2f18a8897 02:10:02 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:10:02 ---> Running in cb11d9c50fab 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:05 OK: 142 MiB in 39 packages 02:10:06 Removing intermediate container cb11d9c50fab 02:10:06 ---> 86c2fd5d9657 02:10:06 Step 10/24 : ENV GO111MODULE=on 02:10:07 ---> Running in 05063a2eeb93 02:10:07 Removing intermediate container 05063a2eeb93 02:10:07 ---> 2ff428956b8d 02:10:07 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:10:07 ---> Running in 600e7b70386e 02:10:08 Removing intermediate container 600e7b70386e 02:10:08 ---> 12b2c2679608 02:10:08 Step 12/24 : COPY go.mod . 02:10:08 ---> c60362155862 02:10:08 Step 13/24 : COPY Makefile . 02:10:09 ---> cf0819050ab1 02:10:09 Step 14/24 : RUN make update 02:10:09 ---> Running in fea3260031de 02:10:10 CGO_ENABLED=0 GO111MODULE=on go mod download 02:10:12 Removing intermediate container fea3260031de 02:10:12 ---> f765252a3e66 02:10:12 Step 15/24 : COPY . . 02:10:14 ---> 9befcc5e8b97 02:10:14 Step 16/24 : RUN ${MAKE} 02:10:14 ---> Running in 89a608548133 02:10:15 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:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:10:43 Removing intermediate container 89a608548133 02:10:43 ---> 110cfeee4345 02:10:43 Step 17/24 : FROM alpine:3.12 02:10:43 3.12: Pulling from library/alpine 02:10:43 dce8679b510e: Pulling fs layer 02:10:43 dce8679b510e: Verifying Checksum 02:10:43 dce8679b510e: Download complete 02:10:43 dce8679b510e: Pull complete 02:10:43 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:10:43 Status: Downloaded newer image for alpine:3.12 02:10:43 ---> d10569e2745f 02:10:43 Step 18/24 : EXPOSE 4000 02:10:44 ---> Running in abcda655f72b 02:10:44 Removing intermediate container abcda655f72b 02:10:44 ---> 99109030e531 02:10:44 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:10:46 ---> 9d6e9b216bd8 02:10:46 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:10:46 ---> Running in 826b6a58d7b1 02:10:46 Removing intermediate container 826b6a58d7b1 02:10:46 ---> 8750d95602f5 02:10:46 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:10:46 ---> Running in 37f9117d9127 02:10:47 Removing intermediate container 37f9117d9127 02:10:47 ---> 8c88d323ed88 02:10:47 Step 22/24 : LABEL arch=arm64 02:10:47 ---> Running in 3c9df54d3b16 02:10:47 Removing intermediate container 3c9df54d3b16 02:10:47 ---> 30a6764a4a48 02:10:47 Step 23/24 : LABEL git_sha=c6402a215e052790e12538a0fd6df33e07050c0b 02:10:47 ---> Running in 9453a4859a5a 02:10:48 Removing intermediate container 9453a4859a5a 02:10:48 ---> 6fefabcffe97 02:10:48 Step 24/24 : LABEL version=0.0.0 02:10:48 ---> Running in c528d935c487 02:10:49 Removing intermediate container c528d935c487 02:10:49 ---> ab55d7cdf7d3 02:10:49 [Warning] One or more build-args [ARCH] were not consumed 02:10:49 Successfully built ab55d7cdf7d3 02:10:49 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:10:49 ---> job-cost.sh 02:10:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HOfx 02:11:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:13:35 lf-activate-venv(): INFO: Adding /tmp/venv-HOfx/bin to PATH 02:13:35 INFO: No Stack... 02:13:35 INFO: Retrieving Pricing Info for: lf-standard-4 02:13:35 INFO: Archiving Costs [Pipeline] sh 02:13:36 + cat /w/workspace/edgex-ui-go/4/archives/cost.csv 02:13:36 + cut -d, -f6 [Pipeline] lock 02:13:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] 02:13:36 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] did not exist. Created. 02:13:36 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:13:36 /w/workspace/edgex-ui-go/4@tmp/durable-0bd90649/script.sh: 1: /w/workspace/edgex-ui-go/4@tmp/durable-0bd90649/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:13:36 + echo total: 0.20999999344348907 [Pipeline] stash 02:13:36 Warning: overwriting stash ‘stack-cost’ 02:13:37 Stashed 1 file(s) [Pipeline] } 02:13:37 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-297-4-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:13:38 provisioning config files... 02:13:38 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config4785484696397794476tmp [Pipeline] { [Pipeline] sh 02:13:39 + set +x 02:13:39 + curl -s https://codecov.io/bash 02:13:39 + bash -s -- [Pipeline] } 02:13:39 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:13:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:13:43 ---> package-listing.sh 02:13:43 ++ facter osfamily 02:13:43 ++ tr '[:upper:]' '[:lower:]' 02:13:43 + OS_FAMILY=redhat 02:13:43 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 02:13:43 + START_PACKAGES=/tmp/packages_start.txt 02:13:43 + END_PACKAGES=/tmp/packages_end.txt 02:13:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:13:43 + PACKAGES=/tmp/packages_start.txt 02:13:43 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:13:43 + PACKAGES=/tmp/packages_end.txt 02:13:43 + case "${OS_FAMILY}" in 02:13:43 + rpm -qa 02:13:43 + sort 02:13:47 + '[' -f /tmp/packages_start.txt ']' 02:13:47 + '[' -f /tmp/packages_end.txt ']' 02:13:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:13:47 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 02:13:47 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 02:13:47 + 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:13:47 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:13:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:13:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:48 02:13:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:13:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:48 alpine: Pulling from edgex-lftools-log-publisher 02:13:48 df20fa9351a1: Pulling fs layer 02:13:48 36b3adc4ff6f: Pulling fs layer 02:13:48 8ad3a11d3b57: Pulling fs layer 02:13:48 46f8f816bc3b: Pulling fs layer 02:13:48 93b61091891f: Pulling fs layer 02:13:48 93b9cdb0e59b: Pulling fs layer 02:13:48 5e14af77c1be: Pulling fs layer 02:13:48 01666e4c0597: Pulling fs layer 02:13:48 aa168da1d23b: Pulling fs layer 02:13:48 93b9cdb0e59b: Waiting 02:13:48 5e14af77c1be: Waiting 02:13:48 01666e4c0597: Waiting 02:13:48 aa168da1d23b: Waiting 02:13:48 46f8f816bc3b: Waiting 02:13:48 36b3adc4ff6f: Verifying Checksum 02:13:48 36b3adc4ff6f: Download complete 02:13:48 46f8f816bc3b: Verifying Checksum 02:13:48 46f8f816bc3b: Download complete 02:13:48 df20fa9351a1: Verifying Checksum 02:13:48 df20fa9351a1: Download complete 02:13:48 93b9cdb0e59b: Verifying Checksum 02:13:48 93b9cdb0e59b: Download complete 02:13:48 5e14af77c1be: Verifying Checksum 02:13:48 5e14af77c1be: Download complete 02:13:48 01666e4c0597: Verifying Checksum 02:13:48 01666e4c0597: Download complete 02:13:48 93b61091891f: Verifying Checksum 02:13:48 93b61091891f: Download complete 02:13:48 df20fa9351a1: Pull complete 02:13:49 36b3adc4ff6f: Pull complete 02:13:49 8ad3a11d3b57: Verifying Checksum 02:13:49 8ad3a11d3b57: Download complete 02:13:50 8ad3a11d3b57: Pull complete 02:13:50 46f8f816bc3b: Pull complete 02:13:51 93b61091891f: Pull complete 02:13:51 aa168da1d23b: Verifying Checksum 02:13:51 aa168da1d23b: Download complete 02:13:51 93b9cdb0e59b: Pull complete 02:13:51 5e14af77c1be: Pull complete 02:13:51 01666e4c0597: Pull complete 02:13:58 aa168da1d23b: Pull complete 02:13:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:13:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:13:58 prd-centos7-docker-4c-2g-27779 does not seem to be running inside a container 02:13:58 $ 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:14:01 $ docker top 422f6b659290171aee081a4aa5b4e77ae638fc7bfe538b5f6779b44f080cf8b9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:01 + touch /tmp/pre-build-complete [Pipeline] sh 02:14:02 + mkdir -p /var/log/sa [Pipeline] sh 02:14:02 + ls /var/log/sa-host 02:14:03 + sadf -c /var/log/sa-host/sa23 02:14:03 file_magic: OK 02:14:03 HZ: Using current value: 100 02:14:03 file_header: OK 02:14:03 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:03 Statistics: 02:14:03 Hnuu...uuuununununu... 02:14:03 File successfully converted to sysstat format version 12.2.1 02:14:03 + sadf -c /var/log/sa-host/sa26 02:14:03 file_magic: OK 02:14:03 HZ: Using current value: 100 02:14:03 file_header: OK 02:14:03 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:03 Statistics: 02:14:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:14:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:14:03 provisioning config files... 02:14:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config3622183064476389117tmp [Pipeline] { [Pipeline] echo 02:14:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:14:04 ---> create-netrc.sh [Pipeline] } 02:14:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:14:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:14:04 ---> python-tools-install.sh [Pipeline] echo 02:14:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:14:04 ---> sudo-logs.sh 02:14:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:14:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:14:05 ---> job-cost.sh 02:14:05 lf-activate-venv: SKIPPING 02:14:05 DEBUG: total: 0.20999999344348907 02:14:05 INFO: Retrieving Stack Cost... 02:14:06 INFO: Retrieving Pricing Info for: v1-standard-2 02:14:06 INFO: Archiving Costs [Pipeline] echo 02:14:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:14:06 ---> logs-deploy.sh 02:14:06 lf-activate-venv: SKIPPING 02:14:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/4 02:14:06 INFO: archiving workspace using pattern(s): 02:14:08 Archives upload complete. 02:14:08 INFO: archiving logs to Nexus