Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f61e69e00d27a63771cceaaeaf158cd3c56235d0 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-15102 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 Commit message: "add init component for each module" > git rev-list --no-walk d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:39:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:39:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:39:10 ========================================================= 12:39:10 EdgeX Global Pipelines Version Info 12:39:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:39:12 ------------------- 12:39:12 stable info: 12:39:12 ------------------- 12:39:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:39:12 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 12:39:12 Message: update stable to v1.0.171 12:39:13 ------------------- 12:39:13 experimental info: 12:39:13 ------------------- 12:39:13 Commited By: **** collab-it+edgex@linuxfoundation.org 12:39:13 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 12:39:13 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:39:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 12:39:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 12:39:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:39:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:39:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:39:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:39:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f61e69e [Pipeline] echo 12:39:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:39:18 provisioning config files... 12:39:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8079269922407640739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:39:18 ---> docker-login.sh 12:39:18 nexus3.edgexfoundry.org:10001 12:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:19 Configure a credential helper to remove this warning. See 12:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:19 12:39:19 Login Succeeded 12:39:19 nexus3.edgexfoundry.org:10002 12:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:20 Configure a credential helper to remove this warning. See 12:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:20 12:39:20 Login Succeeded 12:39:20 nexus3.edgexfoundry.org:10003 12:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:20 Configure a credential helper to remove this warning. See 12:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:20 12:39:20 Login Succeeded 12:39:20 nexus3.edgexfoundry.org:10004 12:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:20 Configure a credential helper to remove this warning. See 12:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:20 12:39:20 Login Succeeded 12:39:20 docker.io 12:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:21 Configure a credential helper to remove this warning. See 12:39:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:21 12:39:21 Login Succeeded 12:39:21 ---> docker-login.sh ends [Pipeline] } 12:39:21 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 12:39:22 + git log --format=format:%s -1 f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] echo 12:39:22 GIT_COMMIT: f61e69e00d27a63771cceaaeaf158cd3c56235d0, Commit Message: add init component for each module [Pipeline] echo 12:39:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:39:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:23 12:39:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:39:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:24 latest: Pulling from edgex-devops/git-semver 12:39:24 31603596830f: Pulling fs layer 12:39:24 2a8b12db71e7: Pulling fs layer 12:39:24 6ca5941a6612: Pulling fs layer 12:39:24 ecc8261a40a4: Pulling fs layer 12:39:24 ecc8261a40a4: Waiting 12:39:24 2a8b12db71e7: Verifying Checksum 12:39:24 2a8b12db71e7: Download complete 12:39:24 31603596830f: Verifying Checksum 12:39:24 31603596830f: Download complete 12:39:24 ecc8261a40a4: Verifying Checksum 12:39:24 ecc8261a40a4: Download complete 12:39:24 6ca5941a6612: Verifying Checksum 12:39:24 6ca5941a6612: Download complete 12:39:25 31603596830f: Pull complete 12:39:25 2a8b12db71e7: Pull complete 12:39:26 6ca5941a6612: Pull complete 12:39:26 ecc8261a40a4: Pull complete 12:39:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:39:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:39:27 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:39:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:39:30 $ docker top 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:39:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:30 [ssh-agent] Looking for ssh-agent implementation... 12:39:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:31 $ docker exec 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent 12:39:31 SSH_AUTH_SOCK=/tmp/ssh-nearsx9Exgw3/agent.12 12:39:31 SSH_AGENT_PID=17 12:39:31 Running ssh-add (command line suppressed) 12:39:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7123828144464529291.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7123828144464529291.key) 12:39:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:32 + git tag --points-at HEAD [Pipeline] } 12:39:32 $ docker exec --env ******** --env ******** 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent -k 12:39:33 unset SSH_AUTH_SOCK; 12:39:33 unset SSH_AGENT_PID; 12:39:33 echo Agent pid 17 killed; 12:39:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:39:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:33 [ssh-agent] Looking for ssh-agent implementation... 12:39:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:33 $ docker exec 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent 12:39:34 SSH_AUTH_SOCK=/tmp/ssh-bdRh3jz0exDv/agent.45 12:39:34 SSH_AGENT_PID=50 12:39:34 Running ssh-add (command line suppressed) 12:39:34 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1054265231606524216.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1054265231606524216.key) 12:39:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:34 + git semver init 12:39:35 # -> Open(): unable to determine branch for HEAD 12:39:35 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:39:35 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:39:35 # $SEMVER_REMOTE_NAME = origin 12:39:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:39:35 # $SEMVER_USER_NAME = edgex-jenkins 12:39:35 # $SEMVER_BRANCH = master 12:39:35 # $SEMVER_TEMP = /tmp/semver-302418195 12:39:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 12:39:36 # '/tmp/semver-302418195' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 12:39:36 # -> Force: false 12:39:36 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 12:39:36 $ docker exec --env ******** --env ******** 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 ssh-agent -k 12:39:36 unset SSH_AUTH_SOCK; 12:39:36 unset SSH_AGENT_PID; 12:39:36 echo Agent pid 50 killed; 12:39:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:39:37 + git semver [Pipeline] } 12:39:37 $ docker stop --time=1 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 12:39:39 $ docker rm -f 6aa521dc3f4b40f7d6f1e3dddaaf55d2174c7de580b5599814e2a3148800acc4 [Pipeline] // withDockerContainer [Pipeline] sh 12:39:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:39:40 Stashed 1 file(s) [Pipeline] echo 12:39:40 [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 12:39:56 Still waiting to schedule task 12:39:56 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15102’ 12:39:56 Still waiting to schedule task 12:39:56 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 12:41:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15103 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:41:51 Running in /w/workspace/edgex-ui-go/60 [Pipeline] { [Pipeline] checkout 12:41:56 using credential edgex-jenkins-ssh 12:41:56 Cloning the remote Git repository 12:41:56 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:41:56 > git init /w/workspace/edgex-ui-go/60 # timeout=10 12:41:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:41:57 > git --version # timeout=10 12:41:57 > git --version # 'git version 2.17.1' 12:41:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:41:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:41:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:41:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:41:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:41:58 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:41:59 Checking out Revision f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) 12:41:59 > git config core.sparsecheckout # timeout=10 12:41:59 > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 12:42:03 Commit message: "add init component for each module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:42:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:42:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:42:06 + + sudo service docker restart 12:42:06 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:42:08 provisioning config files... 12:42:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config6347149200937129557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:42:09 ---> docker-login.sh 12:42:09 nexus3.edgexfoundry.org:10001 12:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:10 Configure a credential helper to remove this warning. See 12:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:10 12:42:10 Login Succeeded 12:42:10 nexus3.edgexfoundry.org:10002 12:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:11 Configure a credential helper to remove this warning. See 12:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:11 12:42:11 Login Succeeded 12:42:11 nexus3.edgexfoundry.org:10003 12:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:11 Configure a credential helper to remove this warning. See 12:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:11 12:42:11 Login Succeeded 12:42:11 nexus3.edgexfoundry.org:10004 12:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:12 Configure a credential helper to remove this warning. See 12:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:12 12:42:12 Login Succeeded 12:42:12 docker.io 12:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:13 Configure a credential helper to remove this warning. See 12:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:13 12:42:13 Login Succeeded 12:42:13 ---> docker-login.sh ends [Pipeline] } 12:42:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:42:13 ========================================================= 12:42:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:42:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:42:13 + 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 . 12:42:14 Sending build context to Docker daemon 15.8MB 12:42:14 Step 1/8 : ARG BASE=golang:1.15-alpine 12:42:14 Step 2/8 : FROM ${BASE} 12:42:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:42:14 5f621e34cdf4: Pulling fs layer 12:42:14 a4357932f1b6: Pulling fs layer 12:42:14 18c013af1878: Pulling fs layer 12:42:14 00ac8860ef70: Pulling fs layer 12:42:14 63d7cb157983: Pulling fs layer 12:42:14 b116817d02f9: Pulling fs layer 12:42:14 745a02a5169b: Pulling fs layer 12:42:14 00ac8860ef70: Waiting 12:42:14 745a02a5169b: Waiting 12:42:14 63d7cb157983: Waiting 12:42:14 b116817d02f9: Waiting 12:42:14 18c013af1878: Verifying Checksum 12:42:14 18c013af1878: Download complete 12:42:14 a4357932f1b6: Verifying Checksum 12:42:14 a4357932f1b6: Download complete 12:42:14 63d7cb157983: Verifying Checksum 12:42:14 63d7cb157983: Download complete 12:42:14 b116817d02f9: Verifying Checksum 12:42:14 b116817d02f9: Download complete 12:42:14 5f621e34cdf4: Verifying Checksum 12:42:14 5f621e34cdf4: Download complete 12:42:15 5f621e34cdf4: Pull complete 12:42:16 a4357932f1b6: Pull complete 12:42:16 18c013af1878: Pull complete 12:42:17 745a02a5169b: Verifying Checksum 12:42:17 745a02a5169b: Download complete 12:42:18 00ac8860ef70: Verifying Checksum 12:42:18 00ac8860ef70: Download complete 12:42:28 00ac8860ef70: Pull complete 12:42:28 63d7cb157983: Pull complete 12:42:29 b116817d02f9: Pull complete 12:42:33 745a02a5169b: Pull complete 12:42:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:42:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:42:33 ---> b7e6874047d6 12:42:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:42:36 ---> Running in 4813ec2acab7 12:42:36 Removing intermediate container 4813ec2acab7 12:42:36 ---> b038b04f9498 12:42:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:36 ---> Running in 40b66bf1b3a3 12:42:38 Removing intermediate container 40b66bf1b3a3 12:42:38 ---> 49b4c5ea96c8 12:42:38 Step 5/8 : RUN apk add --no-cache make git 12:42:38 ---> Running in 7a438838e2bb 12:42:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:42:41 OK: 142 MiB in 39 packages 12:42:42 Removing intermediate container 7a438838e2bb 12:42:42 ---> e614b7e4806e 12:42:42 Step 6/8 : WORKDIR /edgex-ui-go 12:42:43 ---> Running in 74cc21e63660 12:42:43 Removing intermediate container 74cc21e63660 12:42:43 ---> ba615e407e7c 12:42:43 Step 7/8 : COPY . . 12:42:45 ---> ccb596508c8b 12:42:45 Step 8/8 : RUN go mod download 12:42:45 ---> Running in 541b6c4b2427 12:42:47 Running on prd-centos7-docker-4c-2g-15104 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:42:47 Running in /w/workspace/edgex-ui-go/60 [Pipeline] { [Pipeline] checkout 12:42:53 using credential edgex-jenkins-ssh 12:42:53 Cloning the remote Git repository 12:42:53 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:42:53 > git init /w/workspace/edgex-ui-go/60 # timeout=10 12:42:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:42:53 > git --version # timeout=10 12:42:53 > git --version # 'git version 2.24.3' 12:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:55 Checking out Revision f61e69e00d27a63771cceaaeaf158cd3c56235d0 (master) 12:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:42:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:42:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:42:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:42:55 > git config core.sparsecheckout # timeout=10 12:42:55 > git checkout -f f61e69e00d27a63771cceaaeaf158cd3c56235d0 # timeout=10 12:42:59 Commit message: "add init component for each module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:43:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:43:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:43:02 + sudo service docker restart 12:43:02 + true 12:43:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:43:03 provisioning config files... 12:43:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config5804568680392917417tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:43:04 ---> docker-login.sh 12:43:04 nexus3.edgexfoundry.org:10001 12:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:05 Configure a credential helper to remove this warning. See 12:43:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:05 12:43:05 Login Succeeded 12:43:05 nexus3.edgexfoundry.org:10002 12:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:05 Configure a credential helper to remove this warning. See 12:43:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:05 12:43:05 Login Succeeded 12:43:05 nexus3.edgexfoundry.org:10003 12:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:05 Configure a credential helper to remove this warning. See 12:43:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:05 12:43:05 Login Succeeded 12:43:05 nexus3.edgexfoundry.org:10004 12:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:06 Configure a credential helper to remove this warning. See 12:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:06 12:43:06 Login Succeeded 12:43:06 docker.io 12:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:06 Configure a credential helper to remove this warning. See 12:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:06 12:43:06 Login Succeeded 12:43:06 ---> docker-login.sh ends [Pipeline] } 12:43:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:43:07 ========================================================= 12:43:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:43:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:43:07 + 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 . 12:43:08 Sending build context to Docker daemon 15.8MB 12:43:08 Step 1/8 : ARG BASE=golang:1.15-alpine 12:43:08 Step 2/8 : FROM ${BASE} 12:43:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:43:08 188c0c94c7c5: Pulling fs layer 12:43:08 0ef7d3d256c8: Pulling fs layer 12:43:08 de9db76c5a1d: Pulling fs layer 12:43:08 bca2f99d35d6: Pulling fs layer 12:43:08 93359f2a8cfa: Pulling fs layer 12:43:08 7c6f9722023f: Pulling fs layer 12:43:08 a35cf1a2eb13: Pulling fs layer 12:43:08 93359f2a8cfa: Waiting 12:43:08 7c6f9722023f: Waiting 12:43:08 a35cf1a2eb13: Waiting 12:43:08 bca2f99d35d6: Waiting 12:43:08 de9db76c5a1d: Verifying Checksum 12:43:08 de9db76c5a1d: Download complete 12:43:08 0ef7d3d256c8: Download complete 12:43:09 93359f2a8cfa: Verifying Checksum 12:43:09 93359f2a8cfa: Download complete 12:43:09 188c0c94c7c5: Verifying Checksum 12:43:09 188c0c94c7c5: Download complete 12:43:09 7c6f9722023f: Verifying Checksum 12:43:09 7c6f9722023f: Download complete 12:43:09 188c0c94c7c5: Pull complete 12:43:10 0ef7d3d256c8: Pull complete 12:43:10 de9db76c5a1d: Pull complete 12:43:12 Removing intermediate container 541b6c4b2427 12:43:12 ---> ccdf409a609e 12:43:12 Successfully built ccdf409a609e 12:43:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:43:12 + docker inspect -f . ci-base-image-arm64 12:43:12 . [Pipeline] withDockerContainer 12:43:13 prd-ubuntu18.04-docker-arm64-4c-16g-15103 does not seem to be running inside a container 12:43:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 ******** ci-base-image-arm64 cat 12:43:14 a35cf1a2eb13: Verifying Checksum 12:43:14 a35cf1a2eb13: Download complete 12:43:14 bca2f99d35d6: Verifying Checksum 12:43:14 bca2f99d35d6: Download complete 12:43:14 $ docker top db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e -eo pid,comm [Pipeline] { [Pipeline] sh 12:43:15 + go version 12:43:15 go version go1.15.5 linux/arm64 [Pipeline] } 12:43:15 $ docker stop --time=1 db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e 12:43:17 $ docker rm -f db78886ba713b364f30bf0f130f26adf26bc1b78c9287039b956413a3819a03e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:43:19 + docker inspect -f . ci-base-image-arm64 12:43:19 . [Pipeline] withDockerContainer 12:43:19 prd-ubuntu18.04-docker-arm64-4c-16g-15103 does not seem to be running inside a container 12:43:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 ******** ci-base-image-arm64 cat 12:43:20 $ docker top 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c -eo pid,comm [Pipeline] { [Pipeline] sh 12:43:21 + make test 12:43:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:43:23 bca2f99d35d6: Pull complete 12:43:23 93359f2a8cfa: Pull complete 12:43:23 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:43:23 7c6f9722023f: Pull complete 12:43:29 a35cf1a2eb13: Pull complete 12:43:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:43:29 ---> a62c8e92a672 12:43:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:43:29 ---> Running in f90ac32fab84 12:43:29 Removing intermediate container f90ac32fab84 12:43:29 ---> 5c42d67f035e 12:43:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:43:29 ---> Running in 03ff45782c1b 12:43:31 Removing intermediate container 03ff45782c1b 12:43:31 ---> 8b48eef89981 12:43:31 Step 5/8 : RUN apk add --no-cache make git 12:43:31 ---> Running in fe84aa9744f4 12:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:43:33 OK: 166 MiB in 39 packages 12:43:33 Removing intermediate container fe84aa9744f4 12:43:33 ---> 2e1d248e7041 12:43:33 Step 6/8 : WORKDIR /edgex-ui-go 12:43:34 ---> Running in 24180a1b1d46 12:43:34 Removing intermediate container 24180a1b1d46 12:43:34 ---> 77de72df41f3 12:43:34 Step 7/8 : COPY . . 12:43:36 ---> 89ecc7af563e 12:43:36 Step 8/8 : RUN go mod download 12:43:36 ---> Running in 6b234cf8cf8d 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:43:45 GO111MODULE=on go vet ./... [Pipeline] } 12:43:51 $ docker stop --time=1 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c 12:43:53 $ docker rm -f 23f0e883c2636e10cfa4491a2b8eb120e1dc335d5aa7f061ce7741f21a27673c [Pipeline] // withDockerContainer [Pipeline] sh 12:43:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:43:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:43:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:43:58 + ls -al . 12:43:58 total 124 12:43:58 drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 12:43 . 12:43:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 12:41 .. 12:43:58 drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 12:42 .git 12:43:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 12:41 .github 12:43:58 -rw-rw-r-- 1 jenkins jenkins 153 Dec 8 12:41 .gitignore 12:43:58 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 8 12:41 CONTRIBUTING.md 12:43:58 -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 12:41 Dockerfile 12:43:58 -rw-rw-r-- 1 jenkins jenkins 898 Dec 8 12:41 Dockerfile.build 12:43:58 -rw-rw-r-- 1 jenkins jenkins 652 Dec 8 12:41 Jenkinsfile 12:43:58 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 8 12:41 LICENSE 12:43:58 -rw-rw-r-- 1 jenkins jenkins 951 Dec 8 12:41 Makefile 12:43:58 -rw-rw-r-- 1 jenkins jenkins 4535 Dec 8 12:41 README.md 12:43:58 -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 12:39 VERSION 12:43:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 12:41 assets 12:43:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 12:41 bin 12:43:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 12:41 cmd 12:43:58 -rw-r--r-- 1 jenkins jenkins 10 Dec 8 12:43 coverage.out 12:43:58 drwxrwxr-x 5 jenkins jenkins 4096 Dec 8 12:41 docs 12:43:58 -rw-rw-r-- 1 jenkins jenkins 1019 Dec 8 12:41 go.mod 12:43:58 -rw-r--r-- 1 jenkins jenkins 20718 Dec 8 12:43 go.sum 12:43:58 drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 12:41 internal 12:43:58 -rw-rw-r-- 1 jenkins jenkins 155 Dec 8 12:41 version.go 12:43:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 12:41 web [Pipeline] isUnix [Pipeline] sh 12:43:59 + 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=f61e69e00d27a63771cceaaeaf158cd3c56235d0 --label arch=arm64 --label version=2.0.0-dev.2 . 12:43:59 Sending build context to Docker daemon 15.82MB 12:43:59 Step 1/24 : ARG BASE=golang:1.15-alpine 12:43:59 Step 2/24 : FROM ${BASE} AS builder 12:43:59 ---> ccdf409a609e 12:43:59 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:44:00 ---> Running in 761aad845900 12:44:00 Removing intermediate container 761aad845900 12:44:00 ---> 3ab27f611a9c 12:44:00 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:44:00 ---> Running in 4d90cd3ae9bf 12:44:01 Removing intermediate container 4d90cd3ae9bf 12:44:01 ---> 64b679165dce 12:44:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:44:01 ---> Running in e2606e981bc7 12:44:01 Removing intermediate container e2606e981bc7 12:44:01 ---> 41dff17e27f7 12:44:01 Step 6/24 : LABEL Name=edgex-ui-go 12:44:01 ---> Running in 1c19b935650d 12:44:02 Removing intermediate container 1c19b935650d 12:44:02 ---> 8c1e8a97f5f7 12:44:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:44:02 ---> Running in 1fdb40145d26 12:44:03 Removing intermediate container 1fdb40145d26 12:44:03 ---> 74914913f61c 12:44:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:03 ---> Running in 34e6b6724240 12:44:03 Removing intermediate container 6b234cf8cf8d 12:44:03 ---> 5743a8e1a3b5 12:44:03 Successfully built 5743a8e1a3b5 12:44:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:44:03 + docker inspect -f . ci-base-image-x86_64 12:44:04 . [Pipeline] withDockerContainer 12:44:05 Removing intermediate container 34e6b6724240 12:44:05 ---> 8472890b68d9 12:44:05 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:44:05 prd-centos7-docker-4c-2g-15104 does not seem to be running inside a container 12:44:05 ---> Running in dfe1314deac1 12:44:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 ******** ci-base-image-x86_64 cat 12:44:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:44:07 $ docker top b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 -eo pid,comm 12:44:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 12:44:08 + go version 12:44:08 go version go1.15.5 linux/amd64 [Pipeline] } 12:44:08 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 12:44:08 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 12:44:08 OK: 12616 distinct packages available 12:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:44:08 $ docker stop --time=1 b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 12:44:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:44:09 OK: 142 MiB in 39 packages 12:44:09 $ docker rm -f b36d044e719df397127e88a7a32a4ca4142e3b5f7b2f615a654b09da79f2b633 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:44:10 + docker inspect -f . ci-base-image-x86_64 12:44:10 . [Pipeline] withDockerContainer 12:44:11 prd-centos7-docker-4c-2g-15104 does not seem to be running inside a container 12:44:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/60 -v /w/workspace/edgex-ui-go/60:/w/workspace/edgex-ui-go/60:rw,z -v /w/workspace/edgex-ui-go/60@tmp:/w/workspace/edgex-ui-go/60@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 ******** ci-base-image-x86_64 cat 12:44:11 Removing intermediate container dfe1314deac1 12:44:11 ---> 4398ab8e7523 12:44:11 Step 10/24 : ENV GO111MODULE=on 12:44:11 ---> Running in 491fcdbd6899 12:44:11 Removing intermediate container 491fcdbd6899 12:44:11 ---> 4dcb4d4a40cd 12:44:11 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:44:11 ---> Running in 53467ac812fe 12:44:12 $ docker top cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 -eo pid,comm 12:44:12 Removing intermediate container 53467ac812fe 12:44:12 ---> 1a63f35b7b2f 12:44:12 Step 12/24 : COPY go.mod . [Pipeline] { [Pipeline] sh 12:44:13 + make test 12:44:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:44:13 ---> b9454ea4f132 12:44:13 Step 13/24 : COPY Makefile . 12:44:13 ---> e46ca7980f4e 12:44:13 Step 14/24 : RUN make update 12:44:13 ---> Running in c726d8d157a6 12:44:14 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:44:14 CGO_ENABLED=0 GO111MODULE=on go mod download 12:44:16 Removing intermediate container c726d8d157a6 12:44:16 ---> 8fa8bfd9eca9 12:44:16 Step 15/24 : COPY . . 12:44:18 ---> 551a2bcab4b6 12:44:18 Step 16/24 : RUN ${MAKE} 12:44:18 ---> Running in 0e35c24ddbcb 12:44:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:44:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:44:29 GO111MODULE=on go vet ./... [Pipeline] } 12:44:31 $ docker stop --time=1 cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 12:44:33 $ docker rm -f cf085fffdd8e1664905cdca71921922e1a6ea569dd35cf05d0bd4de07c7edf12 [Pipeline] // withDockerContainer [Pipeline] sh 12:44:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:44:34 Warning: overwriting stash ‘coverage-report’ 12:44:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:44:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:44:36 + ls -al . 12:44:36 total 88 12:44:36 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 8 12:44 . 12:44:36 drwxrwxr-x. 4 jenkins jenkins 30 Dec 8 12:42 .. 12:44:36 drwxrwxr-x. 3 jenkins jenkins 20 Dec 8 12:42 assets 12:44:36 drwxrwxr-x. 2 jenkins jenkins 35 Dec 8 12:42 bin 12:44:36 drwxrwxr-x. 3 jenkins jenkins 29 Dec 8 12:42 cmd 12:44:36 -rw-rw-r--. 1 jenkins jenkins 3959 Dec 8 12:42 CONTRIBUTING.md 12:44:36 -rw-r--r--. 1 jenkins jenkins 10 Dec 8 12:44 coverage.out 12:44:36 -rw-rw-r--. 1 jenkins jenkins 913 Dec 8 12:42 Dockerfile 12:44:36 -rw-rw-r--. 1 jenkins jenkins 898 Dec 8 12:42 Dockerfile.build 12:44:36 drwxrwxr-x. 5 jenkins jenkins 104 Dec 8 12:42 docs 12:44:36 drwxrwxr-x. 8 jenkins jenkins 162 Dec 8 12:42 .git 12:44:36 drwxrwxr-x. 2 jenkins jenkins 81 Dec 8 12:42 .github 12:44:36 -rw-rw-r--. 1 jenkins jenkins 153 Dec 8 12:42 .gitignore 12:44:36 -rw-rw-r--. 1 jenkins jenkins 1019 Dec 8 12:42 go.mod 12:44:36 -rw-r--r--. 1 jenkins jenkins 20718 Dec 8 12:44 go.sum 12:44:36 drwxrwxr-x. 10 jenkins jenkins 139 Dec 8 12:42 internal 12:44:36 -rw-rw-r--. 1 jenkins jenkins 652 Dec 8 12:42 Jenkinsfile 12:44:36 -rw-rw-r--. 1 jenkins jenkins 11357 Dec 8 12:42 LICENSE 12:44:36 -rw-rw-r--. 1 jenkins jenkins 951 Dec 8 12:42 Makefile 12:44:36 -rw-rw-r--. 1 jenkins jenkins 4535 Dec 8 12:42 README.md 12:44:36 -rw-rw-r--. 1 jenkins jenkins 11 Dec 8 12:39 VERSION 12:44:36 -rw-rw-r--. 1 jenkins jenkins 155 Dec 8 12:42 version.go 12:44:36 drwxrwxr-x. 4 jenkins jenkins 259 Dec 8 12:42 web [Pipeline] isUnix [Pipeline] sh 12:44:36 + 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=f61e69e00d27a63771cceaaeaf158cd3c56235d0 --label arch=amd64 --label version=2.0.0-dev.2 . 12:44:37 Sending build context to Docker daemon 15.82MB 12:44:37 Step 1/24 : ARG BASE=golang:1.15-alpine 12:44:37 Step 2/24 : FROM ${BASE} AS builder 12:44:37 ---> 5743a8e1a3b5 12:44:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:44:37 ---> Running in a821ca49fbd6 12:44:37 Removing intermediate container a821ca49fbd6 12:44:37 ---> 3c2de9068ce5 12:44:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:44:37 ---> Running in cbe33d6205c2 12:44:38 Removing intermediate container cbe33d6205c2 12:44:38 ---> 462acf668c2e 12:44:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:44:38 ---> Running in 87929373db34 12:44:38 Removing intermediate container 87929373db34 12:44:38 ---> 819e307cc602 12:44:38 Step 6/24 : LABEL Name=edgex-ui-go 12:44:38 ---> Running in fa5f28885cad 12:44:38 Removing intermediate container fa5f28885cad 12:44:38 ---> d1a1eac30e7f 12:44:38 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:44:38 ---> Running in d479f359d6f7 12:44:39 Removing intermediate container d479f359d6f7 12:44:39 ---> e9f56a7c9be8 12:44:39 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:39 ---> Running in 111a7bd9763f 12:44:40 Removing intermediate container 111a7bd9763f 12:44:40 ---> 4aa34fe2ba63 12:44:40 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:44:40 ---> Running in 424ee2c50aa4 12:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:44:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:44:42 v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] 12:44:42 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 12:44:42 OK: 12745 distinct packages available 12:44:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:44:43 OK: 166 MiB in 39 packages 12:44:44 Removing intermediate container 424ee2c50aa4 12:44:44 ---> f7c95ae8f6e6 12:44:44 Step 10/24 : ENV GO111MODULE=on 12:44:44 ---> Running in 176aa97236fa 12:44:45 Removing intermediate container 176aa97236fa 12:44:45 ---> 20eef629b1fc 12:44:45 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:44:45 ---> Running in 32dda5cd1bee 12:44:45 Removing intermediate container 32dda5cd1bee 12:44:45 ---> daccb745b1a6 12:44:45 Step 12/24 : COPY go.mod . 12:44:45 ---> d5a59472f68f 12:44:45 Step 13/24 : COPY Makefile . 12:44:45 ---> dedeb932432f 12:44:45 Step 14/24 : RUN make update 12:44:45 ---> Running in 4e08a5c28082 12:44:46 CGO_ENABLED=0 GO111MODULE=on go mod download 12:44:46 Removing intermediate container 0e35c24ddbcb 12:44:46 ---> 834657b7bb31 12:44:46 Step 17/24 : FROM alpine 12:44:47 Removing intermediate container 4e08a5c28082 12:44:47 ---> d49076151709 12:44:47 Step 15/24 : COPY . . 12:44:47 latest: Pulling from library/alpine 12:44:47 5f621e34cdf4: Already exists 12:44:47 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:44:47 Status: Downloaded newer image for alpine:latest 12:44:47 ---> 2e77e061c27f 12:44:47 Step 18/24 : EXPOSE 4000 12:44:48 ---> Running in 2dd5ed8e9aee 12:44:48 Removing intermediate container 2dd5ed8e9aee 12:44:48 ---> 0b6961155baf 12:44:48 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 12:44:49 ---> bf1048d96d46 12:44:49 Step 16/24 : RUN ${MAKE} 12:44:49 ---> Running in 6a7866e8a0ba 12:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.2" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:44:50 ---> 7c7595ab543b 12:44:50 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:44:50 ---> Running in 7d8ec103830b 12:44:50 Removing intermediate container 7d8ec103830b 12:44:50 ---> 9a15991653ab 12:44:50 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:44:50 ---> Running in 967e46617a27 12:44:51 Removing intermediate container 967e46617a27 12:44:51 ---> 250e584de264 12:44:51 Step 22/24 : LABEL arch=arm64 12:44:51 ---> Running in 9e664dc8a128 12:44:52 Removing intermediate container 9e664dc8a128 12:44:52 ---> 144c487260cb 12:44:52 Step 23/24 : LABEL git_sha=f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:44:52 ---> Running in 8a84ff7fef27 12:44:52 Removing intermediate container 8a84ff7fef27 12:44:52 ---> 7f0c2bcacabf 12:44:52 Step 24/24 : LABEL version=2.0.0-dev.2 12:44:52 ---> Running in 631dc58ee8ed 12:44:53 Removing intermediate container 631dc58ee8ed 12:44:53 ---> 865793510969 12:44:53 [Warning] One or more build-args [ARCH] were not consumed 12:44:53 Successfully built 865793510969 12:44:53 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:44:53 provisioning config files... 12:44:53 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config2308323899968119100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:44:54 ---> docker-login.sh 12:44:54 nexus3.edgexfoundry.org:10001 12:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:54 Configure a credential helper to remove this warning. See 12:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:54 12:44:54 Login Succeeded 12:44:54 nexus3.edgexfoundry.org:10002 12:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:55 Configure a credential helper to remove this warning. See 12:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:55 12:44:55 Login Succeeded 12:44:55 nexus3.edgexfoundry.org:10003 12:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:55 Configure a credential helper to remove this warning. See 12:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:55 12:44:55 Login Succeeded 12:44:55 nexus3.edgexfoundry.org:10004 12:44:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:56 Configure a credential helper to remove this warning. See 12:44:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:56 12:44:56 Login Succeeded 12:44:56 docker.io 12:44:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:57 Configure a credential helper to remove this warning. See 12:44:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:57 12:44:57 Login Succeeded 12:44:57 ---> docker-login.sh ends [Pipeline] } 12:44:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:44:57 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 12:44:57 f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:44:57 latest 12:44:57 2.0.0-dev.2 12:44:57 f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:44:57 master 12:44:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:44:58 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh 12:44:58 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:44:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:44:58 ce874e784c54: Preparing 12:44:58 cd3761cfa1d9: Preparing 12:44:58 cd3761cfa1d9: Layer already exists 12:45:02 ce874e784c54: Pushed 12:45:02 f61e69e00d27a63771cceaaeaf158cd3c56235d0: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:02 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:45:03 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 12:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:45:03 ce874e784c54: Preparing 12:45:03 cd3761cfa1d9: Preparing 12:45:03 cd3761cfa1d9: Layer already exists 12:45:03 ce874e784c54: Layer already exists 12:45:03 latest: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:03 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh 12:45:04 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 12:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:45:04 ce874e784c54: Preparing 12:45:04 cd3761cfa1d9: Preparing 12:45:04 cd3761cfa1d9: Layer already exists 12:45:04 ce874e784c54: Layer already exists 12:45:04 2.0.0-dev.2: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:04 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh 12:45:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:45:05 ce874e784c54: Preparing 12:45:05 cd3761cfa1d9: Preparing 12:45:05 ce874e784c54: Layer already exists 12:45:05 cd3761cfa1d9: Layer already exists 12:45:05 f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:45:05 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:45:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 12:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:45:05 ce874e784c54: Preparing 12:45:05 cd3761cfa1d9: Preparing 12:45:05 cd3761cfa1d9: Layer already exists 12:45:05 ce874e784c54: Layer already exists 12:45:06 master: digest: sha256:b3acbddfa5c0e01d45552a1a74966ec9b0020edf5ba0bbf8b3008a7fb41f50af size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:45:06 ===================================================== [Pipeline] echo 12:45:06 taggedImages: 12:45:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:45:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 12:45:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.2 12:45:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:45:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:45:07 Removing intermediate container 6a7866e8a0ba 12:45:07 ---> 4c4515276bb7 12:45:07 Step 17/24 : FROM alpine 12:45:08 latest: Pulling from library/alpine 12:45:08 188c0c94c7c5: Already exists 12:45:08 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:45:08 Status: Downloaded newer image for alpine:latest 12:45:08 ---> d6e46aa2470d 12:45:08 Step 18/24 : EXPOSE 4000 12:45:08 ---> Running in cabb521182aa 12:45:08 Removing intermediate container cabb521182aa 12:45:08 ---> 36eba1b3d80f 12:45:08 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:45:10 ---> 339dea9b1521 12:45:10 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:45:10 ---> Running in 0b4cb0050046 12:45:10 Removing intermediate container 0b4cb0050046 12:45:10 ---> 655e0b19d55e 12:45:10 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:45:10 ---> Running in 6566b4207beb 12:45:10 Removing intermediate container 6566b4207beb 12:45:10 ---> dd71685128ef 12:45:10 Step 22/24 : LABEL arch=amd64 12:45:10 ---> Running in 4aad1c2aee75 12:45:10 Removing intermediate container 4aad1c2aee75 12:45:10 ---> e88ab4ba554f 12:45:10 Step 23/24 : LABEL git_sha=f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:45:10 ---> Running in 198409c03fee 12:45:11 Removing intermediate container 198409c03fee 12:45:11 ---> c298de072fac 12:45:11 Step 24/24 : LABEL version=2.0.0-dev.2 12:45:11 ---> Running in c6c48f762ad2 12:45:11 Removing intermediate container c6c48f762ad2 12:45:11 ---> b8c45e7e1826 12:45:11 [Warning] One or more build-args [ARCH] were not consumed 12:45:11 Successfully built b8c45e7e1826 12:45:11 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:45:12 provisioning config files... 12:45:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/60@tmp/config1172939220770319840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:45:12 ---> docker-login.sh 12:45:12 nexus3.edgexfoundry.org:10001 12:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:12 Configure a credential helper to remove this warning. See 12:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:12 12:45:12 Login Succeeded 12:45:12 nexus3.edgexfoundry.org:10002 12:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:13 Configure a credential helper to remove this warning. See 12:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:13 12:45:13 Login Succeeded 12:45:13 nexus3.edgexfoundry.org:10003 12:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:13 Configure a credential helper to remove this warning. See 12:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:13 12:45:13 Login Succeeded 12:45:14 nexus3.edgexfoundry.org:10004 12:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:14 Configure a credential helper to remove this warning. See 12:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:14 12:45:14 Login Succeeded 12:45:14 docker.io 12:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:15 Configure a credential helper to remove this warning. See 12:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:15 12:45:15 Login Succeeded 12:45:15 ---> docker-login.sh ends [Pipeline] } 12:45:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:45:15 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 12:45:15 f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:45:15 latest 12:45:15 2.0.0-dev.2 12:45:15 f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:45:15 master 12:45:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:45:16 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh 12:45:16 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:45:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:45:16 4db47bf8c5dc: Preparing 12:45:16 ace0eda3e3be: Preparing 12:45:16 ace0eda3e3be: Layer already exists 12:45:18 4db47bf8c5dc: Pushed 12:45:18 f61e69e00d27a63771cceaaeaf158cd3c56235d0: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:19 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 12:45:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 12:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:45:19 4db47bf8c5dc: Preparing 12:45:19 ace0eda3e3be: Preparing 12:45:19 ace0eda3e3be: Layer already exists 12:45:19 4db47bf8c5dc: Layer already exists 12:45:19 latest: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh 12:45:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 12:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:45:20 4db47bf8c5dc: Preparing 12:45:20 ace0eda3e3be: Preparing 12:45:20 4db47bf8c5dc: Layer already exists 12:45:20 ace0eda3e3be: Layer already exists 12:45:20 2.0.0-dev.2: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh 12:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:45:21 4db47bf8c5dc: Preparing 12:45:21 ace0eda3e3be: Preparing 12:45:21 ace0eda3e3be: Layer already exists 12:45:21 4db47bf8c5dc: Layer already exists 12:45:21 f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] isUnix [Pipeline] sh 12:45:21 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 12:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 12:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:45:21 4db47bf8c5dc: Preparing 12:45:21 ace0eda3e3be: Preparing 12:45:21 ace0eda3e3be: Layer already exists 12:45:21 4db47bf8c5dc: Layer already exists 12:45:21 master: digest: sha256:376ab2f64875817096b051a1b31ac28a409c70537bbcdd41d667dd7496377f04 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:45:22 ===================================================== [Pipeline] echo 12:45:22 taggedImages: 12:45:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 12:45:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 12:45:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.2 12:45:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0-2.0.0-dev.2 12:45:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 12:45:24 provisioning config files... 12:45:24 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1811527843588561416tmp [Pipeline] { [Pipeline] sh 12:45:24 + set +x 12:45:24 + curl -s https://codecov.io/bash 12:45:24 + bash -s -- 12:45:24 12:45:24 _____ _ 12:45:24 / ____| | | 12:45:24 | | ___ __| | ___ ___ _____ __ 12:45:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:45:24 | |___| (_) | (_| | __/ (_| (_) \ V / 12:45:24 \_____\___/ \__,_|\___|\___\___/ \_/ 12:45:24 Bash-20201130-cc6d3fe 12:45:24 12:45:24 12:45:24 ==> Jenkins CI detected. 12:45:24 project root: . 12:45:24 --> token set from env 12:45:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:45:24 ==> Running gcov in . (disable via -X gcov) 12:45:25 ==> Python coveragepy not found 12:45:25 ==> Searching for coverage reports in: 12:45:25 + . 12:45:25 -> Found 1 reports 12:45:25 ==> Detecting git/mercurial file structure 12:45:25 ==> Reading reports 12:45:25 + ./coverage.out bytes=10 12:45:25 ==> Appending adjustments 12:45:25 https://docs.codecov.io/docs/fixing-reports 12:45:25 + Found adjustments 12:45:25 ==> Gzipping contents 12:45:25 4.0K /tmp/codecov.SIcfqz.gz 12:45:25 ==> Uploading reports 12:45:25 url: https://codecov.io 12:45:25 query: branch=master&commit=f61e69e00d27a63771cceaaeaf158cd3c56235d0&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:25 -> Pinging Codecov 12:45:25 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=f61e69e00d27a63771cceaaeaf158cd3c56235d0&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:25 -> Uploading to 12:45:25 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/FB506323287CE973F263BFD2A0EB1F37/f61e69e00d27a63771cceaaeaf158cd3c56235d0/303345d7-a38e-40f3-9a89-2baefd3b82d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T124525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd3a2cb2f2ad85b8f0a1c3cbae254285754891fc9edc20fcb7645e33d72a18fe 12:45:25 % Total % Received % Xferd Average Speed Time Time Time Current 12:45:25 Dload Upload Total Spent Left Speed 12:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2296 0 0 100 2296 0 5080 --:--:-- --:--:-- --:--:-- 5079 100 2296 0 0 100 2296 0 5076 --:--:-- --:--:-- --:--:-- 5079 12:45:26 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] } 12:45:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:45:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:45:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:27 12:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 12:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:45:28 188c0c94c7c5: Pulling fs layer 12:45:28 0ef7d3d256c8: Pulling fs layer 12:45:28 de9db76c5a1d: Pulling fs layer 12:45:28 0eba1c9be4d2: Pulling fs layer 12:45:28 0d57e429df01: Pulling fs layer 12:45:28 4e4be7b47b0d: Pulling fs layer 12:45:28 e1f770b5df2f: Pulling fs layer 12:45:28 85a0685a4137: Pulling fs layer 12:45:28 0eba1c9be4d2: Waiting 12:45:28 4e4be7b47b0d: Waiting 12:45:28 e1f770b5df2f: Waiting 12:45:28 0d57e429df01: Waiting 12:45:28 de9db76c5a1d: Verifying Checksum 12:45:28 de9db76c5a1d: Download complete 12:45:28 0ef7d3d256c8: Download complete 12:45:28 0d57e429df01: Verifying Checksum 12:45:28 0d57e429df01: Download complete 12:45:28 4e4be7b47b0d: Verifying Checksum 12:45:28 4e4be7b47b0d: Download complete 12:45:28 188c0c94c7c5: Verifying Checksum 12:45:28 188c0c94c7c5: Download complete 12:45:29 188c0c94c7c5: Pull complete 12:45:29 0ef7d3d256c8: Pull complete 12:45:29 de9db76c5a1d: Pull complete 12:45:31 e1f770b5df2f: Verifying Checksum 12:45:31 e1f770b5df2f: Download complete 12:45:38 0eba1c9be4d2: Verifying Checksum 12:45:38 0eba1c9be4d2: Download complete 12:45:38 85a0685a4137: Verifying Checksum 12:45:38 85a0685a4137: Download complete 12:45:48 0eba1c9be4d2: Pull complete 12:45:48 0d57e429df01: Pull complete 12:45:48 4e4be7b47b0d: Pull complete 12:45:50 e1f770b5df2f: Pull complete 12:46:05 85a0685a4137: Pull complete 12:46:05 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 12:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:46:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 12:46:05 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:46:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:46:07 $ docker top 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 -eo pid,comm [Pipeline] { [Pipeline] echo 12:46:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 12:46:08 + set -o pipefail 12:46:08 + snyk monitor '--org=edgex-jenkins' 12:46:17 12:46:17 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 12:46:17 12:46:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/71bd10ec-faaa-471c-9be6-df24006feb7c 12:46:17 12:46:17 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 12:46:17 12:46:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:46:17 12:46:17 [Pipeline] } 12:46:17 $ docker stop --time=1 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 12:46:19 $ docker rm -f 8e970de39917fdf958df7f399aad961e2bcdcca9c102f5ec8cd2d3831da422f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 12:46:20 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0, dockerFile=Dockerfile [Pipeline] echo 12:46:20 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 12:46:21 + set -o pipefail 12:46:21 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 12:46:21 + tee .snyk 12:46:21 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 12:46:21 version: v1.14.1 12:46:21 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 12:46:21 ignore: 12:46:21 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 12:46:21 - '*': 12:46:21 reason: does not apply # justification for ignoring 12:46:21 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 12:46:21 SNYK-ALPINE312-JQ-588886: 12:46:21 - '*': 12:46:21 reason: false positive 12:46:21 expires: 2021-01-01T00:00:00 12:46:21 # patch: {} [Pipeline] withCredentials 12:46:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:46:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:46:21 . [Pipeline] withDockerContainer 12:46:22 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:46:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:46:24 $ docker top b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b -eo pid,comm [Pipeline] { [Pipeline] sh 12:46:25 + rm -f snykReport.html [Pipeline] echo 12:46:25 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 12:46:26 + set -o pipefail 12:46:26 + snyk-to-html -o snykReport.html 12:46:26 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f61e69e00d27a63771cceaaeaf158cd3c56235d0 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 12:46:39 Vulnerability snapshot saved at snykReport.html [Pipeline] } 12:46:39 $ docker stop --time=1 b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b 12:46:40 $ docker rm -f b4a30cce31f6d9935cab9a0ddcb956223b4e258f570f53c835e5093e3985525b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:46:42 + git log --format=format:%s -1 f61e69e00d27a63771cceaaeaf158cd3c56235d0 [Pipeline] isUnix [Pipeline] sh 12:46:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:46:42 . [Pipeline] withDockerContainer 12:46:43 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:46:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:46:44 $ docker top ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:46:45 [ssh-agent] Looking for ssh-agent implementation... 12:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:46:45 $ docker exec ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc ssh-agent 12:46:46 SSH_AUTH_SOCK=/tmp/ssh-myQM6tfF954Q/agent.11 12:46:46 SSH_AGENT_PID=16 12:46:46 Running ssh-add (command line suppressed) 12:46:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2141937719094414025.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2141937719094414025.key) 12:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:46:47 + git semver tag 12:46:47 # -> Open(): unable to determine branch for HEAD 12:46:47 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:46:47 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:46:47 # $SEMVER_REMOTE_NAME = origin 12:46:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:46:47 # $SEMVER_USER_NAME = edgex-jenkins 12:46:47 # $SEMVER_BRANCH = master 12:46:47 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 12:46:47 # f61e69e00d27a63771cceaaeaf158cd3c56235d0 HEAD 12:46:47 # -> Force: false 12:46:47 # c8f2094536a7cadc0d43cab34acf886969d5d190 refs/tags/v2.0.0-dev.2 [Pipeline] } 12:46:47 $ docker exec --env ******** --env ******** ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc ssh-agent -k 12:46:47 unset SSH_AUTH_SOCK; 12:46:47 unset SSH_AGENT_PID; 12:46:47 echo Agent pid 16 killed; 12:46:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:46:48 + git semver [Pipeline] } 12:46:48 $ docker stop --time=1 ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc 12:46:50 $ docker rm -f ee61e3319596a164883fcd9603f2b118068c434b47571d8e088d7d1be72011fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 12:46:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:46:51 12:46:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 12:46:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:46:51 0.23.1-centos7: Pulling from edgex-lftools 12:46:51 ab5ef0e58194: Pulling fs layer 12:46:51 9712f1f96733: Pulling fs layer 12:46:51 63f879dbbcfc: Pulling fs layer 12:46:51 0d9ebad4ef96: Pulling fs layer 12:46:51 e9a5061849ea: Pulling fs layer 12:46:51 d747dcd14b5f: Pulling fs layer 12:46:51 2de7ff778b66: Pulling fs layer 12:46:51 e9a5061849ea: Waiting 12:46:51 d747dcd14b5f: Waiting 12:46:51 2de7ff778b66: Waiting 12:46:51 0d9ebad4ef96: Waiting 12:46:51 9712f1f96733: Verifying Checksum 12:46:51 9712f1f96733: Download complete 12:46:55 63f879dbbcfc: Verifying Checksum 12:46:55 63f879dbbcfc: Download complete 12:46:55 e9a5061849ea: Verifying Checksum 12:46:55 e9a5061849ea: Download complete 12:46:55 d747dcd14b5f: Verifying Checksum 12:46:55 d747dcd14b5f: Download complete 12:46:57 0d9ebad4ef96: Verifying Checksum 12:46:57 0d9ebad4ef96: Download complete 12:46:57 2de7ff778b66: Verifying Checksum 12:46:57 2de7ff778b66: Download complete 12:46:57 ab5ef0e58194: Verifying Checksum 12:46:57 ab5ef0e58194: Download complete 12:47:07 ab5ef0e58194: Pull complete 12:47:07 9712f1f96733: Pull complete 12:47:10 63f879dbbcfc: Pull complete 12:47:20 0d9ebad4ef96: Pull complete 12:47:23 e9a5061849ea: Pull complete 12:47:23 d747dcd14b5f: Pull complete 12:47:28 2de7ff778b66: Pull complete 12:47:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:47:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:47:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 12:47:28 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:47:32 $ docker top 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:47:33 provisioning config files... 12:47:33 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8641093135886955450tmp 12:47:33 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config795718068001829307tmp 12:47:33 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3791272615746124643tmp [Pipeline] { [Pipeline] echo 12:47:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:47:34 ---> sigul-configuration.sh 12:47:34 gpg: directory `/root/.gnupg' created 12:47:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:47:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:47:34 gpg: keyring `/root/.gnupg/secring.gpg' created 12:47:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:47:34 gpg: CAST5 encrypted data 12:47:34 gpg: encrypted with 1 passphrase 12:47:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:47:35 + mkdir /home/jenkins 12:47:35 + mkdir /home/jenkins/sigul [Pipeline] sh 12:47:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 12:47:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:47:35 ---> sigul-install.sh 12:47:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 12:47:46 + git tag --list 12:47:46 0.1.1 12:47:46 v1.1.0 12:47:46 v1.2.0 12:47:46 v1.2.1 12:47:46 v1.2.2-dev.1 12:47:46 v1.2.2-dev.10 12:47:46 v1.2.2-dev.11 12:47:46 v1.2.2-dev.12 12:47:46 v1.2.2-dev.2 12:47:46 v1.2.2-dev.3 12:47:46 v1.2.2-dev.4 12:47:46 v1.2.2-dev.5 12:47:46 v1.2.2-dev.6 12:47:46 v1.2.2-dev.7 12:47:46 v1.2.2-dev.8 12:47:46 v1.2.2-dev.9 12:47:46 v1.3.0 12:47:46 v1.3.1-dev.1 12:47:46 v1.3.1-dev.2 12:47:46 v2.0.0-dev.1 12:47:46 v2.0.0-dev.2 [Pipeline] sh 12:47:46 + lftools sign git-tag v2.0.0-dev.2 12:47:48 Signing Git tag with Sigul... 12:47:48 Signing v2.0.0-dev.2 [Pipeline] echo 12:47:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:47:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:47:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:47:51 $ docker stop --time=1 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 12:47:53 $ docker rm -f 8783a69e0065d205eced6b514e5e2b7bc096cfb5c8ffcfd1752506b70e8ce538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 12:47:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:47:54 . [Pipeline] withDockerContainer 12:47:54 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:47:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:47:56 $ docker top 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:47:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:47:56 [ssh-agent] Looking for ssh-agent implementation... 12:47:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:47:57 $ docker exec 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc ssh-agent 12:47:57 SSH_AUTH_SOCK=/tmp/ssh-mBnCvmbrMTfn/agent.12 12:47:57 SSH_AGENT_PID=17 12:47:57 Running ssh-add (command line suppressed) 12:47:57 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5428275698277705347.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5428275698277705347.key) 12:47:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:47:58 + git semver bump pre 12:47:59 # -> Open(): unable to determine branch for HEAD 12:47:59 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:47:59 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:47:59 # $SEMVER_REMOTE_NAME = origin 12:47:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:47:59 # $SEMVER_USER_NAME = edgex-jenkins 12:47:59 # $SEMVER_BRANCH = master 12:47:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 12:47:59 2.0.0-dev.3 [Pipeline] } 12:47:59 $ docker exec --env ******** --env ******** 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc ssh-agent -k 12:47:59 unset SSH_AUTH_SOCK; 12:47:59 unset SSH_AGENT_PID; 12:47:59 echo Agent pid 17 killed; 12:48:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:48:01 + git semver [Pipeline] } 12:48:01 $ docker stop --time=1 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc 12:48:03 $ docker rm -f 719f61fe1a226fbd629403cc90b935779abc31bf7d6695a62b2238b7e5c92ebc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:48:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:48:04 . [Pipeline] withDockerContainer 12:48:04 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:48:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:48:06 $ docker top 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:48:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:48:06 [ssh-agent] Looking for ssh-agent implementation... 12:48:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:48:07 $ docker exec 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 ssh-agent 12:48:07 SSH_AUTH_SOCK=/tmp/ssh-UjnuGgP62MG4/agent.12 12:48:07 SSH_AGENT_PID=17 12:48:07 Running ssh-add (command line suppressed) 12:48:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5715939497105104383.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5715939497105104383.key) 12:48:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:48:08 + git semver push 12:48:08 # -> Open(): unable to determine branch for HEAD 12:48:08 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:48:08 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:48:08 # $SEMVER_REMOTE_NAME = origin 12:48:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:48:08 # $SEMVER_USER_NAME = edgex-jenkins 12:48:08 # $SEMVER_BRANCH = master 12:48:08 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 12:48:14 $ docker exec --env ******** --env ******** 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 ssh-agent -k 12:48:15 unset SSH_AUTH_SOCK; 12:48:15 unset SSH_AGENT_PID; 12:48:15 echo Agent pid 17 killed; 12:48:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:48:15 + git semver [Pipeline] } 12:48:15 $ docker stop --time=1 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 12:48:17 $ docker rm -f 29616020ce79f8bb3125c7d46eddd0bcbc9dc5985397e0fa4ca3c974c5d6ecf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 12:48:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:48:20 ---> package-listing.sh 12:48:20 ++ facter osfamily 12:48:20 ++ tr '[:upper:]' '[:lower:]' 12:48:20 + OS_FAMILY=redhat 12:48:20 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 12:48:20 + START_PACKAGES=/tmp/packages_start.txt 12:48:20 + END_PACKAGES=/tmp/packages_end.txt 12:48:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:48:20 + PACKAGES=/tmp/packages_start.txt 12:48:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:48:20 + PACKAGES=/tmp/packages_end.txt 12:48:20 + case "${OS_FAMILY}" in 12:48:20 + rpm -qa 12:48:20 + sort 12:48:28 + '[' -f /tmp/packages_start.txt ']' 12:48:28 + '[' -f /tmp/packages_end.txt ']' 12:48:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:48:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:48:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 12:48:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 12:48:28 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:48:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:30 12:48:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:48:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:30 alpine: Pulling from edgex-lftools-log-publisher 12:48:30 df20fa9351a1: Pulling fs layer 12:48:30 36b3adc4ff6f: Pulling fs layer 12:48:30 8ad3a11d3b57: Pulling fs layer 12:48:30 46f8f816bc3b: Pulling fs layer 12:48:30 93b61091891f: Pulling fs layer 12:48:30 93b9cdb0e59b: Pulling fs layer 12:48:30 5e14af77c1be: Pulling fs layer 12:48:30 01666e4c0597: Pulling fs layer 12:48:30 aa168da1d23b: Pulling fs layer 12:48:30 46f8f816bc3b: Waiting 12:48:30 93b61091891f: Waiting 12:48:30 93b9cdb0e59b: Waiting 12:48:30 5e14af77c1be: Waiting 12:48:30 01666e4c0597: Waiting 12:48:30 aa168da1d23b: Waiting 12:48:30 36b3adc4ff6f: Verifying Checksum 12:48:30 36b3adc4ff6f: Download complete 12:48:30 46f8f816bc3b: Verifying Checksum 12:48:30 46f8f816bc3b: Download complete 12:48:31 df20fa9351a1: Verifying Checksum 12:48:31 93b9cdb0e59b: Download complete 12:48:31 5e14af77c1be: Verifying Checksum 12:48:31 5e14af77c1be: Download complete 12:48:31 01666e4c0597: Verifying Checksum 12:48:31 01666e4c0597: Download complete 12:48:31 93b61091891f: Verifying Checksum 12:48:31 93b61091891f: Download complete 12:48:31 df20fa9351a1: Pull complete 12:48:32 36b3adc4ff6f: Pull complete 12:48:32 8ad3a11d3b57: Verifying Checksum 12:48:32 8ad3a11d3b57: Download complete 12:48:34 8ad3a11d3b57: Pull complete 12:48:34 46f8f816bc3b: Pull complete 12:48:35 93b61091891f: Pull complete 12:48:35 93b9cdb0e59b: Pull complete 12:48:35 5e14af77c1be: Pull complete 12:48:36 aa168da1d23b: Verifying Checksum 12:48:36 aa168da1d23b: Download complete 12:48:36 01666e4c0597: Pull complete 12:48:48 aa168da1d23b: Pull complete 12:48:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:48:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:48:49 prd-centos7-docker-4c-2g-15102 does not seem to be running inside a container 12:48:49 $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:48:52 $ docker top 0e830c55fa192607c2b476c1dbf7cec016a07452759c0524e9fa6af4470b4595 -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:53 + touch /tmp/pre-build-complete [Pipeline] sh 12:48:53 + mkdir -p /var/log/sa [Pipeline] sh 12:48:54 + ls /var/log/sa-host 12:48:54 + sadf -c /var/log/sa-host/sa08 12:48:54 file_magic: OK 12:48:54 HZ: Using current value: 100 12:48:54 file_header: OK 12:48:54 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 12:48:54 Statistics: 12:48:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:48:54 File successfully converted to sysstat format version 12.2.1 12:48:54 + sadf -c /var/log/sa-host/sa23 12:48:54 file_magic: OK 12:48:54 HZ: Using current value: 100 12:48:54 file_header: OK 12:48:54 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 12:48:54 Statistics: 12:48:54 Hnuu...uuuununununu... 12:48:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:48:54 provisioning config files... 12:48:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2520715959099388765tmp [Pipeline] { [Pipeline] echo 12:48:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:48:55 ---> create-netrc.sh [Pipeline] } 12:48:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:48:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:48:56 ---> python-tools-install.sh [Pipeline] echo 12:48:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:48:57 ---> sudo-logs.sh 12:48:57 Archiving 'sudo' log.. [Pipeline] echo 12:48:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:48:57 ---> job-cost.sh 12:48:57 lf-activate-venv: SKIPPING 12:48:57 INFO: No Stack... 12:48:58 INFO: Retrieving Pricing Info for: v1-standard-2 12:48:59 INFO: Archiving Costs [Pipeline] echo 12:48:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:48:59 ---> logs-deploy.sh 12:48:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/60 12:48:59 INFO: archiving workspace using pattern(s): 12:49:02 Archives upload complete. 12:49:02 INFO: archiving logs to Nexus 12:49:04 ---> uname -a: 12:49:04 Linux prd-centos7-docker-4c-2g-15102.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:49:04 12:49:04 12:49:04 ---> lscpu: 12:49:04 Architecture: x86_64 12:49:04 CPU op-mode(s): 32-bit, 64-bit 12:49:04 Byte Order: Little Endian 12:49:04 Address sizes: 40 bits physical, 48 bits virtual 12:49:04 CPU(s): 4 12:49:04 On-line CPU(s) list: 0-3 12:49:04 Thread(s) per core: 1 12:49:04 Core(s) per socket: 1 12:49:04 Socket(s): 4 12:49:04 NUMA node(s): 1 12:49:04 Vendor ID: GenuineIntel 12:49:04 CPU family: 6 12:49:04 Model: 44 12:49:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:49:04 Stepping: 1 12:49:04 CPU MHz: 2933.438 12:49:04 BogoMIPS: 5866.87 12:49:04 Virtualization: VT-x 12:49:04 Hypervisor vendor: KVM 12:49:04 Virtualization type: full 12:49:04 L1d cache: 128 KiB 12:49:04 L1i cache: 128 KiB 12:49:04 L2 cache: 16 MiB 12:49:04 L3 cache: 64 MiB 12:49:04 NUMA node0 CPU(s): 0-3 12:49:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:49:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:49:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:49:04 Vulnerability Meltdown: Mitigation; PTI 12:49:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:49:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:49:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:49:04 Vulnerability Srbds: Not affected 12:49:04 Vulnerability Tsx async abort: Not affected 12:49:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 12:49:04 12:49:04 12:49:04 ---> nproc: 12:49:04 4 12:49:04 12:49:04 12:49:04 ---> df -h: 12:49:04 Filesystem Size Used Available Use% Mounted on 12:49:04 overlay 50.0G 8.6G 41.4G 17% / 12:49:04 tmpfs 64.0M 0 64.0M 0% /dev 12:49:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:49:04 shm 64.0M 0 64.0M 0% /dev/shm 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 12:49:04 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 12:49:04 12:49:04 12:49:04 ---> free -m: 12:49:04 total used free shared buff/cache available 12:49:04 Mem: 1837 836 123 0 877 935 12:49:04 Swap: 1023 4 1019 12:49:04 12:49:04 12:49:04 ---> ip addr: 12:49:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:49:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:49:04 inet 127.0.0.1/8 scope host lo 12:49:04 valid_lft forever preferred_lft forever 12:49:04 inet6 ::1/128 scope host 12:49:04 valid_lft forever preferred_lft forever 12:49:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:49:04 link/ether fa:16:3e:cf:8f:a3 brd ff:ff:ff:ff:ff:ff 12:49:04 inet 10.30.123.189/23 brd 10.30.123.255 scope global dynamic eth0 12:49:04 valid_lft 85753sec preferred_lft 85753sec 12:49:04 inet6 fe80::f816:3eff:fecf:8fa3/64 scope link 12:49:04 valid_lft forever preferred_lft forever 12:49:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:49:04 link/ether 02:42:04:37:ed:08 brd ff:ff:ff:ff:ff:ff 12:49:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:49:04 valid_lft forever preferred_lft forever 12:49:04 inet6 fe80::42:4ff:fe37:ed08/64 scope link 12:49:04 valid_lft forever preferred_lft forever 12:49:04 12:49:04 12:49:04 ---> sar -b -r -n DEV: 12:49:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 12:49:04 12:49:04 12:38:04 LINUX RESTART (4 CPU) 12:49:04 12:49:04 12:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:49:04 12:40:02 52.00 14.59 37.41 0.00 4623.69 3294.79 0.00 12:49:04 12:41:01 1.76 0.00 1.76 0.00 0.00 35.04 0.00 12:49:04 12:42:01 0.53 0.00 0.53 0.00 0.00 9.07 0.00 12:49:04 12:43:01 0.33 0.00 0.33 0.00 0.00 4.75 0.00 12:49:04 12:44:01 0.33 0.00 0.33 0.00 0.00 4.91 0.00 12:49:04 12:45:01 0.37 0.00 0.37 0.00 0.00 5.65 0.00 12:49:04 12:46:01 221.02 119.03 101.99 0.00 4296.65 30749.02 0.00 12:49:04 12:47:02 166.32 92.20 74.12 0.00 5962.44 11847.08 0.00 12:49:04 12:48:01 212.80 75.43 137.38 0.00 4522.65 25803.38 0.00 12:49:04 Average: 72.78 33.50 39.28 0.00 2157.82 7961.76 0.00 12:49:04 12:49:04 12:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:49:04 12:40:02 174768 0 566300 30.10 2620 1137856 1155084 39.42 386072 1119904 128 12:49:04 12:41:01 183724 0 557336 29.62 2620 1137864 1068872 36.48 395712 1103212 16 12:49:04 12:42:01 181576 0 559480 29.74 2620 1137868 1069292 36.49 393840 1107412 20 12:49:04 12:43:01 179216 0 561840 29.86 2620 1137868 1069328 36.49 400080 1103368 12 12:49:04 12:44:01 180104 0 560944 29.81 2620 1137876 1069076 36.49 402076 1100784 16 12:49:04 12:45:01 181196 0 559848 29.75 2620 1137880 1068872 36.48 411412 1090448 12 12:49:04 12:46:01 76388 0 694708 36.92 2620 1107828 1488948 50.82 516544 1032452 55004 12:49:04 12:47:02 79388 0 733284 38.97 2564 1066308 1559168 53.21 647252 904984 92868 12:49:04 12:48:01 214888 0 776548 41.27 1492 888616 1306692 44.60 577300 749864 72 12:49:04 Average: 161250 0 618921 32.89 2488 1098885 1206148 41.16 458921 1034714 16461 12:49:04 12:49:04 12:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:49:04 12:40:02 eth0 159.65 141.63 688.84 55.12 0.00 0.00 0.00 0.00 12:49:04 12:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:40:02 docker0 43.50 36.39 3.87 109.10 0.00 0.00 0.00 0.00 12:49:04 12:41:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:49:04 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:42:01 eth0 1.56 1.18 3.11 0.25 0.00 0.00 0.00 0.00 12:49:04 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:43:01 eth0 1.23 0.57 0.57 0.37 0.00 0.00 0.00 0.00 12:49:04 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:44:01 eth0 0.22 0.15 0.14 0.10 0.00 0.00 0.00 0.00 12:49:04 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:45:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 12:49:04 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:46:01 eth0 408.64 356.19 4067.85 30.90 0.00 0.00 0.00 0.00 12:49:04 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:47:02 eth0 429.64 388.30 3438.95 44.53 0.00 0.00 0.00 0.00 12:49:04 12:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:47:02 docker0 43.88 41.29 4.46 106.47 0.00 0.00 0.00 0.00 12:49:04 12:48:01 veth6b14995 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:49:04 12:48:01 eth0 102.38 79.18 235.21 69.09 0.00 0.00 0.00 0.00 12:49:04 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 12:48:01 docker0 37.76 48.82 2.21 189.78 0.00 0.00 0.00 0.00 12:49:04 Average: veth6b14995 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 Average: eth0 123.12 107.89 941.75 22.23 0.00 0.00 0.00 0.00 12:49:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:04 Average: docker0 13.90 14.03 1.17 44.88 0.00 0.00 0.00 0.00 12:49:04 12:49:04 12:49:04 ---> sar -P ALL: 12:49:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 12:49:04 12:49:04 12:38:04 LINUX RESTART (4 CPU) 12:49:04 12:49:04 12:39:01 CPU %user %nice %system %iowait %steal %idle 12:49:04 12:40:02 all 3.87 0.00 2.91 1.07 7.29 84.86 12:49:04 12:40:02 0 4.13 0.00 2.93 0.73 7.53 84.67 12:49:04 12:40:02 1 4.10 0.00 2.89 1.03 6.99 84.98 12:49:04 12:40:02 2 3.07 0.00 2.43 1.33 7.88 85.30 12:49:04 12:40:02 3 4.19 0.00 3.40 1.16 6.76 84.49 12:49:04 12:41:01 all 0.08 0.00 0.08 0.00 0.43 99.40 12:49:04 12:41:01 0 0.02 0.00 0.08 0.00 0.22 99.68 12:49:04 12:41:01 1 0.25 0.00 0.12 0.00 0.93 98.70 12:49:04 12:41:01 2 0.02 0.00 0.07 0.00 0.34 99.58 12:49:04 12:41:01 3 0.03 0.00 0.07 0.00 0.24 99.66 12:49:04 12:42:01 all 0.13 0.00 0.16 0.00 1.21 98.50 12:49:04 12:42:01 0 0.03 0.00 0.13 0.00 0.98 98.86 12:49:04 12:42:01 1 0.08 0.00 0.30 0.00 1.52 98.10 12:49:04 12:42:01 2 0.33 0.00 0.07 0.00 1.37 98.23 12:49:04 12:42:01 3 0.07 0.00 0.15 0.00 0.96 98.82 12:49:04 12:43:01 all 0.10 0.00 0.03 0.00 0.62 99.25 12:49:04 12:43:01 0 0.03 0.00 0.03 0.00 0.23 99.70 12:49:04 12:43:01 1 0.02 0.00 0.02 0.00 0.63 99.34 12:49:04 12:43:01 2 0.31 0.00 0.05 0.00 1.29 98.35 12:49:04 12:43:01 3 0.02 0.00 0.02 0.00 0.33 99.63 12:49:04 12:44:01 all 0.07 0.00 0.06 0.00 0.63 99.24 12:49:04 12:44:01 0 0.00 0.00 0.02 0.00 0.35 99.63 12:49:04 12:44:01 1 0.02 0.00 0.05 0.00 0.63 99.30 12:49:04 12:44:01 2 0.22 0.00 0.13 0.00 0.94 98.71 12:49:04 12:44:01 3 0.03 0.00 0.03 0.00 0.61 99.32 12:49:04 12:45:01 all 0.06 0.00 0.04 0.00 0.61 99.29 12:49:04 12:45:01 0 0.02 0.00 0.03 0.00 0.78 99.17 12:49:04 12:45:01 1 0.22 0.00 0.02 0.00 0.66 99.11 12:49:04 12:45:01 2 0.00 0.00 0.08 0.00 0.27 99.65 12:49:04 12:45:01 3 0.02 0.00 0.03 0.00 0.73 99.22 12:49:04 12:46:01 all 4.19 0.00 3.64 0.69 16.41 75.08 12:49:04 12:46:01 0 3.53 0.00 3.86 0.92 17.33 74.37 12:49:04 12:46:01 1 4.23 0.00 3.25 0.70 16.44 75.38 12:49:04 12:46:01 2 4.93 0.00 4.12 0.85 16.09 74.01 12:49:04 12:46:01 3 4.06 0.00 3.34 0.30 15.78 76.53 12:49:04 12:47:02 all 5.05 0.00 6.16 2.39 18.73 67.67 12:49:04 12:47:02 0 5.45 0.00 7.00 2.22 19.58 65.75 12:49:04 12:47:02 1 4.78 0.00 6.30 3.49 19.18 66.25 12:49:04 12:47:02 2 5.22 0.00 6.14 2.29 17.96 68.39 12:49:04 12:47:02 3 4.76 0.00 5.23 1.53 18.20 70.29 12:49:04 12:48:01 all 6.78 0.00 7.22 2.02 17.00 66.98 12:49:04 12:48:01 0 6.45 0.00 8.12 1.88 18.14 65.42 12:49:04 12:48:01 1 9.60 0.00 7.80 3.48 16.89 62.23 12:49:04 12:48:01 2 4.84 0.00 5.83 1.34 16.26 71.73 12:49:04 12:48:01 3 6.29 0.00 7.16 1.40 16.70 68.45 12:49:04 Average: all 2.27 0.00 2.27 0.69 7.03 87.75 12:49:04 Average: 0 2.19 0.00 2.48 0.64 7.27 87.42 12:49:04 Average: 1 2.59 0.00 2.31 0.97 7.14 86.99 12:49:04 Average: 2 2.12 0.00 2.12 0.65 6.97 88.15 12:49:04 Average: 3 2.17 0.00 2.16 0.49 6.74 88.44 12:49:04 12:49:04 12:49:04