Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a62b4630643e9a9217882e0bdb5c333b7f0a58e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32917 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 Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" > git rev-list --no-walk 3180d955709a5d54996b76e7d48118a040632b6c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:50:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:50:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:50:37 ========================================================= 06:50:37 EdgeX Global Pipelines Version Info 06:50:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:50:38 ------------------- 06:50:38 stable info: 06:50:38 ------------------- 06:50:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:50:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:50:38 Message: update stable to v1.0.186 06:50:39 ------------------- 06:50:39 experimental info: 06:50:39 ------------------- 06:50:39 Commited By: **** collab-it+edgex@linuxfoundation.org 06:50:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:50:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:50:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:50:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:50:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:50:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a62b46 [Pipeline] echo 06:50:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:50:43 provisioning config files... 06:50:43 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8413431852382891303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:43 ---> docker-login.sh 06:50:43 nexus3.edgexfoundry.org:10001 06:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:43 Configure a credential helper to remove this warning. See 06:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:43 06:50:43 Login Succeeded 06:50:43 nexus3.edgexfoundry.org:10002 06:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:43 Configure a credential helper to remove this warning. See 06:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:43 06:50:43 Login Succeeded 06:50:43 nexus3.edgexfoundry.org:10003 06:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 nexus3.edgexfoundry.org:10004 06:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 docker.io 06:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:44 Configure a credential helper to remove this warning. See 06:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:44 06:50:44 Login Succeeded 06:50:44 ---> docker-login.sh ends [Pipeline] } 06:50:44 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 06:50:45 + git log --format=format:%s -1 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] echo 06:50:45 GIT_COMMIT: 6a62b4630643e9a9217882e0bdb5c333b7f0a58e, Commit Message: chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323) [Pipeline] echo 06:50:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:47 06:50:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:50:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:47 latest: Pulling from edgex-devops/git-semver 06:50:47 31603596830f: Pulling fs layer 06:50:47 2a8b12db71e7: Pulling fs layer 06:50:47 6ca5941a6612: Pulling fs layer 06:50:47 ecc8261a40a4: Pulling fs layer 06:50:47 ecc8261a40a4: Waiting 06:50:47 2a8b12db71e7: Verifying Checksum 06:50:47 2a8b12db71e7: Download complete 06:50:47 31603596830f: Verifying Checksum 06:50:47 31603596830f: Download complete 06:50:47 ecc8261a40a4: Verifying Checksum 06:50:47 ecc8261a40a4: Download complete 06:50:47 6ca5941a6612: Verifying Checksum 06:50:47 6ca5941a6612: Download complete 06:50:47 31603596830f: Pull complete 06:50:47 2a8b12db71e7: Pull complete 06:50:48 6ca5941a6612: Pull complete 06:50:49 ecc8261a40a4: Pull complete 06:50:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:50:49 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 06:50:49 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:50:51 $ docker top 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:50:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:50:52 [ssh-agent] Looking for ssh-agent implementation... 06:50:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:50:52 $ docker exec 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent 06:50:52 SSH_AUTH_SOCK=/tmp/ssh-CqGcqPCmJLYl/agent.13 06:50:52 SSH_AGENT_PID=19 06:50:52 Running ssh-add (command line suppressed) 06:50:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_481857561505055178.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_481857561505055178.key) 06:50:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:50:53 + git tag --points-at HEAD [Pipeline] } 06:50:53 $ docker exec --env ******** --env ******** 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent -k 06:50:53 unset SSH_AUTH_SOCK; 06:50:53 unset SSH_AGENT_PID; 06:50:53 echo Agent pid 19 killed; 06:50:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:50:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:50:53 [ssh-agent] Looking for ssh-agent implementation... 06:50:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:50:53 $ docker exec 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent 06:50:53 SSH_AUTH_SOCK=/tmp/ssh-fxxnFl5brAP9/agent.49 06:50:53 SSH_AGENT_PID=54 06:50:53 Running ssh-add (command line suppressed) 06:50:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8659664769494337172.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8659664769494337172.key) 06:50:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:50:54 + git semver init 06:50:54 # -> Open(): unable to determine branch for HEAD 06:50:54 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 06:50:54 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 06:50:54 # $SEMVER_REMOTE_NAME = origin 06:50:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:50:54 # $SEMVER_USER_NAME = edgex-jenkins 06:50:54 # $SEMVER_BRANCH = master 06:50:54 # $SEMVER_TEMP = /tmp/semver-649390063 06:50:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:50:55 # '/tmp/semver-649390063' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 06:50:55 # -> Force: false 06:50:55 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 06:50:55 $ docker exec --env ******** --env ******** 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent -k 06:50:55 unset SSH_AUTH_SOCK; 06:50:55 unset SSH_AGENT_PID; 06:50:55 echo Agent pid 54 killed; 06:50:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:50:56 + git semver [Pipeline] } 06:50:56 $ docker stop --time=1 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 06:50:57 $ docker rm -f 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 [Pipeline] // withDockerContainer [Pipeline] sh 06:50:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:50:58 Stashed 1 file(s) [Pipeline] echo 06:50:58 [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [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 06:51:14 Still waiting to schedule task 06:51:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:51:14 Still waiting to schedule task 06:51:14 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32765’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32816’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32912’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32918’ is offline 06:54:01 Running on prd-centos7-docker-4c-2g-32920 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:54:01 Running in /w/workspace/edgex-ui-go/89 [Pipeline] { [Pipeline] checkout 06:54:03 using credential edgex-jenkins-ssh 06:54:03 Cloning the remote Git repository 06:54:03 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:54:04 > git init /w/workspace/edgex-ui-go/89 # timeout=10 06:54:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:54:04 > git --version # timeout=10 06:54:04 > git --version # 'git version 2.24.3' 06:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:05 Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) 06:54:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:54:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:54:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:05 > git config core.sparsecheckout # timeout=10 06:54:05 > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 06:54:09 Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:54:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:54:11 + sudo service docker restart 06:54:11 + true 06:54:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:54:12 provisioning config files... 06:54:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config2481740246866026771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:13 ---> docker-login.sh 06:54:13 nexus3.edgexfoundry.org:10001 06:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:13 Configure a credential helper to remove this warning. See 06:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:13 06:54:13 Login Succeeded 06:54:13 nexus3.edgexfoundry.org:10002 06:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:13 Configure a credential helper to remove this warning. See 06:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:13 06:54:13 Login Succeeded 06:54:13 nexus3.edgexfoundry.org:10003 06:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:13 Configure a credential helper to remove this warning. See 06:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:13 06:54:13 Login Succeeded 06:54:13 nexus3.edgexfoundry.org:10004 06:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:13 Configure a credential helper to remove this warning. See 06:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:13 06:54:13 Login Succeeded 06:54:13 docker.io 06:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:14 Configure a credential helper to remove this warning. See 06:54:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:14 06:54:14 Login Succeeded 06:54:14 ---> docker-login.sh ends [Pipeline] } 06:54:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:54:14 ========================================================= 06:54:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:54:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:15 + 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 . 06:54:15 Sending build context to Docker daemon 17.59MB 06:54:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:54:15 Step 2/8 : FROM ${BASE} 06:54:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:54:15 188c0c94c7c5: Pulling fs layer 06:54:15 0ef7d3d256c8: Pulling fs layer 06:54:15 de9db76c5a1d: Pulling fs layer 06:54:15 bca2f99d35d6: Pulling fs layer 06:54:15 93359f2a8cfa: Pulling fs layer 06:54:15 7c6f9722023f: Pulling fs layer 06:54:15 a35cf1a2eb13: Pulling fs layer 06:54:15 bca2f99d35d6: Waiting 06:54:15 93359f2a8cfa: Waiting 06:54:15 7c6f9722023f: Waiting 06:54:15 a35cf1a2eb13: Waiting 06:54:15 de9db76c5a1d: Verifying Checksum 06:54:15 de9db76c5a1d: Download complete 06:54:15 0ef7d3d256c8: Verifying Checksum 06:54:15 0ef7d3d256c8: Download complete 06:54:15 93359f2a8cfa: Verifying Checksum 06:54:15 93359f2a8cfa: Download complete 06:54:15 7c6f9722023f: Verifying Checksum 06:54:15 7c6f9722023f: Download complete 06:54:15 188c0c94c7c5: Verifying Checksum 06:54:15 188c0c94c7c5: Download complete 06:54:16 188c0c94c7c5: Pull complete 06:54:16 0ef7d3d256c8: Pull complete 06:54:16 de9db76c5a1d: Pull complete 06:54:18 a35cf1a2eb13: Verifying Checksum 06:54:18 a35cf1a2eb13: Download complete 06:54:18 bca2f99d35d6: Verifying Checksum 06:54:18 bca2f99d35d6: Download complete 06:54:23 bca2f99d35d6: Pull complete 06:54:23 93359f2a8cfa: Pull complete 06:54:23 7c6f9722023f: Pull complete 06:54:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32919 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 06:54:24 Running in /w/workspace/edgex-ui-go/89 [Pipeline] { [Pipeline] checkout 06:54:29 using credential edgex-jenkins-ssh 06:54:29 Cloning the remote Git repository 06:54:30 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:54:30 > git init /w/workspace/edgex-ui-go/89 # timeout=10 06:54:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:54:30 > git --version # timeout=10 06:54:30 > git --version # 'git version 2.17.1' 06:54:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:32 Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) 06:54:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:54:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:54:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:54:32 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:32 > git config core.sparsecheckout # timeout=10 06:54:32 > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 06:54:33 a35cf1a2eb13: Pull complete 06:54:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:54:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:54:33 ---> a62c8e92a672 06:54:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:54:33 ---> Running in eb96afe5331c 06:54:33 Removing intermediate container eb96afe5331c 06:54:33 ---> 18e6482ed999 06:54:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:33 ---> Running in 8a4976cb1e0f 06:54:34 Removing intermediate container 8a4976cb1e0f 06:54:34 ---> e082f2ab12d6 06:54:34 Step 5/8 : RUN apk add --no-cache make git 06:54:34 ---> Running in b5560c3a72b8 06:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:36 OK: 166 MiB in 39 packages 06:54:37 Removing intermediate container b5560c3a72b8 06:54:37 ---> 20b045d0efd7 06:54:37 Step 6/8 : WORKDIR /edgex-ui-go 06:54:37 ---> Running in 3a89cf18328e 06:54:37 Removing intermediate container 3a89cf18328e 06:54:37 ---> 87f60fdf3c92 06:54:37 Step 7/8 : COPY . . 06:54:37 Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:54:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:54:39 + true 06:54:39 + sudo service docker restart 06:54:40 ---> 3afc260d4184 06:54:40 Step 8/8 : RUN go mod download 06:54:40 ---> Running in 966ab2f1aa8b [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:54:42 provisioning config files... 06:54:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config4845226785988744387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:42 ---> docker-login.sh 06:54:42 nexus3.edgexfoundry.org:10001 06:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:43 Configure a credential helper to remove this warning. See 06:54:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:43 06:54:43 Login Succeeded 06:54:43 nexus3.edgexfoundry.org:10002 06:54:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:44 Configure a credential helper to remove this warning. See 06:54:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:44 06:54:44 Login Succeeded 06:54:44 nexus3.edgexfoundry.org:10003 06:54:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:45 Configure a credential helper to remove this warning. See 06:54:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:45 06:54:45 Login Succeeded 06:54:45 nexus3.edgexfoundry.org:10004 06:54:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:45 Configure a credential helper to remove this warning. See 06:54:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:45 06:54:45 Login Succeeded 06:54:45 docker.io 06:54:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:46 Configure a credential helper to remove this warning. See 06:54:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:46 06:54:46 Login Succeeded 06:54:46 ---> docker-login.sh ends [Pipeline] } 06:54:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:54:47 ========================================================= 06:54:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:54:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:47 + 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 . 06:54:48 Sending build context to Docker daemon 17.59MB 06:54:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:54:48 Step 2/8 : FROM ${BASE} 06:54:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:54:48 5f621e34cdf4: Pulling fs layer 06:54:48 a4357932f1b6: Pulling fs layer 06:54:48 18c013af1878: Pulling fs layer 06:54:48 00ac8860ef70: Pulling fs layer 06:54:48 63d7cb157983: Pulling fs layer 06:54:48 b116817d02f9: Pulling fs layer 06:54:48 745a02a5169b: Pulling fs layer 06:54:48 63d7cb157983: Waiting 06:54:48 b116817d02f9: Waiting 06:54:48 00ac8860ef70: Waiting 06:54:48 745a02a5169b: Waiting 06:54:48 18c013af1878: Verifying Checksum 06:54:48 18c013af1878: Download complete 06:54:48 a4357932f1b6: Verifying Checksum 06:54:48 a4357932f1b6: Download complete 06:54:48 63d7cb157983: Download complete 06:54:48 5f621e34cdf4: Verifying Checksum 06:54:48 5f621e34cdf4: Download complete 06:54:48 b116817d02f9: Verifying Checksum 06:54:48 b116817d02f9: Download complete 06:54:49 5f621e34cdf4: Pull complete 06:54:50 a4357932f1b6: Pull complete 06:54:50 18c013af1878: Pull complete 06:54:51 745a02a5169b: Verifying Checksum 06:54:51 745a02a5169b: Download complete 06:54:51 00ac8860ef70: Verifying Checksum 06:54:51 00ac8860ef70: Download complete 06:55:02 00ac8860ef70: Pull complete 06:55:02 63d7cb157983: Pull complete 06:55:03 b116817d02f9: Pull complete 06:55:06 Removing intermediate container 966ab2f1aa8b 06:55:06 ---> f65f804ea0ca 06:55:06 Successfully built f65f804ea0ca 06:55:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:55:06 + docker inspect -f . ci-base-image-x86_64 06:55:06 . [Pipeline] withDockerContainer 06:55:07 prd-centos7-docker-4c-2g-32920 does not seem to be running inside a container 06:55:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:55:07 745a02a5169b: Pull complete 06:55:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:55:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:55:07 ---> b7e6874047d6 06:55:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:55:08 $ docker top bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:08 + go version 06:55:08 go version go1.15.5 linux/amd64 [Pipeline] } 06:55:08 $ docker stop --time=1 bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 06:55:09 $ docker rm -f bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 06:55:10 ---> Running in 48c3ed9bb889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 06:55:10 Removing intermediate container 48c3ed9bb889 06:55:10 ---> 031689ea8233 06:55:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:10 ---> Running in bbcd21bcf496 06:55:10 + docker inspect -f . ci-base-image-x86_64 06:55:10 . [Pipeline] withDockerContainer 06:55:10 prd-centos7-docker-4c-2g-32920 does not seem to be running inside a container 06:55:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:55:11 $ docker top 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:12 + make test 06:55:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:55:13 Removing intermediate container bbcd21bcf496 06:55:13 ---> fe63ee1f2c32 06:55:13 Step 5/8 : RUN apk add --no-cache make git 06:55:13 ---> Running in 8f3df8a875f7 06:55:13 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:15 OK: 142 MiB in 39 packages 06:55:17 Removing intermediate container 8f3df8a875f7 06:55:17 ---> d09122b2adc1 06:55:17 Step 6/8 : WORKDIR /edgex-ui-go 06:55:17 ---> Running in 99080cdf0481 06:55:17 Removing intermediate container 99080cdf0481 06:55:17 ---> 98bcfcd0bbf6 06:55:17 Step 7/8 : COPY . . 06:55:20 ---> c06c60e1d6f0 06:55:20 Step 8/8 : RUN go mod download 06:55:20 ---> Running in 35c528856c28 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:55:23 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:55:23 GO111MODULE=on go vet ./... [Pipeline] } 06:55:24 $ docker stop --time=1 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 06:55:27 $ docker rm -f 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:55:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:55:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:55:31 + ls -al . 06:55:31 total 92 06:55:31 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 06:55 . 06:55:31 drwxrwxr-x. 4 jenkins jenkins 30 Apr 6 06:54 .. 06:55:31 drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 06:54 assets 06:55:31 drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 06:54 bin 06:55:31 drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 06:54 cmd 06:55:31 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 06:54 CONTRIBUTING.md 06:55:31 -rw-r--r--. 1 jenkins jenkins 10 Apr 6 06:55 coverage.out 06:55:31 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 06:54 Dockerfile 06:55:31 -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 06:54 Dockerfile.build 06:55:31 drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 06:54 docs 06:55:31 drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 06:54 .git 06:55:31 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 06:54 .github 06:55:31 -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 06:54 .gitignore 06:55:31 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 06:54 go.mod 06:55:31 -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 06:55 go.sum 06:55:31 drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 06:54 internal 06:55:31 -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 06:54 Jenkinsfile 06:55:31 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 06:54 LICENSE 06:55:31 -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 06:54 Makefile 06:55:31 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 06:54 README.md 06:55:31 -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 06:50 VERSION 06:55:31 -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 06:54 version.go 06:55:31 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 06:54 web [Pipeline] isUnix [Pipeline] sh 06:55:31 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e --label arch=amd64 --label version=2.0.0-dev.31 . 06:55:31 Sending build context to Docker daemon 17.61MB 06:55:31 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:55:31 Step 2/24 : FROM ${BASE} AS builder 06:55:31 ---> f65f804ea0ca 06:55:31 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:55:32 ---> Running in 01483ed94bce 06:55:32 Removing intermediate container 01483ed94bce 06:55:32 ---> 92db5e9daa1b 06:55:32 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:55:32 ---> Running in 50f17c03ff85 06:55:32 Removing intermediate container 50f17c03ff85 06:55:32 ---> 1128d46189c5 06:55:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:55:32 ---> Running in e389cfb2a621 06:55:33 Removing intermediate container e389cfb2a621 06:55:33 ---> 42b710e449ea 06:55:33 Step 6/24 : LABEL Name=edgex-ui-go 06:55:33 ---> Running in ae103e90c1c3 06:55:33 Removing intermediate container ae103e90c1c3 06:55:33 ---> 28166b88ddfc 06:55:33 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:55:33 ---> Running in 3a7fe2755548 06:55:33 Removing intermediate container 3a7fe2755548 06:55:33 ---> 2b58b76ae85a 06:55:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:33 ---> Running in fa50c39c92ce 06:55:34 Removing intermediate container fa50c39c92ce 06:55:34 ---> 7d02bd205dd8 06:55:34 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:55:34 ---> Running in 3e46270634a9 06:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:36 OK: 166 MiB in 39 packages 06:55:36 Removing intermediate container 3e46270634a9 06:55:36 ---> 33b0a4f45333 06:55:36 Step 10/24 : ENV GO111MODULE=on 06:55:36 ---> Running in 74b8de9a48cf 06:55:36 Removing intermediate container 74b8de9a48cf 06:55:36 ---> 77ecbefdaffa 06:55:36 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:55:36 ---> Running in ce2f6438fb30 06:55:36 Removing intermediate container ce2f6438fb30 06:55:36 ---> 3a3a374fc0e5 06:55:36 Step 12/24 : COPY go.mod . 06:55:37 ---> 043c0d7501d4 06:55:37 Step 13/24 : COPY Makefile . 06:55:37 ---> 1eca3c80fe20 06:55:37 Step 14/24 : RUN make update 06:55:37 ---> Running in c51b6cfbea6c 06:55:37 CGO_ENABLED=0 GO111MODULE=on go mod download 06:55:38 Removing intermediate container c51b6cfbea6c 06:55:38 ---> 21cc53e14cb3 06:55:38 Step 15/24 : COPY . . 06:55:40 ---> d91c9624dfac 06:55:40 Step 16/24 : RUN ${MAKE} 06:55:40 ---> Running in b6408750a8b7 06:55:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:55:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:55:52 Removing intermediate container b6408750a8b7 06:55:52 ---> cbe870a64e22 06:55:52 Step 17/24 : FROM alpine:3.12 06:55:52 3.12: Pulling from library/alpine 06:55:52 Removing intermediate container 35c528856c28 06:55:52 ---> 7803987ffaf1 06:55:52 Successfully built 7803987ffaf1 06:55:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:55:52 532819f3e44c: Pulling fs layer 06:55:52 532819f3e44c: Verifying Checksum 06:55:52 532819f3e44c: Download complete 06:55:53 + docker inspect -f . ci-base-image-arm64 06:55:53 . [Pipeline] withDockerContainer 06:55:53 532819f3e44c: Pull complete 06:55:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:55:53 Status: Downloaded newer image for alpine:3.12 06:55:53 ---> 7230e588e954 06:55:53 Step 18/24 : EXPOSE 4000 06:55:53 prd-ubuntu18.04-docker-arm64-4c-16g-32919 does not seem to be running inside a container 06:55:53 ---> Running in 89d2d606c496 06:55:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 06:55:54 Removing intermediate container 89d2d606c496 06:55:54 ---> 5f2c08614f4f 06:55:54 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 06:55:55 ---> 53535f1c8d72 06:55:55 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:55:55 $ docker top 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 -eo pid,comm 06:55:55 ---> Running in 8d7f6a3bfb9a 06:55:55 Removing intermediate container 8d7f6a3bfb9a 06:55:55 ---> 71f4f352b772 06:55:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [Pipeline] { [Pipeline] sh 06:55:55 ---> Running in 412cb1a8dd2e 06:55:55 Removing intermediate container 412cb1a8dd2e 06:55:55 ---> 44b50ff76bda 06:55:55 Step 22/24 : LABEL arch=amd64 06:55:55 ---> Running in 381ea37799ab 06:55:55 Removing intermediate container 381ea37799ab 06:55:55 ---> 0d8dae3cc93d 06:55:55 Step 23/24 : LABEL git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:55:55 ---> Running in 5b1f8565b492 06:55:56 Removing intermediate container 5b1f8565b492 06:55:56 ---> b880c2f69eb9 06:55:56 Step 24/24 : LABEL version=2.0.0-dev.31 06:55:56 ---> Running in 6b100d95ee70 06:55:56 + go version 06:55:56 go version go1.15.5 linux/arm64 [Pipeline] } 06:55:56 $ docker stop --time=1 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 06:55:56 Removing intermediate container 6b100d95ee70 06:55:56 ---> 69cf9d59146c 06:55:56 [Warning] One or more build-args [ARCH] were not consumed 06:55:56 Successfully built 69cf9d59146c 06:55:56 Successfully tagged docker-edgex-ui-go:latest 06:55:57 $ docker rm -f 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:55:58 provisioning config files... 06:55:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config2623532047173214516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:55:59 + docker inspect -f . ci-base-image-arm64 06:55:59 . [Pipeline] withDockerContainer 06:55:59 ---> docker-login.sh 06:55:59 nexus3.edgexfoundry.org:10001 06:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:59 prd-ubuntu18.04-docker-arm64-4c-16g-32919 does not seem to be running inside a container 06:55:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 06:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:59 Configure a credential helper to remove this warning. See 06:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:59 06:55:59 Login Succeeded 06:55:59 nexus3.edgexfoundry.org:10002 06:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:59 Configure a credential helper to remove this warning. See 06:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:59 06:55:59 Login Succeeded 06:55:59 nexus3.edgexfoundry.org:10003 06:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:59 Configure a credential helper to remove this warning. See 06:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:59 06:55:59 Login Succeeded 06:55:59 nexus3.edgexfoundry.org:10004 06:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:55:59 Configure a credential helper to remove this warning. See 06:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:55:59 06:55:59 Login Succeeded 06:55:59 docker.io 06:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:00 Configure a credential helper to remove this warning. See 06:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:00 06:56:00 Login Succeeded 06:56:00 ---> docker-login.sh ends 06:56:00 $ docker top 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d -eo pid,comm [Pipeline] { [Pipeline] } 06:56:01 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:01 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 06:56:01 6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:56:01 latest 06:56:01 2.0.0-dev.31 06:56:01 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:56:01 master 06:56:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:56:02 + make test 06:56:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:56:02 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh 06:56:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:56:02 b854b3d16f51: Preparing 06:56:02 b0b9881431d7: Preparing 06:56:02 b0b9881431d7: Layer already exists 06:56:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:56:03 b854b3d16f51: Pushed 06:56:04 6a62b4630643e9a9217882e0bdb5c333b7f0a58e: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh 06:56:04 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 06:56:04 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:56:04 b854b3d16f51: Preparing 06:56:04 b0b9881431d7: Preparing 06:56:04 b854b3d16f51: Layer already exists 06:56:04 b0b9881431d7: Layer already exists 06:56:04 latest: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 06:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:56:05 b854b3d16f51: Preparing 06:56:05 b0b9881431d7: Preparing 06:56:05 b0b9881431d7: Layer already exists 06:56:05 b854b3d16f51: Layer already exists 06:56:05 2.0.0-dev.31: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:56:05 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:56:05 b854b3d16f51: Preparing 06:56:05 b0b9881431d7: Preparing 06:56:05 b0b9881431d7: Layer already exists 06:56:05 b854b3d16f51: Layer already exists 06:56:05 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh 06:56:06 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 06:56:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 06:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 06:56:06 b854b3d16f51: Preparing 06:56:06 b0b9881431d7: Preparing 06:56:06 b854b3d16f51: Layer already exists 06:56:06 b0b9881431d7: Layer already exists 06:56:06 master: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:06 ===================================================== [Pipeline] echo 06:56:06 taggedImages: 06:56:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:56:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 06:56:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 06:56:06 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:56:06 - 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 Post stage [Pipeline] libraryResource [Pipeline] sh 06:56:07 ---> job-cost.sh 06:56:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WlWL 06:56:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:56:35 GO111MODULE=on go vet ./... [Pipeline] } 06:56:36 $ docker stop --time=1 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d 06:56:39 $ docker rm -f 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d [Pipeline] // withDockerContainer [Pipeline] sh 06:56:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:56:40 Warning: overwriting stash ‘coverage-report’ 06:56:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:56:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:56:42 + ls -al . 06:56:42 total 124 06:56:42 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:56 . 06:56:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:54 .. 06:56:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 06:54 .git 06:56:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:54 .github 06:56:42 -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 06:54 .gitignore 06:56:42 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 06:54 CONTRIBUTING.md 06:56:42 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 06:54 Dockerfile 06:56:42 -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 06:54 Dockerfile.build 06:56:42 -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 06:54 Jenkinsfile 06:56:42 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 06:54 LICENSE 06:56:42 -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 06:54 Makefile 06:56:42 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 06:54 README.md 06:56:42 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 06:50 VERSION 06:56:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 06:54 assets 06:56:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:54 bin 06:56:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 06:54 cmd 06:56:42 -rw-r--r-- 1 jenkins jenkins 10 Apr 6 06:56 coverage.out 06:56:42 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:54 docs 06:56:42 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 06:54 go.mod 06:56:42 -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 06:56 go.sum 06:56:42 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:54 internal 06:56:42 -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 06:54 version.go 06:56:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:54 web [Pipeline] isUnix [Pipeline] sh 06:56:42 + 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=6a62b4630643e9a9217882e0bdb5c333b7f0a58e --label arch=arm64 --label version=2.0.0-dev.31 . 06:56:43 Sending build context to Docker daemon 17.61MB 06:56:43 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:56:43 Step 2/24 : FROM ${BASE} AS builder 06:56:43 ---> 7803987ffaf1 06:56:43 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:56:43 ---> Running in de91d15ff5b0 06:56:44 Removing intermediate container de91d15ff5b0 06:56:44 ---> ae98fd035f15 06:56:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:56:44 ---> Running in 70510c5fa3c9 06:56:44 Removing intermediate container 70510c5fa3c9 06:56:44 ---> adfb67d61ead 06:56:44 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:56:44 ---> Running in 70c36f5ce4c1 06:56:45 Removing intermediate container 70c36f5ce4c1 06:56:45 ---> ff07822fe042 06:56:45 Step 6/24 : LABEL Name=edgex-ui-go 06:56:45 ---> Running in e036e56bc3ff 06:56:46 Removing intermediate container e036e56bc3ff 06:56:46 ---> acb4b0e20b65 06:56:46 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:56:46 ---> Running in aaeab9a1749a 06:56:46 Removing intermediate container aaeab9a1749a 06:56:46 ---> b214242b9522 06:56:46 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:56:46 ---> Running in eb77306d4ebe 06:56:48 Removing intermediate container eb77306d4ebe 06:56:48 ---> 42d5b8d682c0 06:56:48 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:56:48 ---> Running in a5a297c32e17 06:56:49 lf-activate-venv(): INFO: Adding /tmp/venv-WlWL/bin to PATH 06:56:49 INFO: No Stack... 06:56:49 INFO: Retrieving Pricing Info for: v1-standard-2 06:56:49 INFO: Archiving Costs [Pipeline] sh 06:56:49 + cat /w/workspace/edgex-ui-go/89/archives/cost.csv 06:56:49 + cut -d, -f6 [Pipeline] lock 06:56:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] 06:56:49 Resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] did not exist. Created. 06:56:49 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] { 06:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] unstash [Pipeline] sh 06:56:50 + echo total: 0.029999999329447746 [Pipeline] stash 06:56:50 Stashed 1 file(s) [Pipeline] } 06:56:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 06:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:56:51 OK: 142 MiB in 39 packages 06:56:52 Removing intermediate container a5a297c32e17 06:56:52 ---> 7cd9f9d4cded 06:56:52 Step 10/24 : ENV GO111MODULE=on 06:56:53 ---> Running in 3a40339f6923 06:56:53 Removing intermediate container 3a40339f6923 06:56:53 ---> 005fa808c397 06:56:53 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:56:53 ---> Running in 5a327a5fc454 06:56:54 Removing intermediate container 5a327a5fc454 06:56:54 ---> 83d959536bfe 06:56:54 Step 12/24 : COPY go.mod . 06:56:54 ---> 761aa42b9d22 06:56:54 Step 13/24 : COPY Makefile . 06:56:55 ---> b302537ce705 06:56:55 Step 14/24 : RUN make update 06:56:55 ---> Running in f81b71791d71 06:56:56 CGO_ENABLED=0 GO111MODULE=on go mod download 06:56:58 Removing intermediate container f81b71791d71 06:56:58 ---> 53096535c1c5 06:56:58 Step 15/24 : COPY . . 06:57:00 ---> 3813387ea068 06:57:00 Step 16/24 : RUN ${MAKE} 06:57:00 ---> Running in 32a0477a0293 06:57:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 06:57:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:57:34 Removing intermediate container 32a0477a0293 06:57:34 ---> 6b4b55a89bbf 06:57:34 Step 17/24 : FROM alpine:3.12 06:57:34 3.12: Pulling from library/alpine 06:57:34 9a219e8acc52: Pulling fs layer 06:57:34 9a219e8acc52: Verifying Checksum 06:57:34 9a219e8acc52: Download complete 06:57:34 9a219e8acc52: Pull complete 06:57:34 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:57:34 Status: Downloaded newer image for alpine:3.12 06:57:34 ---> d75e27dfc0a0 06:57:34 Step 18/24 : EXPOSE 4000 06:57:35 ---> Running in fc7a344d001f 06:57:35 Removing intermediate container fc7a344d001f 06:57:35 ---> 0b7b6f46dd33 06:57:35 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 06:57:37 ---> f5d6fea6c410 06:57:37 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:57:37 ---> Running in 2dd923db6d1a 06:57:37 Removing intermediate container 2dd923db6d1a 06:57:37 ---> e5aea79b1c60 06:57:37 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:57:38 ---> Running in 1aeda2805d7a 06:57:38 Removing intermediate container 1aeda2805d7a 06:57:38 ---> 11b8764b4062 06:57:38 Step 22/24 : LABEL arch=arm64 06:57:38 ---> Running in f71de019cba7 06:57:38 Removing intermediate container f71de019cba7 06:57:38 ---> 3d12e03b5f0d 06:57:38 Step 23/24 : LABEL git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:57:38 ---> Running in 731edeee1517 06:57:39 Removing intermediate container 731edeee1517 06:57:39 ---> 88b276c6a5ec 06:57:39 Step 24/24 : LABEL version=2.0.0-dev.31 06:57:39 ---> Running in c14f11577da7 06:57:40 Removing intermediate container c14f11577da7 06:57:40 ---> b3c3c03d0bb2 06:57:40 [Warning] One or more build-args [ARCH] were not consumed 06:57:40 Successfully built b3c3c03d0bb2 06:57:40 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 06:57:40 provisioning config files... 06:57:40 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config7540276433931253916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:57:41 ---> docker-login.sh 06:57:41 nexus3.edgexfoundry.org:10001 06:57:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:41 Configure a credential helper to remove this warning. See 06:57:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:41 06:57:41 Login Succeeded 06:57:41 nexus3.edgexfoundry.org:10002 06:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:42 Configure a credential helper to remove this warning. See 06:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:42 06:57:42 Login Succeeded 06:57:42 nexus3.edgexfoundry.org:10003 06:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:42 Configure a credential helper to remove this warning. See 06:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:42 06:57:42 Login Succeeded 06:57:42 nexus3.edgexfoundry.org:10004 06:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:43 Configure a credential helper to remove this warning. See 06:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:43 06:57:43 Login Succeeded 06:57:43 docker.io 06:57:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:44 Configure a credential helper to remove this warning. See 06:57:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:44 06:57:44 Login Succeeded 06:57:44 ---> docker-login.sh ends [Pipeline] } 06:57:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:44 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 06:57:44 6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:57:44 latest 06:57:44 2.0.0-dev.31 06:57:44 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:57:44 master 06:57:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:57:45 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh 06:57:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:57:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:57:45 3713dd38f19e: Preparing 06:57:45 e08058ee1dfe: Preparing 06:57:45 e08058ee1dfe: Layer already exists 06:57:49 3713dd38f19e: Pushed 06:57:49 6a62b4630643e9a9217882e0bdb5c333b7f0a58e: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh 06:57:49 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:57:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:57:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:57:49 3713dd38f19e: Preparing 06:57:49 e08058ee1dfe: Preparing 06:57:49 e08058ee1dfe: Layer already exists 06:57:49 3713dd38f19e: Layer already exists 06:57:50 latest: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh 06:57:50 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:57:50 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 06:57:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:57:50 3713dd38f19e: Preparing 06:57:50 e08058ee1dfe: Preparing 06:57:50 3713dd38f19e: Layer already exists 06:57:50 e08058ee1dfe: Layer already exists 06:57:51 2.0.0-dev.31: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh 06:57:51 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh 06:57:51 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:57:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:57:51 3713dd38f19e: Preparing 06:57:51 e08058ee1dfe: Preparing 06:57:51 e08058ee1dfe: Layer already exists 06:57:51 3713dd38f19e: Layer already exists 06:57:52 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh 06:57:52 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:57:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 06:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 06:57:52 3713dd38f19e: Preparing 06:57:52 e08058ee1dfe: Preparing 06:57:52 3713dd38f19e: Layer already exists 06:57:52 e08058ee1dfe: Layer already exists 06:57:53 master: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:53 ===================================================== [Pipeline] echo 06:57:53 taggedImages: 06:57:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e 06:57:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 06:57:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 06:57:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 06:57:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:57:53 ---> job-cost.sh 06:57:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sPwk 06:58:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:00:09 lf-activate-venv(): INFO: Adding /tmp/venv-sPwk/bin to PATH 07:00:09 INFO: No Stack... 07:00:09 INFO: Retrieving Pricing Info for: lf-standard-4 07:00:09 INFO: Archiving Costs [Pipeline] sh 07:00:10 + cat /w/workspace/edgex-ui-go/89/archives/cost.csv 07:00:10 + cut -d, -f6 [Pipeline] lock 07:00:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] 07:00:10 Resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] did not exist. Created. 07:00:10 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:00:10 /w/workspace/edgex-ui-go/89@tmp/durable-675eb90f/script.sh: 1: /w/workspace/edgex-ui-go/89@tmp/durable-675eb90f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:00:11 + echo total: 0.20999999344348907 [Pipeline] stash 07:00:11 Warning: overwriting stash ‘stack-cost’ 07:00:11 Stashed 1 file(s) [Pipeline] } 07:00:11 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:00:12 provisioning config files... 07:00:12 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config996765184495439897tmp [Pipeline] { [Pipeline] sh 07:00:13 + set +x 07:00:13 + curl -s https://codecov.io/bash 07:00:13 + bash -s -- 07:00:13 07:00:13 _____ _ 07:00:13 / ____| | | 07:00:13 | | ___ __| | ___ ___ _____ __ 07:00:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:00:13 | |___| (_) | (_| | __/ (_| (_) \ V / 07:00:13 \_____\___/ \__,_|\___|\___\___/ \_/ 07:00:13 Bash-20210309-2b87ace 07:00:13 07:00:13 07:00:13 ==> git version 2.24.3 found 07:00:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:00:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:00:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:00:13 ==> Jenkins CI detected. 07:00:13 project root: . 07:00:13 --> token set from env 07:00:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:00:13 ==> Running gcov in . (disable via -X gcov) 07:00:13 ==> Python coveragepy not found 07:00:13 ==> Searching for coverage reports in: 07:00:13 + . 07:00:13 -> Found 1 reports 07:00:13 ==> Detecting git/mercurial file structure 07:00:13 ==> Reading reports 07:00:13 + ./coverage.out bytes=10 07:00:13 ==> Appending adjustments 07:00:13 https://docs.codecov.io/docs/fixing-reports 07:00:13 + Found adjustments 07:00:13 ==> Gzipping contents 07:00:13 4.0K /tmp/codecov.GbXssj.gz 07:00:13 ==> Uploading reports 07:00:13 url: https://codecov.io 07:00:13 query: branch=master&commit=6a62b4630643e9a9217882e0bdb5c333b7f0a58e&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:00:13 -> Pinging Codecov 07:00:13 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=6a62b4630643e9a9217882e0bdb5c333b7f0a58e&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:00:13 -> Uploading to 07:00:13 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/6a62b4630643e9a9217882e0bdb5c333b7f0a58e/9e7585f7-1fac-4aec-9ea4-2df45dd0319f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T070013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f086ef7a3e4d160399840907f0cf23226994ca224a11e60f9123d48ab35cd57f 07:00:13 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:13 Dload Upload Total Spent Left Speed 07:00:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 7848 --:--:-- --:--:-- --:--:-- 7862 07:00:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] } 07:00:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:00:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:00:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:00:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:00:15 07:00:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:00:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:00:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:00:15 188c0c94c7c5: Pulling fs layer 07:00:15 0ef7d3d256c8: Pulling fs layer 07:00:15 de9db76c5a1d: Pulling fs layer 07:00:15 0eba1c9be4d2: Pulling fs layer 07:00:15 0d57e429df01: Pulling fs layer 07:00:15 4e4be7b47b0d: Pulling fs layer 07:00:15 e1f770b5df2f: Pulling fs layer 07:00:15 85a0685a4137: Pulling fs layer 07:00:15 0eba1c9be4d2: Waiting 07:00:15 0d57e429df01: Waiting 07:00:15 4e4be7b47b0d: Waiting 07:00:15 e1f770b5df2f: Waiting 07:00:15 85a0685a4137: Waiting 07:00:15 de9db76c5a1d: Download complete 07:00:15 0ef7d3d256c8: Verifying Checksum 07:00:15 0ef7d3d256c8: Download complete 07:00:15 0d57e429df01: Verifying Checksum 07:00:15 0d57e429df01: Download complete 07:00:16 4e4be7b47b0d: Verifying Checksum 07:00:16 4e4be7b47b0d: Download complete 07:00:16 188c0c94c7c5: Verifying Checksum 07:00:16 188c0c94c7c5: Download complete 07:00:16 188c0c94c7c5: Pull complete 07:00:16 0ef7d3d256c8: Pull complete 07:00:16 de9db76c5a1d: Pull complete 07:00:17 e1f770b5df2f: Verifying Checksum 07:00:17 e1f770b5df2f: Download complete 07:00:19 0eba1c9be4d2: Verifying Checksum 07:00:19 0eba1c9be4d2: Download complete 07:00:19 85a0685a4137: Verifying Checksum 07:00:19 85a0685a4137: Download complete 07:00:25 0eba1c9be4d2: Pull complete 07:00:25 0d57e429df01: Pull complete 07:00:25 4e4be7b47b0d: Pull complete 07:00:29 e1f770b5df2f: Pull complete 07:00:35 85a0685a4137: Pull complete 07:00:35 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:00:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:00:36 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:00:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 07:00:37 $ docker top 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 -eo pid,comm [Pipeline] { [Pipeline] echo 07:00:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:00:37 + set -o pipefail 07:00:37 + snyk monitor '--org=edgex-jenkins' 07:00:52 07:00:52 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 07:00:52 07:00:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9a36c507-ed1b-4172-8dc0-95ea58e2962d 07:00:52 07:00:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 07:00:52 07:00:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:00:52 07:00:55 07:00:55 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:00:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:00:55 $ docker stop --time=1 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 07:00:58 $ docker rm -f 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 07:01:00 + git log --format=format:%s -1 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh 07:01:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:00 . [Pipeline] withDockerContainer 07:01:00 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:01:00 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:01:01 $ docker top 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:01 [ssh-agent] Looking for ssh-agent implementation... 07:01:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:01 $ docker exec 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c ssh-agent 07:01:02 SSH_AUTH_SOCK=/tmp/ssh-ux0UC7sTZ4Xv/agent.12 07:01:02 SSH_AGENT_PID=18 07:01:02 Running ssh-add (command line suppressed) 07:01:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3256482417808053889.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3256482417808053889.key) 07:01:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:02 + git semver tag 07:01:02 # -> Open(): unable to determine branch for HEAD 07:01:02 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:01:02 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:01:02 # $SEMVER_REMOTE_NAME = origin 07:01:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:01:02 # $SEMVER_USER_NAME = edgex-jenkins 07:01:02 # $SEMVER_BRANCH = master 07:01:02 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:01:02 # 6a62b4630643e9a9217882e0bdb5c333b7f0a58e HEAD 07:01:02 # -> Force: false 07:01:02 # 3c63e916719c7f2f3885945015028f878216eefd refs/tags/v2.0.0-dev.31 [Pipeline] } 07:01:02 $ docker exec --env ******** --env ******** 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c ssh-agent -k 07:01:02 unset SSH_AUTH_SOCK; 07:01:02 unset SSH_AGENT_PID; 07:01:02 echo Agent pid 18 killed; 07:01:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:03 + git semver [Pipeline] } 07:01:03 $ docker stop --time=1 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c 07:01:04 $ docker rm -f 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:01:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:01:05 07:01:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:01:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:01:06 0.23.1-centos7: Pulling from edgex-lftools 07:01:06 ab5ef0e58194: Pulling fs layer 07:01:06 9712f1f96733: Pulling fs layer 07:01:06 63f879dbbcfc: Pulling fs layer 07:01:06 0d9ebad4ef96: Pulling fs layer 07:01:06 e9a5061849ea: Pulling fs layer 07:01:06 d747dcd14b5f: Pulling fs layer 07:01:06 2de7ff778b66: Pulling fs layer 07:01:06 e9a5061849ea: Waiting 07:01:06 d747dcd14b5f: Waiting 07:01:06 2de7ff778b66: Waiting 07:01:06 0d9ebad4ef96: Waiting 07:01:06 9712f1f96733: Download complete 07:01:07 63f879dbbcfc: Verifying Checksum 07:01:07 63f879dbbcfc: Download complete 07:01:07 e9a5061849ea: Verifying Checksum 07:01:07 e9a5061849ea: Download complete 07:01:07 d747dcd14b5f: Verifying Checksum 07:01:07 d747dcd14b5f: Download complete 07:01:07 2de7ff778b66: Verifying Checksum 07:01:07 2de7ff778b66: Download complete 07:01:08 0d9ebad4ef96: Verifying Checksum 07:01:08 0d9ebad4ef96: Download complete 07:01:08 ab5ef0e58194: Verifying Checksum 07:01:08 ab5ef0e58194: Download complete 07:01:12 ab5ef0e58194: Pull complete 07:01:12 9712f1f96733: Pull complete 07:01:15 63f879dbbcfc: Pull complete 07:01:22 0d9ebad4ef96: Pull complete 07:01:25 e9a5061849ea: Pull complete 07:01:25 d747dcd14b5f: Pull complete 07:01:26 2de7ff778b66: Pull complete 07:01:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:01:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:01:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:01:26 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:01:26 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:01:30 $ docker top c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:01:30 provisioning config files... 07:01:30 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2855856670513771209tmp 07:01:30 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5722510079185095535tmp 07:01:30 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config877917918124437031tmp [Pipeline] { [Pipeline] echo 07:01:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:01:30 ---> sigul-configuration.sh 07:01:30 gpg: directory `/root/.gnupg' created 07:01:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:01:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:01:30 gpg: keyring `/root/.gnupg/secring.gpg' created 07:01:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:01:30 gpg: CAST5 encrypted data 07:01:31 gpg: encrypted with 1 passphrase 07:01:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:01:31 + mkdir /home/jenkins 07:01:31 + mkdir /home/jenkins/sigul [Pipeline] sh 07:01:31 + 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 07:01:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:01:32 ---> sigul-install.sh 07:01:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:01:38 + git tag --list 07:01:38 0.1.1 07:01:38 v1.1.0 07:01:38 v1.2.0 07:01:38 v1.2.1 07:01:38 v1.3.0 07:01:38 v2.0.0-dev.1 07:01:38 v2.0.0-dev.10 07:01:38 v2.0.0-dev.11 07:01:38 v2.0.0-dev.12 07:01:38 v2.0.0-dev.13 07:01:38 v2.0.0-dev.14 07:01:38 v2.0.0-dev.15 07:01:38 v2.0.0-dev.16 07:01:38 v2.0.0-dev.17 07:01:38 v2.0.0-dev.18 07:01:38 v2.0.0-dev.19 07:01:38 v2.0.0-dev.2 07:01:38 v2.0.0-dev.20 07:01:38 v2.0.0-dev.21 07:01:38 v2.0.0-dev.22 07:01:38 v2.0.0-dev.23 07:01:38 v2.0.0-dev.24 07:01:38 v2.0.0-dev.25 07:01:38 v2.0.0-dev.26 07:01:38 v2.0.0-dev.27 07:01:38 v2.0.0-dev.28 07:01:38 v2.0.0-dev.29 07:01:38 v2.0.0-dev.3 07:01:38 v2.0.0-dev.30 07:01:38 v2.0.0-dev.31 07:01:38 v2.0.0-dev.4 07:01:38 v2.0.0-dev.5 07:01:38 v2.0.0-dev.6 07:01:38 v2.0.0-dev.7 07:01:38 v2.0.0-dev.8 07:01:38 v2.0.0-dev.9 [Pipeline] sh 07:01:38 + lftools sign git-tag v2.0.0-dev.31 07:01:39 Signing Git tag with Sigul... 07:01:39 Signing v2.0.0-dev.31 [Pipeline] echo 07:01:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:01:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:01:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:01:42 $ docker stop --time=1 c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b 07:01:44 $ docker rm -f c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:01:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:45 . [Pipeline] withDockerContainer 07:01:45 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:01:45 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:01:45 $ docker top 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:46 [ssh-agent] Looking for ssh-agent implementation... 07:01:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:46 $ docker exec 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 ssh-agent 07:01:46 SSH_AUTH_SOCK=/tmp/ssh-HgGdzj6ywmYX/agent.11 07:01:46 SSH_AGENT_PID=16 07:01:46 Running ssh-add (command line suppressed) 07:01:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2116924447975243383.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2116924447975243383.key) 07:01:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:47 + git semver bump pre 07:01:47 # -> Open(): unable to determine branch for HEAD 07:01:47 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:01:47 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:01:47 # $SEMVER_REMOTE_NAME = origin 07:01:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:01:47 # $SEMVER_USER_NAME = edgex-jenkins 07:01:47 # $SEMVER_BRANCH = master 07:01:47 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:01:47 2.0.0-dev.32 [Pipeline] } 07:01:47 $ docker exec --env ******** --env ******** 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 ssh-agent -k 07:01:47 unset SSH_AUTH_SOCK; 07:01:47 unset SSH_AGENT_PID; 07:01:47 echo Agent pid 16 killed; 07:01:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:47 + git semver [Pipeline] } 07:01:47 $ docker stop --time=1 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 07:01:49 $ docker rm -f 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:01:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:49 . [Pipeline] withDockerContainer 07:01:49 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:01:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:01:50 $ docker top e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:50 [ssh-agent] Looking for ssh-agent implementation... 07:01:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:51 $ docker exec e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 ssh-agent 07:01:51 SSH_AUTH_SOCK=/tmp/ssh-TJiIAsvk2Cuo/agent.11 07:01:51 SSH_AGENT_PID=16 07:01:51 Running ssh-add (command line suppressed) 07:01:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6915945055836650781.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6915945055836650781.key) 07:01:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:51 + git semver push 07:01:51 # -> Open(): unable to determine branch for HEAD 07:01:51 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:01:51 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:01:51 # $SEMVER_REMOTE_NAME = origin 07:01:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:01:51 # $SEMVER_USER_NAME = edgex-jenkins 07:01:51 # $SEMVER_BRANCH = master 07:01:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 07:01:56 $ docker exec --env ******** --env ******** e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 ssh-agent -k 07:01:56 unset SSH_AUTH_SOCK; 07:01:56 unset SSH_AGENT_PID; 07:01:56 echo Agent pid 16 killed; 07:01:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:56 + git semver [Pipeline] } 07:01:56 $ docker stop --time=1 e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 07:01:58 $ docker rm -f e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 [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 07:01:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:02:00 ---> package-listing.sh 07:02:00 ++ facter osfamily 07:02:00 ++ tr '[:upper:]' '[:lower:]' 07:02:00 + OS_FAMILY=redhat 07:02:00 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 07:02:00 + START_PACKAGES=/tmp/packages_start.txt 07:02:00 + END_PACKAGES=/tmp/packages_end.txt 07:02:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:02:00 + PACKAGES=/tmp/packages_start.txt 07:02:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:02:00 + PACKAGES=/tmp/packages_end.txt 07:02:00 + case "${OS_FAMILY}" in 07:02:00 + rpm -qa 07:02:00 + sort 07:02:05 + '[' -f /tmp/packages_start.txt ']' 07:02:05 + '[' -f /tmp/packages_end.txt ']' 07:02:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:02:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:02:05 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 07:02:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 07:02:05 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 07:02:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:02:06 07:02:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:02:06 alpine: Pulling from edgex-lftools-log-publisher 07:02:06 df20fa9351a1: Pulling fs layer 07:02:06 36b3adc4ff6f: Pulling fs layer 07:02:06 8ad3a11d3b57: Pulling fs layer 07:02:06 46f8f816bc3b: Pulling fs layer 07:02:06 93b61091891f: Pulling fs layer 07:02:06 93b9cdb0e59b: Pulling fs layer 07:02:06 5e14af77c1be: Pulling fs layer 07:02:06 01666e4c0597: Pulling fs layer 07:02:06 aa168da1d23b: Pulling fs layer 07:02:06 93b9cdb0e59b: Waiting 07:02:06 5e14af77c1be: Waiting 07:02:06 01666e4c0597: Waiting 07:02:06 aa168da1d23b: Waiting 07:02:06 93b61091891f: Waiting 07:02:06 46f8f816bc3b: Waiting 07:02:06 36b3adc4ff6f: Verifying Checksum 07:02:06 36b3adc4ff6f: Download complete 07:02:06 46f8f816bc3b: Download complete 07:02:07 df20fa9351a1: Verifying Checksum 07:02:07 df20fa9351a1: Download complete 07:02:07 93b9cdb0e59b: Verifying Checksum 07:02:07 93b9cdb0e59b: Download complete 07:02:07 93b61091891f: Verifying Checksum 07:02:07 93b61091891f: Download complete 07:02:07 5e14af77c1be: Verifying Checksum 07:02:07 5e14af77c1be: Download complete 07:02:07 01666e4c0597: Verifying Checksum 07:02:07 01666e4c0597: Download complete 07:02:07 8ad3a11d3b57: Verifying Checksum 07:02:07 8ad3a11d3b57: Download complete 07:02:07 df20fa9351a1: Pull complete 07:02:07 36b3adc4ff6f: Pull complete 07:02:08 8ad3a11d3b57: Pull complete 07:02:08 46f8f816bc3b: Pull complete 07:02:09 aa168da1d23b: Verifying Checksum 07:02:09 aa168da1d23b: Download complete 07:02:10 93b61091891f: Pull complete 07:02:10 93b9cdb0e59b: Pull complete 07:02:10 5e14af77c1be: Pull complete 07:02:10 01666e4c0597: Pull complete 07:02:17 aa168da1d23b: Pull complete 07:02:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:02:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:02:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:02:17 prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container 07:02:17 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:02:20 $ docker top dc5481cf6e7d50d411ac03f530d9caedd12f1f582e2413756256f9a439a94ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:20 + touch /tmp/pre-build-complete [Pipeline] sh 07:02:20 + mkdir -p /var/log/sa [Pipeline] sh 07:02:21 + ls /var/log/sa-host 07:02:21 + sadf -c /var/log/sa-host/sa06 07:02:21 file_magic: OK 07:02:21 HZ: Using current value: 100 07:02:21 file_header: OK 07:02:21 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 07:02:21 Statistics: 07:02:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:02:21 File successfully converted to sysstat format version 12.2.1 07:02:21 + sadf -c /var/log/sa-host/sa23 07:02:21 file_magic: OK 07:02:21 HZ: Using current value: 100 07:02:21 file_header: OK 07:02:21 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 07:02:21 Statistics: 07:02:21 Hnuu...uuuununununu... 07:02:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:02:21 provisioning config files... 07:02:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1320088569215514540tmp [Pipeline] { [Pipeline] echo 07:02:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:02:21 ---> create-netrc.sh [Pipeline] } 07:02:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:02:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:02:22 ---> python-tools-install.sh [Pipeline] echo 07:02:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:02:22 ---> sudo-logs.sh 07:02:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:02:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:02:23 ---> job-cost.sh 07:02:23 lf-activate-venv: SKIPPING 07:02:23 DEBUG: total: 0.20999999344348907 07:02:23 INFO: Retrieving Stack Cost... 07:02:24 INFO: Retrieving Pricing Info for: v1-standard-2 07:02:25 INFO: Archiving Costs [Pipeline] echo 07:02:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:02:25 ---> logs-deploy.sh 07:02:25 lf-activate-venv: SKIPPING 07:02:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/89 07:02:25 INFO: archiving workspace using pattern(s): 07:02:27 Archives upload complete. 07:02:27 INFO: archiving logs to Nexus 07:02:28 ---> uname -a: 07:02:28 Linux prd-centos7-docker-4c-2g-32917.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:02:28 07:02:28 07:02:28 ---> lscpu: 07:02:28 Architecture: x86_64 07:02:28 CPU op-mode(s): 32-bit, 64-bit 07:02:28 Byte Order: Little Endian 07:02:28 Address sizes: 40 bits physical, 48 bits virtual 07:02:28 CPU(s): 4 07:02:28 On-line CPU(s) list: 0-3 07:02:28 Thread(s) per core: 1 07:02:28 Core(s) per socket: 1 07:02:28 Socket(s): 4 07:02:28 NUMA node(s): 1 07:02:28 Vendor ID: GenuineIntel 07:02:28 CPU family: 6 07:02:28 Model: 44 07:02:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:02:28 Stepping: 1 07:02:28 CPU MHz: 2933.442 07:02:28 BogoMIPS: 5866.88 07:02:28 Virtualization: VT-x 07:02:28 Hypervisor vendor: KVM 07:02:28 Virtualization type: full 07:02:28 L1d cache: 128 KiB 07:02:28 L1i cache: 128 KiB 07:02:28 L2 cache: 16 MiB 07:02:28 L3 cache: 64 MiB 07:02:28 NUMA node0 CPU(s): 0-3 07:02:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:02:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:02:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:02:28 Vulnerability Meltdown: Mitigation; PTI 07:02:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:02:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:02:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:02:28 Vulnerability Srbds: Not affected 07:02:28 Vulnerability Tsx async abort: Not affected 07:02:28 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 07:02:28 07:02:28 07:02:28 ---> nproc: 07:02:28 4 07:02:28 07:02:28 07:02:28 ---> df -h: 07:02:28 Filesystem Size Used Available Use% Mounted on 07:02:28 overlay 50.0G 8.6G 41.4G 17% / 07:02:28 tmpfs 64.0M 0 64.0M 0% /dev 07:02:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:02:28 shm 64.0M 0 64.0M 0% /dev/shm 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 07:02:28 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 07:02:28 07:02:28 07:02:28 ---> free -m: 07:02:28 total used free shared buff/cache available 07:02:28 Mem: 1837 822 145 0 869 950 07:02:28 Swap: 1023 2 1021 07:02:28 07:02:28 07:02:28 ---> ip addr: 07:02:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:02:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:02:28 inet 127.0.0.1/8 scope host lo 07:02:28 valid_lft forever preferred_lft forever 07:02:28 inet6 ::1/128 scope host 07:02:28 valid_lft forever preferred_lft forever 07:02:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:02:28 link/ether fa:16:3e:5e:73:de brd ff:ff:ff:ff:ff:ff 07:02:28 inet 10.30.123.25/23 brd 10.30.123.255 scope global dynamic eth0 07:02:28 valid_lft 85657sec preferred_lft 85657sec 07:02:28 inet6 fe80::f816:3eff:fe5e:73de/64 scope link 07:02:28 valid_lft forever preferred_lft forever 07:02:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:02:28 link/ether 02:42:9f:de:cd:76 brd ff:ff:ff:ff:ff:ff 07:02:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:02:28 valid_lft forever preferred_lft forever 07:02:28 inet6 fe80::42:9fff:fede:cd76/64 scope link 07:02:28 valid_lft forever preferred_lft forever 07:02:28 07:02:28 07:02:28 ---> sar -b -r -n DEV: 07:02:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 07:02:28 07:02:28 06:49:53 LINUX RESTART (4 CPU) 07:02:28 07:02:28 06:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:02:28 06:52:01 2.46 0.00 2.46 0.00 0.00 55.73 0.00 07:02:28 06:53:01 0.38 0.00 0.38 0.00 0.00 5.95 0.00 07:02:28 06:54:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 07:02:28 06:55:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 07:02:28 06:56:02 0.22 0.00 0.22 0.00 0.00 2.58 0.00 07:02:28 06:57:01 0.29 0.00 0.29 0.00 0.00 3.27 0.00 07:02:28 06:58:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 07:02:28 06:59:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 07:02:28 07:00:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 07:02:28 07:01:01 296.06 172.61 123.44 0.00 8430.62 36742.06 0.00 07:02:28 07:02:01 235.46 99.50 135.96 0.00 6679.53 33362.20 0.00 07:02:28 Average: 48.85 24.79 24.06 0.00 1376.71 6394.80 0.00 07:02:28 07:02:28 06:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:02:28 06:52:01 156376 0 570588 30.33 2620 1151960 1090340 37.21 425308 1098472 16 07:02:28 06:53:01 158380 0 568576 30.22 2620 1151968 1076976 36.76 423268 1099012 8 07:02:28 06:54:01 156976 0 569976 30.29 2620 1151972 1076976 36.76 434712 1089584 8 07:02:28 06:55:01 155280 0 571672 30.38 2620 1151972 1077228 36.76 434452 1091120 8 07:02:28 06:56:02 154624 0 572320 30.42 2620 1151980 1077072 36.76 430220 1096028 8 07:02:28 06:57:01 155124 0 571816 30.39 2620 1151984 1076976 36.76 429820 1096028 12 07:02:28 06:58:01 155052 0 571884 30.39 2620 1151988 1076976 36.76 429716 1096028 8 07:02:28 06:59:01 154428 0 572504 30.43 2620 1151992 1077072 36.76 430328 1096028 12 07:02:28 07:00:01 154812 0 572112 30.41 2620 1152000 1076976 36.76 429960 1096028 16 07:02:28 07:01:01 188512 0 700912 37.25 2596 989524 1549788 52.89 563124 870348 28 07:02:28 07:02:01 210536 0 779880 41.45 1492 889636 1132164 38.64 584560 751116 96 07:02:28 Average: 163645 0 602022 32.00 2515 1113361 1126231 38.44 455952 1043617 20 07:02:28 07:02:28 06:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:02:28 06:52:01 eth0 0.60 0.42 0.27 0.21 0.00 0.00 0.00 0.00 07:02:28 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:53:01 eth0 0.27 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:02:28 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:54:01 eth0 1.25 0.08 0.11 0.01 0.00 0.00 0.00 0.00 07:02:28 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:55:01 eth0 1.02 0.70 0.58 0.40 0.00 0.00 0.00 0.00 07:02:28 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:56:02 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:02:28 06:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:02:28 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:58:01 eth0 0.23 0.03 0.01 0.00 0.00 0.00 0.00 0.00 07:02:28 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:59:01 eth0 0.87 0.35 0.31 0.20 0.00 0.00 0.00 0.00 07:02:28 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:02:28 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:01:01 veth76a2e0d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:01:01 eth0 514.58 454.43 4346.52 44.45 0.00 0.00 0.00 0.00 07:02:28 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:01:01 docker0 57.25 57.64 5.18 252.02 0.00 0.00 0.00 0.00 07:02:28 07:02:01 eth0 518.24 424.48 3496.07 137.56 0.00 0.00 0.00 0.00 07:02:28 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 07:02:01 docker0 29.43 38.44 1.71 233.12 0.00 0.00 0.00 0.00 07:02:28 Average: eth0 94.53 80.26 714.68 16.67 0.00 0.00 0.00 0.00 07:02:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:02:28 Average: docker0 7.90 8.75 0.63 44.20 0.00 0.00 0.00 0.00 07:02:28 07:02:28 07:02:28 ---> sar -P ALL: 07:02:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 07:02:28 07:02:28 06:49:53 LINUX RESTART (4 CPU) 07:02:28 07:02:28 06:51:01 CPU %user %nice %system %iowait %steal %idle 07:02:28 06:52:01 all 0.20 0.00 0.07 0.00 0.00 99.73 07:02:28 06:52:01 0 0.10 0.00 0.08 0.00 0.00 99.82 07:02:28 06:52:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:02:28 06:52:01 2 0.48 0.00 0.05 0.00 0.00 99.47 07:02:28 06:52:01 3 0.15 0.00 0.10 0.00 0.02 99.73 07:02:28 06:53:01 all 0.18 0.00 0.04 0.00 0.00 99.78 07:02:28 06:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:02:28 06:53:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:02:28 06:53:01 2 0.57 0.00 0.05 0.00 0.00 99.38 07:02:28 06:53:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:02:28 06:54:01 all 0.14 0.00 0.04 0.00 0.02 99.80 07:02:28 06:54:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:02:28 06:54:01 1 0.05 0.00 0.07 0.00 0.03 99.85 07:02:28 06:54:01 2 0.50 0.00 0.03 0.00 0.02 99.45 07:02:28 06:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:02:28 06:55:01 all 0.19 0.00 0.07 0.00 0.01 99.73 07:02:28 06:55:01 0 0.07 0.00 0.08 0.00 0.02 99.83 07:02:28 06:55:01 1 0.12 0.00 0.08 0.00 0.00 99.80 07:02:28 06:55:01 2 0.52 0.00 0.07 0.00 0.00 99.42 07:02:28 06:55:01 3 0.05 0.00 0.07 0.00 0.02 99.87 07:02:28 06:56:02 all 0.16 0.00 0.05 0.00 0.03 99.76 07:02:28 06:56:02 0 0.03 0.00 0.07 0.00 0.05 99.85 07:02:28 06:56:02 1 0.02 0.00 0.03 0.00 0.03 99.92 07:02:28 06:56:02 2 0.53 0.00 0.05 0.00 0.02 99.40 07:02:28 06:56:02 3 0.05 0.00 0.07 0.00 0.00 99.88 07:02:28 06:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:02:28 06:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:02:28 06:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:02:28 06:57:01 2 0.53 0.00 0.03 0.00 0.00 99.44 07:02:28 06:57:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:02:28 06:58:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:02:28 06:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:02:28 06:58:01 1 0.03 0.00 0.07 0.00 0.00 99.90 07:02:28 06:58:01 2 0.53 0.00 0.02 0.00 0.00 99.45 07:02:28 06:58:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:02:28 06:59:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:02:28 06:59:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:02:28 06:59:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:02:28 06:59:01 2 0.52 0.00 0.02 0.00 0.00 99.47 07:02:28 06:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:02:28 07:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:02:28 07:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:02:28 07:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:02:28 07:00:01 2 0.52 0.00 0.03 0.00 0.00 99.45 07:02:28 07:00:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:02:28 07:01:01 all 9.63 0.00 7.31 3.77 0.04 79.26 07:02:28 07:01:01 0 9.99 0.00 7.99 4.72 0.03 77.25 07:02:28 07:01:01 1 9.05 0.00 7.49 3.06 0.03 80.36 07:02:28 07:01:01 2 9.46 0.00 7.31 3.88 0.03 79.32 07:02:28 07:01:01 3 10.02 0.00 6.44 3.41 0.05 80.07 07:02:28 07:02:01 all 12.15 0.00 9.25 2.88 0.05 75.67 07:02:28 07:02:01 0 14.99 0.00 10.26 2.66 0.05 72.04 07:02:28 07:02:01 1 11.13 0.00 8.97 2.14 0.05 77.71 07:02:28 07:02:01 2 11.01 0.00 8.62 4.29 0.03 76.04 07:02:28 07:02:01 3 11.47 0.00 9.17 2.42 0.07 76.88 07:02:28 07:02:28 Average: CPU %user %nice %system %iowait %steal %idle 07:02:28 Average: all 2.08 0.00 1.52 0.59 0.01 95.80 07:02:28 Average: 0 2.25 0.00 1.66 0.66 0.02 95.41 07:02:28 Average: 1 1.85 0.00 1.51 0.46 0.01 96.17 07:02:28 Average: 2 2.26 0.00 1.46 0.73 0.01 95.54 07:02:28 Average: 3 1.96 0.00 1.43 0.52 0.02 96.07 07:02:28 07:02:28 07:02:28