Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 23d84d0620b63080253f650c65c06b35d88c866e 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13658 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 23d84d0620b63080253f650c65c06b35d88c866e (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 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 Commit message: "modify rule engine health check" > git rev-list --no-walk 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:39:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:39:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:39:02 ========================================================= 03:39:02 EdgeX Global Pipelines Version Info 03:39:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:39:04 ------------------- 03:39:04 stable info: 03:39:04 ------------------- 03:39:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:39:04 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 03:39:04 Message: update stable to v1.0.167 03:39:05 ------------------- 03:39:05 experimental info: 03:39:05 ------------------- 03:39:05 Commited By: **** collab-it+edgex@linuxfoundation.org 03:39:05 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 03:39:05 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:39:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:39:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:39:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23d84d0 [Pipeline] echo 03:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:39:08 provisioning config files... 03:39:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5518145833429615767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:39:09 ---> docker-login.sh 03:39:09 nexus3.edgexfoundry.org:10001 03:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:09 Configure a credential helper to remove this warning. See 03:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:09 03:39:09 Login Succeeded 03:39:09 nexus3.edgexfoundry.org:10002 03:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:09 Configure a credential helper to remove this warning. See 03:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:09 03:39:09 Login Succeeded 03:39:09 nexus3.edgexfoundry.org:10003 03:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:10 Configure a credential helper to remove this warning. See 03:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:10 03:39:10 Login Succeeded 03:39:10 nexus3.edgexfoundry.org:10004 03:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:10 Configure a credential helper to remove this warning. See 03:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:10 03:39:10 Login Succeeded 03:39:10 docker.io 03:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:39:10 Configure a credential helper to remove this warning. See 03:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:39:10 03:39:10 Login Succeeded 03:39:10 ---> docker-login.sh ends [Pipeline] } 03:39:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:39:11 + git log --format=format:%s -1 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] echo 03:39:11 GIT_COMMIT: 23d84d0620b63080253f650c65c06b35d88c866e, Commit Message: modify rule engine health check [Pipeline] echo 03:39:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:12 03:39:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:39:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:13 latest: Pulling from edgex-devops/git-semver 03:39:13 31603596830f: Pulling fs layer 03:39:13 2a8b12db71e7: Pulling fs layer 03:39:13 6ca5941a6612: Pulling fs layer 03:39:13 ecc8261a40a4: Pulling fs layer 03:39:13 ecc8261a40a4: Waiting 03:39:13 2a8b12db71e7: Verifying Checksum 03:39:13 2a8b12db71e7: Download complete 03:39:13 31603596830f: Verifying Checksum 03:39:13 31603596830f: Download complete 03:39:13 ecc8261a40a4: Verifying Checksum 03:39:13 ecc8261a40a4: Download complete 03:39:13 6ca5941a6612: Verifying Checksum 03:39:13 6ca5941a6612: Download complete 03:39:13 31603596830f: Pull complete 03:39:13 2a8b12db71e7: Pull complete 03:39:14 6ca5941a6612: Pull complete 03:39:14 ecc8261a40a4: Pull complete 03:39:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:39:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:39:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:39:14 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:39:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:39:17 $ docker top f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:39:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:39:17 [ssh-agent] Looking for ssh-agent implementation... 03:39:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:39:18 $ docker exec f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent 03:39:18 SSH_AUTH_SOCK=/tmp/ssh-F76TVaeAoq86/agent.11 03:39:18 SSH_AGENT_PID=16 03:39:18 Running ssh-add (command line suppressed) 03:39:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1694073850278678191.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1694073850278678191.key) 03:39:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:39:18 + git tag --points-at HEAD [Pipeline] } 03:39:18 $ docker exec --env ******** --env ******** f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent -k 03:39:18 unset SSH_AUTH_SOCK; 03:39:18 unset SSH_AGENT_PID; 03:39:18 echo Agent pid 16 killed; 03:39:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:39:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:39:19 [ssh-agent] Looking for ssh-agent implementation... 03:39:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:39:19 $ docker exec f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent 03:39:19 SSH_AUTH_SOCK=/tmp/ssh-HhBlWkTkzmhZ/agent.45 03:39:19 SSH_AGENT_PID=51 03:39:19 Running ssh-add (command line suppressed) 03:39:19 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1234587688630455995.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1234587688630455995.key) 03:39:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:39:19 + git semver init 03:39:19 # -> Open(): unable to determine branch for HEAD 03:39:19 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:39:19 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:39:19 # $SEMVER_REMOTE_NAME = origin 03:39:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:39:19 # $SEMVER_USER_NAME = edgex-jenkins 03:39:19 # $SEMVER_BRANCH = master 03:39:19 # $SEMVER_TEMP = /tmp/semver-945845304 03:39:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 03:39:22 # '/tmp/semver-945845304' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 03:39:22 # -> Force: false 03:39:22 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:39:22 $ docker exec --env ******** --env ******** f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent -k 03:39:22 unset SSH_AUTH_SOCK; 03:39:22 unset SSH_AGENT_PID; 03:39:22 echo Agent pid 51 killed; 03:39:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:39:23 + git semver [Pipeline] } 03:39:23 $ docker stop --time=1 f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 03:39:24 $ docker rm -f f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 [Pipeline] // withDockerContainer [Pipeline] sh 03:39:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:39:25 Stashed 1 file(s) [Pipeline] echo 03:39:25 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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 03:39:41 Still waiting to schedule task 03:39:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13658’ 03:39:41 Still waiting to schedule task 03:39:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 03:41:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13659 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:41:31 Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout 03:41:36 using credential edgex-jenkins-ssh 03:41:36 Cloning the remote Git repository 03:41:37 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:41:37 > git init /w/workspace/edgex-ui-go/57 # timeout=10 03:41:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:41:37 > git --version # timeout=10 03:41:37 > git --version # 'git version 2.17.1' 03:41:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:41:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:41:39 Checking out Revision 23d84d0620b63080253f650c65c06b35d88c866e (master) 03:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:41:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:41:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:41:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:41:39 > git config core.sparsecheckout # timeout=10 03:41:39 > git checkout -f 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 03:41:43 Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:41:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:41:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:41:46 + + true 03:41:46 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:41:49 provisioning config files... 03:41:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config6352929957741486543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:41:49 ---> docker-login.sh 03:41:49 nexus3.edgexfoundry.org:10001 03:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:51 Configure a credential helper to remove this warning. See 03:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:51 03:41:51 Login Succeeded 03:41:51 nexus3.edgexfoundry.org:10002 03:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:51 Configure a credential helper to remove this warning. See 03:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:51 03:41:51 Login Succeeded 03:41:51 nexus3.edgexfoundry.org:10003 03:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 nexus3.edgexfoundry.org:10004 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:52 Configure a credential helper to remove this warning. See 03:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:52 03:41:52 Login Succeeded 03:41:52 docker.io 03:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:53 Configure a credential helper to remove this warning. See 03:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:53 03:41:53 Login Succeeded 03:41:53 ---> docker-login.sh ends [Pipeline] } 03:41:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:41:53 ========================================================= 03:41:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:41:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:41:54 + 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 . 03:41:54 Sending build context to Docker daemon 15.62MB 03:41:54 Step 1/8 : ARG BASE=golang:1.15-alpine 03:41:54 Step 2/8 : FROM ${BASE} 03:41:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:41:54 b538f80385f9: Pulling fs layer 03:41:54 74f711af9a0d: Pulling fs layer 03:41:54 99f96fe45779: Pulling fs layer 03:41:54 8529a6b9a6be: Pulling fs layer 03:41:54 45590311c82a: Pulling fs layer 03:41:54 69ca0ff8b7b3: Pulling fs layer 03:41:54 209524e5b208: Pulling fs layer 03:41:54 8529a6b9a6be: Waiting 03:41:54 45590311c82a: Waiting 03:41:54 69ca0ff8b7b3: Waiting 03:41:54 99f96fe45779: Verifying Checksum 03:41:54 99f96fe45779: Download complete 03:41:54 74f711af9a0d: Download complete 03:41:54 45590311c82a: Verifying Checksum 03:41:54 45590311c82a: Download complete 03:41:55 b538f80385f9: Verifying Checksum 03:41:55 b538f80385f9: Download complete 03:41:55 69ca0ff8b7b3: Verifying Checksum 03:41:55 69ca0ff8b7b3: Download complete 03:41:55 b538f80385f9: Pull complete 03:41:56 74f711af9a0d: Pull complete 03:41:56 99f96fe45779: Pull complete 03:41:57 209524e5b208: Verifying Checksum 03:41:57 209524e5b208: Download complete 03:41:58 8529a6b9a6be: Verifying Checksum 03:41:58 8529a6b9a6be: Download complete 03:42:10 8529a6b9a6be: Pull complete 03:42:10 45590311c82a: Pull complete 03:42:10 69ca0ff8b7b3: Pull complete 03:42:13 209524e5b208: Pull complete 03:42:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:42:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:42:13 ---> 5bddaf1c2fca 03:42:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:42:16 ---> Running in 3d79101ed6d5 03:42:16 Removing intermediate container 3d79101ed6d5 03:42:16 ---> 7a4fa2655eb8 03:42:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:42:16 ---> Running in acf2743aefe4 03:42:19 Removing intermediate container acf2743aefe4 03:42:19 ---> d65df8022f4b 03:42:19 Step 5/8 : RUN apk add --no-cache make git 03:42:19 ---> Running in 82e8d999f159 03:42:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:42:23 OK: 142 MiB in 39 packages 03:42:24 Removing intermediate container 82e8d999f159 03:42:24 ---> 649f79996e9b 03:42:24 Step 6/8 : WORKDIR /edgex-ui-go 03:42:24 ---> Running in 6fa2ad660137 03:42:24 Removing intermediate container 6fa2ad660137 03:42:24 ---> 465e0b94fe2e 03:42:24 Step 7/8 : COPY . . 03:42:26 ---> 852a37e5c4d1 03:42:26 Step 8/8 : RUN go mod download 03:42:26 ---> Running in e9878032b708 03:42:26 Running on prd-centos7-docker-4c-2g-13660 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:42:26 Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout 03:42:29 using credential edgex-jenkins-ssh 03:42:29 Cloning the remote Git repository 03:42:29 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:42:29 > git init /w/workspace/edgex-ui-go/57 # timeout=10 03:42:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:42:29 > git --version # timeout=10 03:42:29 > git --version # 'git version 2.24.3' 03:42:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:42:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:42:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:42:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:42:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:42:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:42:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:42:30 Checking out Revision 23d84d0620b63080253f650c65c06b35d88c866e (master) 03:42:30 > git config core.sparsecheckout # timeout=10 03:42:30 > git checkout -f 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 03:42:34 Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:42:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:42:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:42:36 + sudo service docker restart 03:42:36 + true 03:42:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:42:37 provisioning config files... 03:42:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config5342614796978908565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:38 ---> docker-login.sh 03:42:38 nexus3.edgexfoundry.org:10001 03:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:38 Configure a credential helper to remove this warning. See 03:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:38 03:42:38 Login Succeeded 03:42:38 nexus3.edgexfoundry.org:10002 03:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:38 Configure a credential helper to remove this warning. See 03:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:38 03:42:38 Login Succeeded 03:42:38 nexus3.edgexfoundry.org:10003 03:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:38 Configure a credential helper to remove this warning. See 03:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:38 03:42:38 Login Succeeded 03:42:38 nexus3.edgexfoundry.org:10004 03:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:39 Configure a credential helper to remove this warning. See 03:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:39 03:42:39 Login Succeeded 03:42:39 docker.io 03:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:39 Configure a credential helper to remove this warning. See 03:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:39 03:42:39 Login Succeeded 03:42:39 ---> docker-login.sh ends [Pipeline] } 03:42:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:42:39 ========================================================= 03:42:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:42:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:42:40 + 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 . 03:42:40 Sending build context to Docker daemon 15.62MB 03:42:40 Step 1/8 : ARG BASE=golang:1.15-alpine 03:42:40 Step 2/8 : FROM ${BASE} 03:42:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:42:40 df20fa9351a1: Pulling fs layer 03:42:40 ed8968b2872e: Pulling fs layer 03:42:40 a92cc7c5fd73: Pulling fs layer 03:42:40 e871e8e8d7a9: Pulling fs layer 03:42:40 e73272ec9a57: Pulling fs layer 03:42:40 1e910a182e73: Pulling fs layer 03:42:40 4e634b169226: Pulling fs layer 03:42:40 1e910a182e73: Waiting 03:42:40 4e634b169226: Waiting 03:42:40 e73272ec9a57: Waiting 03:42:40 a92cc7c5fd73: Verifying Checksum 03:42:40 a92cc7c5fd73: Download complete 03:42:40 ed8968b2872e: Verifying Checksum 03:42:40 ed8968b2872e: Download complete 03:42:40 e73272ec9a57: Verifying Checksum 03:42:40 e73272ec9a57: Download complete 03:42:40 df20fa9351a1: Verifying Checksum 03:42:40 df20fa9351a1: Download complete 03:42:40 1e910a182e73: Verifying Checksum 03:42:40 1e910a182e73: Download complete 03:42:40 df20fa9351a1: Pull complete 03:42:41 ed8968b2872e: Pull complete 03:42:41 a92cc7c5fd73: Pull complete 03:42:42 4e634b169226: Verifying Checksum 03:42:42 4e634b169226: Download complete 03:42:43 e871e8e8d7a9: Verifying Checksum 03:42:43 e871e8e8d7a9: Download complete 03:42:48 e871e8e8d7a9: Pull complete 03:42:48 e73272ec9a57: Pull complete 03:42:48 1e910a182e73: Pull complete 03:42:52 4e634b169226: Pull complete 03:42:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:42:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:42:52 ---> f7629b54cfaa 03:42:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:42:52 ---> Running in 9a2072d589d8 03:42:52 Removing intermediate container 9a2072d589d8 03:42:52 ---> 3d402ce086d9 03:42:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:42:52 ---> Running in 529bc7eb2b8e 03:42:53 Removing intermediate container e9878032b708 03:42:53 ---> ae65463f7df4 03:42:53 Successfully built ae65463f7df4 03:42:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:42:53 + docker inspect -f . ci-base-image-arm64 03:42:53 . [Pipeline] withDockerContainer 03:42:53 prd-ubuntu18.04-docker-arm64-4c-16g-13659 does not seem to be running inside a container 03:42:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat 03:42:54 Removing intermediate container 529bc7eb2b8e 03:42:54 ---> 2d6531dcc94d 03:42:54 Step 5/8 : RUN apk add --no-cache make git 03:42:54 ---> Running in d24fa505ded6 03:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:42:55 $ docker top 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b -eo pid,comm 03:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 03:42:56 OK: 166 MiB in 39 packages 03:42:56 + go version 03:42:56 go version go1.15.2 linux/arm64 [Pipeline] } 03:42:56 $ docker stop --time=1 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b 03:42:56 Removing intermediate container d24fa505ded6 03:42:56 ---> 336305f35efa 03:42:56 Step 6/8 : WORKDIR /edgex-ui-go 03:42:56 ---> Running in bfcfe7b0675b 03:42:56 Removing intermediate container bfcfe7b0675b 03:42:56 ---> 630619fd918b 03:42:56 Step 7/8 : COPY . . 03:42:58 ---> 42cf6bd1f3f0 03:42:58 Step 8/8 : RUN go mod download 03:42:58 ---> Running in 4bc794ceb182 03:42:58 $ docker rm -f 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:42:59 + docker inspect -f . ci-base-image-arm64 03:42:59 . [Pipeline] withDockerContainer 03:42:59 prd-ubuntu18.04-docker-arm64-4c-16g-13659 does not seem to be running inside a container 03:42:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat 03:43:01 $ docker top bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:02 + make test 03:43:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:43:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 03:43:20 Removing intermediate container 4bc794ceb182 03:43:20 ---> d1d1698608ee 03:43:20 Successfully built d1d1698608ee 03:43:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:43:20 + docker inspect -f . ci-base-image-x86_64 03:43:20 . [Pipeline] withDockerContainer 03:43:20 prd-centos7-docker-4c-2g-13660 does not seem to be running inside a container 03:43:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 03:43:21 $ docker top b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:21 + go version 03:43:21 go version go1.15.2 linux/amd64 [Pipeline] } 03:43:21 $ docker stop --time=1 b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 03:43:23 $ docker rm -f b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:43:24 + docker inspect -f . ci-base-image-x86_64 03:43:24 . [Pipeline] withDockerContainer 03:43:24 prd-centos7-docker-4c-2g-13660 does not seem to be running inside a container 03:43:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 03:43:24 $ docker top dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:25 + make test 03:43:25 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:43:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:43:25 GO111MODULE=on go vet ./... 03:43:25 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } 03:43:31 $ docker stop --time=1 bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:43:33 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:43:33 $ docker rm -f bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 03:43:33 GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh 03:43:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } 03:43:34 $ docker stop --time=1 dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f 03:43:34 Stashed 1 file(s) 03:43:37 $ docker rm -f dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:43:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:43:37 Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 03:43:37 Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 03:43:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh 03:43:40 + ls -al . 03:43:40 total 116 03:43:40 drwxrwxr-x 9 jenkins jenkins 4096 Nov 27 03:43 . 03:43:40 drwxrwxr-x 4 jenkins jenkins 4096 Nov 27 03:41 .. 03:43:40 drwxrwxr-x 8 jenkins jenkins 4096 Nov 27 03:41 .git 03:43:40 drwxrwxr-x 2 jenkins jenkins 4096 Nov 27 03:41 .github 03:43:40 -rw-rw-r-- 1 jenkins jenkins 136 Nov 27 03:41 .gitignore 03:43:40 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 27 03:41 CONTRIBUTING.md 03:43:40 -rw-rw-r-- 1 jenkins jenkins 913 Nov 27 03:41 Dockerfile 03:43:40 -rw-rw-r-- 1 jenkins jenkins 898 Nov 27 03:41 Dockerfile.build 03:43:40 -rw-rw-r-- 1 jenkins jenkins 652 Nov 27 03:41 Jenkinsfile 03:43:40 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 27 03:41 LICENSE 03:43:40 -rw-rw-r-- 1 jenkins jenkins 951 Nov 27 03:41 Makefile 03:43:40 -rw-rw-r-- 1 jenkins jenkins 3545 Nov 27 03:41 README.md 03:43:40 -rw-rw-r-- 1 jenkins jenkins 11 Nov 27 03:39 VERSION 03:43:40 drwxrwxr-x 3 jenkins jenkins 4096 Nov 27 03:41 assets 03:43:40 drwxrwxr-x 2 jenkins jenkins 4096 Nov 27 03:41 bin 03:43:40 drwxrwxr-x 3 jenkins jenkins 4096 Nov 27 03:41 cmd 03:43:40 -rw-r--r-- 1 jenkins jenkins 10 Nov 27 03:43 coverage.out 03:43:40 drwxrwxr-x 5 jenkins jenkins 4096 Nov 27 03:41 docs 03:43:40 -rw-rw-r-- 1 jenkins jenkins 1019 Nov 27 03:41 go.mod 03:43:40 -rw-r--r-- 1 jenkins jenkins 20718 Nov 27 03:43 go.sum 03:43:40 drwxrwxr-x 10 jenkins jenkins 4096 Nov 27 03:41 internal 03:43:40 -rw-rw-r-- 1 jenkins jenkins 155 Nov 27 03:41 version.go [Pipeline] isUnix [Pipeline] sh 03:43:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:43:41 + 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=23d84d0620b63080253f650c65c06b35d88c866e --label arch=arm64 --label version=1.3.1-dev.1 . 03:43:41 + ls -al . 03:43:41 total 84 03:43:41 drwxrwxr-x. 9 jenkins jenkins 4096 Nov 27 03:43 . 03:43:41 drwxrwxr-x. 4 jenkins jenkins 30 Nov 27 03:42 .. 03:43:41 drwxrwxr-x. 3 jenkins jenkins 20 Nov 27 03:42 assets 03:43:41 drwxrwxr-x. 2 jenkins jenkins 35 Nov 27 03:42 bin 03:43:41 drwxrwxr-x. 3 jenkins jenkins 29 Nov 27 03:42 cmd 03:43:41 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 27 03:42 CONTRIBUTING.md 03:43:41 -rw-r--r--. 1 jenkins jenkins 10 Nov 27 03:43 coverage.out 03:43:41 -rw-rw-r--. 1 jenkins jenkins 913 Nov 27 03:42 Dockerfile 03:43:41 -rw-rw-r--. 1 jenkins jenkins 898 Nov 27 03:42 Dockerfile.build 03:43:41 drwxrwxr-x. 5 jenkins jenkins 104 Nov 27 03:42 docs 03:43:41 drwxrwxr-x. 8 jenkins jenkins 162 Nov 27 03:42 .git 03:43:41 drwxrwxr-x. 2 jenkins jenkins 81 Nov 27 03:42 .github 03:43:41 -rw-rw-r--. 1 jenkins jenkins 136 Nov 27 03:42 .gitignore 03:43:41 -rw-rw-r--. 1 jenkins jenkins 1019 Nov 27 03:42 go.mod 03:43:41 -rw-r--r--. 1 jenkins jenkins 20718 Nov 27 03:43 go.sum 03:43:41 drwxrwxr-x. 10 jenkins jenkins 139 Nov 27 03:42 internal 03:43:41 -rw-rw-r--. 1 jenkins jenkins 652 Nov 27 03:42 Jenkinsfile 03:43:41 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 27 03:42 LICENSE 03:43:41 -rw-rw-r--. 1 jenkins jenkins 951 Nov 27 03:42 Makefile 03:43:41 -rw-rw-r--. 1 jenkins jenkins 3545 Nov 27 03:42 README.md 03:43:41 -rw-rw-r--. 1 jenkins jenkins 11 Nov 27 03:39 VERSION 03:43:41 -rw-rw-r--. 1 jenkins jenkins 155 Nov 27 03:42 version.go [Pipeline] isUnix [Pipeline] sh 03:43:41 + 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=23d84d0620b63080253f650c65c06b35d88c866e --label arch=amd64 --label version=1.3.1-dev.1 . 03:43:41 Sending build context to Docker daemon 15.64MB 03:43:41 Step 1/24 : ARG BASE=golang:1.15-alpine 03:43:41 Step 2/24 : FROM ${BASE} AS builder 03:43:41 ---> ae65463f7df4 03:43:41 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:43:41 Sending build context to Docker daemon 15.64MB 03:43:41 Step 1/24 : ARG BASE=golang:1.15-alpine 03:43:41 Step 2/24 : FROM ${BASE} AS builder 03:43:41 ---> d1d1698608ee 03:43:41 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:43:41 ---> Running in 4cf7d9fe4681 03:43:41 ---> Running in 7d53bac3a4a8 03:43:42 Removing intermediate container 7d53bac3a4a8 03:43:42 ---> 74cff4e43d8d 03:43:42 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:43:42 ---> Running in 51d48763e974 03:43:42 Removing intermediate container 51d48763e974 03:43:42 ---> aec64f3ff2d8 03:43:42 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:43:42 ---> Running in 7a7273a48b90 03:43:42 Removing intermediate container 7a7273a48b90 03:43:42 ---> ae41fbe843ca 03:43:42 Step 6/24 : LABEL Name=edgex-ui-go 03:43:42 ---> Running in 109f9c84e843 03:43:42 Removing intermediate container 4cf7d9fe4681 03:43:42 ---> 9afa88343bc0 03:43:42 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:43:42 ---> Running in f681bd4e38f5 03:43:42 Removing intermediate container 109f9c84e843 03:43:42 ---> 323b75db961e 03:43:42 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:43:42 ---> Running in 0bf1834c05b8 03:43:43 Removing intermediate container 0bf1834c05b8 03:43:43 ---> 476ad4465fb4 03:43:43 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:43 ---> Running in c68b1d1fd111 03:43:43 Removing intermediate container f681bd4e38f5 03:43:43 ---> 22e9af105169 03:43:43 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:43:43 ---> Running in ec81d8313def 03:43:43 Removing intermediate container ec81d8313def 03:43:43 ---> 9c109f83f529 03:43:43 Step 6/24 : LABEL Name=edgex-ui-go 03:43:43 ---> Running in a76f42ee174b 03:43:43 Removing intermediate container c68b1d1fd111 03:43:43 ---> 64748df67374 03:43:43 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:43:44 ---> Running in f8d6504cc870 03:43:44 Removing intermediate container a76f42ee174b 03:43:44 ---> 34550da7c2e5 03:43:44 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:43:44 ---> Running in c7a6731ea86e 03:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:43:44 Removing intermediate container c7a6731ea86e 03:43:44 ---> 765b6c2e3a0c 03:43:44 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:44 ---> Running in 6a4337757676 03:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:43:46 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 03:43:46 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:43:46 OK: 12754 distinct packages available 03:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:43:46 Removing intermediate container 6a4337757676 03:43:46 ---> ca9b1935f633 03:43:46 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:43:47 ---> Running in bd4c725b1402 03:43:47 OK: 166 MiB in 39 packages 03:43:47 Removing intermediate container f8d6504cc870 03:43:47 ---> 63043d96899b 03:43:47 Step 10/24 : ENV GO111MODULE=on 03:43:48 ---> Running in f6c5ca8888b0 03:43:48 Removing intermediate container f6c5ca8888b0 03:43:48 ---> dbadbc7bd636 03:43:48 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:43:48 ---> Running in 0b747581460b 03:43:48 Removing intermediate container 0b747581460b 03:43:48 ---> 886929cb70d9 03:43:48 Step 12/24 : COPY go.mod . 03:43:48 ---> 66855d6f4274 03:43:48 Step 13/24 : COPY Makefile . 03:43:48 ---> 4ba954ea6bd2 03:43:48 Step 14/24 : RUN make update 03:43:49 ---> Running in f2e3f4a0f9c6 03:43:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:43:49 CGO_ENABLED=0 GO111MODULE=on go mod download 03:43:50 Removing intermediate container f2e3f4a0f9c6 03:43:50 ---> a70fd9d08c45 03:43:50 Step 15/24 : COPY . . 03:43:51 ---> a3ef7c66ce4a 03:43:51 Step 16/24 : RUN ${MAKE} 03:43:51 ---> Running in 140637a55ca8 03:43:51 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 03:43:51 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:43:51 OK: 12625 distinct packages available 03:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.1-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:43:53 OK: 142 MiB in 39 packages 03:43:55 Removing intermediate container bd4c725b1402 03:43:55 ---> ba7c9cf3adee 03:43:55 Step 10/24 : ENV GO111MODULE=on 03:43:55 ---> Running in bec0580dabb6 03:43:55 Removing intermediate container bec0580dabb6 03:43:55 ---> cc17e6c76973 03:43:55 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:43:55 ---> Running in 9e91eaadf45e 03:43:56 Removing intermediate container 9e91eaadf45e 03:43:56 ---> 69bedf53cfbe 03:43:56 Step 12/24 : COPY go.mod . 03:43:57 ---> 4a2b1652d8a9 03:43:57 Step 13/24 : COPY Makefile . 03:43:57 ---> b7d75cebf193 03:43:57 Step 14/24 : RUN make update 03:43:57 ---> Running in 82a3e834dd53 03:43:58 CGO_ENABLED=0 GO111MODULE=on go mod download 03:44:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:44:00 Removing intermediate container 82a3e834dd53 03:44:00 ---> 671758f927b5 03:44:00 Step 15/24 : COPY . . 03:44:01 Removing intermediate container 140637a55ca8 03:44:01 ---> ccab56ea796d 03:44:01 Step 17/24 : FROM alpine 03:44:02 ---> 79158fcb5b06 03:44:02 Step 16/24 : RUN ${MAKE} 03:44:02 ---> Running in 277832de0b98 03:44:02 latest: Pulling from library/alpine 03:44:02 188c0c94c7c5: Pulling fs layer 03:44:02 188c0c94c7c5: Verifying Checksum 03:44:02 188c0c94c7c5: Download complete 03:44:03 188c0c94c7c5: Pull complete 03:44:03 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:44:03 Status: Downloaded newer image for alpine:latest 03:44:03 ---> d6e46aa2470d 03:44:03 Step 18/24 : EXPOSE 4000 03:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.1-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:44:03 ---> Running in d0ad4db366ce 03:44:03 Removing intermediate container d0ad4db366ce 03:44:03 ---> dd24ff9f768f 03:44:03 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 03:44:04 ---> 9bcb2231e72d 03:44:04 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:44:04 ---> Running in ccbced2e8437 03:44:04 Removing intermediate container ccbced2e8437 03:44:04 ---> 7c195fe91608 03:44:04 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:44:04 ---> Running in df0b36e5a619 03:44:04 Removing intermediate container df0b36e5a619 03:44:04 ---> 7adb99045acd 03:44:04 Step 22/24 : LABEL arch=amd64 03:44:04 ---> Running in b12217513305 03:44:05 Removing intermediate container b12217513305 03:44:05 ---> cc6b2dd56efa 03:44:05 Step 23/24 : LABEL git_sha=23d84d0620b63080253f650c65c06b35d88c866e 03:44:05 ---> Running in c995225193c3 03:44:05 Removing intermediate container c995225193c3 03:44:05 ---> 60885f2c6088 03:44:05 Step 24/24 : LABEL version=1.3.1-dev.1 03:44:05 ---> Running in a1ecd966f06c 03:44:05 Removing intermediate container a1ecd966f06c 03:44:05 ---> dcf394cd189e 03:44:05 [Warning] One or more build-args [ARCH] were not consumed 03:44:05 Successfully built dcf394cd189e 03:44:05 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:44:06 provisioning config files... 03:44:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config8757294885277182561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:06 ---> docker-login.sh 03:44:06 nexus3.edgexfoundry.org:10001 03:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:06 Configure a credential helper to remove this warning. See 03:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:06 03:44:06 Login Succeeded 03:44:06 nexus3.edgexfoundry.org:10002 03:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:06 Configure a credential helper to remove this warning. See 03:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:06 03:44:06 Login Succeeded 03:44:06 nexus3.edgexfoundry.org:10003 03:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:07 Configure a credential helper to remove this warning. See 03:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:07 03:44:07 Login Succeeded 03:44:07 nexus3.edgexfoundry.org:10004 03:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:07 Configure a credential helper to remove this warning. See 03:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:07 03:44:07 Login Succeeded 03:44:07 docker.io 03:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:07 Configure a credential helper to remove this warning. See 03:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:07 03:44:07 Login Succeeded 03:44:07 ---> docker-login.sh ends [Pipeline] } 03:44:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:07 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 03:44:07 23d84d0620b63080253f650c65c06b35d88c866e 03:44:07 latest 03:44:07 1.3.1-dev.1 03:44:07 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:07 master 03:44:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:08 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh 03:44:08 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e 03:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:44:08 2d1cc0d99b9f: Preparing 03:44:08 ace0eda3e3be: Preparing 03:44:08 ace0eda3e3be: Layer already exists 03:44:09 2d1cc0d99b9f: Pushed 03:44:10 23d84d0620b63080253f650c65c06b35d88c866e: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:10 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 03:44:10 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:44:10 2d1cc0d99b9f: Preparing 03:44:10 ace0eda3e3be: Preparing 03:44:10 2d1cc0d99b9f: Layer already exists 03:44:10 ace0eda3e3be: Layer already exists 03:44:11 latest: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:11 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:44:11 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 03:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:44:11 2d1cc0d99b9f: Preparing 03:44:11 ace0eda3e3be: Preparing 03:44:11 ace0eda3e3be: Layer already exists 03:44:11 2d1cc0d99b9f: Layer already exists 03:44:11 1.3.1-dev.1: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:12 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:44:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:44:12 2d1cc0d99b9f: Preparing 03:44:12 ace0eda3e3be: Preparing 03:44:12 2d1cc0d99b9f: Layer already exists 03:44:12 ace0eda3e3be: Layer already exists 03:44:12 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:12 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 03:44:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 03:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:44:13 2d1cc0d99b9f: Preparing 03:44:13 ace0eda3e3be: Preparing 03:44:13 2d1cc0d99b9f: Layer already exists 03:44:13 ace0eda3e3be: Layer already exists 03:44:13 master: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:13 ===================================================== [Pipeline] echo 03:44:13 taggedImages: 03:44:13 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e 03:44:13 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:44:13 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 03:44:13 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:13 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:44:25 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:44:30 Removing intermediate container 277832de0b98 03:44:30 ---> c21f6d69bafc 03:44:30 Step 17/24 : FROM alpine 03:44:30 latest: Pulling from library/alpine 03:44:31 5f621e34cdf4: Pulling fs layer 03:44:31 5f621e34cdf4: Verifying Checksum 03:44:31 5f621e34cdf4: Download complete 03:44:31 5f621e34cdf4: Pull complete 03:44:31 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:44:31 Status: Downloaded newer image for alpine:latest 03:44:31 ---> 2e77e061c27f 03:44:31 Step 18/24 : EXPOSE 4000 03:44:32 ---> Running in e5c55c61cbd1 03:44:32 Removing intermediate container e5c55c61cbd1 03:44:32 ---> 931c89f3b826 03:44:32 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 03:44:34 ---> 1c2fc14046e1 03:44:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:44:34 ---> Running in 2aebfab203c7 03:44:35 Removing intermediate container 2aebfab203c7 03:44:35 ---> 166627d7cfe7 03:44:35 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:44:35 ---> Running in 4057338b509f 03:44:35 Removing intermediate container 4057338b509f 03:44:35 ---> 8219e8659b30 03:44:35 Step 22/24 : LABEL arch=arm64 03:44:35 ---> Running in d38cc764dbe9 03:44:36 Removing intermediate container d38cc764dbe9 03:44:36 ---> d6918efd5059 03:44:36 Step 23/24 : LABEL git_sha=23d84d0620b63080253f650c65c06b35d88c866e 03:44:36 ---> Running in 425209c4affa 03:44:36 Removing intermediate container 425209c4affa 03:44:36 ---> 09440d995404 03:44:36 Step 24/24 : LABEL version=1.3.1-dev.1 03:44:36 ---> Running in 99b2f6ef3f13 03:44:37 Removing intermediate container 99b2f6ef3f13 03:44:37 ---> f5f3850f9bab 03:44:37 [Warning] One or more build-args [ARCH] were not consumed 03:44:37 Successfully built f5f3850f9bab 03:44:37 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 03:44:37 provisioning config files... 03:44:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config6974285622842615242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:38 ---> docker-login.sh 03:44:38 nexus3.edgexfoundry.org:10001 03:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:38 Configure a credential helper to remove this warning. See 03:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:38 03:44:38 Login Succeeded 03:44:38 nexus3.edgexfoundry.org:10002 03:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:39 Configure a credential helper to remove this warning. See 03:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:39 03:44:39 Login Succeeded 03:44:39 nexus3.edgexfoundry.org:10003 03:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:39 Configure a credential helper to remove this warning. See 03:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:39 03:44:39 Login Succeeded 03:44:39 nexus3.edgexfoundry.org:10004 03:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:40 Configure a credential helper to remove this warning. See 03:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:40 03:44:40 Login Succeeded 03:44:40 docker.io 03:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:41 Configure a credential helper to remove this warning. See 03:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:41 03:44:41 Login Succeeded 03:44:41 ---> docker-login.sh ends [Pipeline] } 03:44:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:41 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 03:44:41 23d84d0620b63080253f650c65c06b35d88c866e 03:44:41 latest 03:44:41 1.3.1-dev.1 03:44:41 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:41 master 03:44:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:41 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh 03:44:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e 03:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:44:42 c92d54b3bff2: Preparing 03:44:42 cd3761cfa1d9: Preparing 03:44:42 cd3761cfa1d9: Layer already exists 03:44:45 c92d54b3bff2: Pushed 03:44:45 23d84d0620b63080253f650c65c06b35d88c866e: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:46 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:44:46 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:44:46 c92d54b3bff2: Preparing 03:44:46 cd3761cfa1d9: Preparing 03:44:46 cd3761cfa1d9: Layer already exists 03:44:46 c92d54b3bff2: Layer already exists 03:44:46 latest: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:47 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:44:47 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 03:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:44:47 c92d54b3bff2: Preparing 03:44:47 cd3761cfa1d9: Preparing 03:44:47 c92d54b3bff2: Layer already exists 03:44:47 cd3761cfa1d9: Layer already exists 03:44:47 1.3.1-dev.1: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:48 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 03:44:48 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:44:48 c92d54b3bff2: Preparing 03:44:48 cd3761cfa1d9: Preparing 03:44:48 c92d54b3bff2: Layer already exists 03:44:48 cd3761cfa1d9: Layer already exists 03:44:48 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh 03:44:49 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:44:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 03:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:44:49 c92d54b3bff2: Preparing 03:44:49 cd3761cfa1d9: Preparing 03:44:49 c92d54b3bff2: Layer already exists 03:44:49 cd3761cfa1d9: Layer already exists 03:44:49 master: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:49 ===================================================== [Pipeline] echo 03:44:50 taggedImages: 03:44:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e 03:44:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:44:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 03:44:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 03:44:50 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:44:52 provisioning config files... 03:44:52 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2136960514824384743tmp [Pipeline] { [Pipeline] sh 03:44:52 + set +x 03:44:52 + curl -s https://codecov.io/bash 03:44:52 + bash -s -- 03:44:52 03:44:52 _____ _ 03:44:52 / ____| | | 03:44:52 | | ___ __| | ___ ___ _____ __ 03:44:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:44:52 | |___| (_) | (_| | __/ (_| (_) \ V / 03:44:52 \_____\___/ \__,_|\___|\___\___/ \_/ 03:44:52 Bash-20201124-79cbc08 03:44:52 03:44:52 03:44:52 ==> Jenkins CI detected. 03:44:52 project root: . 03:44:52 --> token set from env 03:44:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:44:52 ==> Running gcov in . (disable via -X gcov) 03:44:52 ==> Python coveragepy not found 03:44:52 ==> Searching for coverage reports in: 03:44:52 + . 03:44:52 -> Found 1 reports 03:44:52 ==> Detecting git/mercurial file structure 03:44:52 ==> Reading reports 03:44:52 + ./coverage.out bytes=10 03:44:52 ==> Appending adjustments 03:44:52 https://docs.codecov.io/docs/fixing-reports 03:44:52 + Found adjustments 03:44:52 ==> Gzipping contents 03:44:52 4.0K /tmp/codecov.06eQNA.gz 03:44:52 ==> Uploading reports 03:44:52 url: https://codecov.io 03:44:52 query: branch=master&commit=23d84d0620b63080253f650c65c06b35d88c866e&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:44:52 -> Pinging Codecov 03:44:52 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=23d84d0620b63080253f650c65c06b35d88c866e&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:44:53 -> Uploading to 03:44:53 https://storage.googleapis.com/codecov/v4/raw/2020-11-27/FB506323287CE973F263BFD2A0EB1F37/23d84d0620b63080253f650c65c06b35d88c866e/2d7db208-3756-4bc5-bb3f-1d9ffb0b179b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201127T034453Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5434889696a480a6245d57351ed1182bda6c1fe7749532837729b9895bf306f 03:44:53 % Total % Received % Xferd Average Speed Time Time Time Current 03:44:53 Dload Upload Total Spent Left Speed 03:44:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4491 --:--:-- --:--:-- --:--:-- 4500 03:44:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] } 03:44:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:44:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:44:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:44:55 03:44:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:44:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:44:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:44:55 188c0c94c7c5: Pulling fs layer 03:44:55 0ef7d3d256c8: Pulling fs layer 03:44:55 de9db76c5a1d: Pulling fs layer 03:44:55 0eba1c9be4d2: Pulling fs layer 03:44:55 0d57e429df01: Pulling fs layer 03:44:55 4e4be7b47b0d: Pulling fs layer 03:44:55 e1f770b5df2f: Pulling fs layer 03:44:55 85a0685a4137: Pulling fs layer 03:44:55 0d57e429df01: Waiting 03:44:55 4e4be7b47b0d: Waiting 03:44:55 e1f770b5df2f: Waiting 03:44:55 85a0685a4137: Waiting 03:44:55 0eba1c9be4d2: Waiting 03:44:55 de9db76c5a1d: Download complete 03:44:55 0ef7d3d256c8: Download complete 03:44:55 0d57e429df01: Verifying Checksum 03:44:55 0d57e429df01: Download complete 03:44:55 4e4be7b47b0d: Verifying Checksum 03:44:55 4e4be7b47b0d: Download complete 03:44:55 188c0c94c7c5: Download complete 03:44:56 188c0c94c7c5: Pull complete 03:44:56 0ef7d3d256c8: Pull complete 03:44:56 de9db76c5a1d: Pull complete 03:44:56 e1f770b5df2f: Verifying Checksum 03:44:56 e1f770b5df2f: Download complete 03:44:58 0eba1c9be4d2: Verifying Checksum 03:44:58 0eba1c9be4d2: Download complete 03:44:59 85a0685a4137: Verifying Checksum 03:44:59 85a0685a4137: Download complete 03:45:04 0eba1c9be4d2: Pull complete 03:45:04 0d57e429df01: Pull complete 03:45:04 4e4be7b47b0d: Pull complete 03:45:07 e1f770b5df2f: Pull complete 03:45:15 85a0685a4137: Pull complete 03:45:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:45:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:45:15 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:45:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:45:16 $ docker top ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 -eo pid,comm [Pipeline] { [Pipeline] echo 03:45:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:45:17 + set -o pipefail 03:45:17 + snyk monitor '--org=edgex-jenkins' 03:45:35 03:45:35 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 03:45:35 03:45:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3700f666-36a1-49b1-82d3-9d34e0fd81d5 03:45:35 03:45:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:45:35 03:45:35 03:45:35 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 03:45:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:45:35 $ docker stop --time=1 ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 03:45:37 $ docker rm -f ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 03:45:38 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e, dockerFile=Dockerfile [Pipeline] echo 03:45:38 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 03:45:38 + set -o pipefail 03:45:38 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 03:45:38 + tee .snyk 03:45:38 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 03:45:38 version: v1.14.1 03:45:38 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 03:45:38 ignore: 03:45:38 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 03:45:38 - '*': 03:45:38 reason: does not apply # justification for ignoring 03:45:38 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 03:45:38 SNYK-ALPINE312-JQ-588886: 03:45:38 - '*': 03:45:38 reason: false positive 03:45:38 expires: 2021-01-01T00:00:00 03:45:38 # patch: {} [Pipeline] withCredentials 03:45:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:45:39 . [Pipeline] withDockerContainer 03:45:39 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:45:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:45:40 $ docker top c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:40 + rm -f snykReport.html [Pipeline] echo 03:45:40 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 03:45:41 + set -o pipefail 03:45:41 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 03:45:41 + snyk-to-html -o snykReport.html 03:45:47 Vulnerability snapshot saved at snykReport.html [Pipeline] } 03:45:47 $ docker stop --time=1 c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 03:45:49 $ docker rm -f c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:45:51 + git log --format=format:%s -1 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh 03:45:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:45:51 . [Pipeline] withDockerContainer 03:45:51 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:45:51 $ 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 03:45:52 $ docker top 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:52 [ssh-agent] Looking for ssh-agent implementation... 03:45:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:52 $ docker exec 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d ssh-agent 03:45:52 SSH_AUTH_SOCK=/tmp/ssh-8T1U8m5M299o/agent.11 03:45:52 SSH_AGENT_PID=16 03:45:53 Running ssh-add (command line suppressed) 03:45:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5597536625952179737.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5597536625952179737.key) 03:45:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:53 + git semver tag 03:45:53 # -> Open(): unable to determine branch for HEAD 03:45:53 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:45:53 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:45:53 # $SEMVER_REMOTE_NAME = origin 03:45:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:45:53 # $SEMVER_USER_NAME = edgex-jenkins 03:45:53 # $SEMVER_BRANCH = master 03:45:53 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:45:53 # 23d84d0620b63080253f650c65c06b35d88c866e HEAD 03:45:53 # -> Force: false 03:45:53 # fe31c75b1394e21b0f87da94c1d942d46aa552cc refs/tags/v1.3.1-dev.1 [Pipeline] } 03:45:53 $ docker exec --env ******** --env ******** 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d ssh-agent -k 03:45:53 unset SSH_AUTH_SOCK; 03:45:53 unset SSH_AGENT_PID; 03:45:53 echo Agent pid 16 killed; 03:45:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:54 + git semver [Pipeline] } 03:45:54 $ docker stop --time=1 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d 03:45:55 $ docker rm -f 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:45:56 03:45:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:45:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:45:56 0.23.1-centos7: Pulling from edgex-lftools 03:45:56 ab5ef0e58194: Pulling fs layer 03:45:56 9712f1f96733: Pulling fs layer 03:45:56 63f879dbbcfc: Pulling fs layer 03:45:56 0d9ebad4ef96: Pulling fs layer 03:45:56 e9a5061849ea: Pulling fs layer 03:45:56 d747dcd14b5f: Pulling fs layer 03:45:56 2de7ff778b66: Pulling fs layer 03:45:56 0d9ebad4ef96: Waiting 03:45:56 e9a5061849ea: Waiting 03:45:56 d747dcd14b5f: Waiting 03:45:56 2de7ff778b66: Waiting 03:45:56 9712f1f96733: Verifying Checksum 03:45:56 9712f1f96733: Download complete 03:45:58 63f879dbbcfc: Download complete 03:45:58 e9a5061849ea: Download complete 03:45:58 d747dcd14b5f: Verifying Checksum 03:45:58 d747dcd14b5f: Download complete 03:45:58 2de7ff778b66: Verifying Checksum 03:45:58 2de7ff778b66: Download complete 03:45:59 0d9ebad4ef96: Verifying Checksum 03:45:59 0d9ebad4ef96: Download complete 03:45:59 ab5ef0e58194: Verifying Checksum 03:45:59 ab5ef0e58194: Download complete 03:46:04 ab5ef0e58194: Pull complete 03:46:04 9712f1f96733: Pull complete 03:46:06 63f879dbbcfc: Pull complete 03:46:13 0d9ebad4ef96: Pull complete 03:46:14 e9a5061849ea: Pull complete 03:46:14 d747dcd14b5f: Pull complete 03:46:16 2de7ff778b66: Pull complete 03:46:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:46:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:46:17 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:46:21 $ docker top 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:46:21 provisioning config files... 03:46:21 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8329611769442561953tmp 03:46:21 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3067312110298199024tmp 03:46:21 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3909461263255650754tmp [Pipeline] { [Pipeline] echo 03:46:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:46:22 ---> sigul-configuration.sh 03:46:22 gpg: directory `/root/.gnupg' created 03:46:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:46:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:46:22 gpg: keyring `/root/.gnupg/secring.gpg' created 03:46:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:46:22 gpg: CAST5 encrypted data 03:46:22 gpg: encrypted with 1 passphrase 03:46:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:46:22 + mkdir /home/jenkins 03:46:22 + mkdir /home/jenkins/sigul [Pipeline] sh 03:46:22 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:46:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:46:23 ---> sigul-install.sh 03:46:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:46:28 + git tag --list 03:46:28 0.1.1 03:46:28 v1.1.0 03:46:28 v1.2.0 03:46:28 v1.2.1 03:46:28 v1.2.2-dev.1 03:46:28 v1.2.2-dev.10 03:46:28 v1.2.2-dev.11 03:46:28 v1.2.2-dev.12 03:46:28 v1.2.2-dev.2 03:46:28 v1.2.2-dev.3 03:46:28 v1.2.2-dev.4 03:46:28 v1.2.2-dev.5 03:46:28 v1.2.2-dev.6 03:46:28 v1.2.2-dev.7 03:46:28 v1.2.2-dev.8 03:46:28 v1.2.2-dev.9 03:46:28 v1.3.0 03:46:28 v1.3.1-dev.1 [Pipeline] sh 03:46:29 + lftools sign git-tag v1.3.1-dev.1 03:46:30 Signing Git tag with Sigul... 03:46:30 Signing v1.3.1-dev.1 [Pipeline] echo 03:46:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:46:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:46:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:46:46 $ docker stop --time=1 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 03:46:48 $ docker rm -f 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:46:49 . [Pipeline] withDockerContainer 03:46:49 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:46:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:46:50 $ docker top 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:46:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:46:50 [ssh-agent] Looking for ssh-agent implementation... 03:46:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:46:50 $ docker exec 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e ssh-agent 03:46:51 SSH_AUTH_SOCK=/tmp/ssh-FC8SX0j3gV2R/agent.11 03:46:51 SSH_AGENT_PID=17 03:46:51 Running ssh-add (command line suppressed) 03:46:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_408506429800126472.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_408506429800126472.key) 03:46:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:46:51 + git semver bump pre 03:46:51 # -> Open(): unable to determine branch for HEAD 03:46:51 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:46:51 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:46:51 # $SEMVER_REMOTE_NAME = origin 03:46:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:46:51 # $SEMVER_USER_NAME = edgex-jenkins 03:46:51 # $SEMVER_BRANCH = master 03:46:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:46:51 1.3.1-dev.2 [Pipeline] } 03:46:51 $ docker exec --env ******** --env ******** 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e ssh-agent -k 03:46:51 unset SSH_AUTH_SOCK; 03:46:51 unset SSH_AGENT_PID; 03:46:51 echo Agent pid 17 killed; 03:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:46:52 + git semver [Pipeline] } 03:46:52 $ docker stop --time=1 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e 03:46:53 $ docker rm -f 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:46:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:46:54 . [Pipeline] withDockerContainer 03:46:54 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:46:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:46:55 $ docker top 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:46:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:46:55 [ssh-agent] Looking for ssh-agent implementation... 03:46:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:46:55 $ docker exec 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa ssh-agent 03:46:55 SSH_AUTH_SOCK=/tmp/ssh-8ZxIfOznOU6V/agent.12 03:46:55 SSH_AGENT_PID=17 03:46:55 Running ssh-add (command line suppressed) 03:46:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7158589806949886989.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7158589806949886989.key) 03:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:46:56 + git semver push 03:46:56 # -> Open(): unable to determine branch for HEAD 03:46:56 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:46:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:46:56 # $SEMVER_REMOTE_NAME = origin 03:46:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:46:56 # $SEMVER_USER_NAME = edgex-jenkins 03:46:56 # $SEMVER_BRANCH = master 03:46:56 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:47:03 $ docker exec --env ******** --env ******** 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa ssh-agent -k 03:47:03 unset SSH_AUTH_SOCK; 03:47:03 unset SSH_AGENT_PID; 03:47:03 echo Agent pid 17 killed; 03:47:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:47:03 + git semver [Pipeline] } 03:47:03 $ docker stop --time=1 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa 03:47:05 $ docker rm -f 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:47:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:47:07 ---> package-listing.sh 03:47:07 ++ facter osfamily 03:47:07 ++ tr '[:upper:]' '[:lower:]' 03:47:07 + OS_FAMILY=redhat 03:47:07 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 03:47:07 + START_PACKAGES=/tmp/packages_start.txt 03:47:07 + END_PACKAGES=/tmp/packages_end.txt 03:47:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:47:07 + PACKAGES=/tmp/packages_start.txt 03:47:07 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:47:07 + PACKAGES=/tmp/packages_end.txt 03:47:07 + case "${OS_FAMILY}" in 03:47:07 + rpm -qa 03:47:07 + sort 03:47:13 + '[' -f /tmp/packages_start.txt ']' 03:47:13 + '[' -f /tmp/packages_end.txt ']' 03:47:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:47:13 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:47:13 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 03:47:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 03:47:13 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 03:47:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:47:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:13 03:47:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:47:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:14 alpine: Pulling from edgex-lftools-log-publisher 03:47:14 df20fa9351a1: Pulling fs layer 03:47:14 36b3adc4ff6f: Pulling fs layer 03:47:14 8ad3a11d3b57: Pulling fs layer 03:47:14 46f8f816bc3b: Pulling fs layer 03:47:14 93b61091891f: Pulling fs layer 03:47:14 93b9cdb0e59b: Pulling fs layer 03:47:14 5e14af77c1be: Pulling fs layer 03:47:14 01666e4c0597: Pulling fs layer 03:47:14 aa168da1d23b: Pulling fs layer 03:47:14 93b61091891f: Waiting 03:47:14 93b9cdb0e59b: Waiting 03:47:14 5e14af77c1be: Waiting 03:47:14 01666e4c0597: Waiting 03:47:14 aa168da1d23b: Waiting 03:47:14 46f8f816bc3b: Waiting 03:47:14 36b3adc4ff6f: Verifying Checksum 03:47:14 36b3adc4ff6f: Download complete 03:47:14 46f8f816bc3b: Verifying Checksum 03:47:14 46f8f816bc3b: Download complete 03:47:14 df20fa9351a1: Verifying Checksum 03:47:14 df20fa9351a1: Download complete 03:47:14 93b9cdb0e59b: Verifying Checksum 03:47:14 93b9cdb0e59b: Download complete 03:47:14 5e14af77c1be: Verifying Checksum 03:47:14 5e14af77c1be: Download complete 03:47:14 01666e4c0597: Verifying Checksum 03:47:14 01666e4c0597: Download complete 03:47:14 93b61091891f: Verifying Checksum 03:47:14 93b61091891f: Download complete 03:47:14 8ad3a11d3b57: Verifying Checksum 03:47:14 8ad3a11d3b57: Download complete 03:47:15 df20fa9351a1: Pull complete 03:47:15 36b3adc4ff6f: Pull complete 03:47:16 aa168da1d23b: Verifying Checksum 03:47:16 aa168da1d23b: Download complete 03:47:16 8ad3a11d3b57: Pull complete 03:47:16 46f8f816bc3b: Pull complete 03:47:17 93b61091891f: Pull complete 03:47:17 93b9cdb0e59b: Pull complete 03:47:17 5e14af77c1be: Pull complete 03:47:17 01666e4c0597: Pull complete 03:47:24 aa168da1d23b: Pull complete 03:47:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:47:24 prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container 03:47:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:47:27 $ docker top 9f30dc8cffdefac0d5c4c35997b58b1f0989f2a6be81d53b230ca8c634484c69 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:28 + touch /tmp/pre-build-complete [Pipeline] sh 03:47:28 + mkdir -p /var/log/sa [Pipeline] sh 03:47:28 + ls /var/log/sa-host 03:47:28 + sadf -c /var/log/sa-host/sa23 03:47:28 file_magic: OK 03:47:28 HZ: Using current value: 100 03:47:28 file_header: OK 03:47:28 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 03:47:28 Statistics: 03:47:28 Hnuu...uuuununununu... 03:47:28 File successfully converted to sysstat format version 12.2.1 03:47:28 + sadf -c /var/log/sa-host/sa27 03:47:28 file_magic: OK 03:47:28 HZ: Using current value: 100 03:47:28 file_header: OK 03:47:28 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 03:47:28 Statistics: 03:47:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:47:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:47:29 provisioning config files... 03:47:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7103221487245824890tmp [Pipeline] { [Pipeline] echo 03:47:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:47:29 ---> create-netrc.sh [Pipeline] } 03:47:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:47:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:47:30 ---> python-tools-install.sh [Pipeline] echo 03:47:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:47:30 ---> sudo-logs.sh 03:47:30 Archiving 'sudo' log.. [Pipeline] echo 03:47:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:47:30 ---> job-cost.sh 03:47:30 lf-activate-venv: SKIPPING 03:47:30 INFO: No Stack... 03:47:33 INFO: Retrieving Pricing Info for: v1-standard-2 03:47:34 INFO: Archiving Costs [Pipeline] echo 03:47:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:47:34 ---> logs-deploy.sh 03:47:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/57 03:47:34 INFO: archiving workspace using pattern(s): 03:47:36 Archives upload complete. 03:47:36 INFO: archiving logs to Nexus 03:47:37 ---> uname -a: 03:47:37 Linux prd-centos7-docker-4c-2g-13658.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:47:37 03:47:37 03:47:37 ---> lscpu: 03:47:37 Architecture: x86_64 03:47:37 CPU op-mode(s): 32-bit, 64-bit 03:47:37 Byte Order: Little Endian 03:47:37 Address sizes: 40 bits physical, 48 bits virtual 03:47:37 CPU(s): 4 03:47:37 On-line CPU(s) list: 0-3 03:47:37 Thread(s) per core: 1 03:47:37 Core(s) per socket: 1 03:47:37 Socket(s): 4 03:47:37 NUMA node(s): 1 03:47:37 Vendor ID: GenuineIntel 03:47:37 CPU family: 6 03:47:37 Model: 44 03:47:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:47:37 Stepping: 1 03:47:37 CPU MHz: 2933.442 03:47:37 BogoMIPS: 5866.88 03:47:37 Virtualization: VT-x 03:47:37 Hypervisor vendor: KVM 03:47:37 Virtualization type: full 03:47:37 L1d cache: 128 KiB 03:47:37 L1i cache: 128 KiB 03:47:37 L2 cache: 16 MiB 03:47:37 L3 cache: 64 MiB 03:47:37 NUMA node0 CPU(s): 0-3 03:47:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:47:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:47:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:47:37 Vulnerability Meltdown: Mitigation; PTI 03:47:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:47:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:47:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:47:37 Vulnerability Srbds: Not affected 03:47:37 Vulnerability Tsx async abort: Not affected 03:47:37 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 03:47:37 03:47:37 03:47:37 ---> nproc: 03:47:37 4 03:47:37 03:47:37 03:47:37 ---> df -h: 03:47:37 Filesystem Size Used Available Use% Mounted on 03:47:37 overlay 50.0G 8.6G 41.4G 17% / 03:47:37 tmpfs 64.0M 0 64.0M 0% /dev 03:47:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:47:37 shm 64.0M 0 64.0M 0% /dev/shm 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 03:47:37 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 03:47:37 03:47:37 03:47:37 ---> free -m: 03:47:37 total used free shared buff/cache available 03:47:37 Mem: 1837 810 134 0 892 962 03:47:37 Swap: 1023 2 1021 03:47:37 03:47:37 03:47:37 ---> ip addr: 03:47:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:47:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:47:37 inet 127.0.0.1/8 scope host lo 03:47:37 valid_lft forever preferred_lft forever 03:47:37 inet6 ::1/128 scope host 03:47:37 valid_lft forever preferred_lft forever 03:47:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:47:37 link/ether fa:16:3e:68:24:6f brd ff:ff:ff:ff:ff:ff 03:47:37 inet 10.30.122.77/23 brd 10.30.123.255 scope global dynamic eth0 03:47:37 valid_lft 85853sec preferred_lft 85853sec 03:47:37 inet6 fe80::f816:3eff:fe68:246f/64 scope link 03:47:37 valid_lft forever preferred_lft forever 03:47:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:47:37 link/ether 02:42:97:b2:f0:be brd ff:ff:ff:ff:ff:ff 03:47:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:47:37 valid_lft forever preferred_lft forever 03:47:37 inet6 fe80::42:97ff:feb2:f0be/64 scope link 03:47:37 valid_lft forever preferred_lft forever 03:47:37 03:47:37 03:47:37 ---> sar -b -r -n DEV: 03:47:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/27/20 _x86_64_ (4 CPU) 03:47:37 03:47:37 03:38:16 LINUX RESTART (4 CPU) 03:47:37 03:47:37 03:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:47:37 03:40:01 34.01 12.07 21.94 0.00 4433.23 3631.33 0.00 03:47:37 03:41:01 0.48 0.00 0.48 0.00 0.00 7.13 0.00 03:47:37 03:42:01 0.47 0.00 0.47 0.00 0.00 6.64 0.00 03:47:37 03:43:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 03:47:37 03:44:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 03:47:37 03:45:01 21.43 2.46 18.96 0.00 528.32 11988.18 0.00 03:47:37 03:46:01 340.86 192.96 147.91 0.00 9545.65 32200.70 0.00 03:47:37 03:47:01 183.87 66.53 117.34 0.00 4266.67 24002.86 0.00 03:47:37 Average: 72.78 34.30 38.48 0.00 2349.25 8988.98 0.00 03:47:37 03:47:37 03:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:47:37 03:40:01 154424 0 567168 30.14 2620 1157332 1090240 37.21 427480 1099840 20 03:47:37 03:41:01 161596 0 559988 29.76 2620 1157340 1058752 36.13 425136 1096588 8 03:47:37 03:42:01 158596 0 562984 29.92 2620 1157344 1058968 36.14 424420 1100092 8 03:47:37 03:43:01 158252 0 563328 29.94 2620 1157344 1058996 36.14 438304 1086764 8 03:47:37 03:44:01 158444 0 563128 29.93 2620 1157352 1058860 36.14 437316 1087792 12 03:47:37 03:45:01 75200 0 641568 34.10 2620 1162156 1494584 51.01 537968 1058348 45672 03:47:37 03:46:01 69180 0 744308 39.56 2224 1065832 1539644 52.55 680296 873856 53956 03:47:37 03:47:01 222764 0 762100 40.50 1524 895156 1322324 45.13 586228 737348 48 03:47:37 Average: 144807 0 620572 32.98 2434 1113732 1210296 41.31 494644 1017578 12466 03:47:37 03:47:37 03:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:47:37 03:40:01 eth0 186.77 155.57 555.98 44.12 0.00 0.00 0.00 0.00 03:47:37 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:40:01 docker0 42.55 30.50 3.36 106.44 0.00 0.00 0.00 0.00 03:47:37 03:41:01 eth0 0.63 0.02 0.06 0.00 0.00 0.00 0.00 0.00 03:47:37 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:42:01 eth0 4.18 2.60 3.34 0.32 0.00 0.00 0.00 0.00 03:47:37 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:43:01 eth0 1.00 0.75 0.54 0.41 0.00 0.00 0.00 0.00 03:47:37 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:44:01 eth0 0.23 0.18 0.08 0.10 0.00 0.00 0.00 0.00 03:47:37 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:45:01 eth0 403.63 368.50 4070.54 27.95 0.00 0.00 0.00 0.00 03:47:37 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:46:01 eth0 486.30 426.79 3439.66 91.69 0.00 0.00 0.00 0.00 03:47:37 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:46:01 docker0 38.60 41.53 3.76 100.49 0.00 0.00 0.00 0.00 03:47:37 03:47:01 eth0 109.95 86.45 247.55 65.37 0.00 0.00 0.00 0.00 03:47:37 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 03:47:01 docker0 27.96 32.70 1.77 185.62 0.00 0.00 0.00 0.00 03:47:37 03:47:01 veth75951c6 1.85 1.35 0.29 0.26 0.00 0.00 0.00 0.00 03:47:37 Average: eth0 149.21 130.21 1040.55 28.77 0.00 0.00 0.00 0.00 03:47:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:37 Average: docker0 13.65 13.10 1.11 49.10 0.00 0.00 0.00 0.00 03:47:37 Average: veth75951c6 0.23 0.17 0.04 0.03 0.00 0.00 0.00 0.00 03:47:37 03:47:37 03:47:37 ---> sar -P ALL: 03:47:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/27/20 _x86_64_ (4 CPU) 03:47:37 03:47:37 03:38:16 LINUX RESTART (4 CPU) 03:47:37 03:47:37 03:39:01 CPU %user %nice %system %iowait %steal %idle 03:47:37 03:40:01 all 3.35 0.00 2.20 0.73 0.01 93.72 03:47:37 03:40:01 0 3.22 0.00 2.43 0.17 0.02 94.16 03:47:37 03:40:01 1 3.53 0.00 1.94 0.79 0.02 93.72 03:47:37 03:40:01 2 3.37 0.00 2.15 0.80 0.00 93.68 03:47:37 03:40:01 3 3.27 0.00 2.26 1.16 0.02 93.30 03:47:37 03:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:47:37 03:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:47:37 03:41:01 1 0.45 0.00 0.02 0.00 0.00 99.53 03:47:37 03:41:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:47:37 03:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:47:37 03:42:01 all 0.17 0.00 0.05 0.00 0.00 99.78 03:47:37 03:42:01 0 0.05 0.00 0.05 0.00 0.02 99.88 03:47:37 03:42:01 1 0.48 0.00 0.05 0.00 0.00 99.47 03:47:37 03:42:01 2 0.08 0.00 0.05 0.00 0.00 99.87 03:47:37 03:42:01 3 0.07 0.00 0.03 0.00 0.00 99.90 03:47:37 03:43:01 all 0.15 0.00 0.03 0.00 0.00 99.81 03:47:37 03:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:47:37 03:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 03:47:37 03:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:47:37 03:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:47:37 03:44:01 all 0.15 0.00 0.04 0.00 0.00 99.81 03:47:37 03:44:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:47:37 03:44:01 1 0.52 0.00 0.02 0.00 0.00 99.47 03:47:37 03:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 03:47:37 03:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:47:37 03:45:01 all 2.74 0.00 1.72 0.11 0.01 95.42 03:47:37 03:45:01 0 2.57 0.00 2.05 0.05 0.00 95.33 03:47:37 03:45:01 1 2.78 0.00 1.72 0.22 0.02 95.27 03:47:37 03:45:01 2 3.25 0.00 1.53 0.15 0.02 95.06 03:47:37 03:45:01 3 2.34 0.00 1.57 0.03 0.02 96.04 03:47:37 03:46:01 all 11.45 0.00 8.59 3.49 0.03 76.44 03:47:37 03:46:01 0 13.41 0.00 8.99 3.58 0.05 73.97 03:47:37 03:46:01 1 10.58 0.00 7.91 5.47 0.02 76.02 03:47:37 03:46:01 2 10.03 0.00 9.28 3.38 0.02 77.29 03:47:37 03:46:01 3 11.76 0.00 8.19 1.54 0.03 78.49 03:47:37 03:47:01 all 8.16 0.00 6.71 2.88 0.01 82.23 03:47:37 03:47:01 0 9.55 0.00 6.09 2.63 0.00 81.73 03:47:37 03:47:01 1 7.71 0.00 7.22 3.93 0.02 81.12 03:47:37 03:47:01 2 7.99 0.00 7.20 1.74 0.02 83.05 03:47:37 03:47:01 3 7.38 0.00 6.35 3.22 0.02 83.03 03:47:37 Average: all 3.26 0.00 2.40 0.89 0.01 93.45 03:47:37 Average: 0 3.57 0.00 2.44 0.79 0.01 93.18 03:47:37 Average: 1 3.29 0.00 2.34 1.28 0.01 93.07 03:47:37 Average: 2 3.08 0.00 2.52 0.75 0.01 93.64 03:47:37 Average: 3 3.07 0.00 2.28 0.74 0.01 93.90 03:47:37 03:47:37 03:47:37