Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-11941’ is offline Running on prd-centos7-docker-4c-2g-11944 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 Commit message: "fix the date bug" > git rev-list --no-walk 178e9abb726bc5c11d6eeab2f0e20b1eed984902 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T13:23:49.267Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T13:23:49.597Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T13:23:49.712Z] ========================================================= [2020-11-12T13:23:49.712Z] EdgeX Global Pipelines Version Info [2020-11-12T13:23:49.712Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:23:51.194Z] ------------------- [2020-11-12T13:23:51.194Z] stable info: [2020-11-12T13:23:51.194Z] ------------------- [2020-11-12T13:23:51.194Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T13:23:51.194Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T13:23:51.194Z] Message: update stable to v1.0.162 [2020-11-12T13:23:52.141Z] ------------------- [2020-11-12T13:23:52.142Z] experimental info: [2020-11-12T13:23:52.142Z] ------------------- [2020-11-12T13:23:52.142Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-12T13:23:52.142Z] Commit SHA: 385afd1d63b7490d49b292b4c1950ab3fd942460 [2020-11-12T13:23:52.142Z] Message: update experimental to v1.0.163 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T13:23:52.568Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-11-12T13:23:52.684Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-11-12T13:23:52.795Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T13:23:52.922Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T13:23:53.024Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T13:23:53.136Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T13:23:53.247Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T13:23:53.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T13:23:53.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T13:23:53.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T13:23:53.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T13:23:53.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-11-12T13:23:53.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T13:23:54.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T13:23:54.233Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T13:23:54.336Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T13:23:54.445Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T13:23:54.546Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T13:23:54.665Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-12T13:23:54.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-12T13:23:54.857Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T13:23:54.952Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T13:23:55.045Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T13:23:55.140Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T13:23:55.240Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-12T13:23:55.339Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T13:23:55.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-12T13:23:55.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-12T13:23:55.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-12T13:23:55.732Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo [2020-11-12T13:23:55.828Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c8f18d [Pipeline] echo [2020-11-12T13:23:55.918Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T13:23:56.097Z] provisioning config files... [2020-11-12T13:23:56.126Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8285018589639258387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:23:56.477Z] ---> docker-login.sh [2020-11-12T13:23:56.477Z] nexus3.edgexfoundry.org:10001 [2020-11-12T13:23:56.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:23:56.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:23:56.737Z] Configure a credential helper to remove this warning. See [2020-11-12T13:23:56.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:23:56.737Z] [2020-11-12T13:23:56.737Z] Login Succeeded [2020-11-12T13:23:56.737Z] nexus3.edgexfoundry.org:10002 [2020-11-12T13:23:56.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:23:56.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:23:56.998Z] Configure a credential helper to remove this warning. See [2020-11-12T13:23:56.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:23:56.998Z] [2020-11-12T13:23:56.998Z] Login Succeeded [2020-11-12T13:23:56.998Z] nexus3.edgexfoundry.org:10003 [2020-11-12T13:23:56.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:23:57.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:23:57.260Z] Configure a credential helper to remove this warning. See [2020-11-12T13:23:57.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:23:57.260Z] [2020-11-12T13:23:57.260Z] Login Succeeded [2020-11-12T13:23:57.260Z] nexus3.edgexfoundry.org:10004 [2020-11-12T13:23:57.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:23:57.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:23:57.260Z] Configure a credential helper to remove this warning. See [2020-11-12T13:23:57.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:23:57.260Z] [2020-11-12T13:23:57.260Z] Login Succeeded [2020-11-12T13:23:57.260Z] docker.io [2020-11-12T13:23:57.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:23:57.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:23:57.784Z] Configure a credential helper to remove this warning. See [2020-11-12T13:23:57.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:23:57.784Z] [2020-11-12T13:23:57.784Z] Login Succeeded [2020-11-12T13:23:57.784Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T13:23:57.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T13:23:58.553Z] + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo [2020-11-12T13:23:58.627Z] GIT_COMMIT: 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, Commit Message: fix the date bug [Pipeline] echo [2020-11-12T13:23:58.682Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:23:59.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:23:59.776Z] [2020-11-12T13:23:59.776Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:24:00.128Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:24:00.128Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T13:24:00.128Z] 31603596830f: Pulling fs layer [2020-11-12T13:24:00.128Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T13:24:00.128Z] 6ca5941a6612: Pulling fs layer [2020-11-12T13:24:00.128Z] ecc8261a40a4: Pulling fs layer [2020-11-12T13:24:00.128Z] ecc8261a40a4: Waiting [2020-11-12T13:24:00.128Z] 2a8b12db71e7: Verifying Checksum [2020-11-12T13:24:00.128Z] 2a8b12db71e7: Download complete [2020-11-12T13:24:00.391Z] 31603596830f: Verifying Checksum [2020-11-12T13:24:00.391Z] 31603596830f: Download complete [2020-11-12T13:24:00.391Z] ecc8261a40a4: Verifying Checksum [2020-11-12T13:24:00.391Z] ecc8261a40a4: Download complete [2020-11-12T13:24:00.391Z] 6ca5941a6612: Verifying Checksum [2020-11-12T13:24:00.391Z] 6ca5941a6612: Download complete [2020-11-12T13:24:00.660Z] 31603596830f: Pull complete [2020-11-12T13:24:00.660Z] 2a8b12db71e7: Pull complete [2020-11-12T13:24:01.612Z] 6ca5941a6612: Pull complete [2020-11-12T13:24:01.612Z] ecc8261a40a4: Pull complete [2020-11-12T13:24:01.612Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T13:24:01.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:24:01.612Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T13:24:01.716Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:24:01.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T13:24:03.718Z] $ docker top 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T13:24:03.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T13:24:03.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T13:24:04.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T13:24:04.211Z] $ docker exec 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent [2020-11-12T13:24:04.367Z] SSH_AUTH_SOCK=/tmp/ssh-VKmOy1Psskiv/agent.11 [2020-11-12T13:24:04.368Z] SSH_AGENT_PID=17 [2020-11-12T13:24:04.378Z] Running ssh-add (command line suppressed) [2020-11-12T13:24:04.503Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7387174936894538636.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7387174936894538636.key) [2020-11-12T13:24:04.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T13:24:04.877Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T13:24:04.897Z] $ docker exec --env ******** --env ******** 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent -k [2020-11-12T13:24:05.012Z] unset SSH_AUTH_SOCK; [2020-11-12T13:24:05.013Z] unset SSH_AGENT_PID; [2020-11-12T13:24:05.013Z] echo Agent pid 17 killed; [2020-11-12T13:24:05.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T13:24:05.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T13:24:05.204Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T13:24:05.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T13:24:05.365Z] $ docker exec 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent [2020-11-12T13:24:05.515Z] SSH_AUTH_SOCK=/tmp/ssh-tF1XlKQWUGMY/agent.45 [2020-11-12T13:24:05.515Z] SSH_AGENT_PID=50 [2020-11-12T13:24:05.521Z] Running ssh-add (command line suppressed) [2020-11-12T13:24:05.644Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6962928364032469282.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6962928364032469282.key) [2020-11-12T13:24:05.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T13:24:06.021Z] + git semver init [2020-11-12T13:24:06.022Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T13:24:06.022Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-12T13:24:06.022Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-12T13:24:06.022Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T13:24:06.022Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T13:24:06.022Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T13:24:06.022Z] # $SEMVER_BRANCH = master [2020-11-12T13:24:06.022Z] # $SEMVER_TEMP = /tmp/semver-202077896 [2020-11-12T13:24:06.022Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-11-12T13:24:06.965Z] # '/tmp/semver-202077896' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-11-12T13:24:06.965Z] # -> Force: false [2020-11-12T13:24:06.965Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-11-12T13:24:06.979Z] $ docker exec --env ******** --env ******** 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent -k [2020-11-12T13:24:07.092Z] unset SSH_AUTH_SOCK; [2020-11-12T13:24:07.093Z] unset SSH_AGENT_PID; [2020-11-12T13:24:07.093Z] echo Agent pid 50 killed; [2020-11-12T13:24:07.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T13:24:07.590Z] + git semver [Pipeline] } [2020-11-12T13:24:07.608Z] $ docker stop --time=1 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a [2020-11-12T13:24:09.015Z] $ docker rm -f 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T13:24:09.499Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T13:24:09.876Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T13:24:09.879Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.12 [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 [2020-11-12T13:24:25.471Z] Still waiting to schedule task [2020-11-12T13:24:25.471Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11944’ [2020-11-12T13:24:25.474Z] Still waiting to schedule task [2020-11-12T13:24:25.474Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T13:26:12.166Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11945 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-12T13:26:12.231Z] Running in /w/workspace/edgex-ui-go/55 [Pipeline] { [Pipeline] checkout [2020-11-12T13:26:17.441Z] using credential edgex-jenkins-ssh [2020-11-12T13:26:17.496Z] Cloning the remote Git repository [2020-11-12T13:26:17.555Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:17.668Z] > git init /w/workspace/edgex-ui-go/55 # timeout=10 [2020-11-12T13:26:17.742Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:17.742Z] > git --version # timeout=10 [2020-11-12T13:26:17.772Z] > git --version # 'git version 2.17.1' [2020-11-12T13:26:17.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T13:26:17.842Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T13:26:19.935Z] Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) [2020-11-12T13:26:19.221Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-12T13:26:19.311Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T13:26:19.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-12T13:26:19.439Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:19.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T13:26:19.467Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T13:26:19.957Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T13:26:19.987Z] > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-12T13:26:24.325Z] Commit message: "fix the date bug" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T13:26:25.154Z] provisioning config files... [2020-11-12T13:26:25.200Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config5960655589051273700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:26:26.191Z] ---> docker-login.sh [2020-11-12T13:26:26.191Z] nexus3.edgexfoundry.org:10001 [2020-11-12T13:26:26.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:26:27.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:26:27.392Z] Configure a credential helper to remove this warning. See [2020-11-12T13:26:27.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:26:27.392Z] [2020-11-12T13:26:27.392Z] Login Succeeded [2020-11-12T13:26:27.392Z] nexus3.edgexfoundry.org:10002 [2020-11-12T13:26:27.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:26:27.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:26:27.946Z] Configure a credential helper to remove this warning. See [2020-11-12T13:26:27.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:26:27.946Z] [2020-11-12T13:26:27.946Z] Login Succeeded [2020-11-12T13:26:27.946Z] nexus3.edgexfoundry.org:10003 [2020-11-12T13:26:28.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:26:28.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:26:28.503Z] Configure a credential helper to remove this warning. See [2020-11-12T13:26:28.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:26:28.503Z] [2020-11-12T13:26:28.503Z] Login Succeeded [2020-11-12T13:26:28.503Z] nexus3.edgexfoundry.org:10004 [2020-11-12T13:26:28.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:26:29.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:26:29.056Z] Configure a credential helper to remove this warning. See [2020-11-12T13:26:29.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:26:29.056Z] [2020-11-12T13:26:29.056Z] Login Succeeded [2020-11-12T13:26:29.056Z] docker.io [2020-11-12T13:26:29.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:26:29.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:26:29.936Z] Configure a credential helper to remove this warning. See [2020-11-12T13:26:29.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:26:29.936Z] [2020-11-12T13:26:29.936Z] Login Succeeded [2020-11-12T13:26:29.936Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T13:26:30.015Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T13:26:30.529Z] ========================================================= [2020-11-12T13:26:30.529Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T13:26:30.529Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:26:30.924Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-12T13:26:31.535Z] Sending build context to Docker daemon 15.61MB [2020-11-12T13:26:31.535Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T13:26:31.535Z] Step 2/8 : FROM ${BASE} [2020-11-12T13:26:31.535Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T13:26:31.811Z] b538f80385f9: Pulling fs layer [2020-11-12T13:26:31.811Z] 74f711af9a0d: Pulling fs layer [2020-11-12T13:26:31.811Z] 99f96fe45779: Pulling fs layer [2020-11-12T13:26:31.811Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T13:26:31.811Z] 45590311c82a: Pulling fs layer [2020-11-12T13:26:31.811Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T13:26:31.811Z] 209524e5b208: Pulling fs layer [2020-11-12T13:26:31.811Z] 8529a6b9a6be: Waiting [2020-11-12T13:26:31.811Z] 45590311c82a: Waiting [2020-11-12T13:26:31.811Z] 69ca0ff8b7b3: Waiting [2020-11-12T13:26:31.811Z] 209524e5b208: Waiting [2020-11-12T13:26:31.811Z] 99f96fe45779: Verifying Checksum [2020-11-12T13:26:31.811Z] 99f96fe45779: Download complete [2020-11-12T13:26:31.811Z] 74f711af9a0d: Verifying Checksum [2020-11-12T13:26:31.811Z] 74f711af9a0d: Download complete [2020-11-12T13:26:31.811Z] 45590311c82a: Verifying Checksum [2020-11-12T13:26:31.811Z] 45590311c82a: Download complete [2020-11-12T13:26:32.409Z] 69ca0ff8b7b3: Download complete [2020-11-12T13:26:32.409Z] b538f80385f9: Verifying Checksum [2020-11-12T13:26:32.409Z] b538f80385f9: Download complete [2020-11-12T13:26:33.403Z] b538f80385f9: Pull complete [2020-11-12T13:26:33.680Z] 74f711af9a0d: Pull complete [2020-11-12T13:26:33.955Z] 99f96fe45779: Pull complete [2020-11-12T13:26:34.935Z] 209524e5b208: Verifying Checksum [2020-11-12T13:26:34.935Z] 209524e5b208: Download complete [2020-11-12T13:26:36.369Z] 8529a6b9a6be: Verifying Checksum [2020-11-12T13:26:36.369Z] 8529a6b9a6be: Download complete [2020-11-12T13:26:46.535Z] 8529a6b9a6be: Pull complete [2020-11-12T13:26:46.535Z] 45590311c82a: Pull complete [2020-11-12T13:26:46.811Z] 69ca0ff8b7b3: Pull complete [2020-11-12T13:26:51.135Z] 209524e5b208: Pull complete [2020-11-12T13:26:51.135Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T13:26:51.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T13:26:51.135Z] ---> 5bddaf1c2fca [2020-11-12T13:26:51.135Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-12T13:26:52.554Z] Running on prd-centos7-docker-4c-2g-11946 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-12T13:26:52.658Z] Running in /w/workspace/edgex-ui-go/55 [Pipeline] { [Pipeline] checkout [2020-11-12T13:26:53.765Z] ---> Running in c4e56ab26cec [2020-11-12T13:26:53.765Z] Removing intermediate container c4e56ab26cec [2020-11-12T13:26:53.765Z] ---> 1a03a85140ea [2020-11-12T13:26:53.765Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T13:26:53.765Z] ---> Running in 8fc5566834f0 [2020-11-12T13:26:55.125Z] using credential edgex-jenkins-ssh [2020-11-12T13:26:55.186Z] Cloning the remote Git repository [2020-11-12T13:26:55.218Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:55.295Z] > git init /w/workspace/edgex-ui-go/55 # timeout=10 [2020-11-12T13:26:55.598Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:55.598Z] > git --version # timeout=10 [2020-11-12T13:26:55.607Z] > git --version # 'git version 2.16.5' [2020-11-12T13:26:55.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T13:26:55.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T13:26:56.417Z] Removing intermediate container 8fc5566834f0 [2020-11-12T13:26:56.417Z] ---> 8afae5fb41c2 [2020-11-12T13:26:56.417Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-12T13:26:56.417Z] ---> Running in b5117d416a2e [2020-11-12T13:26:57.161Z] Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) [2020-11-12T13:26:56.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-12T13:26:56.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T13:26:56.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-12T13:26:56.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-12T13:26:56.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T13:26:56.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T13:26:57.171Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T13:26:57.177Z] > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-12T13:26:57.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T13:26:58.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T13:26:59.117Z] OK: 142 MiB in 39 packages [2020-11-12T13:27:00.553Z] Removing intermediate container b5117d416a2e [2020-11-12T13:27:00.553Z] ---> 13869b628d78 [2020-11-12T13:27:00.553Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-12T13:27:00.553Z] ---> Running in 2e864b855dc4 [2020-11-12T13:27:00.828Z] Removing intermediate container 2e864b855dc4 [2020-11-12T13:27:00.828Z] ---> 10895afed5c6 [2020-11-12T13:27:00.828Z] Step 7/8 : COPY . . [2020-11-12T13:27:00.980Z] Commit message: "fix the date bug" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T13:27:01.869Z] provisioning config files... [2020-11-12T13:27:01.898Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config7627865683882893414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:27:02.707Z] ---> docker-login.sh [2020-11-12T13:27:02.707Z] nexus3.edgexfoundry.org:10001 [2020-11-12T13:27:02.824Z] ---> 1156ea51c641 [2020-11-12T13:27:02.824Z] Step 8/8 : RUN go mod download [2020-11-12T13:27:02.824Z] ---> Running in 687f981652ad [2020-11-12T13:27:02.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:27:02.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:27:02.975Z] Configure a credential helper to remove this warning. See [2020-11-12T13:27:02.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:27:02.975Z] [2020-11-12T13:27:02.975Z] Login Succeeded [2020-11-12T13:27:02.975Z] nexus3.edgexfoundry.org:10002 [2020-11-12T13:27:03.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:27:03.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:27:03.241Z] Configure a credential helper to remove this warning. See [2020-11-12T13:27:03.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:27:03.241Z] [2020-11-12T13:27:03.241Z] Login Succeeded [2020-11-12T13:27:03.241Z] nexus3.edgexfoundry.org:10003 [2020-11-12T13:27:03.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:27:03.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:27:03.504Z] Configure a credential helper to remove this warning. See [2020-11-12T13:27:03.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:27:03.504Z] [2020-11-12T13:27:03.504Z] Login Succeeded [2020-11-12T13:27:03.504Z] nexus3.edgexfoundry.org:10004 [2020-11-12T13:27:03.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:27:03.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:27:03.767Z] Configure a credential helper to remove this warning. See [2020-11-12T13:27:03.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:27:03.767Z] [2020-11-12T13:27:03.767Z] Login Succeeded [2020-11-12T13:27:03.767Z] docker.io [2020-11-12T13:27:03.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:27:04.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:27:04.029Z] Configure a credential helper to remove this warning. See [2020-11-12T13:27:04.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:27:04.029Z] [2020-11-12T13:27:04.029Z] Login Succeeded [2020-11-12T13:27:04.029Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T13:27:04.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T13:27:04.456Z] ========================================================= [2020-11-12T13:27:04.456Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T13:27:04.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:27:04.808Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-12T13:27:05.069Z] Sending build context to Docker daemon 15.61MB [2020-11-12T13:27:05.069Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T13:27:05.069Z] Step 2/8 : FROM ${BASE} [2020-11-12T13:27:05.331Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T13:27:05.331Z] df20fa9351a1: Pulling fs layer [2020-11-12T13:27:05.331Z] ed8968b2872e: Pulling fs layer [2020-11-12T13:27:05.331Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T13:27:05.331Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T13:27:05.331Z] e73272ec9a57: Pulling fs layer [2020-11-12T13:27:05.331Z] 1e910a182e73: Pulling fs layer [2020-11-12T13:27:05.331Z] 4e634b169226: Pulling fs layer [2020-11-12T13:27:05.331Z] e871e8e8d7a9: Waiting [2020-11-12T13:27:05.331Z] 1e910a182e73: Waiting [2020-11-12T13:27:05.331Z] e73272ec9a57: Waiting [2020-11-12T13:27:05.331Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T13:27:05.331Z] a92cc7c5fd73: Download complete [2020-11-12T13:27:05.331Z] ed8968b2872e: Download complete [2020-11-12T13:27:05.331Z] e73272ec9a57: Verifying Checksum [2020-11-12T13:27:05.331Z] e73272ec9a57: Download complete [2020-11-12T13:27:05.331Z] df20fa9351a1: Verifying Checksum [2020-11-12T13:27:05.331Z] df20fa9351a1: Download complete [2020-11-12T13:27:05.331Z] 1e910a182e73: Download complete [2020-11-12T13:27:05.595Z] df20fa9351a1: Pull complete [2020-11-12T13:27:05.857Z] ed8968b2872e: Pull complete [2020-11-12T13:27:05.857Z] a92cc7c5fd73: Pull complete [2020-11-12T13:27:07.259Z] 4e634b169226: Verifying Checksum [2020-11-12T13:27:07.259Z] 4e634b169226: Download complete [2020-11-12T13:27:08.212Z] e871e8e8d7a9: Download complete [2020-11-12T13:27:13.565Z] e871e8e8d7a9: Pull complete [2020-11-12T13:27:13.565Z] e73272ec9a57: Pull complete [2020-11-12T13:27:13.565Z] 1e910a182e73: Pull complete [2020-11-12T13:27:20.245Z] 4e634b169226: Pull complete [2020-11-12T13:27:20.245Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T13:27:20.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T13:27:20.245Z] ---> f7629b54cfaa [2020-11-12T13:27:20.245Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-12T13:27:20.521Z] ---> Running in 6d220c9c083f [2020-11-12T13:27:20.785Z] Removing intermediate container 6d220c9c083f [2020-11-12T13:27:20.785Z] ---> ad0c8512a5e7 [2020-11-12T13:27:20.785Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T13:27:20.785Z] ---> Running in 600a963240e4 [2020-11-12T13:27:22.721Z] Removing intermediate container 600a963240e4 [2020-11-12T13:27:22.721Z] ---> 663f1d2fbf81 [2020-11-12T13:27:22.721Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-12T13:27:22.721Z] ---> Running in cbe8f4dcbc61 [2020-11-12T13:27:22.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T13:27:23.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T13:27:23.827Z] OK: 166 MiB in 39 packages [2020-11-12T13:27:24.405Z] Removing intermediate container cbe8f4dcbc61 [2020-11-12T13:27:24.405Z] ---> 744a942e9fb3 [2020-11-12T13:27:24.405Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-12T13:27:24.405Z] ---> Running in e1105d17e241 [2020-11-12T13:27:24.667Z] Removing intermediate container e1105d17e241 [2020-11-12T13:27:24.667Z] ---> cc36abaf0bf4 [2020-11-12T13:27:24.667Z] Step 7/8 : COPY . . [2020-11-12T13:27:26.067Z] ---> 643d0f2ed171 [2020-11-12T13:27:26.067Z] Step 8/8 : RUN go mod download [2020-11-12T13:27:26.067Z] ---> Running in 806c161ae213 [2020-11-12T13:27:29.611Z] Removing intermediate container 687f981652ad [2020-11-12T13:27:29.611Z] ---> 6ee807d1c41f [2020-11-12T13:27:29.611Z] Successfully built 6ee807d1c41f [2020-11-12T13:27:29.611Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:27:29.957Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T13:27:29.957Z] . [Pipeline] withDockerContainer [2020-11-12T13:27:30.207Z] prd-ubuntu18.04-docker-arm64-4c-16g-11945 does not seem to be running inside a container [2020-11-12T13:27:30.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T13:27:32.151Z] $ docker top 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:27:33.584Z] + go version [2020-11-12T13:27:33.584Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T13:27:33.609Z] $ docker stop --time=1 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e [2020-11-12T13:27:35.531Z] $ docker rm -f 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:27:36.594Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T13:27:36.594Z] . [Pipeline] withDockerContainer [2020-11-12T13:27:36.867Z] prd-ubuntu18.04-docker-arm64-4c-16g-11945 does not seem to be running inside a container [2020-11-12T13:27:36.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T13:27:38.852Z] $ docker top 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:27:40.285Z] + make test [2020-11-12T13:27:40.285Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-12T13:27:41.738Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-12T13:27:48.110Z] Removing intermediate container 806c161ae213 [2020-11-12T13:27:48.110Z] ---> d3968c4a02b0 [2020-11-12T13:27:48.110Z] Successfully built d3968c4a02b0 [2020-11-12T13:27:48.110Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:27:48.427Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T13:27:48.427Z] . [Pipeline] withDockerContainer [2020-11-12T13:27:48.548Z] prd-centos7-docker-4c-2g-11946 does not seem to be running inside a container [2020-11-12T13:27:48.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T13:27:49.469Z] $ docker top f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:27:49.998Z] + go version [2020-11-12T13:27:49.998Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T13:27:50.015Z] $ docker stop --time=1 f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 [2020-11-12T13:27:51.370Z] $ docker rm -f f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:27:52.276Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T13:27:52.276Z] . [Pipeline] withDockerContainer [2020-11-12T13:27:52.377Z] prd-centos7-docker-4c-2g-11946 does not seem to be running inside a container [2020-11-12T13:27:52.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T13:27:53.083Z] $ docker top 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:27:53.597Z] + make test [2020-11-12T13:27:53.597Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-12T13:27:54.551Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-12T13:28:01.250Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-12T13:28:01.521Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-11-12T13:28:03.686Z] $ docker stop --time=1 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-12T13:28:03.937Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-12T13:28:03.938Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-12T13:28:03.938Z] GO111MODULE=on go vet ./... [2020-11-12T13:28:05.929Z] $ docker rm -f 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T13:28:06.489Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T13:28:06.771Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-12T13:28:09.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] } [2020-11-12T13:28:09.367Z] $ docker stop --time=1 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 [2020-11-12T13:28:09.575Z] + ls -al . [2020-11-12T13:28:09.575Z] total 84 [2020-11-12T13:28:09.575Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 12 13:27 . [2020-11-12T13:28:09.575Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 13:26 .. [2020-11-12T13:28:09.575Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 13:26 assets [2020-11-12T13:28:09.575Z] drwxrwxr-x. 2 jenkins jenkins 35 Nov 12 13:26 bin [2020-11-12T13:28:09.575Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 12 13:26 cmd [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 12 13:26 CONTRIBUTING.md [2020-11-12T13:28:09.575Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 12 13:27 coverage.out [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 913 Nov 12 13:26 Dockerfile [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 898 Nov 12 13:26 Dockerfile.build [2020-11-12T13:28:09.575Z] drwxrwxr-x. 5 jenkins jenkins 104 Nov 12 13:26 docs [2020-11-12T13:28:09.575Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 13:27 .git [2020-11-12T13:28:09.575Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 12 13:26 .github [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 136 Nov 12 13:26 .gitignore [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 1019 Nov 12 13:26 go.mod [2020-11-12T13:28:09.575Z] -rw-r--r--. 1 jenkins jenkins 20718 Nov 12 13:27 go.sum [2020-11-12T13:28:09.575Z] drwxrwxr-x. 10 jenkins jenkins 139 Nov 12 13:26 internal [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 12 13:26 Jenkinsfile [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 12 13:26 LICENSE [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 12 13:26 Makefile [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 3545 Nov 12 13:26 README.md [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 13:24 VERSION [2020-11-12T13:28:09.575Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 13:26 version.go [2020-11-12T13:28:11.473Z] $ docker rm -f 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:12.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T13:28:12.270Z] Warning: overwriting stash ‘coverage-report’ [2020-11-12T13:28:12.327Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=amd64 --label version=1.2.2-dev.12 . [2020-11-12T13:28:12.591Z] Sending build context to Docker daemon 15.63MB [2020-11-12T13:28:12.591Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-12T13:28:12.591Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-12T13:28:12.591Z] ---> d3968c4a02b0 [2020-11-12T13:28:12.591Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-12T13:28:12.854Z] ---> Running in c0e3b75c47a2 [2020-11-12T13:28:12.989Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-12T13:28:13.118Z] Removing intermediate container c0e3b75c47a2 [2020-11-12T13:28:13.118Z] ---> 51ef88073108 [2020-11-12T13:28:13.118Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-12T13:28:13.118Z] ---> Running in 6405492c4013 [2020-11-12T13:28:13.118Z] Removing intermediate container 6405492c4013 [2020-11-12T13:28:13.118Z] ---> e86af496bd1e [2020-11-12T13:28:13.118Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T13:28:13.382Z] ---> Running in 750f9d50109d [2020-11-12T13:28:13.382Z] Removing intermediate container 750f9d50109d [2020-11-12T13:28:13.382Z] ---> 8bd50841d8af [2020-11-12T13:28:13.382Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-12T13:28:13.644Z] ---> Running in 67a796f268ff [2020-11-12T13:28:13.644Z] Removing intermediate container 67a796f268ff [2020-11-12T13:28:13.644Z] ---> 6a0fb9d2a98f [2020-11-12T13:28:13.644Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-12T13:28:13.644Z] ---> Running in a9ed6f8e0af1 [2020-11-12T13:28:13.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T13:28:13.912Z] Removing intermediate container a9ed6f8e0af1 [2020-11-12T13:28:13.912Z] ---> 506d0fdaa2fe [2020-11-12T13:28:13.912Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T13:28:13.912Z] ---> Running in 00edeb9e8bc5 [2020-11-12T13:28:14.112Z] + ls -al . [2020-11-12T13:28:14.112Z] total 116 [2020-11-12T13:28:14.112Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 12 13:27 . [2020-11-12T13:28:14.112Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 13:26 .. [2020-11-12T13:28:14.112Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 13:26 .git [2020-11-12T13:28:14.112Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 13:26 .github [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 136 Nov 12 13:26 .gitignore [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 12 13:26 CONTRIBUTING.md [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 913 Nov 12 13:26 Dockerfile [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 898 Nov 12 13:26 Dockerfile.build [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 12 13:26 Jenkinsfile [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 12 13:26 LICENSE [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 12 13:26 Makefile [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 3545 Nov 12 13:26 README.md [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 13:24 VERSION [2020-11-12T13:28:14.112Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 13:26 assets [2020-11-12T13:28:14.112Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 13:26 bin [2020-11-12T13:28:14.112Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 13:26 cmd [2020-11-12T13:28:14.112Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 12 13:27 coverage.out [2020-11-12T13:28:14.112Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 12 13:26 docs [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 1019 Nov 12 13:26 go.mod [2020-11-12T13:28:14.112Z] -rw-r--r-- 1 jenkins jenkins 20718 Nov 12 13:27 go.sum [2020-11-12T13:28:14.112Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 12 13:26 internal [2020-11-12T13:28:14.112Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 13:26 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:14.513Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=arm64 --label version=1.2.2-dev.12 . [2020-11-12T13:28:14.863Z] Removing intermediate container 00edeb9e8bc5 [2020-11-12T13:28:14.863Z] ---> 145c6cf46274 [2020-11-12T13:28:14.863Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T13:28:14.863Z] ---> Running in b823f428c21e [2020-11-12T13:28:15.116Z] Sending build context to Docker daemon 15.63MB [2020-11-12T13:28:15.117Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-12T13:28:15.117Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-12T13:28:15.117Z] ---> 6ee807d1c41f [2020-11-12T13:28:15.117Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-12T13:28:15.392Z] ---> Running in 14a3fdd9809d [2020-11-12T13:28:15.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T13:28:15.992Z] Removing intermediate container 14a3fdd9809d [2020-11-12T13:28:15.992Z] ---> 9b46982bd4c1 [2020-11-12T13:28:15.992Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-12T13:28:15.992Z] ---> Running in 8e1fb5b0cea0 [2020-11-12T13:28:16.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T13:28:16.589Z] Removing intermediate container 8e1fb5b0cea0 [2020-11-12T13:28:16.589Z] ---> 6bb5b500e08b [2020-11-12T13:28:16.589Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T13:28:16.589Z] ---> Running in 6eb3073dea52 [2020-11-12T13:28:16.593Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-12T13:28:16.593Z] v3.12.1-27-g467487adbb [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-12T13:28:16.593Z] OK: 12752 distinct packages available [2020-11-12T13:28:16.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T13:28:16.861Z] Removing intermediate container 6eb3073dea52 [2020-11-12T13:28:16.861Z] ---> a76cc32750d6 [2020-11-12T13:28:16.861Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-12T13:28:17.138Z] ---> Running in 467b6fc5abce [2020-11-12T13:28:17.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T13:28:17.737Z] Removing intermediate container 467b6fc5abce [2020-11-12T13:28:17.737Z] ---> da1493130410 [2020-11-12T13:28:17.737Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-12T13:28:17.737Z] ---> Running in 5ac9219d52af [2020-11-12T13:28:17.742Z] OK: 166 MiB in 39 packages [2020-11-12T13:28:18.323Z] Removing intermediate container b823f428c21e [2020-11-12T13:28:18.323Z] ---> fae7801507d3 [2020-11-12T13:28:18.323Z] Step 10/24 : ENV GO111MODULE=on [2020-11-12T13:28:18.323Z] ---> Running in 3f86d09bd187 [2020-11-12T13:28:18.323Z] Removing intermediate container 3f86d09bd187 [2020-11-12T13:28:18.323Z] ---> 93517a58b822 [2020-11-12T13:28:18.323Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-12T13:28:18.323Z] ---> Running in c3d7ac7e4229 [2020-11-12T13:28:18.333Z] Removing intermediate container 5ac9219d52af [2020-11-12T13:28:18.333Z] ---> 68d25f12d117 [2020-11-12T13:28:18.333Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T13:28:18.333Z] ---> Running in e849b3bd846f [2020-11-12T13:28:18.584Z] Removing intermediate container c3d7ac7e4229 [2020-11-12T13:28:18.585Z] ---> 609d8f1f9046 [2020-11-12T13:28:18.585Z] Step 12/24 : COPY go.mod . [2020-11-12T13:28:18.848Z] ---> 5f80b0b9719e [2020-11-12T13:28:18.848Z] Step 13/24 : COPY Makefile . [2020-11-12T13:28:19.114Z] ---> dacc98d06412 [2020-11-12T13:28:19.114Z] Step 14/24 : RUN make update [2020-11-12T13:28:19.114Z] ---> Running in 386be68fcfd3 [2020-11-12T13:28:19.691Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-12T13:28:19.955Z] Removing intermediate container 386be68fcfd3 [2020-11-12T13:28:19.955Z] ---> 4acc44b2cfb7 [2020-11-12T13:28:19.955Z] Step 15/24 : COPY . . [2020-11-12T13:28:20.959Z] Removing intermediate container e849b3bd846f [2020-11-12T13:28:20.959Z] ---> b0e697927dd2 [2020-11-12T13:28:20.959Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T13:28:20.959Z] ---> Running in c62f19ff13f2 [2020-11-12T13:28:21.349Z] ---> 06a282e2f5e1 [2020-11-12T13:28:21.349Z] Step 16/24 : RUN ${MAKE} [2020-11-12T13:28:21.349Z] ---> Running in 5cc32b18bfcc [2020-11-12T13:28:21.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-12T13:28:22.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T13:28:22.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T13:28:23.962Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-12T13:28:23.962Z] v3.12.1-26-gb7585c84cc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-12T13:28:23.962Z] OK: 12623 distinct packages available [2020-11-12T13:28:23.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T13:28:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T13:28:25.524Z] OK: 142 MiB in 39 packages [2020-11-12T13:28:26.505Z] Removing intermediate container c62f19ff13f2 [2020-11-12T13:28:26.505Z] ---> 8a6260efed1d [2020-11-12T13:28:26.505Z] Step 10/24 : ENV GO111MODULE=on [2020-11-12T13:28:26.505Z] ---> Running in 4778a844a386 [2020-11-12T13:28:27.101Z] Removing intermediate container 4778a844a386 [2020-11-12T13:28:27.101Z] ---> 691079239111 [2020-11-12T13:28:27.101Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-12T13:28:27.101Z] ---> Running in 0acf18dd0542 [2020-11-12T13:28:27.694Z] Removing intermediate container 0acf18dd0542 [2020-11-12T13:28:27.694Z] ---> 6140163ff3d7 [2020-11-12T13:28:27.694Z] Step 12/24 : COPY go.mod . [2020-11-12T13:28:28.287Z] ---> 1f0f1a1a2dd9 [2020-11-12T13:28:28.287Z] Step 13/24 : COPY Makefile . [2020-11-12T13:28:28.893Z] ---> 52f4316487e2 [2020-11-12T13:28:28.893Z] Step 14/24 : RUN make update [2020-11-12T13:28:29.168Z] ---> Running in e2478a936eaa [2020-11-12T13:28:29.835Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T13:28:30.597Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-12T13:28:31.758Z] Removing intermediate container 5cc32b18bfcc [2020-11-12T13:28:31.758Z] ---> 478a62f25cac [2020-11-12T13:28:31.758Z] Step 17/24 : FROM alpine [2020-11-12T13:28:32.020Z] latest: Pulling from library/alpine [2020-11-12T13:28:32.031Z] Removing intermediate container e2478a936eaa [2020-11-12T13:28:32.031Z] ---> 6cfa75ad417f [2020-11-12T13:28:32.031Z] Step 15/24 : COPY . . [2020-11-12T13:28:32.283Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T13:28:32.546Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T13:28:32.547Z] 188c0c94c7c5: Download complete [2020-11-12T13:28:32.547Z] 188c0c94c7c5: Pull complete [2020-11-12T13:28:32.547Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T13:28:32.808Z] Status: Downloaded newer image for alpine:latest [2020-11-12T13:28:32.808Z] ---> d6e46aa2470d [2020-11-12T13:28:32.808Z] Step 18/24 : EXPOSE 4000 [2020-11-12T13:28:32.808Z] ---> Running in e4a89c5c02ad [2020-11-12T13:28:33.070Z] Removing intermediate container e4a89c5c02ad [2020-11-12T13:28:33.070Z] ---> fda16dad3410 [2020-11-12T13:28:33.070Z] 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 [2020-11-12T13:28:33.464Z] ---> 8fff81b2da64 [2020-11-12T13:28:33.465Z] Step 16/24 : RUN ${MAKE} [2020-11-12T13:28:33.465Z] ---> Running in d8c0f13c32d5 [2020-11-12T13:28:34.019Z] ---> 3db23dacd8e4 [2020-11-12T13:28:34.019Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-12T13:28:34.019Z] ---> Running in 0ea03a43f80e [2020-11-12T13:28:34.282Z] Removing intermediate container 0ea03a43f80e [2020-11-12T13:28:34.282Z] ---> c65f8a366c58 [2020-11-12T13:28:34.282Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-12T13:28:34.282Z] ---> Running in 44ec9f0fea6e [2020-11-12T13:28:34.543Z] Removing intermediate container 44ec9f0fea6e [2020-11-12T13:28:34.543Z] ---> 1be1c323102e [2020-11-12T13:28:34.543Z] Step 22/24 : LABEL arch=amd64 [2020-11-12T13:28:34.543Z] ---> Running in 4eba9334a2e7 [2020-11-12T13:28:34.805Z] Removing intermediate container 4eba9334a2e7 [2020-11-12T13:28:34.805Z] ---> 7a3ba0f24d5e [2020-11-12T13:28:34.805Z] Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:28:34.805Z] ---> Running in 659ee6a37784 [2020-11-12T13:28:34.805Z] Removing intermediate container 659ee6a37784 [2020-11-12T13:28:34.805Z] ---> 051931ce27ff [2020-11-12T13:28:34.805Z] Step 24/24 : LABEL version=1.2.2-dev.12 [2020-11-12T13:28:34.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-12T13:28:35.067Z] ---> Running in ee7d45d07c7d [2020-11-12T13:28:35.067Z] Removing intermediate container ee7d45d07c7d [2020-11-12T13:28:35.067Z] ---> 75198416021a [2020-11-12T13:28:35.067Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T13:28:35.067Z] Successfully built 75198416021a [2020-11-12T13:28:35.067Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T13:28:35.488Z] provisioning config files... [2020-11-12T13:28:35.515Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config2546919218159154826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:28:35.889Z] ---> docker-login.sh [2020-11-12T13:28:35.889Z] nexus3.edgexfoundry.org:10001 [2020-11-12T13:28:35.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:28:36.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:28:36.153Z] Configure a credential helper to remove this warning. See [2020-11-12T13:28:36.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:28:36.153Z] [2020-11-12T13:28:36.153Z] Login Succeeded [2020-11-12T13:28:36.153Z] nexus3.edgexfoundry.org:10002 [2020-11-12T13:28:36.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:28:36.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:28:36.416Z] Configure a credential helper to remove this warning. See [2020-11-12T13:28:36.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:28:36.416Z] [2020-11-12T13:28:36.416Z] Login Succeeded [2020-11-12T13:28:36.416Z] nexus3.edgexfoundry.org:10003 [2020-11-12T13:28:36.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:28:36.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:28:36.416Z] Configure a credential helper to remove this warning. See [2020-11-12T13:28:36.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:28:36.416Z] [2020-11-12T13:28:36.416Z] Login Succeeded [2020-11-12T13:28:36.416Z] nexus3.edgexfoundry.org:10004 [2020-11-12T13:28:36.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:28:36.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:28:36.680Z] Configure a credential helper to remove this warning. See [2020-11-12T13:28:36.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:28:36.680Z] [2020-11-12T13:28:36.680Z] Login Succeeded [2020-11-12T13:28:36.680Z] docker.io [2020-11-12T13:28:36.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:28:37.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:28:37.204Z] Configure a credential helper to remove this warning. See [2020-11-12T13:28:37.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:28:37.204Z] [2020-11-12T13:28:37.204Z] Login Succeeded [2020-11-12T13:28:37.204Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T13:28:37.214Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T13:28:37.427Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-11-12T13:28:37.427Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:28:37.427Z] latest [2020-11-12T13:28:37.427Z] 1.2.2-dev.12 [2020-11-12T13:28:37.427Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:28:37.427Z] master [2020-11-12T13:28:37.427Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:37.955Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:38.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:28:38.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-12T13:28:38.255Z] abf67a954686: Preparing [2020-11-12T13:28:38.255Z] ace0eda3e3be: Preparing [2020-11-12T13:28:38.255Z] ace0eda3e3be: Layer already exists [2020-11-12T13:28:40.182Z] abf67a954686: Pushed [2020-11-12T13:28:40.182Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:40.494Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:40.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-12T13:28:40.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-12T13:28:40.796Z] abf67a954686: Preparing [2020-11-12T13:28:40.796Z] ace0eda3e3be: Preparing [2020-11-12T13:28:40.796Z] ace0eda3e3be: Layer already exists [2020-11-12T13:28:40.796Z] abf67a954686: Layer already exists [2020-11-12T13:28:40.796Z] latest: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:41.114Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:41.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 [2020-11-12T13:28:41.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-12T13:28:41.415Z] abf67a954686: Preparing [2020-11-12T13:28:41.415Z] ace0eda3e3be: Preparing [2020-11-12T13:28:41.415Z] abf67a954686: Layer already exists [2020-11-12T13:28:41.415Z] ace0eda3e3be: Layer already exists [2020-11-12T13:28:41.415Z] 1.2.2-dev.12: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:41.809Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:42.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:28:42.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-12T13:28:42.112Z] abf67a954686: Preparing [2020-11-12T13:28:42.112Z] ace0eda3e3be: Preparing [2020-11-12T13:28:42.112Z] abf67a954686: Layer already exists [2020-11-12T13:28:42.112Z] ace0eda3e3be: Layer already exists [2020-11-12T13:28:42.112Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:42.418Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:28:42.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-11-12T13:28:42.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-12T13:28:42.716Z] abf67a954686: Preparing [2020-11-12T13:28:42.716Z] ace0eda3e3be: Preparing [2020-11-12T13:28:42.716Z] abf67a954686: Layer already exists [2020-11-12T13:28:42.716Z] ace0eda3e3be: Layer already exists [2020-11-12T13:28:42.717Z] master: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T13:28:42.930Z] ===================================================== [Pipeline] echo [2020-11-12T13:28:42.984Z] taggedImages: [2020-11-12T13:28:42.984Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:28:42.984Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-12T13:28:42.984Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 [2020-11-12T13:28:42.984Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:28:42.984Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-12T13:28:57.109Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T13:29:02.521Z] Removing intermediate container d8c0f13c32d5 [2020-11-12T13:29:02.521Z] ---> fa0b088f3fe7 [2020-11-12T13:29:02.521Z] Step 17/24 : FROM alpine [2020-11-12T13:29:02.521Z] latest: Pulling from library/alpine [2020-11-12T13:29:02.521Z] 5f621e34cdf4: Pulling fs layer [2020-11-12T13:29:02.521Z] 5f621e34cdf4: Verifying Checksum [2020-11-12T13:29:02.521Z] 5f621e34cdf4: Download complete [2020-11-12T13:29:03.117Z] 5f621e34cdf4: Pull complete [2020-11-12T13:29:03.117Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T13:29:03.117Z] Status: Downloaded newer image for alpine:latest [2020-11-12T13:29:03.117Z] ---> 2e77e061c27f [2020-11-12T13:29:03.117Z] Step 18/24 : EXPOSE 4000 [2020-11-12T13:29:03.391Z] ---> Running in 513958cd30e1 [2020-11-12T13:29:03.663Z] Removing intermediate container 513958cd30e1 [2020-11-12T13:29:03.663Z] ---> bf8398440c7a [2020-11-12T13:29:03.663Z] 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 [2020-11-12T13:29:05.635Z] ---> 9b73e8649738 [2020-11-12T13:29:05.635Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-12T13:29:05.635Z] ---> Running in c033416e3003 [2020-11-12T13:29:06.231Z] Removing intermediate container c033416e3003 [2020-11-12T13:29:06.231Z] ---> a336467fc0cf [2020-11-12T13:29:06.231Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-12T13:29:06.231Z] ---> Running in 0aec5f44c3ca [2020-11-12T13:29:06.827Z] Removing intermediate container 0aec5f44c3ca [2020-11-12T13:29:06.827Z] ---> a17fcb3a2494 [2020-11-12T13:29:06.827Z] Step 22/24 : LABEL arch=arm64 [2020-11-12T13:29:06.827Z] ---> Running in f08f2c22f703 [2020-11-12T13:29:07.420Z] Removing intermediate container f08f2c22f703 [2020-11-12T13:29:07.420Z] ---> f2b9d2d0ea00 [2020-11-12T13:29:07.420Z] Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:29:07.420Z] ---> Running in cef75c5759f0 [2020-11-12T13:29:08.017Z] Removing intermediate container cef75c5759f0 [2020-11-12T13:29:08.017Z] ---> 061ec1085f11 [2020-11-12T13:29:08.017Z] Step 24/24 : LABEL version=1.2.2-dev.12 [2020-11-12T13:29:08.017Z] ---> Running in 8111208a978c [2020-11-12T13:29:08.609Z] Removing intermediate container 8111208a978c [2020-11-12T13:29:08.609Z] ---> a3b3cf178005 [2020-11-12T13:29:08.609Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T13:29:08.609Z] Successfully built a3b3cf178005 [2020-11-12T13:29:08.609Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T13:29:09.047Z] provisioning config files... [2020-11-12T13:29:09.081Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config1933097348040629364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:29:09.468Z] ---> docker-login.sh [2020-11-12T13:29:09.468Z] nexus3.edgexfoundry.org:10001 [2020-11-12T13:29:09.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:29:09.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:29:09.751Z] Configure a credential helper to remove this warning. See [2020-11-12T13:29:09.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:29:09.751Z] [2020-11-12T13:29:09.751Z] Login Succeeded [2020-11-12T13:29:09.751Z] nexus3.edgexfoundry.org:10002 [2020-11-12T13:29:10.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:29:10.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:29:10.345Z] Configure a credential helper to remove this warning. See [2020-11-12T13:29:10.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:29:10.345Z] [2020-11-12T13:29:10.345Z] Login Succeeded [2020-11-12T13:29:10.345Z] nexus3.edgexfoundry.org:10003 [2020-11-12T13:29:10.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:29:10.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:29:10.889Z] Configure a credential helper to remove this warning. See [2020-11-12T13:29:10.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:29:10.889Z] [2020-11-12T13:29:10.889Z] Login Succeeded [2020-11-12T13:29:10.889Z] nexus3.edgexfoundry.org:10004 [2020-11-12T13:29:11.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:29:11.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:29:11.439Z] Configure a credential helper to remove this warning. See [2020-11-12T13:29:11.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:29:11.439Z] [2020-11-12T13:29:11.439Z] Login Succeeded [2020-11-12T13:29:11.439Z] docker.io [2020-11-12T13:29:11.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T13:29:11.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T13:29:11.979Z] Configure a credential helper to remove this warning. See [2020-11-12T13:29:11.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T13:29:11.979Z] [2020-11-12T13:29:11.979Z] Login Succeeded [2020-11-12T13:29:12.249Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T13:29:12.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T13:29:12.506Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-11-12T13:29:12.506Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:29:12.506Z] latest [2020-11-12T13:29:12.506Z] 1.2.2-dev.12 [2020-11-12T13:29:12.506Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:29:12.506Z] master [2020-11-12T13:29:12.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:13.033Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:13.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:29:13.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-12T13:29:13.365Z] ac3ebe91410b: Preparing [2020-11-12T13:29:13.365Z] cd3761cfa1d9: Preparing [2020-11-12T13:29:13.638Z] cd3761cfa1d9: Layer already exists [2020-11-12T13:29:17.017Z] ac3ebe91410b: Pushed [2020-11-12T13:29:17.289Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:17.631Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:17.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-12T13:29:17.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-12T13:29:17.962Z] ac3ebe91410b: Preparing [2020-11-12T13:29:17.962Z] cd3761cfa1d9: Preparing [2020-11-12T13:29:17.962Z] cd3761cfa1d9: Layer already exists [2020-11-12T13:29:17.962Z] ac3ebe91410b: Layer already exists [2020-11-12T13:29:18.233Z] latest: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:18.569Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:18.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 [2020-11-12T13:29:18.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-12T13:29:18.900Z] ac3ebe91410b: Preparing [2020-11-12T13:29:18.900Z] cd3761cfa1d9: Preparing [2020-11-12T13:29:18.900Z] cd3761cfa1d9: Layer already exists [2020-11-12T13:29:18.900Z] ac3ebe91410b: Layer already exists [2020-11-12T13:29:19.173Z] 1.2.2-dev.12: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:19.517Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:19.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:29:19.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-12T13:29:19.847Z] ac3ebe91410b: Preparing [2020-11-12T13:29:19.847Z] cd3761cfa1d9: Preparing [2020-11-12T13:29:19.847Z] cd3761cfa1d9: Layer already exists [2020-11-12T13:29:19.847Z] ac3ebe91410b: Layer already exists [2020-11-12T13:29:20.117Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:20.494Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:20.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-11-12T13:29:20.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-12T13:29:20.879Z] ac3ebe91410b: Preparing [2020-11-12T13:29:20.879Z] cd3761cfa1d9: Preparing [2020-11-12T13:29:20.879Z] cd3761cfa1d9: Layer already exists [2020-11-12T13:29:20.879Z] ac3ebe91410b: Layer already exists [2020-11-12T13:29:21.160Z] master: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T13:29:21.379Z] ===================================================== [Pipeline] echo [2020-11-12T13:29:21.437Z] taggedImages: [2020-11-12T13:29:21.437Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-12T13:29:21.437Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-12T13:29:21.437Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 [2020-11-12T13:29:21.437Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [2020-11-12T13:29:21.437Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-12T13:29:23.050Z] provisioning config files... [2020-11-12T13:29:23.058Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2765503892782001559tmp [Pipeline] { [Pipeline] sh [2020-11-12T13:29:23.438Z] + set +x [2020-11-12T13:29:23.438Z] + curl -s https://codecov.io/bash [2020-11-12T13:29:23.438Z] + bash -s -- [2020-11-12T13:29:23.438Z] [2020-11-12T13:29:23.438Z] _____ _ [2020-11-12T13:29:23.438Z] / ____| | | [2020-11-12T13:29:23.438Z] | | ___ __| | ___ ___ _____ __ [2020-11-12T13:29:23.438Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-12T13:29:23.438Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-12T13:29:23.438Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-12T13:29:23.438Z] Bash-20201106-81372f2 [2020-11-12T13:29:23.438Z] [2020-11-12T13:29:23.438Z] [2020-11-12T13:29:23.699Z] ==> Jenkins CI detected. [2020-11-12T13:29:23.699Z] project root: . [2020-11-12T13:29:23.699Z] --> token set from env [2020-11-12T13:29:23.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-12T13:29:23.699Z] ==> Running gcov in . (disable via -X gcov) [2020-11-12T13:29:23.699Z] ==> Python coveragepy not found [2020-11-12T13:29:23.699Z] ==> Searching for coverage reports in: [2020-11-12T13:29:23.699Z] + . [2020-11-12T13:29:23.699Z] -> Found 1 reports [2020-11-12T13:29:23.699Z] ==> Detecting git/mercurial file structure [2020-11-12T13:29:23.699Z] ==> Reading reports [2020-11-12T13:29:23.699Z] + ./coverage.out bytes=10 [2020-11-12T13:29:23.699Z] ==> Appending adjustments [2020-11-12T13:29:23.699Z] https://docs.codecov.io/docs/fixing-reports [2020-11-12T13:29:23.699Z] + Found adjustments [2020-11-12T13:29:23.699Z] ==> Gzipping contents [2020-11-12T13:29:23.699Z] ==> Uploading reports [2020-11-12T13:29:23.699Z] url: https://codecov.io [2020-11-12T13:29:23.699Z] query: branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T13:29:23.699Z] -> Pinging Codecov [2020-11-12T13:29:23.699Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T13:29:24.645Z] -> Uploading to [2020-11-12T13:29:24.645Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-12/FB506323287CE973F263BFD2A0EB1F37/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f/81690f4a-5c7e-4f3a-80b0-37937bfd8d20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T132924Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d549ce88268d3ee44e533919bf4af6985eabaab238e067376839427ff8fdd98 [2020-11-12T13:29:24.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-12T13:29:24.645Z] Dload Upload Total Spent Left Speed [2020-11-12T13:29:24.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4972 --:--:-- --:--:-- --:--:-- 4975 [2020-11-12T13:29:24.907Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] } [2020-11-12T13:29:24.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-12T13:29:25.825Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-12T13:29:25.929Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:26.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T13:29:26.267Z] [2020-11-12T13:29:26.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:29:26.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T13:29:26.615Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-12T13:29:26.615Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T13:29:26.615Z] 0ef7d3d256c8: Pulling fs layer [2020-11-12T13:29:26.615Z] de9db76c5a1d: Pulling fs layer [2020-11-12T13:29:26.615Z] 0eba1c9be4d2: Pulling fs layer [2020-11-12T13:29:26.615Z] 0d57e429df01: Pulling fs layer [2020-11-12T13:29:26.615Z] 4e4be7b47b0d: Pulling fs layer [2020-11-12T13:29:26.615Z] e1f770b5df2f: Pulling fs layer [2020-11-12T13:29:26.615Z] 85a0685a4137: Pulling fs layer [2020-11-12T13:29:26.615Z] 0d57e429df01: Waiting [2020-11-12T13:29:26.615Z] 4e4be7b47b0d: Waiting [2020-11-12T13:29:26.615Z] e1f770b5df2f: Waiting [2020-11-12T13:29:26.615Z] 85a0685a4137: Waiting [2020-11-12T13:29:26.615Z] 0eba1c9be4d2: Waiting [2020-11-12T13:29:26.615Z] de9db76c5a1d: Verifying Checksum [2020-11-12T13:29:26.615Z] de9db76c5a1d: Download complete [2020-11-12T13:29:26.615Z] 0ef7d3d256c8: Download complete [2020-11-12T13:29:26.615Z] 0d57e429df01: Download complete [2020-11-12T13:29:26.615Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T13:29:26.615Z] 188c0c94c7c5: Download complete [2020-11-12T13:29:26.615Z] 4e4be7b47b0d: Verifying Checksum [2020-11-12T13:29:26.615Z] 4e4be7b47b0d: Download complete [2020-11-12T13:29:26.877Z] 188c0c94c7c5: Pull complete [2020-11-12T13:29:27.139Z] 0ef7d3d256c8: Pull complete [2020-11-12T13:29:27.139Z] de9db76c5a1d: Pull complete [2020-11-12T13:29:28.524Z] e1f770b5df2f: Verifying Checksum [2020-11-12T13:29:28.524Z] e1f770b5df2f: Download complete [2020-11-12T13:29:30.443Z] 0eba1c9be4d2: Verifying Checksum [2020-11-12T13:29:30.443Z] 0eba1c9be4d2: Download complete [2020-11-12T13:29:30.705Z] 85a0685a4137: Verifying Checksum [2020-11-12T13:29:30.706Z] 85a0685a4137: Download complete [2020-11-12T13:29:34.949Z] 0eba1c9be4d2: Pull complete [2020-11-12T13:29:34.949Z] 0d57e429df01: Pull complete [2020-11-12T13:29:34.949Z] 4e4be7b47b0d: Pull complete [2020-11-12T13:29:40.254Z] e1f770b5df2f: Pull complete [2020-11-12T13:29:46.875Z] 85a0685a4137: Pull complete [2020-11-12T13:29:46.875Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-12T13:29:46.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T13:29:46.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-12T13:29:47.044Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:29:47.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T13:29:47.935Z] $ docker top 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-12T13:29:48.201Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-12T13:29:48.488Z] + set -o pipefail [2020-11-12T13:29:48.488Z] + snyk monitor '--org=edgex-jenkins' [2020-11-12T13:30:06.615Z] [2020-11-12T13:30:06.615Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-11-12T13:30:06.615Z] [2020-11-12T13:30:06.615Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/2f105e1f-ea71-4f06-918e-acd88b34e6ba [2020-11-12T13:30:06.615Z] [2020-11-12T13:30:06.615Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-12T13:30:06.615Z] [2020-11-12T13:30:06.615Z] [Pipeline] } [2020-11-12T13:30:06.633Z] $ docker stop --time=1 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 [2020-11-12T13:30:08.833Z] $ docker rm -f 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-12T13:30:09.586Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, dockerFile=Dockerfile [Pipeline] echo [2020-11-12T13:30:09.588Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-12T13:30:09.878Z] + set -o pipefail [2020-11-12T13:30:09.879Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-12T13:30:09.879Z] + tee .snyk [2020-11-12T13:30:10.140Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-12T13:30:10.140Z] version: v1.14.1 [2020-11-12T13:30:10.140Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-12T13:30:10.140Z] # ignore: [2020-11-12T13:30:10.140Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-12T13:30:10.140Z] # - '*': [2020-11-12T13:30:10.140Z] # reason: does not apply # justification for ignoring [2020-11-12T13:30:10.140Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-12T13:30:10.140Z] # patch: {} [Pipeline] withCredentials [2020-11-12T13:30:10.247Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:30:10.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T13:30:10.614Z] . [Pipeline] withDockerContainer [2020-11-12T13:30:10.710Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:30:10.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T13:30:11.588Z] $ docker top 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:30:12.056Z] + rm -f snykReport.html [Pipeline] echo [2020-11-12T13:30:12.067Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-12T13:30:12.353Z] + set -o pipefail [2020-11-12T13:30:12.353Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-12T13:30:12.353Z] + snyk-to-html -o snykReport.html [2020-11-12T13:30:18.954Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-12T13:30:18.972Z] $ docker stop --time=1 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 [2020-11-12T13:30:20.375Z] $ docker rm -f 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-12T13:30:22.039Z] + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:30:22.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:30:22.355Z] . [Pipeline] withDockerContainer [2020-11-12T13:30:22.447Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:30:22.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T13:30:23.118Z] $ docker top acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T13:30:23.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T13:30:23.444Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T13:30:23.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T13:30:23.624Z] $ docker exec acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 ssh-agent [2020-11-12T13:30:23.777Z] SSH_AUTH_SOCK=/tmp/ssh-gWGtCVca9TsA/agent.11 [2020-11-12T13:30:23.777Z] SSH_AGENT_PID=16 [2020-11-12T13:30:23.784Z] Running ssh-add (command line suppressed) [2020-11-12T13:30:23.923Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1904749483917126457.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1904749483917126457.key) [2020-11-12T13:30:23.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T13:30:24.302Z] + git semver tag [2020-11-12T13:30:24.302Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T13:30:24.302Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-12T13:30:24.302Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-12T13:30:24.302Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T13:30:24.302Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T13:30:24.302Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T13:30:24.302Z] # $SEMVER_BRANCH = master [2020-11-12T13:30:24.302Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-11-12T13:30:24.302Z] # 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f HEAD [2020-11-12T13:30:24.302Z] # -> Force: false [2020-11-12T13:30:24.302Z] # 9554a721d5a34edd445a6d96aaf25ba772933abf refs/tags/v1.2.2-dev.12 [Pipeline] } [2020-11-12T13:30:24.315Z] $ docker exec --env ******** --env ******** acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 ssh-agent -k [2020-11-12T13:30:24.427Z] unset SSH_AUTH_SOCK; [2020-11-12T13:30:24.428Z] unset SSH_AGENT_PID; [2020-11-12T13:30:24.428Z] echo Agent pid 16 killed; [2020-11-12T13:30:24.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T13:30:24.937Z] + git semver [Pipeline] } [2020-11-12T13:30:24.954Z] $ docker stop --time=1 acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 [2020-11-12T13:30:26.302Z] $ docker rm -f acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:30:27.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T13:30:27.025Z] [2020-11-12T13:30:27.025Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:30:27.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T13:30:27.393Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-12T13:30:27.393Z] ab5ef0e58194: Pulling fs layer [2020-11-12T13:30:27.393Z] 9712f1f96733: Pulling fs layer [2020-11-12T13:30:27.393Z] 63f879dbbcfc: Pulling fs layer [2020-11-12T13:30:27.394Z] 0d9ebad4ef96: Pulling fs layer [2020-11-12T13:30:27.394Z] e9a5061849ea: Pulling fs layer [2020-11-12T13:30:27.394Z] d747dcd14b5f: Pulling fs layer [2020-11-12T13:30:27.394Z] 2de7ff778b66: Pulling fs layer [2020-11-12T13:30:27.394Z] 0d9ebad4ef96: Waiting [2020-11-12T13:30:27.394Z] e9a5061849ea: Waiting [2020-11-12T13:30:27.394Z] d747dcd14b5f: Waiting [2020-11-12T13:30:27.394Z] 2de7ff778b66: Waiting [2020-11-12T13:30:27.394Z] 9712f1f96733: Verifying Checksum [2020-11-12T13:30:27.394Z] 9712f1f96733: Download complete [2020-11-12T13:30:29.316Z] 63f879dbbcfc: Verifying Checksum [2020-11-12T13:30:29.317Z] 63f879dbbcfc: Download complete [2020-11-12T13:30:29.317Z] e9a5061849ea: Verifying Checksum [2020-11-12T13:30:29.317Z] e9a5061849ea: Download complete [2020-11-12T13:30:29.317Z] d747dcd14b5f: Verifying Checksum [2020-11-12T13:30:29.317Z] d747dcd14b5f: Download complete [2020-11-12T13:30:29.889Z] 2de7ff778b66: Verifying Checksum [2020-11-12T13:30:29.889Z] 2de7ff778b66: Download complete [2020-11-12T13:30:29.889Z] 0d9ebad4ef96: Verifying Checksum [2020-11-12T13:30:29.889Z] 0d9ebad4ef96: Download complete [2020-11-12T13:30:30.156Z] ab5ef0e58194: Verifying Checksum [2020-11-12T13:30:30.156Z] ab5ef0e58194: Download complete [2020-11-12T13:30:33.488Z] ab5ef0e58194: Pull complete [2020-11-12T13:30:33.488Z] 9712f1f96733: Pull complete [2020-11-12T13:30:36.810Z] 63f879dbbcfc: Pull complete [2020-11-12T13:30:42.123Z] 0d9ebad4ef96: Pull complete [2020-11-12T13:30:46.346Z] e9a5061849ea: Pull complete [2020-11-12T13:30:46.346Z] d747dcd14b5f: Pull complete [2020-11-12T13:30:47.295Z] 2de7ff778b66: Pull complete [2020-11-12T13:30:47.295Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-12T13:30:47.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T13:30:47.295Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-12T13:30:47.444Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:30:47.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-12T13:30:51.179Z] $ docker top fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-12T13:30:51.453Z] provisioning config files... [2020-11-12T13:30:51.463Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5972966856517632590tmp [2020-11-12T13:30:51.478Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1172320226171064499tmp [2020-11-12T13:30:51.491Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7825089432478565465tmp [Pipeline] { [Pipeline] echo [2020-11-12T13:30:51.556Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:30:51.853Z] ---> sigul-configuration.sh [2020-11-12T13:30:51.853Z] gpg: directory `/root/.gnupg' created [2020-11-12T13:30:51.853Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-12T13:30:51.853Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-12T13:30:51.853Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-12T13:30:51.853Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-12T13:30:51.853Z] gpg: CAST5 encrypted data [2020-11-12T13:30:52.115Z] gpg: encrypted with 1 passphrase [2020-11-12T13:30:52.115Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-12T13:30:52.415Z] + mkdir /home/jenkins [2020-11-12T13:30:52.415Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-12T13:30:52.708Z] + 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 [2020-11-12T13:30:52.719Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:30:53.013Z] ---> sigul-install.sh [2020-11-12T13:30:57.227Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-12T13:30:57.526Z] + git tag --list [2020-11-12T13:30:57.526Z] 0.1.1 [2020-11-12T13:30:57.526Z] v1.1.0 [2020-11-12T13:30:57.526Z] v1.2.0 [2020-11-12T13:30:57.526Z] v1.2.1 [2020-11-12T13:30:57.526Z] v1.2.2-dev.1 [2020-11-12T13:30:57.526Z] v1.2.2-dev.10 [2020-11-12T13:30:57.526Z] v1.2.2-dev.11 [2020-11-12T13:30:57.526Z] v1.2.2-dev.12 [2020-11-12T13:30:57.526Z] v1.2.2-dev.2 [2020-11-12T13:30:57.526Z] v1.2.2-dev.3 [2020-11-12T13:30:57.526Z] v1.2.2-dev.4 [2020-11-12T13:30:57.526Z] v1.2.2-dev.5 [2020-11-12T13:30:57.526Z] v1.2.2-dev.6 [2020-11-12T13:30:57.526Z] v1.2.2-dev.7 [2020-11-12T13:30:57.526Z] v1.2.2-dev.8 [2020-11-12T13:30:57.526Z] v1.2.2-dev.9 [Pipeline] sh [2020-11-12T13:30:57.823Z] + lftools sign git-tag v1.2.2-dev.12 [2020-11-12T13:30:58.769Z] Signing Git tag with Sigul... [2020-11-12T13:30:58.769Z] Signing v1.2.2-dev.12 [Pipeline] echo [2020-11-12T13:31:00.170Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:00.463Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-12T13:31:00.472Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-12T13:31:00.576Z] $ docker stop --time=1 fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 [2020-11-12T13:31:02.248Z] $ docker rm -f fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:31:03.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:31:03.165Z] . [Pipeline] withDockerContainer [2020-11-12T13:31:03.272Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:31:03.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T13:31:03.906Z] $ docker top 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T13:31:04.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T13:31:04.224Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T13:31:04.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T13:31:04.398Z] $ docker exec 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 ssh-agent [2020-11-12T13:31:04.556Z] SSH_AUTH_SOCK=/tmp/ssh-e1APPh92bfAE/agent.12 [2020-11-12T13:31:04.556Z] SSH_AGENT_PID=18 [2020-11-12T13:31:04.564Z] Running ssh-add (command line suppressed) [2020-11-12T13:31:04.686Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2527668097386548375.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2527668097386548375.key) [2020-11-12T13:31:04.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T13:31:05.121Z] + git semver bump pre [2020-11-12T13:31:05.121Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T13:31:05.121Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-12T13:31:05.121Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-12T13:31:05.121Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T13:31:05.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T13:31:05.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T13:31:05.121Z] # $SEMVER_BRANCH = master [2020-11-12T13:31:05.121Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-11-12T13:31:05.121Z] 1.2.2-dev.13 [Pipeline] } [2020-11-12T13:31:05.133Z] $ docker exec --env ******** --env ******** 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 ssh-agent -k [2020-11-12T13:31:05.244Z] unset SSH_AUTH_SOCK; [2020-11-12T13:31:05.244Z] unset SSH_AGENT_PID; [2020-11-12T13:31:05.244Z] echo Agent pid 18 killed; [2020-11-12T13:31:05.288Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T13:31:05.790Z] + git semver [Pipeline] } [2020-11-12T13:31:05.807Z] $ docker stop --time=1 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 [2020-11-12T13:31:07.170Z] $ docker rm -f 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:31:07.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T13:31:07.688Z] . [Pipeline] withDockerContainer [2020-11-12T13:31:07.778Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:31:07.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T13:31:08.441Z] $ docker top 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T13:31:09.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T13:31:09.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T13:31:09.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T13:31:09.966Z] $ docker exec 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 ssh-agent [2020-11-12T13:31:10.144Z] SSH_AUTH_SOCK=/tmp/ssh-vNaaAzaHVq6l/agent.12 [2020-11-12T13:31:10.144Z] SSH_AGENT_PID=18 [2020-11-12T13:31:10.151Z] Running ssh-add (command line suppressed) [2020-11-12T13:31:10.278Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1727497292946921631.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1727497292946921631.key) [2020-11-12T13:31:10.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T13:31:10.687Z] + git semver push [2020-11-12T13:31:10.687Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T13:31:10.687Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-12T13:31:10.687Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-12T13:31:10.687Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T13:31:10.687Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T13:31:10.687Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T13:31:10.687Z] # $SEMVER_BRANCH = master [2020-11-12T13:31:10.687Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-11-12T13:31:17.286Z] $ docker exec --env ******** --env ******** 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 ssh-agent -k [2020-11-12T13:31:17.400Z] unset SSH_AUTH_SOCK; [2020-11-12T13:31:17.400Z] unset SSH_AGENT_PID; [2020-11-12T13:31:17.400Z] echo Agent pid 18 killed; [2020-11-12T13:31:17.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T13:31:17.929Z] + git semver [Pipeline] } [2020-11-12T13:31:17.947Z] $ docker stop --time=1 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 [2020-11-12T13:31:19.301Z] $ docker rm -f 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 [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 [2020-11-12T13:31:21.085Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:21.649Z] ---> package-listing.sh [2020-11-12T13:31:21.649Z] ++ facter osfamily [2020-11-12T13:31:21.649Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T13:31:21.649Z] + OS_FAMILY=redhat [2020-11-12T13:31:21.649Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-12T13:31:21.649Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T13:31:21.649Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T13:31:21.649Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T13:31:21.649Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T13:31:21.649Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-12T13:31:21.649Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T13:31:21.649Z] + case "${OS_FAMILY}" in [2020-11-12T13:31:21.649Z] + rpm -qa [2020-11-12T13:31:21.649Z] + sort [2020-11-12T13:31:25.981Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T13:31:25.981Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T13:31:25.981Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T13:31:25.981Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-12T13:31:25.981Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-11-12T13:31:25.981Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2020-11-12T13:31:25.998Z] 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 [2020-11-12T13:31:26.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:31:26.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T13:31:26.583Z] [2020-11-12T13:31:26.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T13:31:26.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T13:31:26.935Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T13:31:26.935Z] df20fa9351a1: Pulling fs layer [2020-11-12T13:31:26.935Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T13:31:26.935Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T13:31:26.935Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T13:31:26.935Z] 93b61091891f: Pulling fs layer [2020-11-12T13:31:26.935Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T13:31:26.935Z] 5e14af77c1be: Pulling fs layer [2020-11-12T13:31:26.935Z] 01666e4c0597: Pulling fs layer [2020-11-12T13:31:26.935Z] aa168da1d23b: Pulling fs layer [2020-11-12T13:31:26.935Z] 93b9cdb0e59b: Waiting [2020-11-12T13:31:26.935Z] 5e14af77c1be: Waiting [2020-11-12T13:31:26.935Z] 46f8f816bc3b: Waiting [2020-11-12T13:31:26.935Z] 01666e4c0597: Waiting [2020-11-12T13:31:26.935Z] aa168da1d23b: Waiting [2020-11-12T13:31:26.935Z] 93b61091891f: Waiting [2020-11-12T13:31:26.935Z] 36b3adc4ff6f: Download complete [2020-11-12T13:31:26.935Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T13:31:26.935Z] 46f8f816bc3b: Download complete [2020-11-12T13:31:27.196Z] df20fa9351a1: Verifying Checksum [2020-11-12T13:31:27.196Z] df20fa9351a1: Download complete [2020-11-12T13:31:27.196Z] 93b9cdb0e59b: Verifying Checksum [2020-11-12T13:31:27.196Z] 93b9cdb0e59b: Download complete [2020-11-12T13:31:27.196Z] 93b61091891f: Download complete [2020-11-12T13:31:27.196Z] 5e14af77c1be: Verifying Checksum [2020-11-12T13:31:27.196Z] 5e14af77c1be: Download complete [2020-11-12T13:31:27.196Z] 01666e4c0597: Verifying Checksum [2020-11-12T13:31:27.196Z] 01666e4c0597: Download complete [2020-11-12T13:31:27.458Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T13:31:27.458Z] 8ad3a11d3b57: Download complete [2020-11-12T13:31:27.458Z] df20fa9351a1: Pull complete [2020-11-12T13:31:27.722Z] 36b3adc4ff6f: Pull complete [2020-11-12T13:31:28.668Z] 8ad3a11d3b57: Pull complete [2020-11-12T13:31:29.241Z] 46f8f816bc3b: Pull complete [2020-11-12T13:31:29.504Z] aa168da1d23b: Verifying Checksum [2020-11-12T13:31:29.504Z] 93b61091891f: Pull complete [2020-11-12T13:31:29.766Z] 93b9cdb0e59b: Pull complete [2020-11-12T13:31:29.766Z] 5e14af77c1be: Pull complete [2020-11-12T13:31:30.032Z] 01666e4c0597: Pull complete [2020-11-12T13:31:36.647Z] aa168da1d23b: Pull complete [2020-11-12T13:31:36.647Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T13:31:36.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T13:31:36.647Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T13:31:36.779Z] prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container [2020-11-12T13:31:36.820Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-12T13:31:39.260Z] $ docker top 232bfbe0c7b1bf3c2e425d0d5241011684c3641ba68576232de7558bb738e180 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T13:31:39.786Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T13:31:40.091Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T13:31:40.385Z] + ls /var/log/sa-host [2020-11-12T13:31:40.386Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T13:31:40.386Z] file_magic: OK [2020-11-12T13:31:40.386Z] HZ: Using current value: 100 [2020-11-12T13:31:40.386Z] file_header: OK [2020-11-12T13:31:40.386Z] 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 [2020-11-12T13:31:40.386Z] Statistics: [2020-11-12T13:31:40.386Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T13:31:40.386Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T13:31:40.386Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T13:31:40.386Z] file_magic: OK [2020-11-12T13:31:40.386Z] HZ: Using current value: 100 [2020-11-12T13:31:40.386Z] file_header: OK [2020-11-12T13:31:40.386Z] 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 [2020-11-12T13:31:40.386Z] Statistics: [2020-11-12T13:31:40.386Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T13:31:40.386Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T13:31:41.004Z] provisioning config files... [2020-11-12T13:31:41.020Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config81783286731455707tmp [Pipeline] { [Pipeline] echo [2020-11-12T13:31:41.158Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:41.453Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T13:31:41.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T13:31:41.621Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:41.918Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T13:31:41.930Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:42.222Z] ---> sudo-logs.sh [2020-11-12T13:31:42.222Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T13:31:42.232Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:42.522Z] ---> job-cost.sh [2020-11-12T13:31:42.522Z] lf-activate-venv: SKIPPING [2020-11-12T13:31:42.522Z] INFO: No Stack... [2020-11-12T13:31:43.464Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T13:31:44.035Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T13:31:44.047Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T13:31:44.338Z] ---> logs-deploy.sh [2020-11-12T13:31:44.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/55 [2020-11-12T13:31:44.338Z] INFO: archiving workspace using pattern(s): [2020-11-12T13:31:46.251Z] Archives upload complete. [2020-11-12T13:31:46.251Z] INFO: archiving logs to Nexus [2020-11-12T13:31:47.194Z] ---> uname -a: [2020-11-12T13:31:47.194Z] Linux prd-centos7-docker-4c-2g-11944.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-12T13:31:47.194Z] [2020-11-12T13:31:47.194Z] [2020-11-12T13:31:47.194Z] ---> lscpu: [2020-11-12T13:31:47.194Z] Architecture: x86_64 [2020-11-12T13:31:47.194Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-12T13:31:47.194Z] Byte Order: Little Endian [2020-11-12T13:31:47.194Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-12T13:31:47.194Z] CPU(s): 4 [2020-11-12T13:31:47.194Z] On-line CPU(s) list: 0-3 [2020-11-12T13:31:47.194Z] Thread(s) per core: 1 [2020-11-12T13:31:47.194Z] Core(s) per socket: 1 [2020-11-12T13:31:47.194Z] Socket(s): 4 [2020-11-12T13:31:47.194Z] NUMA node(s): 1 [2020-11-12T13:31:47.194Z] Vendor ID: GenuineIntel [2020-11-12T13:31:47.194Z] CPU family: 6 [2020-11-12T13:31:47.194Z] Model: 44 [2020-11-12T13:31:47.194Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-12T13:31:47.194Z] Stepping: 1 [2020-11-12T13:31:47.194Z] CPU MHz: 2933.442 [2020-11-12T13:31:47.194Z] BogoMIPS: 5866.88 [2020-11-12T13:31:47.194Z] Virtualization: VT-x [2020-11-12T13:31:47.194Z] Hypervisor vendor: KVM [2020-11-12T13:31:47.194Z] Virtualization type: full [2020-11-12T13:31:47.195Z] L1d cache: 128 KiB [2020-11-12T13:31:47.195Z] L1i cache: 128 KiB [2020-11-12T13:31:47.195Z] L2 cache: 16 MiB [2020-11-12T13:31:47.195Z] L3 cache: 64 MiB [2020-11-12T13:31:47.195Z] NUMA node0 CPU(s): 0-3 [2020-11-12T13:31:47.195Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-12T13:31:47.195Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-12T13:31:47.195Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-12T13:31:47.195Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-12T13:31:47.195Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-12T13:31:47.195Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-12T13:31:47.195Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-12T13:31:47.195Z] Vulnerability Tsx async abort: Not affected [2020-11-12T13:31:47.195Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-12T13:31:47.195Z] [2020-11-12T13:31:47.195Z]