Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c79708e2ba97b6a333b52287e61b5928dba1b1d4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33316 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 c79708e2ba97b6a333b52287e61b5928dba1b1d4 (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 c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" > git rev-list --no-walk bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:37:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:37:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:37:31 ========================================================= 12:37:31 EdgeX Global Pipelines Version Info 12:37:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:37:33 ------------------- 12:37:33 stable info: 12:37:33 ------------------- 12:37:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:37:33 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:37:33 Message: update stable to v1.0.186 12:37:34 ------------------- 12:37:34 experimental info: 12:37:34 ------------------- 12:37:34 Commited By: **** collab-it+edgex@linuxfoundation.org 12:37:34 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:37:34 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:37:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:37:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:37:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c79708e [Pipeline] echo 12:37:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:37:37 provisioning config files... 12:37:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config286557245090432569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:37:38 ---> docker-login.sh 12:37:38 nexus3.edgexfoundry.org:10001 12:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:38 Configure a credential helper to remove this warning. See 12:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:38 12:37:38 Login Succeeded 12:37:38 nexus3.edgexfoundry.org:10002 12:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:38 Configure a credential helper to remove this warning. See 12:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:38 12:37:38 Login Succeeded 12:37:39 nexus3.edgexfoundry.org:10003 12:37:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:39 Configure a credential helper to remove this warning. See 12:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:39 12:37:39 Login Succeeded 12:37:39 nexus3.edgexfoundry.org:10004 12:37:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:39 Configure a credential helper to remove this warning. See 12:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:39 12:37:39 Login Succeeded 12:37:39 docker.io 12:37:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:39 Configure a credential helper to remove this warning. See 12:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:39 12:37:39 Login Succeeded 12:37:39 ---> docker-login.sh ends [Pipeline] } 12:37:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:37:40 + git log --format=format:%s -1 c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] echo 12:37:40 GIT_COMMIT: c79708e2ba97b6a333b52287e61b5928dba1b1d4, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 [Pipeline] echo 12:37:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:37:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:41 12:37:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:37:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:42 latest: Pulling from edgex-devops/git-semver 12:37:42 31603596830f: Pulling fs layer 12:37:42 2a8b12db71e7: Pulling fs layer 12:37:42 6ca5941a6612: Pulling fs layer 12:37:42 ecc8261a40a4: Pulling fs layer 12:37:42 ecc8261a40a4: Waiting 12:37:42 2a8b12db71e7: Download complete 12:37:42 31603596830f: Verifying Checksum 12:37:42 31603596830f: Download complete 12:37:42 6ca5941a6612: Verifying Checksum 12:37:42 6ca5941a6612: Download complete 12:37:42 ecc8261a40a4: Verifying Checksum 12:37:42 ecc8261a40a4: Download complete 12:37:42 31603596830f: Pull complete 12:37:42 2a8b12db71e7: Pull complete 12:37:43 6ca5941a6612: Pull complete 12:37:44 ecc8261a40a4: Pull complete 12:37:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:37:44 prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container 12:37:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:37:46 $ docker top 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:37:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:37:46 [ssh-agent] Looking for ssh-agent implementation... 12:37:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:37:47 $ docker exec 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent 12:37:47 SSH_AUTH_SOCK=/tmp/ssh-sTb1QQpnnLa6/agent.11 12:37:47 SSH_AGENT_PID=16 12:37:47 Running ssh-add (command line suppressed) 12:37:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7331471176664763963.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7331471176664763963.key) 12:37:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:37:47 + git tag --points-at HEAD [Pipeline] } 12:37:47 $ docker exec --env ******** --env ******** 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent -k 12:37:48 unset SSH_AUTH_SOCK; 12:37:48 unset SSH_AGENT_PID; 12:37:48 echo Agent pid 16 killed; 12:37:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:37:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:37:48 [ssh-agent] Looking for ssh-agent implementation... 12:37:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:37:48 $ docker exec 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent 12:37:48 SSH_AUTH_SOCK=/tmp/ssh-fyPc78772fAY/agent.47 12:37:48 SSH_AGENT_PID=52 12:37:48 Running ssh-add (command line suppressed) 12:37:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5354063301832967061.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5354063301832967061.key) 12:37:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:37:49 + git semver init 12:37:49 # -> Open(): unable to determine branch for HEAD 12:37:49 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:37:49 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:37:49 # $SEMVER_REMOTE_NAME = origin 12:37:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:37:49 # $SEMVER_USER_NAME = edgex-jenkins 12:37:49 # $SEMVER_BRANCH = master 12:37:49 # $SEMVER_TEMP = /tmp/semver-973161610 12:37:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 12:37:50 # '/tmp/semver-973161610' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 12:37:50 # -> Force: false 12:37:50 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 12:37:50 $ docker exec --env ******** --env ******** 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 ssh-agent -k 12:37:50 unset SSH_AUTH_SOCK; 12:37:50 unset SSH_AGENT_PID; 12:37:50 echo Agent pid 52 killed; 12:37:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:37:51 + git semver [Pipeline] } 12:37:51 $ docker stop --time=1 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 12:37:52 $ docker rm -f 8a7d8d4b7f89160bf5dc503eb4939c56cd9f842717fb9729647387477e360e02 [Pipeline] // withDockerContainer [Pipeline] sh 12:37:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:37:53 Stashed 1 file(s) [Pipeline] echo 12:37:53 [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 12:38:09 Still waiting to schedule task 12:38:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:38:09 Still waiting to schedule task 12:38:09 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 12:39:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33317 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:39:53 Running in /w/workspace/edgex-ui-go/91 [Pipeline] { [Pipeline] checkout 12:39:58 using credential edgex-jenkins-ssh 12:39:58 Cloning the remote Git repository 12:39:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:39:58 > git init /w/workspace/edgex-ui-go/91 # timeout=10 12:39:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:39:58 > git --version # timeout=10 12:39:58 > git --version # 'git version 2.17.1' 12:39:58 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:40:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:40:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:40:00 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:40:00 Checking out Revision c79708e2ba97b6a333b52287e61b5928dba1b1d4 (master) 12:40:01 > git config core.sparsecheckout # timeout=10 12:40:01 > git checkout -f c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 12:40:05 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:40:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:40:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:40:07 + sudo service docker restart 12:40:07 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:40:10 provisioning config files... 12:40:10 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config2084308146330239513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:40:11 ---> docker-login.sh 12:40:11 nexus3.edgexfoundry.org:10001 12:40:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:12 Configure a credential helper to remove this warning. See 12:40:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:12 12:40:12 Login Succeeded 12:40:12 nexus3.edgexfoundry.org:10002 12:40:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:13 Configure a credential helper to remove this warning. See 12:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:13 12:40:13 Login Succeeded 12:40:13 nexus3.edgexfoundry.org:10003 12:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:13 Configure a credential helper to remove this warning. See 12:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:13 12:40:13 Login Succeeded 12:40:13 nexus3.edgexfoundry.org:10004 12:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:14 Configure a credential helper to remove this warning. See 12:40:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:14 12:40:14 Login Succeeded 12:40:14 docker.io 12:40:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:14 Configure a credential helper to remove this warning. See 12:40:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:14 12:40:14 Login Succeeded 12:40:14 ---> docker-login.sh ends [Pipeline] } 12:40:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:40:15 ========================================================= 12:40:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:40:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:40:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 12:40:16 Sending build context to Docker daemon 17.64MB 12:40:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:40:16 Step 2/8 : FROM ${BASE} 12:40:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:40:16 5f621e34cdf4: Pulling fs layer 12:40:16 a4357932f1b6: Pulling fs layer 12:40:16 18c013af1878: Pulling fs layer 12:40:16 00ac8860ef70: Pulling fs layer 12:40:16 63d7cb157983: Pulling fs layer 12:40:16 b116817d02f9: Pulling fs layer 12:40:16 745a02a5169b: Pulling fs layer 12:40:16 00ac8860ef70: Waiting 12:40:16 63d7cb157983: Waiting 12:40:16 b116817d02f9: Waiting 12:40:16 745a02a5169b: Waiting 12:40:16 18c013af1878: Download complete 12:40:16 a4357932f1b6: Verifying Checksum 12:40:16 a4357932f1b6: Download complete 12:40:16 63d7cb157983: Download complete 12:40:16 5f621e34cdf4: Verifying Checksum 12:40:16 5f621e34cdf4: Download complete 12:40:16 b116817d02f9: Verifying Checksum 12:40:16 b116817d02f9: Download complete 12:40:17 5f621e34cdf4: Pull complete 12:40:18 a4357932f1b6: Pull complete 12:40:18 18c013af1878: Pull complete 12:40:19 745a02a5169b: Verifying Checksum 12:40:19 745a02a5169b: Download complete 12:40:21 00ac8860ef70: Verifying Checksum 12:40:21 00ac8860ef70: Download complete 12:40:31 00ac8860ef70: Pull complete 12:40:31 63d7cb157983: Pull complete 12:40:31 b116817d02f9: Pull complete 12:40:35 745a02a5169b: Pull complete 12:40:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:40:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:40:35 ---> b7e6874047d6 12:40:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:40:38 ---> Running in 502ce63e6c9d 12:40:38 Removing intermediate container 502ce63e6c9d 12:40:38 ---> 6f1d98f51d55 12:40:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:38 ---> Running in 017fc74de53d 12:40:41 Removing intermediate container 017fc74de53d 12:40:41 ---> 08bb05692956 12:40:41 Step 5/8 : RUN apk add --no-cache make git 12:40:41 ---> Running in 27fc3cbbb403 12:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:44 OK: 142 MiB in 39 packages 12:40:45 Removing intermediate container 27fc3cbbb403 12:40:45 ---> 30562f4769e1 12:40:45 Step 6/8 : WORKDIR /edgex-ui-go 12:40:45 ---> Running in c1aa277f30f9 12:40:46 Removing intermediate container c1aa277f30f9 12:40:46 ---> f7c2884b0da0 12:40:46 Step 7/8 : COPY . . 12:40:46 Running on prd-centos7-docker-4c-2g-33318 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:40:46 Running in /w/workspace/edgex-ui-go/91 [Pipeline] { [Pipeline] checkout 12:40:48 ---> 3a31e020bd0b 12:40:48 Step 8/8 : RUN go mod download 12:40:48 ---> Running in dde9da6555be 12:40:49 using credential edgex-jenkins-ssh 12:40:49 Cloning the remote Git repository 12:40:49 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:40:49 > git init /w/workspace/edgex-ui-go/91 # timeout=10 12:40:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:40:49 > git --version # timeout=10 12:40:49 > git --version # 'git version 2.24.3' 12:40:49 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:51 Checking out Revision c79708e2ba97b6a333b52287e61b5928dba1b1d4 (master) 12:40:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:40:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:40:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:40:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:40:51 > git config core.sparsecheckout # timeout=10 12:40:51 > git checkout -f c79708e2ba97b6a333b52287e61b5928dba1b1d4 # timeout=10 12:40:55 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:40:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:40:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:40:57 + sudo service docker restart 12:40:57 + true 12:40:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:40:59 provisioning config files... 12:40:59 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config261480724652334399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:40:59 ---> docker-login.sh 12:40:59 nexus3.edgexfoundry.org:10001 12:40:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:59 Configure a credential helper to remove this warning. See 12:40:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:59 12:40:59 Login Succeeded 12:40:59 nexus3.edgexfoundry.org:10002 12:40:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:40:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:40:59 Configure a credential helper to remove this warning. See 12:40:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:40:59 12:40:59 Login Succeeded 12:40:59 nexus3.edgexfoundry.org:10003 12:41:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:00 Configure a credential helper to remove this warning. See 12:41:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:00 12:41:00 Login Succeeded 12:41:00 nexus3.edgexfoundry.org:10004 12:41:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:00 Configure a credential helper to remove this warning. See 12:41:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:00 12:41:00 Login Succeeded 12:41:00 docker.io 12:41:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:41:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:41:00 Configure a credential helper to remove this warning. See 12:41:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:41:00 12:41:00 Login Succeeded 12:41:00 ---> docker-login.sh ends [Pipeline] } 12:41:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:41:01 ========================================================= 12:41:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:41:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:41:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 12:41:01 Sending build context to Docker daemon 17.65MB 12:41:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:41:01 Step 2/8 : FROM ${BASE} 12:41:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:41:02 188c0c94c7c5: Pulling fs layer 12:41:02 0ef7d3d256c8: Pulling fs layer 12:41:02 de9db76c5a1d: Pulling fs layer 12:41:02 bca2f99d35d6: Pulling fs layer 12:41:02 93359f2a8cfa: Pulling fs layer 12:41:02 7c6f9722023f: Pulling fs layer 12:41:02 a35cf1a2eb13: Pulling fs layer 12:41:02 bca2f99d35d6: Waiting 12:41:02 93359f2a8cfa: Waiting 12:41:02 7c6f9722023f: Waiting 12:41:02 a35cf1a2eb13: Waiting 12:41:02 de9db76c5a1d: Download complete 12:41:02 0ef7d3d256c8: Download complete 12:41:02 93359f2a8cfa: Verifying Checksum 12:41:02 93359f2a8cfa: Download complete 12:41:02 188c0c94c7c5: Verifying Checksum 12:41:02 188c0c94c7c5: Download complete 12:41:02 7c6f9722023f: Verifying Checksum 12:41:02 7c6f9722023f: Download complete 12:41:02 188c0c94c7c5: Pull complete 12:41:02 0ef7d3d256c8: Pull complete 12:41:02 de9db76c5a1d: Pull complete 12:41:04 a35cf1a2eb13: Verifying Checksum 12:41:04 a35cf1a2eb13: Download complete 12:41:04 bca2f99d35d6: Verifying Checksum 12:41:04 bca2f99d35d6: Download complete 12:41:11 bca2f99d35d6: Pull complete 12:41:11 93359f2a8cfa: Pull complete 12:41:11 7c6f9722023f: Pull complete 12:41:18 a35cf1a2eb13: Pull complete 12:41:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:41:18 ---> a62c8e92a672 12:41:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:41:18 ---> Running in 5b23773f0fe9 12:41:18 Removing intermediate container 5b23773f0fe9 12:41:18 ---> 8de9b68f0b87 12:41:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:18 ---> Running in 9c8547b255b2 12:41:19 Removing intermediate container 9c8547b255b2 12:41:19 ---> a1093e9ef2ea 12:41:19 Step 5/8 : RUN apk add --no-cache make git 12:41:19 ---> Running in 4b565c3b8624 12:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:41:21 Removing intermediate container dde9da6555be 12:41:21 ---> 0a52c5bb5328 12:41:21 Successfully built 0a52c5bb5328 12:41:21 Successfully tagged ci-base-image-arm64:latest 12:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 12:41:21 + docker inspect -f . ci-base-image-arm64 12:41:21 . [Pipeline] withDockerContainer 12:41:21 prd-ubuntu18.04-docker-arm64-4c-16g-33317 does not seem to be running inside a container 12:41:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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-arm64 cat 12:41:22 OK: 166 MiB in 39 packages 12:41:22 Removing intermediate container 4b565c3b8624 12:41:22 ---> 9e6977816b3b 12:41:22 Step 6/8 : WORKDIR /edgex-ui-go 12:41:22 ---> Running in af59e85dc796 12:41:22 Removing intermediate container af59e85dc796 12:41:22 ---> 54a4b4aa8d76 12:41:22 Step 7/8 : COPY . . 12:41:23 $ docker top 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:24 + go version 12:41:24 go version go1.15.5 linux/arm64 [Pipeline] } 12:41:24 $ docker stop --time=1 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e 12:41:25 ---> 46ebc8c033e3 12:41:25 Step 8/8 : RUN go mod download 12:41:25 ---> Running in 2538196a123d 12:41:26 $ docker rm -f 41ecbf1560f81e1ba72e30034307a74aaaff80278a00c178d65043ff4bd3013e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:27 + docker inspect -f . ci-base-image-arm64 12:41:27 . [Pipeline] withDockerContainer 12:41:27 prd-ubuntu18.04-docker-arm64-4c-16g-33317 does not seem to be running inside a container 12:41:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@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-arm64 cat 12:41:29 $ docker top e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:30 + make test 12:41:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:41:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:41:57 Removing intermediate container 2538196a123d 12:41:57 ---> b78e7e40a6b9 12:41:57 Successfully built b78e7e40a6b9 12:41:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:41:57 + docker inspect -f . ci-base-image-x86_64 12:41:57 . [Pipeline] withDockerContainer 12:41:57 prd-centos7-docker-4c-2g-33318 does not seem to be running inside a container 12:41:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:41:58 $ docker top 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:41:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:41:59 GO111MODULE=on go vet ./... 12:41:59 + go version 12:41:59 go version go1.15.5 linux/amd64 [Pipeline] } 12:41:59 $ docker stop --time=1 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 12:42:00 $ docker rm -f 52d3c040a2796a7593f658d1cf76024cd22491cb27e4607e54e681af27facc19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:02 + docker inspect -f . ci-base-image-x86_64 12:42:02 . [Pipeline] withDockerContainer 12:42:02 prd-centos7-docker-4c-2g-33318 does not seem to be running inside a container 12:42:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/91 -v /w/workspace/edgex-ui-go/91:/w/workspace/edgex-ui-go/91:rw,z -v /w/workspace/edgex-ui-go/91@tmp:/w/workspace/edgex-ui-go/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:42:03 $ docker top 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:03 + make test 12:42:03 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } 12:42:04 $ docker stop --time=1 e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 12:42:04 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:42:06 $ docker rm -f e54e502ce457664d58a7b989b7ac93f92fe3c2ee279ff51abfc0349aeaece8a6 [Pipeline] // withDockerContainer [Pipeline] sh 12:42:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:42:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:42:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:42:12 + ls -al . 12:42:12 total 124 12:42:12 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 12:41 . 12:42:12 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 12:39 .. 12:42:12 drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 12:40 .git 12:42:12 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 12:40 .github 12:42:12 -rw-rw-r-- 1 jenkins jenkins 153 Apr 8 12:40 .gitignore 12:42:12 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 8 12:40 CONTRIBUTING.md 12:42:12 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 8 12:40 Dockerfile 12:42:12 -rw-rw-r-- 1 jenkins jenkins 902 Apr 8 12:40 Dockerfile.build 12:42:12 -rw-rw-r-- 1 jenkins jenkins 652 Apr 8 12:40 Jenkinsfile 12:42:12 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 8 12:40 LICENSE 12:42:12 -rw-rw-r-- 1 jenkins jenkins 951 Apr 8 12:40 Makefile 12:42:12 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 8 12:40 README.md 12:42:12 -rw-rw-r-- 1 jenkins jenkins 12 Apr 8 12:37 VERSION 12:42:12 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 12:40 assets 12:42:12 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 12:40 bin 12:42:12 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 12:40 cmd 12:42:12 -rw-r--r-- 1 jenkins jenkins 10 Apr 8 12:41 coverage.out 12:42:12 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 12:40 docs 12:42:12 -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 12:40 go.mod 12:42:12 -rw-r--r-- 1 jenkins jenkins 22319 Apr 8 12:41 go.sum 12:42:12 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 12:40 internal 12:42:12 -rw-rw-r-- 1 jenkins jenkins 155 Apr 8 12:40 version.go 12:42:12 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 12:40 web [Pipeline] isUnix [Pipeline] sh 12:42:12 + 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=c79708e2ba97b6a333b52287e61b5928dba1b1d4 --label arch=arm64 --label version=2.0.0-dev.33 . 12:42:13 Sending build context to Docker daemon 17.67MB 12:42:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:42:13 Step 2/24 : FROM ${BASE} AS builder 12:42:13 ---> 0a52c5bb5328 12:42:13 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:42:13 ---> Running in 87ac99e8da1b 12:42:14 Removing intermediate container 87ac99e8da1b 12:42:14 ---> 04ad78babcf9 12:42:14 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:42:14 ---> Running in 0bdee1f4eaf1 12:42:14 Removing intermediate container 0bdee1f4eaf1 12:42:14 ---> 12f458350ab0 12:42:14 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:42:14 ---> Running in 2b8760c48874 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:42:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:42:15 GO111MODULE=on go vet ./... 12:42:15 Removing intermediate container 2b8760c48874 12:42:15 ---> 5ada815e1712 12:42:15 Step 6/24 : LABEL Name=edgex-ui-go 12:42:15 ---> Running in 24ed14c56c97 [Pipeline] } 12:42:16 $ docker stop --time=1 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be 12:42:16 Removing intermediate container 24ed14c56c97 12:42:16 ---> 4647650ec82d 12:42:16 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:42:16 ---> Running in 5cca0185f7a7 12:42:16 Removing intermediate container 5cca0185f7a7 12:42:16 ---> b7b4226918e5 12:42:16 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:16 ---> Running in 2bc45ce68f98 12:42:18 $ docker rm -f 310faa6c1646848768d9e85e884f03024d2fdc5222913b2a9bebd696081542be [Pipeline] // withDockerContainer 12:42:18 Removing intermediate container 2bc45ce68f98 12:42:18 ---> 06c6b202bdcc 12:42:18 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] sh 12:42:19 ---> Running in ff48731bf53f 12:42:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:42:19 Warning: overwriting stash ‘coverage-report’ 12:42:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:42:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:42:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:42:20 + ls -al . 12:42:20 total 92 12:42:20 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 12:42 . 12:42:20 drwxrwxr-x. 4 jenkins jenkins 30 Apr 8 12:40 .. 12:42:20 drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 12:40 assets 12:42:20 drwxrwxr-x. 2 jenkins jenkins 35 Apr 8 12:40 bin 12:42:20 drwxrwxr-x. 3 jenkins jenkins 29 Apr 8 12:40 cmd 12:42:20 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 8 12:40 CONTRIBUTING.md 12:42:20 -rw-r--r--. 1 jenkins jenkins 10 Apr 8 12:42 coverage.out 12:42:20 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 8 12:40 Dockerfile 12:42:20 -rw-rw-r--. 1 jenkins jenkins 902 Apr 8 12:40 Dockerfile.build 12:42:20 drwxrwxr-x. 5 jenkins jenkins 104 Apr 8 12:40 docs 12:42:20 drwxrwxr-x. 8 jenkins jenkins 162 Apr 8 12:40 .git 12:42:20 drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 12:40 .github 12:42:20 -rw-rw-r--. 1 jenkins jenkins 153 Apr 8 12:40 .gitignore 12:42:20 -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 12:40 go.mod 12:42:20 -rw-r--r--. 1 jenkins jenkins 22319 Apr 8 12:42 go.sum 12:42:20 drwxrwxr-x. 10 jenkins jenkins 139 Apr 8 12:40 internal 12:42:20 -rw-rw-r--. 1 jenkins jenkins 652 Apr 8 12:40 Jenkinsfile 12:42:20 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 8 12:40 LICENSE 12:42:20 -rw-rw-r--. 1 jenkins jenkins 951 Apr 8 12:40 Makefile 12:42:20 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 8 12:40 README.md 12:42:20 -rw-rw-r--. 1 jenkins jenkins 12 Apr 8 12:37 VERSION 12:42:20 -rw-rw-r--. 1 jenkins jenkins 155 Apr 8 12:40 version.go 12:42:20 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 8 12:40 web [Pipeline] isUnix [Pipeline] sh 12:42:20 + 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=c79708e2ba97b6a333b52287e61b5928dba1b1d4 --label arch=amd64 --label version=2.0.0-dev.33 . 12:42:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:42:21 Sending build context to Docker daemon 17.67MB 12:42:21 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:42:21 Step 2/24 : FROM ${BASE} AS builder 12:42:21 ---> b78e7e40a6b9 12:42:21 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:42:21 OK: 142 MiB in 39 packages 12:42:21 ---> Running in 41cbf9ae350c 12:42:21 Removing intermediate container 41cbf9ae350c 12:42:21 ---> f6ef942d8ba3 12:42:21 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:42:21 ---> Running in fb411ffa991d 12:42:22 Removing intermediate container fb411ffa991d 12:42:22 ---> 23bd716af893 12:42:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:42:22 ---> Running in 2ac10f912de9 12:42:22 Removing intermediate container 2ac10f912de9 12:42:22 ---> 68482f6c83be 12:42:22 Step 6/24 : LABEL Name=edgex-ui-go 12:42:22 ---> Running in 5a493e63e828 12:42:22 Removing intermediate container 5a493e63e828 12:42:22 ---> 25b100c20c25 12:42:22 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:42:22 ---> Running in 5617848d1228 12:42:22 Removing intermediate container 5617848d1228 12:42:22 ---> 253ff09b6584 12:42:22 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:22 ---> Running in 96e93a018a6b 12:42:22 Removing intermediate container ff48731bf53f 12:42:22 ---> 8cf2614307b6 12:42:22 Step 10/24 : ENV GO111MODULE=on 12:42:22 ---> Running in e54499741386 12:42:23 Removing intermediate container e54499741386 12:42:23 ---> 0cae8e389fc1 12:42:23 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:42:23 ---> Running in bd7aafd30d60 12:42:23 Removing intermediate container 96e93a018a6b 12:42:23 ---> 8dbd1a1230c2 12:42:23 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:42:23 ---> Running in 8e83f631a279 12:42:24 Removing intermediate container bd7aafd30d60 12:42:24 ---> 6615d7e9709d 12:42:24 Step 12/24 : COPY go.mod . 12:42:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:42:24 ---> 84c886275c8e 12:42:24 Step 13/24 : COPY Makefile . 12:42:25 ---> b006faa2897e 12:42:25 Step 14/24 : RUN make update 12:42:25 ---> Running in ce79239181a3 12:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:42:26 OK: 166 MiB in 39 packages 12:42:26 Removing intermediate container 8e83f631a279 12:42:26 ---> 0e96f0ea786b 12:42:26 Step 10/24 : ENV GO111MODULE=on 12:42:26 ---> Running in cd30a61ea5df 12:42:26 CGO_ENABLED=0 GO111MODULE=on go mod download 12:42:26 Removing intermediate container cd30a61ea5df 12:42:26 ---> 436a11fbe9f4 12:42:26 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:42:26 ---> Running in 3f2c619f8b6b 12:42:27 Removing intermediate container 3f2c619f8b6b 12:42:27 ---> 44432ffaaf4b 12:42:27 Step 12/24 : COPY go.mod . 12:42:27 ---> bcbdb3b3e42d 12:42:27 Step 13/24 : COPY Makefile . 12:42:27 ---> 011675e60dfc 12:42:27 Step 14/24 : RUN make update 12:42:27 ---> Running in ee22e6077b96 12:42:27 Removing intermediate container ce79239181a3 12:42:27 ---> 070b73de8794 12:42:27 Step 15/24 : COPY . . 12:42:27 CGO_ENABLED=0 GO111MODULE=on go mod download 12:42:28 Removing intermediate container ee22e6077b96 12:42:28 ---> 63c5419e9eba 12:42:28 Step 15/24 : COPY . . 12:42:30 ---> 1a61614ff623 12:42:30 Step 16/24 : RUN ${MAKE} 12:42:30 ---> Running in fa1c3a089a03 12:42:30 ---> b9c276e117d4 12:42:30 Step 16/24 : RUN ${MAKE} 12:42:30 ---> Running in 8bde3e97aaae 12:42:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.33" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:42:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.33" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:42:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:42:43 Removing intermediate container 8bde3e97aaae 12:42:43 ---> 96d385e99401 12:42:43 Step 17/24 : FROM alpine:3.12 12:42:43 3.12: Pulling from library/alpine 12:42:43 532819f3e44c: Pulling fs layer 12:42:43 532819f3e44c: Verifying Checksum 12:42:43 532819f3e44c: Download complete 12:42:44 532819f3e44c: Pull complete 12:42:44 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 12:42:44 Status: Downloaded newer image for alpine:3.12 12:42:44 ---> 7230e588e954 12:42:44 Step 18/24 : EXPOSE 4000 12:42:44 ---> Running in c38271c10987 12:42:44 Removing intermediate container c38271c10987 12:42:44 ---> a3c4dc104310 12:42:44 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:42:45 ---> add67f400287 12:42:45 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:42:45 ---> Running in 1a73140487be 12:42:45 Removing intermediate container 1a73140487be 12:42:45 ---> a9c27c86eb0a 12:42:45 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:42:45 ---> Running in e53b1d7d9ef9 12:42:46 Removing intermediate container e53b1d7d9ef9 12:42:46 ---> 684347c445a9 12:42:46 Step 22/24 : LABEL arch=amd64 12:42:46 ---> Running in 8f6da8046204 12:42:46 Removing intermediate container 8f6da8046204 12:42:46 ---> bcf3659aa893 12:42:46 Step 23/24 : LABEL git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:42:46 ---> Running in b5e27e6feae1 12:42:46 Removing intermediate container b5e27e6feae1 12:42:46 ---> 08905069c980 12:42:46 Step 24/24 : LABEL version=2.0.0-dev.33 12:42:46 ---> Running in 3a1e70f09cc6 12:42:46 Removing intermediate container 3a1e70f09cc6 12:42:46 ---> 296e993fc7eb 12:42:46 [Warning] One or more build-args [ARCH] were not consumed 12:42:46 Successfully built 296e993fc7eb 12:42:46 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:42:47 provisioning config files... 12:42:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config3684737594101383363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:42:47 ---> docker-login.sh 12:42:47 nexus3.edgexfoundry.org:10001 12:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:48 Configure a credential helper to remove this warning. See 12:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:48 12:42:48 Login Succeeded 12:42:48 nexus3.edgexfoundry.org:10002 12:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:48 Configure a credential helper to remove this warning. See 12:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:48 12:42:48 Login Succeeded 12:42:48 nexus3.edgexfoundry.org:10003 12:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:48 Configure a credential helper to remove this warning. See 12:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:48 12:42:48 Login Succeeded 12:42:48 nexus3.edgexfoundry.org:10004 12:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:48 Configure a credential helper to remove this warning. See 12:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:48 12:42:48 Login Succeeded 12:42:48 docker.io 12:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:42:49 Configure a credential helper to remove this warning. See 12:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:42:49 12:42:49 Login Succeeded 12:42:49 ---> docker-login.sh ends [Pipeline] } 12:42:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:42:49 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 12:42:49 c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:42:49 latest 12:42:49 2.0.0-dev.33 12:42:49 c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:42:49 master 12:42:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:49 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] isUnix [Pipeline] sh 12:42:50 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:42:50 4d4f7b0b1b71: Preparing 12:42:50 b0b9881431d7: Preparing 12:42:50 b0b9881431d7: Layer already exists 12:42:51 4d4f7b0b1b71: Pushed 12:42:51 c79708e2ba97b6a333b52287e61b5928dba1b1d4: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh 12:42:52 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 12:42:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 12:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:42:52 4d4f7b0b1b71: Preparing 12:42:52 b0b9881431d7: Preparing 12:42:52 4d4f7b0b1b71: Layer already exists 12:42:52 b0b9881431d7: Layer already exists 12:42:52 latest: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh 12:42:52 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 12:42:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 12:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:42:53 4d4f7b0b1b71: Preparing 12:42:53 b0b9881431d7: Preparing 12:42:53 4d4f7b0b1b71: Layer already exists 12:42:53 b0b9881431d7: Layer already exists 12:42:53 2.0.0-dev.33: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh 12:42:53 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 12:42:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:42:53 4d4f7b0b1b71: Preparing 12:42:53 b0b9881431d7: Preparing 12:42:53 b0b9881431d7: Layer already exists 12:42:53 4d4f7b0b1b71: Layer already exists 12:42:53 c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] isUnix [Pipeline] sh 12:42:54 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 12:42:54 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 12:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 12:42:54 4d4f7b0b1b71: Preparing 12:42:54 b0b9881431d7: Preparing 12:42:54 4d4f7b0b1b71: Layer already exists 12:42:54 b0b9881431d7: Layer already exists 12:42:54 master: digest: sha256:903113b386d484e9970e3161fbd37bf3344fa29ca9bace3e369c4959eb7b7377 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:42:54 ===================================================== [Pipeline] echo 12:42:54 taggedImages: 12:42:54 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:42:54 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 12:42:54 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.33 12:42:54 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:42:54 - 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 12:42:55 ---> job-cost.sh 12:42:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3lyB 12:42:58 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:43:02 Removing intermediate container fa1c3a089a03 12:43:02 ---> 1723177f29dc 12:43:02 Step 17/24 : FROM alpine:3.12 12:43:03 3.12: Pulling from library/alpine 12:43:03 9a219e8acc52: Pulling fs layer 12:43:03 9a219e8acc52: Verifying Checksum 12:43:03 9a219e8acc52: Download complete 12:43:03 9a219e8acc52: Pull complete 12:43:03 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 12:43:03 Status: Downloaded newer image for alpine:3.12 12:43:03 ---> d75e27dfc0a0 12:43:03 Step 18/24 : EXPOSE 4000 12:43:04 ---> Running in dfaf223c1415 12:43:04 Removing intermediate container dfaf223c1415 12:43:04 ---> 59b19ddb09b9 12:43:04 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:43:06 ---> 5b8a70b2028d 12:43:06 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:43:06 ---> Running in 1119fe1e0bc3 12:43:06 Removing intermediate container 1119fe1e0bc3 12:43:06 ---> ed9d92360006 12:43:06 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:43:07 ---> Running in e68d2dd2a6cc 12:43:07 Removing intermediate container e68d2dd2a6cc 12:43:07 ---> 8a7c41c39628 12:43:07 Step 22/24 : LABEL arch=arm64 12:43:07 ---> Running in 9729e1853a5a 12:43:08 Removing intermediate container 9729e1853a5a 12:43:08 ---> 7a437cc81e83 12:43:08 Step 23/24 : LABEL git_sha=c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:43:08 ---> Running in 182ca856d01b 12:43:08 Removing intermediate container 182ca856d01b 12:43:08 ---> 65264b83397a 12:43:08 Step 24/24 : LABEL version=2.0.0-dev.33 12:43:08 ---> Running in 8533cac304d0 12:43:09 Removing intermediate container 8533cac304d0 12:43:09 ---> b0a0f2793c0f 12:43:09 [Warning] One or more build-args [ARCH] were not consumed 12:43:09 Successfully built b0a0f2793c0f 12:43:09 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:43:09 provisioning config files... 12:43:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/91@tmp/config1596634331569313685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:43:10 ---> docker-login.sh 12:43:10 nexus3.edgexfoundry.org:10001 12:43:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:10 Configure a credential helper to remove this warning. See 12:43:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:10 12:43:10 Login Succeeded 12:43:10 nexus3.edgexfoundry.org:10002 12:43:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:10 Configure a credential helper to remove this warning. See 12:43:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:10 12:43:10 Login Succeeded 12:43:10 nexus3.edgexfoundry.org:10003 12:43:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:11 Configure a credential helper to remove this warning. See 12:43:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:11 12:43:11 Login Succeeded 12:43:11 nexus3.edgexfoundry.org:10004 12:43:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:12 Configure a credential helper to remove this warning. See 12:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:12 12:43:12 Login Succeeded 12:43:12 docker.io 12:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:12 Configure a credential helper to remove this warning. See 12:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:12 12:43:12 Login Succeeded 12:43:12 ---> docker-login.sh ends [Pipeline] } 12:43:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:43:13 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 12:43:13 c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:43:13 latest 12:43:13 2.0.0-dev.33 12:43:13 c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:43:13 master 12:43:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:43:13 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] isUnix [Pipeline] sh 12:43:14 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:43:14 5a722e4bc7dd: Preparing 12:43:14 e08058ee1dfe: Preparing 12:43:14 e08058ee1dfe: Layer already exists 12:43:17 5a722e4bc7dd: Pushed 12:43:17 c79708e2ba97b6a333b52287e61b5928dba1b1d4: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh 12:43:18 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:43:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 12:43:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:43:18 5a722e4bc7dd: Preparing 12:43:18 e08058ee1dfe: Preparing 12:43:18 e08058ee1dfe: Layer already exists 12:43:18 5a722e4bc7dd: Layer already exists 12:43:18 latest: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh 12:43:19 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 12:43:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 12:43:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:43:19 5a722e4bc7dd: Preparing 12:43:19 e08058ee1dfe: Preparing 12:43:19 e08058ee1dfe: Layer already exists 12:43:19 5a722e4bc7dd: Layer already exists 12:43:19 2.0.0-dev.33: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh 12:43:20 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 12:43:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:43:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:43:20 5a722e4bc7dd: Preparing 12:43:20 e08058ee1dfe: Preparing 12:43:20 e08058ee1dfe: Layer already exists 12:43:20 5a722e4bc7dd: Layer already exists 12:43:20 c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] isUnix [Pipeline] sh 12:43:21 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:43:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 12:43:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 12:43:21 5a722e4bc7dd: Preparing 12:43:21 e08058ee1dfe: Preparing 12:43:21 e08058ee1dfe: Layer already exists 12:43:21 5a722e4bc7dd: Layer already exists 12:43:21 master: digest: sha256:aec54e23e533008e6cb84470524b40c2d3fbfac2312fa826fa5ccfe2f570fc65 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:43:21 ===================================================== [Pipeline] echo 12:43:22 taggedImages: 12:43:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4 12:43:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 12:43:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.33 12:43:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c79708e2ba97b6a333b52287e61b5928dba1b1d4-2.0.0-dev.33 12:43:22 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:43:22 ---> job-cost.sh 12:43:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aYwu 12:43:42 lf-activate-venv(): INFO: Adding /tmp/venv-3lyB/bin to PATH 12:43:42 INFO: No Stack... 12:43:42 INFO: Retrieving Pricing Info for: v1-standard-2 12:43:42 INFO: Archiving Costs [Pipeline] sh 12:43:43 + cat /w/workspace/edgex-ui-go/91/archives/cost.csv 12:43:43 + cut -d, -f6 [Pipeline] lock 12:43:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] 12:43:43 Resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] did not exist. Created. 12:43:43 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:43:43 + echo total: 0.029999999329447746 [Pipeline] stash 12:43:43 Stashed 1 file(s) [Pipeline] } 12:43:43 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:44:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:45:38 lf-activate-venv(): INFO: Adding /tmp/venv-aYwu/bin to PATH 12:45:38 INFO: No Stack... 12:45:38 INFO: Retrieving Pricing Info for: lf-standard-4 12:45:38 INFO: Archiving Costs [Pipeline] sh 12:45:38 + cut -d, -f6 12:45:38 + cat /w/workspace/edgex-ui-go/91/archives/cost.csv [Pipeline] lock 12:45:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] 12:45:38 Resource [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] did not exist. Created. 12:45:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:45:39 /w/workspace/edgex-ui-go/91@tmp/durable-5ab47907/script.sh: 1: /w/workspace/edgex-ui-go/91@tmp/durable-5ab47907/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:45:39 + echo total: 0.20999999344348907 [Pipeline] stash 12:45:39 Warning: overwriting stash ‘stack-cost’ 12:45:39 Stashed 1 file(s) [Pipeline] } 12:45:39 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-91-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 12:45:41 provisioning config files... 12:45:41 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7599959006604087308tmp [Pipeline] { [Pipeline] sh 12:45:41 + set +x 12:45:41 + curl -s https://codecov.io/bash 12:45:41 + bash -s -- 12:45:42 12:45:42 _____ _ 12:45:42 / ____| | | 12:45:42 | | ___ __| | ___ ___ _____ __ 12:45:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:45:42 | |___| (_) | (_| | __/ (_| (_) \ V / 12:45:42 \_____\___/ \__,_|\___|\___\___/ \_/ 12:45:42 Bash-20210309-2b87ace 12:45:42 12:45:42 12:45:42 ==> git version 2.24.3 found 12:45:42 ==> 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 12:45:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:45:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:45:42 ==> Jenkins CI detected. 12:45:42 project root: . 12:45:42 --> token set from env 12:45:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:45:42 ==> Running gcov in . (disable via -X gcov) 12:45:42 ==> Python coveragepy not found 12:45:42 ==> Searching for coverage reports in: 12:45:42 + . 12:45:42 -> Found 1 reports 12:45:42 ==> Detecting git/mercurial file structure 12:45:42 ==> Reading reports 12:45:42 + ./coverage.out bytes=10 12:45:42 ==> Appending adjustments 12:45:42 https://docs.codecov.io/docs/fixing-reports 12:45:42 + Found adjustments 12:45:42 ==> Gzipping contents 12:45:42 4.0K /tmp/codecov.vX4p3K.gz 12:45:42 ==> Uploading reports 12:45:42 url: https://codecov.io 12:45:42 query: branch=master&commit=c79708e2ba97b6a333b52287e61b5928dba1b1d4&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:42 -> Pinging Codecov 12:45:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c79708e2ba97b6a333b52287e61b5928dba1b1d4&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:45:42 -> Uploading to 12:45:42 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/FB506323287CE973F263BFD2A0EB1F37/c79708e2ba97b6a333b52287e61b5928dba1b1d4/3ae357ec-fa00-411f-9631-c9ce47b3b428.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T124542Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=974b145eddb671e969bc6dcd1bd3943d9ade0a273222d3234b266f38e7ac1ac9 12:45:42 % Total % Received % Xferd Average Speed Time Time Time Current 12:45:42 Dload Upload Total Spent Left Speed 12:45:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3599 0 0 100 3599 0 7369 --:--:-- --:--:-- --:--:-- 7375 12:45:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c79708e2ba97b6a333b52287e61b5928dba1b1d4 [Pipeline] } 12:45:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:45:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:45:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:44 12:45:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 12:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:45:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:45:44 188c0c94c7c5: Pulling fs layer 12:45:44 0ef7d3d256c8: Pulling fs layer 12:45:44 de9db76c5a1d: Pulling fs layer 12:45:44 0eba1c9be4d2: Pulling fs layer 12:45:44 0d57e429df01: Pulling fs layer 12:45:44 4e4be7b47b0d: Pulling fs layer 12:45:44 e1f770b5df2f: Pulling fs layer 12:45:44 85a0685a4137: Pulling fs layer 12:45:44 0eba1c9be4d2: Waiting 12:45:44 e1f770b5df2f: Waiting 12:45:44 4e4be7b47b0d: Waiting 12:45:44 0d57e429df01: Waiting 12:45:44 85a0685a4137: Waiting 12:45:44 de9db76c5a1d: Verifying Checksum 12:45:44 de9db76c5a1d: Download complete 12:45:44 0ef7d3d256c8: Verifying Checksum 12:45:44 0ef7d3d256c8: Download complete 12:45:44 0d57e429df01: Verifying Checksum 12:45:44 0d57e429df01: Download complete 12:45:44 4e4be7b47b0d: Download complete 12:45:45 188c0c94c7c5: Verifying Checksum 12:45:45 188c0c94c7c5: Download complete 12:45:45 188c0c94c7c5: Pull complete 12:45:45 0ef7d3d256c8: Pull complete 12:45:45 de9db76c5a1d: Pull complete 12:45:47 e1f770b5df2f: Verifying Checksum 12:45:47 e1f770b5df2f: Download complete 12:45:48 0eba1c9be4d2: Verifying Checksum 12:45:48 0eba1c9be4d2: Download complete 12:45:49 85a0685a4137: Verifying Checksum 12:45:49 85a0685a4137: Download complete 12:45:54 0eba1c9be4d2: Pull complete 12:45:54 0d57e429df01: Pull complete 12:45:54 4e4be7b47b0d: Pull complete 12:45:57 e1f770b5df2f: Pull complete 12:46:06 85a0685a4137: Pull complete 12:46:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 12:46:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:46:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 12:46:06 prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container 12:46:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:46:07 $ docker top 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf -eo pid,comm [Pipeline] { [Pipeline] echo 12:46:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 12:46:07 + set -o pipefail 12:46:07 + snyk monitor '--org=edgex-jenkins' 12:48:29 12:48:29 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master... 12:48:29 12:48:29 connect ETIMEDOUT 23.218.163.203:443 12:48:29 [Pipeline] } 12:48:29 $ docker stop --time=1 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf 12:48:31 $ docker rm -f 825275cee776dd680e8f3daea9d003d9b3ae117438e5ec5d4471591dbb5471cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:48:31 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:48:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:48:34 ---> package-listing.sh 12:48:34 ++ facter osfamily 12:48:34 ++ tr '[:upper:]' '[:lower:]' 12:48:34 + OS_FAMILY=redhat 12:48:34 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 12:48:34 + START_PACKAGES=/tmp/packages_start.txt 12:48:34 + END_PACKAGES=/tmp/packages_end.txt 12:48:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:48:34 + PACKAGES=/tmp/packages_start.txt 12:48:34 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:48:34 + PACKAGES=/tmp/packages_end.txt 12:48:34 + case "${OS_FAMILY}" in 12:48:34 + rpm -qa 12:48:34 + sort 12:48:39 + '[' -f /tmp/packages_start.txt ']' 12:48:39 + '[' -f /tmp/packages_end.txt ']' 12:48:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:48:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:48:39 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 12:48:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 12:48:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:48:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:48:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:40 12:48:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:48:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:40 alpine: Pulling from edgex-lftools-log-publisher 12:48:40 df20fa9351a1: Pulling fs layer 12:48:40 36b3adc4ff6f: Pulling fs layer 12:48:40 8ad3a11d3b57: Pulling fs layer 12:48:40 46f8f816bc3b: Pulling fs layer 12:48:40 93b61091891f: Pulling fs layer 12:48:40 93b9cdb0e59b: Pulling fs layer 12:48:40 5e14af77c1be: Pulling fs layer 12:48:40 01666e4c0597: Pulling fs layer 12:48:40 aa168da1d23b: Pulling fs layer 12:48:40 93b61091891f: Waiting 12:48:40 93b9cdb0e59b: Waiting 12:48:40 5e14af77c1be: Waiting 12:48:40 01666e4c0597: Waiting 12:48:40 aa168da1d23b: Waiting 12:48:40 46f8f816bc3b: Waiting 12:48:40 36b3adc4ff6f: Verifying Checksum 12:48:40 36b3adc4ff6f: Download complete 12:48:41 46f8f816bc3b: Verifying Checksum 12:48:41 46f8f816bc3b: Download complete 12:48:41 df20fa9351a1: Verifying Checksum 12:48:41 93b9cdb0e59b: Verifying Checksum 12:48:41 93b9cdb0e59b: Download complete 12:48:41 93b61091891f: Verifying Checksum 12:48:41 93b61091891f: Download complete 12:48:41 5e14af77c1be: Download complete 12:48:41 01666e4c0597: Verifying Checksum 12:48:41 01666e4c0597: Download complete 12:48:41 8ad3a11d3b57: Verifying Checksum 12:48:41 8ad3a11d3b57: Download complete 12:48:41 df20fa9351a1: Pull complete 12:48:41 36b3adc4ff6f: Pull complete 12:48:42 8ad3a11d3b57: Pull complete 12:48:42 46f8f816bc3b: Pull complete 12:48:43 93b61091891f: Pull complete 12:48:43 93b9cdb0e59b: Pull complete 12:48:43 aa168da1d23b: Download complete 12:48:44 5e14af77c1be: Pull complete 12:48:44 01666e4c0597: Pull complete 12:48:52 aa168da1d23b: Pull complete 12:48:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:48:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:48:52 prd-centos7-docker-4c-2g-33316 does not seem to be running inside a container 12:48:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:48:55 $ docker top 047e1f808a0e2ffeb64a11b2083025b309b35dbbc5ab4217569ab5ac6570338a -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:56 + touch /tmp/pre-build-complete [Pipeline] sh 12:48:56 + mkdir -p /var/log/sa [Pipeline] sh 12:48:57 + ls /var/log/sa-host 12:48:57 + sadf -c /var/log/sa-host/sa08 12:48:57 file_magic: OK 12:48:57 HZ: Using current value: 100 12:48:57 file_header: OK 12:48:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 12:48:57 Statistics: 12:48:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:48:57 File successfully converted to sysstat format version 12.2.1 12:48:57 + sadf -c /var/log/sa-host/sa23 12:48:57 file_magic: OK 12:48:57 HZ: Using current value: 100 12:48:57 file_header: OK 12:48:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 12:48:57 Statistics: 12:48:57 Hnuu...uuuununununu... 12:48:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:48:57 provisioning config files... 12:48:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3034763653838587529tmp [Pipeline] { [Pipeline] echo 12:48:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:48:58 ---> create-netrc.sh [Pipeline] } 12:48:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:48:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:48:58 ---> python-tools-install.sh [Pipeline] echo 12:48:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:48:58 ---> sudo-logs.sh 12:48:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:48:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:48:59 ---> job-cost.sh 12:48:59 lf-activate-venv: SKIPPING 12:48:59 DEBUG: total: 0.20999999344348907 12:48:59 INFO: Retrieving Stack Cost... 12:49:00 INFO: Retrieving Pricing Info for: v1-standard-2 12:49:00 INFO: Archiving Costs [Pipeline] echo 12:49:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:49:01 ---> logs-deploy.sh 12:49:01 lf-activate-venv: SKIPPING 12:49:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/91 12:49:01 INFO: archiving workspace using pattern(s): 12:49:02 Archives upload complete. 12:49:02 INFO: archiving logs to Nexus 12:49:03 ---> uname -a: 12:49:03 Linux prd-centos7-docker-4c-2g-33316.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:49:03 12:49:03 12:49:03 ---> lscpu: 12:49:03 Architecture: x86_64 12:49:03 CPU op-mode(s): 32-bit, 64-bit 12:49:03 Byte Order: Little Endian 12:49:03 Address sizes: 40 bits physical, 48 bits virtual 12:49:03 CPU(s): 4 12:49:03 On-line CPU(s) list: 0-3 12:49:03 Thread(s) per core: 1 12:49:03 Core(s) per socket: 1 12:49:03 Socket(s): 4 12:49:03 NUMA node(s): 1 12:49:03 Vendor ID: GenuineIntel 12:49:03 CPU family: 6 12:49:03 Model: 44 12:49:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:49:03 Stepping: 1 12:49:03 CPU MHz: 2933.438 12:49:03 BogoMIPS: 5866.87 12:49:03 Virtualization: VT-x 12:49:03 Hypervisor vendor: KVM 12:49:03 Virtualization type: full 12:49:03 L1d cache: 128 KiB 12:49:03 L1i cache: 128 KiB 12:49:03 L2 cache: 16 MiB 12:49:03 L3 cache: 64 MiB 12:49:03 NUMA node0 CPU(s): 0-3 12:49:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:49:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:49:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:49:03 Vulnerability Meltdown: Mitigation; PTI 12:49:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:49:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:49:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:49:03 Vulnerability Srbds: Not affected 12:49:03 Vulnerability Tsx async abort: Not affected 12:49:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 12:49:03 12:49:03 12:49:03 ---> nproc: 12:49:03 4 12:49:03 12:49:03 12:49:03 ---> df -h: 12:49:03 Filesystem Size Used Available Use% Mounted on 12:49:03 overlay 50.0G 8.0G 42.0G 16% / 12:49:03 tmpfs 64.0M 0 64.0M 0% /dev 12:49:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:49:03 shm 64.0M 0 64.0M 0% /dev/shm 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /facter-os 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /etc/resolv.conf 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /etc/hostname 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /etc/hosts 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/sa-host 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/secure 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /var/log/auth.log 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /run/cloud-init/result.json 12:49:03 /dev/vda1 50.0G 8.0G 42.0G 16% /w/workspace/edgexfoundry_edgex-ui-go_master 12:49:03 12:49:03 12:49:03 ---> free -m: 12:49:03 total used free shared buff/cache available 12:49:03 Mem: 1837 757 133 0 946 985 12:49:03 Swap: 1023 1 1022 12:49:03 12:49:03 12:49:03 ---> ip addr: 12:49:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:49:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:49:03 inet 127.0.0.1/8 scope host lo 12:49:03 valid_lft forever preferred_lft forever 12:49:03 inet6 ::1/128 scope host 12:49:03 valid_lft forever preferred_lft forever 12:49:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:49:03 link/ether fa:16:3e:5d:a5:d9 brd ff:ff:ff:ff:ff:ff 12:49:03 inet 10.30.123.163/23 brd 10.30.123.255 scope global dynamic eth0 12:49:03 valid_lft 85673sec preferred_lft 85673sec 12:49:03 inet6 fe80::f816:3eff:fe5d:a5d9/64 scope link 12:49:03 valid_lft forever preferred_lft forever 12:49:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:49:03 link/ether 02:42:7b:a7:4b:38 brd ff:ff:ff:ff:ff:ff 12:49:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:49:03 valid_lft forever preferred_lft forever 12:49:03 inet6 fe80::42:7bff:fea7:4b38/64 scope link 12:49:03 valid_lft forever preferred_lft forever 12:49:03 12:49:03 12:49:03 ---> sar -b -r -n DEV: 12:49:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 12:49:03 12:49:03 12:36:44 LINUX RESTART (4 CPU) 12:49:03 12:49:03 12:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:49:03 12:38:01 204.48 117.78 86.70 0.00 12768.18 40131.31 0.00 12:49:03 12:39:01 3.70 0.00 3.70 0.00 0.00 118.75 0.00 12:49:03 12:40:01 0.40 0.00 0.40 0.00 0.00 5.30 0.00 12:49:03 12:41:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 12:49:03 12:42:01 0.20 0.00 0.20 0.00 0.00 2.86 0.00 12:49:03 12:43:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 12:49:03 12:44:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 12:49:03 12:45:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 12:49:03 12:46:01 136.54 68.99 67.55 0.00 2994.08 24672.35 0.00 12:49:03 12:47:01 170.89 111.68 59.21 0.00 5358.31 11936.15 0.00 12:49:03 12:48:01 2.55 0.00 2.55 0.00 0.00 119.28 0.00 12:49:03 Average: 47.28 27.15 20.14 0.00 1920.97 7003.34 0.00 12:49:03 12:49:03 12:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:49:03 12:38:01 161760 0 624696 33.20 2620 1092468 1125072 38.40 419176 1099584 140 12:49:03 12:39:01 169496 0 616872 32.79 2620 1092556 1082252 36.94 422960 1089196 12 12:49:03 12:40:01 167824 0 618536 32.87 2620 1092564 1079372 36.84 423332 1091316 16 12:49:03 12:41:01 167028 0 619332 32.92 2620 1092564 1079408 36.84 433584 1081144 8 12:49:03 12:42:01 168464 0 617888 32.84 2620 1092572 1079216 36.83 426568 1087128 8 12:49:03 12:43:01 167284 0 619064 32.90 2620 1092576 1079288 36.83 441112 1074268 20 12:49:03 12:44:01 167940 0 618404 32.87 2620 1092580 1079168 36.83 447416 1067228 12 12:49:03 12:45:01 167716 0 618624 32.88 2620 1092584 1079168 36.83 447544 1067228 8 12:49:03 12:46:01 74396 0 761420 40.47 2620 1043108 1506416 51.41 556572 984368 72652 12:49:03 12:47:01 106292 0 765956 40.71 2596 1006700 1267600 43.26 557640 940096 20 12:49:03 12:48:01 109764 0 762456 40.52 2596 1006728 1267484 43.26 556548 940176 16 12:49:03 Average: 147997 0 658477 35.00 2616 1072455 1156768 39.48 466587 1047430 6628 12:49:03 12:49:03 12:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:49:03 12:38:01 eth0 556.61 360.35 1277.07 96.94 0.00 0.00 0.00 0.00 12:49:03 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:38:01 docker0 34.15 27.18 3.28 113.38 0.00 0.00 0.00 0.00 12:49:03 12:39:01 eth0 0.65 0.12 0.05 0.02 0.00 0.00 0.00 0.00 12:49:03 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:40:01 eth0 0.75 0.45 0.29 0.17 0.00 0.00 0.00 0.00 12:49:03 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:41:01 eth0 0.98 0.37 0.32 0.23 0.00 0.00 0.00 0.00 12:49:03 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:42:01 eth0 0.22 0.13 0.12 0.01 0.00 0.00 0.00 0.00 12:49:03 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:43:01 eth0 0.70 0.48 0.40 0.24 0.00 0.00 0.00 0.00 12:49:03 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 12:49:03 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:49:03 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:46:01 eth0 428.69 379.23 4074.08 30.88 0.00 0.00 0.00 0.00 12:49:03 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:47:01 veth18d9f35 57.01 55.63 5.89 251.76 0.00 0.00 0.00 0.00 12:49:03 12:47:01 eth0 68.16 64.47 263.60 10.62 0.00 0.00 0.00 0.00 12:49:03 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:47:01 docker0 57.01 55.50 5.11 251.75 0.00 0.00 0.00 0.00 12:49:03 12:48:01 veth18d9f35 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:48:01 eth0 1.58 0.88 1.22 0.66 0.00 0.00 0.00 0.00 12:49:03 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 12:48:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 Average: veth18d9f35 5.19 5.06 0.54 22.91 0.00 0.00 0.00 0.00 12:49:03 Average: eth0 96.27 73.37 510.94 12.72 0.00 0.00 0.00 0.00 12:49:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:49:03 Average: docker0 8.30 7.52 0.76 33.22 0.00 0.00 0.00 0.00 12:49:03 12:49:03 12:49:03 ---> sar -P ALL: 12:49:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/08/21 _x86_64_ (4 CPU) 12:49:03 12:49:03 12:36:44 LINUX RESTART (4 CPU) 12:49:03 12:49:03 12:37:01 CPU %user %nice %system %iowait %steal %idle 12:49:03 12:38:01 all 16.24 0.00 9.62 8.15 0.18 65.81 12:49:03 12:38:01 0 17.25 0.00 10.12 5.78 0.17 66.68 12:49:03 12:38:01 1 15.76 0.00 8.31 7.89 0.17 67.86 12:49:03 12:38:01 2 16.07 0.00 10.43 7.67 0.17 65.66 12:49:03 12:38:01 3 15.90 0.00 9.63 11.27 0.19 63.01 12:49:03 12:39:01 all 0.18 0.00 0.05 0.00 0.00 99.76 12:49:03 12:39:01 0 0.07 0.00 0.03 0.00 0.00 99.90 12:49:03 12:39:01 1 0.05 0.00 0.07 0.00 0.00 99.88 12:49:03 12:39:01 2 0.58 0.00 0.10 0.00 0.00 99.32 12:49:03 12:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:49:03 12:40:01 all 0.16 0.00 0.05 0.00 0.00 99.79 12:49:03 12:40:01 0 0.05 0.00 0.05 0.00 0.00 99.90 12:49:03 12:40:01 1 0.38 0.00 0.03 0.00 0.00 99.58 12:49:03 12:40:01 2 0.17 0.00 0.08 0.00 0.02 99.73 12:49:03 12:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:49:03 12:41:01 all 0.15 0.00 0.05 0.00 0.00 99.80 12:49:03 12:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:49:03 12:41:01 1 0.52 0.00 0.08 0.00 0.00 99.40 12:49:03 12:41:01 2 0.05 0.00 0.05 0.00 0.00 99.90 12:49:03 12:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:49:03 12:42:01 all 0.16 0.00 0.04 0.00 0.01 99.79 12:49:03 12:42:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:49:03 12:42:01 1 0.50 0.00 0.03 0.00 0.00 99.47 12:49:03 12:42:01 2 0.05 0.00 0.05 0.00 0.02 99.88 12:49:03 12:42:01 3 0.05 0.00 0.05 0.00 0.02 99.88 12:49:03 12:43:01 all 0.18 0.00 0.06 0.00 0.00 99.76 12:49:03 12:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:49:03 12:43:01 1 0.53 0.00 0.13 0.00 0.00 99.33 12:49:03 12:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 12:49:03 12:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:49:03 12:44:01 all 0.17 0.00 0.05 0.00 0.00 99.78 12:49:03 12:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:49:03 12:44:01 1 0.52 0.00 0.12 0.00 0.00 99.37 12:49:03 12:44:01 2 0.08 0.00 0.03 0.00 0.00 99.88 12:49:03 12:44:01 3 0.05 0.00 0.03 0.00 0.00 99.92 12:49:03 12:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 12:49:03 12:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:49:03 12:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:49:03 12:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 12:49:03 12:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 12:49:03 12:46:01 all 6.23 0.00 4.46 1.11 0.08 88.14 12:49:03 12:46:01 0 6.35 0.00 5.40 0.83 0.07 87.34 12:49:03 12:46:01 1 6.10 0.00 4.27 0.58 0.07 88.99 12:49:03 12:46:01 2 6.77 0.00 4.59 1.69 0.07 86.88 12:49:03 12:46:01 3 5.69 0.00 3.57 1.32 0.10 89.32 12:49:03 12:47:01 all 3.39 0.00 2.27 2.54 0.04 91.76 12:49:03 12:47:01 0 2.67 0.00 2.69 2.54 0.03 92.07 12:49:03 12:47:01 1 4.51 0.00 2.35 2.18 0.02 90.94 12:49:03 12:47:01 2 3.42 0.00 2.21 2.30 0.07 92.00 12:49:03 12:47:01 3 2.97 0.00 1.84 3.13 0.03 92.02 12:49:03 12:48:01 all 0.20 0.00 0.05 0.00 0.00 99.75 12:49:03 12:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:49:03 12:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:49:03 12:48:01 2 0.58 0.00 0.12 0.00 0.00 99.30 12:49:03 12:48:01 3 0.15 0.00 0.02 0.00 0.00 99.83 12:49:03 12:49:03 Average: CPU %user %nice %system %iowait %steal %idle 12:49:03 Average: all 2.44 0.00 1.50 1.06 0.03 94.98 12:49:03 Average: 0 2.37 0.00 1.65 0.82 0.03 95.14 12:49:03 Average: 1 2.60 0.00 1.39 0.95 0.02 95.04 12:49:03 Average: 2 2.55 0.00 1.59 1.05 0.03 94.78 12:49:03 Average: 3 2.23 0.00 1.37 1.40 0.03 94.96 12:49:03 12:49:03 12:49:03