Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e8cb258793469f1841277073dddd17e9c99cd16 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4519 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 Commit message: "refactor: replace string constant with variables" > git rev-list --no-walk 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:15:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:15:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:15:29 ========================================================= 17:15:29 EdgeX Global Pipelines Version Info 17:15:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:15:31 ------------------- 17:15:31 stable info: 17:15:31 ------------------- 17:15:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:15:31 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:15:31 Message: update stable to v1.0.192 17:15:31 ------------------- 17:15:31 experimental info: 17:15:31 ------------------- 17:15:31 Commited By: **** collab-it+edgex@linuxfoundation.org 17:15:31 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:15:31 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e8cb25 [Pipeline] echo 17:15:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:15:32 provisioning config files... 17:15:32 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3658309731247615792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:15:32 ---> docker-login.sh 17:15:32 nexus3.edgexfoundry.org:10001 17:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:33 Configure a credential helper to remove this warning. See 17:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:33 17:15:33 Login Succeeded 17:15:33 nexus3.edgexfoundry.org:10002 17:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:33 Configure a credential helper to remove this warning. See 17:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:33 17:15:33 Login Succeeded 17:15:33 nexus3.edgexfoundry.org:10003 17:15:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:33 Configure a credential helper to remove this warning. See 17:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:33 17:15:33 Login Succeeded 17:15:33 nexus3.edgexfoundry.org:10004 17:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:34 Configure a credential helper to remove this warning. See 17:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:34 17:15:34 Login Succeeded 17:15:34 docker.io 17:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:15:34 Configure a credential helper to remove this warning. See 17:15:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:15:34 17:15:34 Login Succeeded 17:15:34 ---> docker-login.sh ends [Pipeline] } 17:15:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:15:35 + git log --format=format:%s -1 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] echo 17:15:35 GIT_COMMIT: 7e8cb258793469f1841277073dddd17e9c99cd16, Commit Message: refactor: replace string constant with variables [Pipeline] echo 17:15:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:15:36 17:15:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:15:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:15:36 latest: Pulling from edgex-devops/git-semver 17:15:36 31603596830f: Pulling fs layer 17:15:36 54011a49482f: Pulling fs layer 17:15:36 a6820b24f6d8: Pulling fs layer 17:15:36 f581987b2513: Pulling fs layer 17:15:36 f581987b2513: Waiting 17:15:36 54011a49482f: Verifying Checksum 17:15:36 54011a49482f: Download complete 17:15:36 31603596830f: Verifying Checksum 17:15:36 31603596830f: Download complete 17:15:36 f581987b2513: Verifying Checksum 17:15:36 f581987b2513: Download complete 17:15:36 a6820b24f6d8: Verifying Checksum 17:15:36 a6820b24f6d8: Download complete 17:15:36 31603596830f: Pull complete 17:15:36 54011a49482f: Pull complete 17:15:37 a6820b24f6d8: Pull complete 17:15:38 f581987b2513: Pull complete 17:15:38 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:15:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:15:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:15:38 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:15:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:15:40 $ docker top 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:15:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:15:40 [ssh-agent] Looking for ssh-agent implementation... 17:15:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:15:41 $ docker exec 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent 17:15:41 SSH_AUTH_SOCK=/tmp/ssh-6ev1r7OYayY9/agent.11 17:15:41 SSH_AGENT_PID=17 17:15:41 Running ssh-add (command line suppressed) 17:15:41 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_835907060718219768.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_835907060718219768.key) 17:15:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:15:41 + git tag --points-at HEAD [Pipeline] } 17:15:41 $ docker exec --env ******** --env ******** 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent -k 17:15:41 unset SSH_AUTH_SOCK; 17:15:41 unset SSH_AGENT_PID; 17:15:41 echo Agent pid 17 killed; 17:15:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:15:41 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.48' [Pipeline] sshagent 17:15:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:15:41 [ssh-agent] Looking for ssh-agent implementation... 17:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:15:42 $ docker exec 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent 17:15:42 SSH_AUTH_SOCK=/tmp/ssh-quWLSEiDKuYO/agent.47 17:15:42 SSH_AGENT_PID=52 17:15:42 Running ssh-add (command line suppressed) 17:15:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5002669448046186350.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5002669448046186350.key) 17:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:15:42 + git semver init 17:15:42 # -> Open(): unable to determine branch for HEAD 17:15:42 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 17:15:42 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 17:15:42 # $SEMVER_REMOTE_NAME = origin 17:15:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:15:42 # $SEMVER_USER_NAME = edgex-jenkins 17:15:42 # $SEMVER_BRANCH = master 17:15:42 # $SEMVER_TEMP = /tmp/semver-613847851 17:15:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 17:15:44 # '/tmp/semver-613847851' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 17:15:44 # -> Force: false 17:15:44 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 17:15:44 $ docker exec --env ******** --env ******** 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent -k 17:15:44 unset SSH_AUTH_SOCK; 17:15:44 unset SSH_AGENT_PID; 17:15:44 echo Agent pid 52 killed; 17:15:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:15:45 + git semver [Pipeline] } 17:15:45 $ docker stop --time=1 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 17:15:46 $ docker rm -f 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 [Pipeline] // withDockerContainer [Pipeline] sh 17:15:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:15:47 Stashed 1 file(s) [Pipeline] echo 17:15:47 [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [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 17:16:02 Still waiting to schedule task 17:16:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:16:02 Still waiting to schedule task 17:16:02 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:19:09 Running on prd-centos7-docker-4c-2g-4521 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 17:19:09 Running in /w/workspace/edgex-ui-go/108 [Pipeline] { [Pipeline] checkout 17:19:18 using credential edgex-jenkins-ssh 17:19:18 Cloning the remote Git repository 17:19:18 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:19:18 > git init /w/workspace/edgex-ui-go/108 # timeout=10 17:19:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:19:18 > git --version # timeout=10 17:19:18 > git --version # 'git version 2.24.3' 17:19:18 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:19:21 Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) 17:19:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:19:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:19:20 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:19:21 > git config core.sparsecheckout # timeout=10 17:19:21 > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 17:19:26 Commit message: "refactor: replace string constant with variables" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:19:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:19:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:19:29 + sudo service docker restart 17:19:29 + true 17:19:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:19:31 provisioning config files... 17:19:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config8310174311666869837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:32 ---> docker-login.sh 17:19:32 nexus3.edgexfoundry.org:10001 17:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:33 Configure a credential helper to remove this warning. See 17:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:33 17:19:33 Login Succeeded 17:19:33 nexus3.edgexfoundry.org:10002 17:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:33 Configure a credential helper to remove this warning. See 17:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:33 17:19:33 Login Succeeded 17:19:33 nexus3.edgexfoundry.org:10003 17:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:33 Configure a credential helper to remove this warning. See 17:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:33 17:19:33 Login Succeeded 17:19:33 nexus3.edgexfoundry.org:10004 17:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:33 Configure a credential helper to remove this warning. See 17:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:33 17:19:33 Login Succeeded 17:19:33 docker.io 17:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:34 Configure a credential helper to remove this warning. See 17:19:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:34 17:19:34 Login Succeeded 17:19:34 ---> docker-login.sh ends [Pipeline] } 17:19:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:19:34 ========================================================= 17:19:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:19:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:19:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:19:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4522 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 17:19:34 Running in /w/workspace/edgex-ui-go/108 [Pipeline] { [Pipeline] checkout 17:19:35 Sending build context to Docker daemon 34.92MB 17:19:35 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:19:35 Step 2/8 : FROM ${BASE} 17:19:35 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:19:35 540db60ca938: Pulling fs layer 17:19:35 adcc1eea9eea: Pulling fs layer 17:19:35 4c4ab2625f07: Pulling fs layer 17:19:35 0510c868ecb4: Pulling fs layer 17:19:35 afea3b2eda06: Pulling fs layer 17:19:35 7809a108b3ef: Pulling fs layer 17:19:35 f706445af74f: Pulling fs layer 17:19:35 afea3b2eda06: Waiting 17:19:35 0510c868ecb4: Waiting 17:19:35 7809a108b3ef: Waiting 17:19:35 f706445af74f: Waiting 17:19:36 4c4ab2625f07: Verifying Checksum 17:19:36 4c4ab2625f07: Download complete 17:19:36 adcc1eea9eea: Verifying Checksum 17:19:36 adcc1eea9eea: Download complete 17:19:36 afea3b2eda06: Download complete 17:19:36 7809a108b3ef: Verifying Checksum 17:19:36 7809a108b3ef: Download complete 17:19:36 540db60ca938: Verifying Checksum 17:19:36 540db60ca938: Download complete 17:19:36 540db60ca938: Pull complete 17:19:37 adcc1eea9eea: Pull complete 17:19:37 4c4ab2625f07: Pull complete 17:19:38 f706445af74f: Verifying Checksum 17:19:38 f706445af74f: Download complete 17:19:40 0510c868ecb4: Verifying Checksum 17:19:40 0510c868ecb4: Download complete 17:19:41 using credential edgex-jenkins-ssh 17:19:41 Cloning the remote Git repository 17:19:41 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 17:19:41 > git init /w/workspace/edgex-ui-go/108 # timeout=10 17:19:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:19:41 > git --version # timeout=10 17:19:41 > git --version # 'git version 2.17.1' 17:19:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:19:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 17:19:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 17:19:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:19:44 Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) 17:19:44 > git config core.sparsecheckout # timeout=10 17:19:44 > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 17:19:49 Commit message: "refactor: replace string constant with variables" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:19:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:19:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:19:51 0510c868ecb4: Pull complete 17:19:51 afea3b2eda06: Pull complete 17:19:51 7809a108b3ef: Pull complete 17:19:51 + sudo service docker restart 17:19:51 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:19:53 provisioning config files... 17:19:53 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config4451778716598763057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:53 ---> docker-login.sh 17:19:53 nexus3.edgexfoundry.org:10001 17:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:54 f706445af74f: Pull complete 17:19:54 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:19:54 ---> b068be0155e3 17:19:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:54 Configure a credential helper to remove this warning. See 17:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:54 17:19:54 Login Succeeded 17:19:54 nexus3.edgexfoundry.org:10002 17:19:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:55 Configure a credential helper to remove this warning. See 17:19:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:55 17:19:55 Login Succeeded 17:19:55 nexus3.edgexfoundry.org:10003 17:19:55 ---> Running in 12e75b8b31bc 17:19:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:55 Configure a credential helper to remove this warning. See 17:19:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:55 17:19:55 Login Succeeded 17:19:55 nexus3.edgexfoundry.org:10004 17:19:55 Removing intermediate container 12e75b8b31bc 17:19:55 ---> 9d6c6f9816f5 17:19:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:55 ---> Running in eb1f7ec8c6e1 17:19:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:56 Configure a credential helper to remove this warning. See 17:19:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:56 17:19:56 Login Succeeded 17:19:56 docker.io 17:19:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:56 Configure a credential helper to remove this warning. See 17:19:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:56 17:19:56 Login Succeeded 17:19:56 ---> docker-login.sh ends [Pipeline] } 17:19:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:19:57 ========================================================= 17:19:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:19:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:19:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:19:57 Removing intermediate container eb1f7ec8c6e1 17:19:57 ---> 52ca1b8f18a8 17:19:57 Step 5/8 : RUN apk add --no-cache make git 17:19:57 ---> Running in 6645fa3f72ab 17:19:58 Sending build context to Docker daemon 34.92MB 17:19:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:19:58 Step 2/8 : FROM ${BASE} 17:19:58 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:19:58 595b0fe564bb: Pulling fs layer 17:19:58 7186ed65a4f7: Pulling fs layer 17:19:58 316046926c0a: Pulling fs layer 17:19:58 4ebd0625c992: Pulling fs layer 17:19:58 207e8628e3a3: Pulling fs layer 17:19:58 c791037a9be2: Pulling fs layer 17:19:58 ffd874e62e21: Pulling fs layer 17:19:58 4ebd0625c992: Waiting 17:19:58 207e8628e3a3: Waiting 17:19:58 c791037a9be2: Waiting 17:19:58 ffd874e62e21: Waiting 17:19:58 316046926c0a: Verifying Checksum 17:19:58 316046926c0a: Download complete 17:19:58 7186ed65a4f7: Verifying Checksum 17:19:58 7186ed65a4f7: Download complete 17:19:58 207e8628e3a3: Verifying Checksum 17:19:58 207e8628e3a3: Download complete 17:19:58 c791037a9be2: Download complete 17:19:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:19:58 595b0fe564bb: Verifying Checksum 17:19:58 595b0fe564bb: Download complete 17:19:59 595b0fe564bb: Pull complete 17:20:00 7186ed65a4f7: Pull complete 17:20:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:20:00 316046926c0a: Pull complete 17:20:01 ffd874e62e21: Verifying Checksum 17:20:01 ffd874e62e21: Download complete 17:20:02 OK: 149 MiB in 40 packages 17:20:02 4ebd0625c992: Verifying Checksum 17:20:02 4ebd0625c992: Download complete 17:20:03 Removing intermediate container 6645fa3f72ab 17:20:03 ---> 5bfdebb84914 17:20:03 Step 6/8 : WORKDIR /edgex-ui-go 17:20:03 ---> Running in 5881b3c159a5 17:20:03 Removing intermediate container 5881b3c159a5 17:20:03 ---> 72dccc44dc01 17:20:03 Step 7/8 : COPY . . 17:20:07 ---> 98478ae9a5f7 17:20:07 Step 8/8 : RUN go mod download 17:20:07 ---> Running in 8b0380b8d03a 17:20:13 4ebd0625c992: Pull complete 17:20:13 207e8628e3a3: Pull complete 17:20:13 c791037a9be2: Pull complete 17:20:16 ffd874e62e21: Pull complete 17:20:16 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:20:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:20:16 ---> cfc18b08335c 17:20:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:20:19 ---> Running in 1d27596f59a3 17:20:19 Removing intermediate container 1d27596f59a3 17:20:19 ---> e2727abfa7ab 17:20:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:19 ---> Running in 08574cf2f46c 17:20:22 Removing intermediate container 08574cf2f46c 17:20:22 ---> e5e8d2212821 17:20:22 Step 5/8 : RUN apk add --no-cache make git 17:20:22 ---> Running in 080851a19fa7 17:20:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:20:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:20:25 OK: 138 MiB in 40 packages 17:20:26 Removing intermediate container 080851a19fa7 17:20:26 ---> 3229e59a7d55 17:20:26 Step 6/8 : WORKDIR /edgex-ui-go 17:20:26 ---> Running in 0874832ae907 17:20:27 Removing intermediate container 0874832ae907 17:20:27 ---> 314681ca85bc 17:20:27 Step 7/8 : COPY . . 17:20:30 ---> 8b5ec9a047d8 17:20:30 Step 8/8 : RUN go mod download 17:20:30 ---> Running in 96ebbbc3215c 17:20:46 Removing intermediate container 8b0380b8d03a 17:20:46 ---> 8a817fc5fef5 17:20:46 Successfully built 8a817fc5fef5 17:20:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:20:47 + docker inspect -f . ci-base-image-x86_64 17:20:47 . [Pipeline] withDockerContainer 17:20:47 prd-centos7-docker-4c-2g-4521 does not seem to be running inside a container 17:20:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:20:49 $ docker top 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:50 + go version 17:20:50 go version go1.16.3 linux/amd64 [Pipeline] } 17:20:50 $ docker stop --time=1 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc 17:20:51 $ docker rm -f 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:52 + docker inspect -f . ci-base-image-x86_64 17:20:52 . [Pipeline] withDockerContainer 17:20:52 prd-centos7-docker-4c-2g-4521 does not seem to be running inside a container 17:20:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:20:53 $ docker top 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:54 + go mod tidy [Pipeline] sh 17:20:55 + make test 17:20:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:20:57 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:21:02 Removing intermediate container 96ebbbc3215c 17:21:02 ---> 4261ab49c904 17:21:02 Successfully built 4261ab49c904 17:21:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:21:03 + docker inspect -f . ci-base-image-arm64 17:21:03 . [Pipeline] withDockerContainer 17:21:03 prd-ubuntu18.04-docker-arm64-4c-16g-4522 does not seem to be running inside a container 17:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:21:05 $ docker top f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:06 + go version 17:21:06 go version go1.16.3 linux/arm64 [Pipeline] } 17:21:06 $ docker stop --time=1 f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 17:21:08 $ docker rm -f f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:21:08 + docker inspect -f . ci-base-image-arm64 17:21:08 . [Pipeline] withDockerContainer 17:21:09 prd-ubuntu18.04-docker-arm64-4c-16g-4522 does not seem to be running inside a container 17:21:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:21:10 $ docker top 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:11 + go mod tidy [Pipeline] sh 17:21:12 + make test 17:21:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:21:14 ? github.com/edgexfoundry/edgex-ui-go [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:21:20 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:21:20 GO111MODULE=on go vet ./... [Pipeline] } 17:21:29 $ docker stop --time=1 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca 17:21:31 $ docker rm -f 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca [Pipeline] // withDockerContainer [Pipeline] sh 17:21:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:21:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:21:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:21:34 + ls -al . 17:21:34 total 92 17:21:34 drwxrwxr-x. 10 jenkins jenkins 4096 May 11 17:20 . 17:21:34 drwxrwxr-x. 4 jenkins jenkins 32 May 11 17:19 .. 17:21:34 drwxrwxr-x. 3 jenkins jenkins 20 May 11 17:19 assets 17:21:34 drwxrwxr-x. 2 jenkins jenkins 35 May 11 17:19 bin 17:21:34 drwxrwxr-x. 3 jenkins jenkins 29 May 11 17:19 cmd 17:21:34 -rw-rw-r--. 1 jenkins jenkins 3959 May 11 17:19 CONTRIBUTING.md 17:21:34 -rw-r--r--. 1 jenkins jenkins 10 May 11 17:20 coverage.out 17:21:34 -rw-rw-r--. 1 jenkins jenkins 1508 May 11 17:19 Dockerfile 17:21:34 -rw-rw-r--. 1 jenkins jenkins 902 May 11 17:19 Dockerfile.build 17:21:34 drwxrwxr-x. 5 jenkins jenkins 104 May 11 17:19 docs 17:21:34 drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:19 .git 17:21:34 drwxrwxr-x. 2 jenkins jenkins 103 May 11 17:19 .github 17:21:34 -rw-rw-r--. 1 jenkins jenkins 162 May 11 17:19 .gitignore 17:21:34 -rw-rw-r--. 1 jenkins jenkins 987 May 11 17:19 go.mod 17:21:34 -rw-r--r--. 1 jenkins jenkins 24424 May 11 17:20 go.sum 17:21:34 drwxrwxr-x. 10 jenkins jenkins 139 May 11 17:19 internal 17:21:34 -rw-rw-r--. 1 jenkins jenkins 652 May 11 17:19 Jenkinsfile 17:21:34 -rw-rw-r--. 1 jenkins jenkins 11357 May 11 17:19 LICENSE 17:21:34 -rw-rw-r--. 1 jenkins jenkins 941 May 11 17:19 Makefile 17:21:34 -rw-rw-r--. 1 jenkins jenkins 6012 May 11 17:19 README.md 17:21:34 -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:15 VERSION 17:21:34 -rw-rw-r--. 1 jenkins jenkins 155 May 11 17:19 version.go 17:21:34 drwxrwxr-x. 4 jenkins jenkins 4096 May 11 17:19 web [Pipeline] isUnix [Pipeline] sh 17:21:34 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 --label arch=amd64 --label version=2.0.0-dev.49 . 17:21:36 Sending build context to Docker daemon 34.95MB 17:21:36 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 17:21:36 Step 2/24 : FROM ${BASE} AS builder 17:21:36 ---> 8a817fc5fef5 17:21:36 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 17:21:36 ---> Running in 3af92111a108 17:21:37 Removing intermediate container 3af92111a108 17:21:37 ---> 340e76628d86 17:21:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:21:37 ---> Running in 24dccda8dd69 17:21:37 Removing intermediate container 24dccda8dd69 17:21:37 ---> a805a0ecda71 17:21:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:21:37 ---> Running in c69c35321190 17:21:38 Removing intermediate container c69c35321190 17:21:38 ---> 3bcb4661b5b4 17:21:38 Step 6/24 : LABEL Name=edgex-ui-go 17:21:38 ---> Running in 55000dc6d7cc 17:21:38 Removing intermediate container 55000dc6d7cc 17:21:38 ---> 940ba67242e1 17:21:38 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:21:38 ---> Running in b0b130a2cd3b 17:21:38 Removing intermediate container b0b130a2cd3b 17:21:38 ---> 5bfb1c14e74a 17:21:38 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:38 ---> Running in a1c32c92405d 17:21:40 Removing intermediate container a1c32c92405d 17:21:40 ---> cc94c13a798e 17:21:40 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:21:40 ---> Running in bcbb6b47f3e4 17:21:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:21:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:21:43 OK: 149 MiB in 40 packages 17:21:44 Removing intermediate container bcbb6b47f3e4 17:21:44 ---> 06165c22906d 17:21:44 Step 10/24 : ENV GO111MODULE=on 17:21:44 ---> Running in 1ff0fd457e83 17:21:45 Removing intermediate container 1ff0fd457e83 17:21:45 ---> b18a4c091ef1 17:21:45 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:21:45 ---> Running in ee60bb3d885b 17:21:46 Removing intermediate container ee60bb3d885b 17:21:46 ---> 97e8de6bbe6a 17:21:46 Step 12/24 : COPY go.mod . 17:21:46 ---> e20a62a30d21 17:21:46 Step 13/24 : COPY Makefile . 17:21:47 ---> f0f5749d92d7 17:21:47 Step 14/24 : RUN make update 17:21:47 ---> Running in 68289f2fbd51 17:21:48 CGO_ENABLED=0 GO111MODULE=on go mod download 17:21:49 Removing intermediate container 68289f2fbd51 17:21:49 ---> 6ca7ecaf3cc7 17:21:49 Step 15/24 : COPY . . 17:21:52 ---> ca05b41730ad 17:21:52 Step 16/24 : RUN ${MAKE} 17:21:52 ---> Running in b743fc253f3d 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 17:21:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 17:21:53 GO111MODULE=on go vet ./... 17:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.49" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:22:08 CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] } 17:22:11 $ docker stop --time=1 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 17:22:13 Removing intermediate container b743fc253f3d 17:22:13 ---> 7e862670010b 17:22:13 Step 17/24 : FROM alpine:3.12 17:22:13 3.12: Pulling from library/alpine 17:22:13 339de151aab4: Pulling fs layer 17:22:13 339de151aab4: Verifying Checksum 17:22:13 339de151aab4: Download complete 17:22:13 339de151aab4: Pull complete 17:22:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:22:13 Status: Downloaded newer image for alpine:3.12 17:22:13 ---> 13621d1b12d4 17:22:13 Step 18/24 : EXPOSE 4000 17:22:13 $ docker rm -f 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 17:22:14 ---> Running in 92016b369b49 [Pipeline] // withDockerContainer [Pipeline] sh 17:22:14 Removing intermediate container 92016b369b49 17:22:14 ---> 7a04870fa937 17:22:14 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 17:22:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:22:14 Warning: overwriting stash ‘coverage-report’ 17:22:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:22:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:22:16 ---> 563dc3fcc77d 17:22:16 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:22:16 + ls -al . 17:22:16 total 124 17:22:16 drwxrwxr-x 10 jenkins jenkins 4096 May 11 17:21 . 17:22:16 drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:19 .. 17:22:16 drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:19 .git 17:22:16 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:19 .github 17:22:16 -rw-rw-r-- 1 jenkins jenkins 162 May 11 17:19 .gitignore 17:22:16 -rw-rw-r-- 1 jenkins jenkins 3959 May 11 17:19 CONTRIBUTING.md 17:22:16 -rw-rw-r-- 1 jenkins jenkins 1508 May 11 17:19 Dockerfile 17:22:16 -rw-rw-r-- 1 jenkins jenkins 902 May 11 17:19 Dockerfile.build 17:22:16 -rw-rw-r-- 1 jenkins jenkins 652 May 11 17:19 Jenkinsfile 17:22:16 -rw-rw-r-- 1 jenkins jenkins 11357 May 11 17:19 LICENSE 17:22:16 -rw-rw-r-- 1 jenkins jenkins 941 May 11 17:19 Makefile 17:22:16 -rw-rw-r-- 1 jenkins jenkins 6012 May 11 17:19 README.md 17:22:16 -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:15 VERSION 17:22:16 drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:19 assets 17:22:16 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:19 bin 17:22:16 drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:19 cmd 17:22:16 -rw-r--r-- 1 jenkins jenkins 10 May 11 17:21 coverage.out 17:22:16 drwxrwxr-x 5 jenkins jenkins 4096 May 11 17:19 docs 17:22:16 -rw-rw-r-- 1 jenkins jenkins 987 May 11 17:19 go.mod 17:22:16 -rw-r--r-- 1 jenkins jenkins 24424 May 11 17:21 go.sum 17:22:16 drwxrwxr-x 10 jenkins jenkins 4096 May 11 17:19 internal 17:22:16 -rw-rw-r-- 1 jenkins jenkins 155 May 11 17:19 version.go 17:22:16 drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:19 web [Pipeline] isUnix [Pipeline] sh 17:22:16 ---> Running in 3c8af3602be7 17:22:16 Removing intermediate container 3c8af3602be7 17:22:16 ---> 3bc5618f5e87 17:22:16 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:22:16 ---> Running in b74538683e9a 17:22:16 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 --label arch=arm64 --label version=2.0.0-dev.49 . 17:22:17 Removing intermediate container b74538683e9a 17:22:17 ---> 6423624a51e7 17:22:17 Step 22/24 : LABEL arch=amd64 17:22:17 ---> Running in 10982225948e 17:22:17 Removing intermediate container 10982225948e 17:22:17 ---> 6d8424560723 17:22:17 Step 23/24 : LABEL git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 17:22:17 ---> Running in 1ff26ea999ea 17:22:17 Removing intermediate container 1ff26ea999ea 17:22:17 ---> d1c3cbd4635d 17:22:17 Step 24/24 : LABEL version=2.0.0-dev.49 17:22:17 ---> Running in 5222fbf2509e 17:22:17 Sending build context to Docker daemon 34.95MB 17:22:18 Removing intermediate container 5222fbf2509e 17:22:18 ---> 2dc9d5db803f 17:22:18 [Warning] One or more build-args [ARCH] were not consumed 17:22:18 Successfully built 2dc9d5db803f 17:22:18 Successfully tagged edgex-ui:latest 17:22:18 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 17:22:18 Step 2/24 : FROM ${BASE} AS builder 17:22:18 ---> 4261ab49c904 17:22:18 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:22:18 provisioning config files... 17:22:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config6741861781120117283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:18 ---> Running in 6576728987a5 17:22:18 Removing intermediate container 6576728987a5 17:22:18 ---> 67e99e1f7233 17:22:18 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 17:22:18 ---> docker-login.sh 17:22:18 nexus3.edgexfoundry.org:10001 17:22:19 ---> Running in 5434ea3664f3 17:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:19 Removing intermediate container 5434ea3664f3 17:22:19 ---> af0cda93a6be 17:22:19 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 17:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:19 Configure a credential helper to remove this warning. See 17:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:19 17:22:19 Login Succeeded 17:22:19 nexus3.edgexfoundry.org:10002 17:22:19 ---> Running in 264caa75c995 17:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:19 Configure a credential helper to remove this warning. See 17:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:19 17:22:19 Login Succeeded 17:22:19 nexus3.edgexfoundry.org:10003 17:22:20 Removing intermediate container 264caa75c995 17:22:20 ---> f1813b9931b9 17:22:20 Step 6/24 : LABEL Name=edgex-ui-go 17:22:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:20 Configure a credential helper to remove this warning. See 17:22:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:20 17:22:20 Login Succeeded 17:22:20 nexus3.edgexfoundry.org:10004 17:22:20 ---> Running in 5121b86ac4b6 17:22:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:20 Configure a credential helper to remove this warning. See 17:22:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:20 17:22:20 Login Succeeded 17:22:20 docker.io 17:22:20 Removing intermediate container 5121b86ac4b6 17:22:20 ---> c55d31252211 17:22:20 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 17:22:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:20 ---> Running in bfcbd885435e 17:22:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:20 Configure a credential helper to remove this warning. See 17:22:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:20 17:22:20 Login Succeeded 17:22:20 ---> docker-login.sh ends [Pipeline] } 17:22:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:20 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 17:22:20 7e8cb258793469f1841277073dddd17e9c99cd16 17:22:20 latest 17:22:20 2.0.0-dev.49 17:22:20 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:22:20 master 17:22:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:21 Removing intermediate container bfcbd885435e 17:22:21 ---> d781c9f72ac2 17:22:21 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:21 ---> Running in aaa1ac7dc3f3 17:22:21 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh 17:22:21 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 17:22:21 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 17:22:21 ba51e730bba3: Preparing 17:22:21 32f366d666a5: Preparing 17:22:21 32f366d666a5: Layer already exists 17:22:23 Removing intermediate container aaa1ac7dc3f3 17:22:23 ---> 86558d10460a 17:22:23 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:22:23 ---> Running in 16d8091ec56d 17:22:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:22:25 ba51e730bba3: Pushed 17:22:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:22:25 7e8cb258793469f1841277073dddd17e9c99cd16: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh 17:22:25 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh 17:22:26 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 17:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 17:22:26 ba51e730bba3: Preparing 17:22:26 32f366d666a5: Preparing 17:22:26 32f366d666a5: Layer already exists 17:22:26 ba51e730bba3: Layer already exists 17:22:26 latest: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh 17:22:26 OK: 138 MiB in 40 packages 17:22:26 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh 17:22:26 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 17:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 17:22:26 ba51e730bba3: Preparing 17:22:26 32f366d666a5: Preparing 17:22:26 32f366d666a5: Layer already exists 17:22:26 ba51e730bba3: Layer already exists 17:22:27 2.0.0-dev.49: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh 17:22:27 Removing intermediate container 16d8091ec56d 17:22:27 ---> 6d215119d7f3 17:22:27 Step 10/24 : ENV GO111MODULE=on 17:22:27 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh 17:22:27 ---> Running in 8f6f45f1fa21 17:22:27 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:22:27 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 17:22:27 ba51e730bba3: Preparing 17:22:27 32f366d666a5: Preparing 17:22:27 ba51e730bba3: Layer already exists 17:22:27 32f366d666a5: Layer already exists 17:22:27 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh 17:22:28 Removing intermediate container 8f6f45f1fa21 17:22:28 ---> 62fdc13944c6 17:22:28 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 17:22:28 ---> Running in 2dbfc8560404 17:22:28 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] isUnix [Pipeline] sh 17:22:28 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:master 17:22:28 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 17:22:28 ba51e730bba3: Preparing 17:22:28 32f366d666a5: Preparing 17:22:28 ba51e730bba3: Layer already exists 17:22:28 32f366d666a5: Layer already exists 17:22:28 Removing intermediate container 2dbfc8560404 17:22:28 ---> b69569f1e4a4 17:22:28 Step 12/24 : COPY go.mod . 17:22:28 master: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:28 ===================================================== [Pipeline] echo 17:22:29 taggedImages: 17:22:29 - nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 17:22:29 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 17:22:29 - nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 17:22:29 - nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:22:29 - nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:22:29 ---> b7c6ba1024c0 17:22:29 Step 13/24 : COPY Makefile . 17:22:29 ---> job-cost.sh 17:22:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0Ogo 17:22:30 ---> 1d506bfead9e 17:22:30 Step 14/24 : RUN make update 17:22:30 ---> Running in f3828a2b88ca 17:22:31 CGO_ENABLED=0 GO111MODULE=on go mod download 17:22:32 Removing intermediate container f3828a2b88ca 17:22:32 ---> f10dd10499e8 17:22:32 Step 15/24 : COPY . . 17:22:36 ---> f76f28baf232 17:22:36 Step 16/24 : RUN ${MAKE} 17:22:36 ---> Running in 68ebfceabcb7 17:22:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.49" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 17:22:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:23:04 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:23:09 Removing intermediate container 68ebfceabcb7 17:23:09 ---> cc14fd5a43dd 17:23:09 Step 17/24 : FROM alpine:3.12 17:23:09 3.12: Pulling from library/alpine 17:23:09 d2f70382dc9a: Pulling fs layer 17:23:09 d2f70382dc9a: Download complete 17:23:09 d2f70382dc9a: Pull complete 17:23:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:23:10 Status: Downloaded newer image for alpine:3.12 17:23:10 ---> 9852663dfa18 17:23:10 Step 18/24 : EXPOSE 4000 17:23:10 ---> Running in a1cdee55f426 17:23:10 Removing intermediate container a1cdee55f426 17:23:10 ---> 1fb722488d2c 17:23:10 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 17:23:13 ---> 77b122d9a23b 17:23:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 17:23:13 ---> Running in 3374bd8819f0 17:23:13 Removing intermediate container 3374bd8819f0 17:23:13 ---> 349d035994e3 17:23:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 17:23:13 ---> Running in e74fc4ebb000 17:23:14 Removing intermediate container e74fc4ebb000 17:23:14 ---> 83e4682f6862 17:23:14 Step 22/24 : LABEL arch=arm64 17:23:14 ---> Running in 063a89a3b29b 17:23:14 Removing intermediate container 063a89a3b29b 17:23:14 ---> d081145c9520 17:23:14 Step 23/24 : LABEL git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 17:23:14 ---> Running in 977edc3e3e2e 17:23:15 Removing intermediate container 977edc3e3e2e 17:23:15 ---> 792a17a6b5a6 17:23:15 Step 24/24 : LABEL version=2.0.0-dev.49 17:23:15 ---> Running in ae6b568f8d05 17:23:15 Removing intermediate container ae6b568f8d05 17:23:15 ---> 3c52400abebd 17:23:15 [Warning] One or more build-args [ARCH] were not consumed 17:23:15 Successfully built 3c52400abebd 17:23:15 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:16 provisioning config files... 17:23:16 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config17437172657889725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:16 ---> docker-login.sh 17:23:16 nexus3.edgexfoundry.org:10001 17:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:17 Configure a credential helper to remove this warning. See 17:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:17 17:23:17 Login Succeeded 17:23:17 nexus3.edgexfoundry.org:10002 17:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:17 Configure a credential helper to remove this warning. See 17:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:17 17:23:17 Login Succeeded 17:23:17 nexus3.edgexfoundry.org:10003 17:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:18 Configure a credential helper to remove this warning. See 17:23:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:18 17:23:18 Login Succeeded 17:23:18 nexus3.edgexfoundry.org:10004 17:23:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:18 Configure a credential helper to remove this warning. See 17:23:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:18 17:23:18 Login Succeeded 17:23:18 docker.io 17:23:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:19 Configure a credential helper to remove this warning. See 17:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:19 17:23:19 Login Succeeded 17:23:19 ---> docker-login.sh ends [Pipeline] } 17:23:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:19 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 17:23:19 7e8cb258793469f1841277073dddd17e9c99cd16 17:23:19 latest 17:23:19 2.0.0-dev.49 17:23:19 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:23:19 master 17:23:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:19 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh 17:23:20 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 17:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 17:23:20 be1e6ef56298: Preparing 17:23:20 3fbe34a1663b: Preparing 17:23:20 3fbe34a1663b: Layer already exists 17:23:27 be1e6ef56298: Pushed 17:23:27 7e8cb258793469f1841277073dddd17e9c99cd16: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh 17:23:27 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:23:27 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 17:23:27 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 17:23:27 be1e6ef56298: Preparing 17:23:27 3fbe34a1663b: Preparing 17:23:27 3fbe34a1663b: Layer already exists 17:23:27 be1e6ef56298: Layer already exists 17:23:28 latest: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh 17:23:28 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh 17:23:28 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 17:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 17:23:28 be1e6ef56298: Preparing 17:23:28 3fbe34a1663b: Preparing 17:23:28 3fbe34a1663b: Layer already exists 17:23:28 be1e6ef56298: Layer already exists 17:23:29 2.0.0-dev.49: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh 17:23:29 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh 17:23:29 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 17:23:29 be1e6ef56298: Preparing 17:23:29 3fbe34a1663b: Preparing 17:23:29 3fbe34a1663b: Layer already exists 17:23:29 be1e6ef56298: Layer already exists 17:23:30 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh 17:23:30 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] isUnix [Pipeline] sh 17:23:30 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master 17:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 17:23:30 be1e6ef56298: Preparing 17:23:30 3fbe34a1663b: Preparing 17:23:30 3fbe34a1663b: Layer already exists 17:23:30 be1e6ef56298: Layer already exists 17:23:31 master: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:31 ===================================================== [Pipeline] echo 17:23:31 taggedImages: 17:23:31 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 17:23:31 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 17:23:31 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 17:23:31 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 17:23:31 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:23:31 ---> job-cost.sh 17:23:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-avmp 17:23:35 lf-activate-venv(): INFO: Adding /tmp/venv-0Ogo/bin to PATH 17:23:35 INFO: No Stack... 17:23:35 INFO: Retrieving Pricing Info for: v1-standard-2 17:23:35 INFO: Archiving Costs [Pipeline] sh 17:23:36 + cat /w/workspace/edgex-ui-go/108/archives/cost.csv 17:23:36 + cut -d, -f6 [Pipeline] lock 17:23:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] 17:23:36 Resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] did not exist. Created. 17:23:36 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:23:36 + echo total: 0.029999999329447746 [Pipeline] stash 17:23:37 Stashed 1 file(s) [Pipeline] } 17:23:37 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:24:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:25:47 lf-activate-venv(): INFO: Adding /tmp/venv-avmp/bin to PATH 17:25:47 INFO: No Stack... 17:25:47 INFO: Retrieving Pricing Info for: lf-standard-4 17:25:47 INFO: Archiving Costs [Pipeline] sh 17:25:47 + + catcut /w/workspace/edgex-ui-go/108/archives/cost.csv -d, 17:25:47 -f6 [Pipeline] lock 17:25:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] 17:25:47 Resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] did not exist. Created. 17:25:47 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:25:48 /w/workspace/edgex-ui-go/108@tmp/durable-19c76df9/script.sh: 1: /w/workspace/edgex-ui-go/108@tmp/durable-19c76df9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:25:48 + echo total: 0.20999999344348907 [Pipeline] stash 17:25:48 Warning: overwriting stash ‘stack-cost’ 17:25:48 Stashed 1 file(s) [Pipeline] } 17:25:48 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:25:49 provisioning config files... 17:25:49 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9033040806992830763tmp [Pipeline] { [Pipeline] sh 17:25:49 + set +x 17:25:49 + curl -s https://codecov.io/bash 17:25:49 + bash -s -- 17:25:49 17:25:49 _____ _ 17:25:49 / ____| | | 17:25:49 | | ___ __| | ___ ___ _____ __ 17:25:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:25:49 | |___| (_) | (_| | __/ (_| (_) \ V / 17:25:49 \_____\___/ \__,_|\___|\___\___/ \_/ 17:25:49 Bash-1.0.2 17:25:49 17:25:49 17:25:49 ==> git version 2.24.3 found 17:25:49 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:25:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:25:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:25:49 ==> Jenkins CI detected. 17:25:49 project root: . 17:25:49 --> token set from env 17:25:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:25:49 ==> Running gcov in . (disable via -X gcov) 17:25:49 ==> Python coveragepy not found 17:25:49 ==> Searching for coverage reports in: 17:25:49 + . 17:25:49 -> Found 1 reports 17:25:49 ==> Detecting git/mercurial file structure 17:25:49 ==> Reading reports 17:25:49 + ./coverage.out bytes=10 17:25:49 ==> Appending adjustments 17:25:49 https://docs.codecov.io/docs/fixing-reports 17:25:50 + Found adjustments 17:25:50 ==> Gzipping contents 17:25:50 4.0K /tmp/codecov.rNrk7U.gz 17:25:50 ==> Uploading reports 17:25:50 url: https://codecov.io 17:25:50 query: branch=master&commit=7e8cb258793469f1841277073dddd17e9c99cd16&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:25:50 -> Pinging Codecov 17:25:50 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7e8cb258793469f1841277073dddd17e9c99cd16&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:25:51 -> Uploading to 17:25:51 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/FB506323287CE973F263BFD2A0EB1F37/7e8cb258793469f1841277073dddd17e9c99cd16/c353cd32-2fb2-4c59-a5ca-7ee5e00399da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T172550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=017313cb67400e27a947cb07ea4295654c730079d8b6f81565fd26c85a703deb 17:25:51 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:51 Dload Upload Total Spent Left Speed 17:25:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6740 --:--:-- --:--:-- --:--:-- 6739 100 3902 0 0 100 3902 0 6738 --:--:-- --:--:-- --:--:-- 6739 17:25:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] } 17:25:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:25:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:25:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:52 17:25:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:25:52 188c0c94c7c5: Pulling fs layer 17:25:52 0ef7d3d256c8: Pulling fs layer 17:25:52 de9db76c5a1d: Pulling fs layer 17:25:52 0eba1c9be4d2: Pulling fs layer 17:25:52 0d57e429df01: Pulling fs layer 17:25:52 4e4be7b47b0d: Pulling fs layer 17:25:52 e1f770b5df2f: Pulling fs layer 17:25:52 85a0685a4137: Pulling fs layer 17:25:52 0d57e429df01: Waiting 17:25:52 4e4be7b47b0d: Waiting 17:25:52 e1f770b5df2f: Waiting 17:25:52 85a0685a4137: Waiting 17:25:52 de9db76c5a1d: Verifying Checksum 17:25:52 de9db76c5a1d: Download complete 17:25:52 0ef7d3d256c8: Download complete 17:25:52 0d57e429df01: Verifying Checksum 17:25:52 0d57e429df01: Download complete 17:25:52 4e4be7b47b0d: Verifying Checksum 17:25:52 4e4be7b47b0d: Download complete 17:25:52 188c0c94c7c5: Verifying Checksum 17:25:52 188c0c94c7c5: Download complete 17:25:53 188c0c94c7c5: Pull complete 17:25:53 0ef7d3d256c8: Pull complete 17:25:53 e1f770b5df2f: Verifying Checksum 17:25:53 e1f770b5df2f: Download complete 17:25:53 de9db76c5a1d: Pull complete 17:25:56 0eba1c9be4d2: Verifying Checksum 17:25:56 0eba1c9be4d2: Download complete 17:25:57 85a0685a4137: Verifying Checksum 17:25:57 85a0685a4137: Download complete 17:26:03 0eba1c9be4d2: Pull complete 17:26:03 0d57e429df01: Pull complete 17:26:03 4e4be7b47b0d: Pull complete 17:26:05 e1f770b5df2f: Pull complete 17:26:13 85a0685a4137: Pull complete 17:26:13 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:26:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:26:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:26:13 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:26:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:26:14 $ docker top da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 -eo pid,comm [Pipeline] { [Pipeline] echo 17:26:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:26:15 + set -o pipefail 17:26:15 + snyk monitor '--org=edgex-jenkins' 17:26:27 17:26:27 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 17:26:27 17:26:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/b8641825-ac99-472a-a32e-78b2b7d89a8f 17:26:27 17:26:27 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:26:27 17:26:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:26:27 17:26:27 [Pipeline] } 17:26:27 $ docker stop --time=1 da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 17:26:30 $ docker rm -f da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:26:32 + git log --format=format:%s -1 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh 17:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:32 . [Pipeline] withDockerContainer 17:26:32 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:26:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:33 $ docker top c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:26:33 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:34 + git semver [Pipeline] } 17:26:34 $ docker stop --time=1 c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee 17:26:35 $ docker rm -f c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:26:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:36 17:26:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:26:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:36 0.23.1-centos7: Pulling from edgex-lftools 17:26:36 ab5ef0e58194: Pulling fs layer 17:26:36 9712f1f96733: Pulling fs layer 17:26:36 63f879dbbcfc: Pulling fs layer 17:26:36 0d9ebad4ef96: Pulling fs layer 17:26:36 e9a5061849ea: Pulling fs layer 17:26:36 d747dcd14b5f: Pulling fs layer 17:26:36 2de7ff778b66: Pulling fs layer 17:26:36 e9a5061849ea: Waiting 17:26:36 d747dcd14b5f: Waiting 17:26:36 0d9ebad4ef96: Waiting 17:26:36 9712f1f96733: Verifying Checksum 17:26:36 9712f1f96733: Download complete 17:26:38 63f879dbbcfc: Verifying Checksum 17:26:38 63f879dbbcfc: Download complete 17:26:38 e9a5061849ea: Verifying Checksum 17:26:38 e9a5061849ea: Download complete 17:26:38 d747dcd14b5f: Verifying Checksum 17:26:38 d747dcd14b5f: Download complete 17:26:38 ab5ef0e58194: Verifying Checksum 17:26:38 ab5ef0e58194: Download complete 17:26:38 0d9ebad4ef96: Verifying Checksum 17:26:38 0d9ebad4ef96: Download complete 17:26:39 2de7ff778b66: Verifying Checksum 17:26:39 2de7ff778b66: Download complete 17:26:43 ab5ef0e58194: Pull complete 17:26:44 9712f1f96733: Pull complete 17:26:46 63f879dbbcfc: Pull complete 17:26:52 0d9ebad4ef96: Pull complete 17:26:54 e9a5061849ea: Pull complete 17:26:54 d747dcd14b5f: Pull complete 17:26:56 2de7ff778b66: Pull complete 17:26:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:26:57 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:27:01 $ docker top 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:27:01 provisioning config files... 17:27:01 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1478505074659202451tmp 17:27:01 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5431532427379749470tmp 17:27:01 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7451616691255583092tmp [Pipeline] { [Pipeline] echo 17:27:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:27:01 ---> sigul-configuration.sh 17:27:01 gpg: directory `/root/.gnupg' created 17:27:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:27:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:27:01 gpg: keyring `/root/.gnupg/secring.gpg' created 17:27:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:27:01 gpg: CAST5 encrypted data 17:27:02 gpg: encrypted with 1 passphrase 17:27:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:27:02 + mkdir /home/jenkins 17:27:02 + mkdir /home/jenkins/sigul [Pipeline] sh 17:27:02 + 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 17:27:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:03 ---> sigul-install.sh 17:27:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:27:11 + git tag --list 17:27:11 0.1.1 17:27:11 v1.1.0 17:27:11 v1.2.0 17:27:11 v1.2.1 17:27:11 v1.3.0 17:27:11 v2.0.0-dev.1 17:27:11 v2.0.0-dev.10 17:27:11 v2.0.0-dev.11 17:27:11 v2.0.0-dev.12 17:27:11 v2.0.0-dev.13 17:27:11 v2.0.0-dev.14 17:27:11 v2.0.0-dev.15 17:27:11 v2.0.0-dev.16 17:27:11 v2.0.0-dev.17 17:27:11 v2.0.0-dev.18 17:27:11 v2.0.0-dev.19 17:27:11 v2.0.0-dev.2 17:27:11 v2.0.0-dev.20 17:27:11 v2.0.0-dev.21 17:27:11 v2.0.0-dev.22 17:27:11 v2.0.0-dev.23 17:27:11 v2.0.0-dev.24 17:27:11 v2.0.0-dev.25 17:27:11 v2.0.0-dev.26 17:27:11 v2.0.0-dev.27 17:27:11 v2.0.0-dev.28 17:27:11 v2.0.0-dev.29 17:27:11 v2.0.0-dev.3 17:27:11 v2.0.0-dev.30 17:27:11 v2.0.0-dev.31 17:27:11 v2.0.0-dev.32 17:27:11 v2.0.0-dev.33 17:27:11 v2.0.0-dev.34 17:27:11 v2.0.0-dev.35 17:27:11 v2.0.0-dev.36 17:27:11 v2.0.0-dev.37 17:27:11 v2.0.0-dev.38 17:27:11 v2.0.0-dev.39 17:27:11 v2.0.0-dev.4 17:27:11 v2.0.0-dev.40 17:27:11 v2.0.0-dev.41 17:27:11 v2.0.0-dev.42 17:27:11 v2.0.0-dev.43 17:27:11 v2.0.0-dev.44 17:27:11 v2.0.0-dev.45 17:27:11 v2.0.0-dev.46 17:27:11 v2.0.0-dev.47 17:27:11 v2.0.0-dev.48 17:27:11 v2.0.0-dev.5 17:27:11 v2.0.0-dev.6 17:27:11 v2.0.0-dev.7 17:27:11 v2.0.0-dev.8 17:27:11 v2.0.0-dev.9 [Pipeline] sh 17:27:11 + lftools sign git-tag v2.0.0-dev.49 17:27:13 Signing Git tag with Sigul... 17:27:13 Signing v2.0.0-dev.49 17:27:14 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.49'], return code 1, stdout , stderr [Pipeline] echo 17:27:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:27:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:27:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:27:14 $ docker stop --time=1 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b 17:27:16 $ docker rm -f 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:27:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:16 . [Pipeline] withDockerContainer 17:27:16 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:27:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:27:17 $ docker top 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:27:18 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:18 + git semver [Pipeline] } 17:27:18 $ docker stop --time=1 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b 17:27:19 $ docker rm -f 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:20 . [Pipeline] withDockerContainer 17:27:20 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:27:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:27:21 $ docker top 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:27:21 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:21 + git semver [Pipeline] } 17:27:21 $ docker stop --time=1 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d 17:27:23 $ docker rm -f 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d [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 17:27:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:27:24 ---> package-listing.sh 17:27:24 ++ facter osfamily 17:27:24 ++ tr '[:upper:]' '[:lower:]' 17:27:24 + OS_FAMILY=redhat 17:27:24 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 17:27:24 + START_PACKAGES=/tmp/packages_start.txt 17:27:24 + END_PACKAGES=/tmp/packages_end.txt 17:27:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:27:24 + PACKAGES=/tmp/packages_start.txt 17:27:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 17:27:24 + PACKAGES=/tmp/packages_end.txt 17:27:24 + case "${OS_FAMILY}" in 17:27:24 + rpm -qa 17:27:24 + sort 17:27:30 + '[' -f /tmp/packages_start.txt ']' 17:27:30 + '[' -f /tmp/packages_end.txt ']' 17:27:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:27:30 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 17:27:30 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 17:27:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 17:27:30 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 17:27:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:27:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:30 17:27:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:27:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:31 alpine: Pulling from edgex-lftools-log-publisher 17:27:31 df20fa9351a1: Pulling fs layer 17:27:31 36b3adc4ff6f: Pulling fs layer 17:27:31 8ad3a11d3b57: Pulling fs layer 17:27:31 46f8f816bc3b: Pulling fs layer 17:27:31 93b61091891f: Pulling fs layer 17:27:31 93b9cdb0e59b: Pulling fs layer 17:27:31 5e14af77c1be: Pulling fs layer 17:27:31 01666e4c0597: Pulling fs layer 17:27:31 aa168da1d23b: Pulling fs layer 17:27:31 46f8f816bc3b: Waiting 17:27:31 93b61091891f: Waiting 17:27:31 93b9cdb0e59b: Waiting 17:27:31 5e14af77c1be: Waiting 17:27:31 01666e4c0597: Waiting 17:27:31 aa168da1d23b: Waiting 17:27:31 36b3adc4ff6f: Verifying Checksum 17:27:31 36b3adc4ff6f: Download complete 17:27:31 46f8f816bc3b: Verifying Checksum 17:27:31 46f8f816bc3b: Download complete 17:27:31 df20fa9351a1: Download complete 17:27:31 93b9cdb0e59b: Verifying Checksum 17:27:31 93b9cdb0e59b: Download complete 17:27:31 93b61091891f: Download complete 17:27:31 5e14af77c1be: Verifying Checksum 17:27:31 5e14af77c1be: Download complete 17:27:31 01666e4c0597: Verifying Checksum 17:27:31 01666e4c0597: Download complete 17:27:31 8ad3a11d3b57: Verifying Checksum 17:27:31 8ad3a11d3b57: Download complete 17:27:32 df20fa9351a1: Pull complete 17:27:32 36b3adc4ff6f: Pull complete 17:27:33 aa168da1d23b: Verifying Checksum 17:27:33 aa168da1d23b: Download complete 17:27:34 8ad3a11d3b57: Pull complete 17:27:34 46f8f816bc3b: Pull complete 17:27:34 93b61091891f: Pull complete 17:27:34 93b9cdb0e59b: Pull complete 17:27:34 5e14af77c1be: Pull complete 17:27:34 01666e4c0597: Pull complete 17:27:42 aa168da1d23b: Pull complete 17:27:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:27:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:43 prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container 17:27:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:27:45 $ docker top 4a0d7f0209dbe6a79957a2e4fc1755e6ccb704cfca3460431abfdb2345f1f898 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:46 + touch /tmp/pre-build-complete [Pipeline] sh 17:27:46 + mkdir -p /var/log/sa [Pipeline] sh 17:27:46 + ls /var/log/sa-host 17:27:46 + sadf -c /var/log/sa-host/sa11 17:27:46 file_magic: OK 17:27:46 HZ: Using current value: 100 17:27:46 file_header: OK 17:27:46 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 17:27:46 Statistics: 17:27:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:27:46 File successfully converted to sysstat format version 12.2.1 17:27:46 + sadf -c /var/log/sa-host/sa23 17:27:46 file_magic: OK 17:27:46 HZ: Using current value: 100 17:27:46 file_header: OK 17:27:46 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 17:27:46 Statistics: 17:27:46 Hnuu...uuuununununu... 17:27:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:47 provisioning config files... 17:27:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config713768411756638322tmp [Pipeline] { [Pipeline] echo 17:27:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:27:47 ---> create-netrc.sh [Pipeline] } 17:27:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:27:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:48 ---> python-tools-install.sh [Pipeline] echo 17:27:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:27:48 ---> sudo-logs.sh 17:27:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:27:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:27:48 ---> job-cost.sh 17:27:48 lf-activate-venv: SKIPPING 17:27:48 DEBUG: total: 0.20999999344348907 17:27:48 INFO: Retrieving Stack Cost... 17:27:49 INFO: Retrieving Pricing Info for: v1-standard-2 17:27:50 INFO: Archiving Costs [Pipeline] echo 17:27:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:27:50 ---> logs-deploy.sh 17:27:50 lf-activate-venv: SKIPPING 17:27:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/108 17:27:50 INFO: archiving workspace using pattern(s): 17:27:52 Archives upload complete. 17:27:52 INFO: archiving logs to Nexus