Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ee50e29b93436bbbf1db679057cf2068418b22d8 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30115 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Checking out Revision ee50e29b93436bbbf1db679057cf2068418b22d8 (master) Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee50e29b93436bbbf1db679057cf2068418b22d8 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 4a29054617585fcc86e9bb7bdf8a0a1e6a52f2de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T04:08:48.996Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T04:08:49.347Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T04:08:49.451Z] ========================================================= [2021-03-17T04:08:49.451Z] EdgeX Global Pipelines Version Info [2021-03-17T04:08:49.451Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:08:50.922Z] ------------------- [2021-03-17T04:08:50.923Z] stable info: [2021-03-17T04:08:50.923Z] ------------------- [2021-03-17T04:08:50.923Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T04:08:50.923Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T04:08:50.923Z] Message: update stable to v1.0.184 [2021-03-17T04:08:51.869Z] ------------------- [2021-03-17T04:08:51.869Z] experimental info: [2021-03-17T04:08:51.869Z] ------------------- [2021-03-17T04:08:51.869Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T04:08:51.869Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T04:08:51.869Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T04:08:52.190Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-17T04:08:52.284Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-17T04:08:52.396Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T04:08:52.489Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T04:08:52.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T04:08:52.681Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T04:08:52.773Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T04:08:52.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T04:08:52.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-17T04:08:53.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T04:08:53.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T04:08:53.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-17T04:08:53.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T04:08:53.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T04:08:53.609Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T04:08:53.700Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T04:08:53.791Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T04:08:53.885Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T04:08:53.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T04:08:54.078Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T04:08:54.188Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-17T04:08:54.283Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-17T04:08:54.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T04:08:54.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T04:08:54.546Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T04:08:54.656Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T04:08:54.766Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-17T04:08:54.887Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-17T04:08:55.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-17T04:08:55.151Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] echo [2021-03-17T04:08:55.240Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee50e29 [Pipeline] echo [2021-03-17T04:08:55.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T04:08:55.566Z] provisioning config files... [2021-03-17T04:08:55.597Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3418334589111201378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:08:55.957Z] ---> docker-login.sh [2021-03-17T04:08:55.957Z] nexus3.edgexfoundry.org:10001 [2021-03-17T04:08:56.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:08:56.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:08:56.487Z] Configure a credential helper to remove this warning. See [2021-03-17T04:08:56.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:08:56.487Z] [2021-03-17T04:08:56.487Z] Login Succeeded [2021-03-17T04:08:56.487Z] nexus3.edgexfoundry.org:10002 [2021-03-17T04:08:56.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:08:56.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:08:56.757Z] Configure a credential helper to remove this warning. See [2021-03-17T04:08:56.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:08:56.757Z] [2021-03-17T04:08:56.757Z] Login Succeeded [2021-03-17T04:08:56.757Z] nexus3.edgexfoundry.org:10003 [2021-03-17T04:08:56.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:08:56.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:08:56.757Z] Configure a credential helper to remove this warning. See [2021-03-17T04:08:56.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:08:56.757Z] [2021-03-17T04:08:56.757Z] Login Succeeded [2021-03-17T04:08:56.757Z] nexus3.edgexfoundry.org:10004 [2021-03-17T04:08:57.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:08:57.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:08:57.024Z] Configure a credential helper to remove this warning. See [2021-03-17T04:08:57.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:08:57.024Z] [2021-03-17T04:08:57.024Z] Login Succeeded [2021-03-17T04:08:57.024Z] docker.io [2021-03-17T04:08:57.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:08:57.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:08:57.290Z] Configure a credential helper to remove this warning. See [2021-03-17T04:08:57.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:08:57.290Z] [2021-03-17T04:08:57.290Z] Login Succeeded [2021-03-17T04:08:57.290Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T04:08:57.301Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T04:08:58.110Z] + git log --format=format:%s -1 ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] echo [2021-03-17T04:08:58.185Z] GIT_COMMIT: ee50e29b93436bbbf1db679057cf2068418b22d8, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-17T04:08:58.257Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:08:58.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:08:58.885Z] [2021-03-17T04:08:58.885Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:08:59.236Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:08:59.237Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T04:08:59.237Z] 31603596830f: Pulling fs layer [2021-03-17T04:08:59.237Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T04:08:59.237Z] 6ca5941a6612: Pulling fs layer [2021-03-17T04:08:59.237Z] ecc8261a40a4: Pulling fs layer [2021-03-17T04:08:59.237Z] ecc8261a40a4: Waiting [2021-03-17T04:08:59.237Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T04:08:59.237Z] 2a8b12db71e7: Download complete [2021-03-17T04:08:59.502Z] 31603596830f: Verifying Checksum [2021-03-17T04:08:59.502Z] 31603596830f: Download complete [2021-03-17T04:08:59.502Z] ecc8261a40a4: Verifying Checksum [2021-03-17T04:08:59.502Z] ecc8261a40a4: Download complete [2021-03-17T04:08:59.502Z] 6ca5941a6612: Verifying Checksum [2021-03-17T04:08:59.502Z] 6ca5941a6612: Download complete [2021-03-17T04:08:59.765Z] 31603596830f: Pull complete [2021-03-17T04:09:00.030Z] 2a8b12db71e7: Pull complete [2021-03-17T04:09:00.608Z] 6ca5941a6612: Pull complete [2021-03-17T04:09:01.190Z] ecc8261a40a4: Pull complete [2021-03-17T04:09:01.190Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T04:09:01.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:09:01.190Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T04:09:01.320Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:09:01.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T04:09:03.532Z] $ docker top 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T04:09:03.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T04:09:03.816Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T04:09:04.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T04:09:04.038Z] $ docker exec 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab ssh-agent [2021-03-17T04:09:04.212Z] SSH_AUTH_SOCK=/tmp/ssh-Gs8lvNCSbEMA/agent.12 [2021-03-17T04:09:04.212Z] SSH_AGENT_PID=17 [2021-03-17T04:09:04.222Z] Running ssh-add (command line suppressed) [2021-03-17T04:09:04.347Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1188409151321757866.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1188409151321757866.key) [2021-03-17T04:09:04.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T04:09:04.742Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T04:09:04.765Z] $ docker exec --env ******** --env ******** 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab ssh-agent -k [2021-03-17T04:09:04.879Z] unset SSH_AUTH_SOCK; [2021-03-17T04:09:04.879Z] unset SSH_AGENT_PID; [2021-03-17T04:09:04.879Z] echo Agent pid 17 killed; [2021-03-17T04:09:04.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T04:09:05.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T04:09:05.097Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T04:09:05.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T04:09:05.269Z] $ docker exec 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab ssh-agent [2021-03-17T04:09:05.433Z] SSH_AUTH_SOCK=/tmp/ssh-CyEn9wUsvcIW/agent.46 [2021-03-17T04:09:05.434Z] SSH_AGENT_PID=52 [2021-03-17T04:09:05.441Z] Running ssh-add (command line suppressed) [2021-03-17T04:09:05.562Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_225615973725193229.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_225615973725193229.key) [2021-03-17T04:09:05.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T04:09:05.955Z] + git semver init [2021-03-17T04:09:05.955Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T04:09:05.955Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T04:09:05.955Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T04:09:05.955Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T04:09:05.955Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T04:09:05.955Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T04:09:05.955Z] # $SEMVER_BRANCH = master [2021-03-17T04:09:05.955Z] # $SEMVER_TEMP = /tmp/semver-663054339 [2021-03-17T04:09:05.955Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-17T04:09:07.352Z] # '/tmp/semver-663054339' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-17T04:09:07.352Z] # -> Force: false [2021-03-17T04:09:07.352Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-17T04:09:07.369Z] $ docker exec --env ******** --env ******** 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab ssh-agent -k [2021-03-17T04:09:07.481Z] unset SSH_AUTH_SOCK; [2021-03-17T04:09:07.482Z] unset SSH_AGENT_PID; [2021-03-17T04:09:07.482Z] echo Agent pid 52 killed; [2021-03-17T04:09:07.534Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T04:09:08.048Z] + git semver [Pipeline] } [2021-03-17T04:09:08.065Z] $ docker stop --time=1 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab [2021-03-17T04:09:09.476Z] $ docker rm -f 9bf9443c42ecee4810c1184f98b26adbb2d173c01bcadedb8724439e5b1badab [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T04:09:09.938Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T04:09:10.423Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T04:09:10.426Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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 [2021-03-17T04:09:25.905Z] Still waiting to schedule task [2021-03-17T04:09:25.905Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30115’ [2021-03-17T04:09:25.908Z] Still waiting to schedule task [2021-03-17T04:09:25.908Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T04:11:06.857Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30116 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-17T04:11:06.933Z] Running in /w/workspace/edgex-ui-go/78 [Pipeline] { [Pipeline] checkout [2021-03-17T04:11:12.425Z] using credential edgex-jenkins-ssh [2021-03-17T04:11:12.494Z] Cloning the remote Git repository [2021-03-17T04:11:12.566Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:11:12.686Z] > git init /w/workspace/edgex-ui-go/78 # timeout=10 [2021-03-17T04:11:12.789Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:11:12.789Z] > git --version # timeout=10 [2021-03-17T04:11:12.807Z] > git --version # 'git version 2.17.1' [2021-03-17T04:11:12.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T04:11:12.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T04:11:15.121Z] Checking out Revision ee50e29b93436bbbf1db679057cf2068418b22d8 (master) [2021-03-17T04:11:14.552Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T04:11:14.570Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T04:11:14.605Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T04:11:14.648Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:11:14.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T04:11:14.661Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T04:11:15.146Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T04:11:15.161Z] > git checkout -f ee50e29b93436bbbf1db679057cf2068418b22d8 # timeout=10 [2021-03-17T04:11:19.790Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T04:11:21.574Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T04:11:21.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T04:11:22.339Z] + sudo service docker restart [2021-03-17T04:11:22.339Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T04:11:25.076Z] provisioning config files... [2021-03-17T04:11:25.121Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/78@tmp/config1000179774054691631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:11:25.549Z] ---> docker-login.sh [2021-03-17T04:11:25.549Z] nexus3.edgexfoundry.org:10001 [2021-03-17T04:11:26.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:11:26.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:11:26.869Z] Configure a credential helper to remove this warning. See [2021-03-17T04:11:26.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:11:26.869Z] [2021-03-17T04:11:26.869Z] Login Succeeded [2021-03-17T04:11:26.869Z] nexus3.edgexfoundry.org:10002 [2021-03-17T04:11:27.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:11:27.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:11:27.454Z] Configure a credential helper to remove this warning. See [2021-03-17T04:11:27.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:11:27.454Z] [2021-03-17T04:11:27.454Z] Login Succeeded [2021-03-17T04:11:27.454Z] nexus3.edgexfoundry.org:10003 [2021-03-17T04:11:27.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:11:28.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:11:28.015Z] Configure a credential helper to remove this warning. See [2021-03-17T04:11:28.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:11:28.015Z] [2021-03-17T04:11:28.015Z] Login Succeeded [2021-03-17T04:11:28.015Z] nexus3.edgexfoundry.org:10004 [2021-03-17T04:11:28.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:11:28.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:11:28.294Z] Configure a credential helper to remove this warning. See [2021-03-17T04:11:28.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:11:28.294Z] [2021-03-17T04:11:28.294Z] Login Succeeded [2021-03-17T04:11:28.294Z] docker.io [2021-03-17T04:11:28.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:11:29.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:11:29.484Z] Configure a credential helper to remove this warning. See [2021-03-17T04:11:29.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:11:29.484Z] [2021-03-17T04:11:29.484Z] Login Succeeded [2021-03-17T04:11:29.484Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T04:11:29.505Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T04:11:29.934Z] ========================================================= [2021-03-17T04:11:29.934Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T04:11:29.934Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:11:30.323Z] + 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 . [2021-03-17T04:11:30.923Z] Sending build context to Docker daemon 17.26MB [2021-03-17T04:11:31.201Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T04:11:31.201Z] Step 2/8 : FROM ${BASE} [2021-03-17T04:11:31.201Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T04:11:31.201Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T04:11:31.201Z] a4357932f1b6: Pulling fs layer [2021-03-17T04:11:31.201Z] 18c013af1878: Pulling fs layer [2021-03-17T04:11:31.201Z] 00ac8860ef70: Pulling fs layer [2021-03-17T04:11:31.201Z] 63d7cb157983: Pulling fs layer [2021-03-17T04:11:31.201Z] b116817d02f9: Pulling fs layer [2021-03-17T04:11:31.201Z] 745a02a5169b: Pulling fs layer [2021-03-17T04:11:31.201Z] 00ac8860ef70: Waiting [2021-03-17T04:11:31.201Z] 63d7cb157983: Waiting [2021-03-17T04:11:31.201Z] b116817d02f9: Waiting [2021-03-17T04:11:31.201Z] 745a02a5169b: Waiting [2021-03-17T04:11:31.201Z] 18c013af1878: Verifying Checksum [2021-03-17T04:11:31.201Z] 18c013af1878: Download complete [2021-03-17T04:11:31.201Z] a4357932f1b6: Verifying Checksum [2021-03-17T04:11:31.201Z] a4357932f1b6: Download complete [2021-03-17T04:11:31.201Z] 63d7cb157983: Verifying Checksum [2021-03-17T04:11:31.201Z] 63d7cb157983: Download complete [2021-03-17T04:11:31.201Z] b116817d02f9: Verifying Checksum [2021-03-17T04:11:31.201Z] b116817d02f9: Download complete [2021-03-17T04:11:31.201Z] 5f621e34cdf4: Download complete [2021-03-17T04:11:32.188Z] 5f621e34cdf4: Pull complete [2021-03-17T04:11:32.470Z] a4357932f1b6: Pull complete [2021-03-17T04:11:32.747Z] 18c013af1878: Pull complete [2021-03-17T04:11:34.200Z] 745a02a5169b: Verifying Checksum [2021-03-17T04:11:34.200Z] 745a02a5169b: Download complete [2021-03-17T04:11:35.177Z] 00ac8860ef70: Verifying Checksum [2021-03-17T04:11:35.177Z] 00ac8860ef70: Download complete [2021-03-17T04:11:45.357Z] 00ac8860ef70: Pull complete [2021-03-17T04:11:45.357Z] 63d7cb157983: Pull complete [2021-03-17T04:11:45.954Z] b116817d02f9: Pull complete [2021-03-17T04:11:50.281Z] 745a02a5169b: Pull complete [2021-03-17T04:11:50.281Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T04:11:50.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T04:11:50.281Z] ---> b7e6874047d6 [2021-03-17T04:11:50.281Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T04:11:52.901Z] ---> Running in 65ac21599eef [2021-03-17T04:11:52.901Z] Removing intermediate container 65ac21599eef [2021-03-17T04:11:52.901Z] ---> 54e12fc1da9d [2021-03-17T04:11:52.901Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T04:11:52.901Z] ---> Running in 0c1a2b1796fc [2021-03-17T04:11:55.544Z] Removing intermediate container 0c1a2b1796fc [2021-03-17T04:11:55.544Z] ---> 0c3dfe973164 [2021-03-17T04:11:55.544Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-17T04:11:55.544Z] ---> Running in b324b1151763 [2021-03-17T04:11:56.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T04:11:57.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T04:11:57.781Z] OK: 142 MiB in 39 packages [2021-03-17T04:11:59.215Z] Removing intermediate container b324b1151763 [2021-03-17T04:11:59.215Z] ---> 846c25b28aba [2021-03-17T04:11:59.215Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-17T04:11:59.215Z] ---> Running in f2df217aa219 [2021-03-17T04:11:59.819Z] Removing intermediate container f2df217aa219 [2021-03-17T04:11:59.819Z] ---> 3ead1de0277f [2021-03-17T04:11:59.819Z] Step 7/8 : COPY . . [2021-03-17T04:12:02.479Z] ---> 0cabad6fe70f [2021-03-17T04:12:02.479Z] Step 8/8 : RUN go mod download [2021-03-17T04:12:02.479Z] ---> Running in 48f64422104a [2021-03-17T04:12:06.029Z] Running on prd-centos7-docker-4c-2g-30117 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-17T04:12:06.101Z] Running in /w/workspace/edgex-ui-go/78 [Pipeline] { [Pipeline] checkout [2021-03-17T04:12:08.576Z] using credential edgex-jenkins-ssh [2021-03-17T04:12:08.632Z] Cloning the remote Git repository [2021-03-17T04:12:08.670Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:12:08.741Z] > git init /w/workspace/edgex-ui-go/78 # timeout=10 [2021-03-17T04:12:08.808Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:12:08.809Z] > git --version # timeout=10 [2021-03-17T04:12:08.819Z] > git --version # 'git version 2.24.3' [2021-03-17T04:12:08.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T04:12:08.844Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T04:12:10.108Z] Checking out Revision ee50e29b93436bbbf1db679057cf2068418b22d8 (master) [2021-03-17T04:12:09.695Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T04:12:09.700Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T04:12:09.714Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T04:12:09.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T04:12:09.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T04:12:09.731Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T04:12:10.127Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T04:12:10.134Z] > git checkout -f ee50e29b93436bbbf1db679057cf2068418b22d8 # timeout=10 [2021-03-17T04:12:13.886Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T04:12:15.093Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T04:12:15.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T04:12:15.725Z] + sudo service docker restart [2021-03-17T04:12:15.725Z] + true [2021-03-17T04:12:15.725Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T04:12:17.715Z] provisioning config files... [2021-03-17T04:12:17.786Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/78@tmp/config6866674223996962680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:12:18.148Z] ---> docker-login.sh [2021-03-17T04:12:18.148Z] nexus3.edgexfoundry.org:10001 [2021-03-17T04:12:18.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:12:18.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:12:18.410Z] Configure a credential helper to remove this warning. See [2021-03-17T04:12:18.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:12:18.410Z] [2021-03-17T04:12:18.410Z] Login Succeeded [2021-03-17T04:12:18.410Z] nexus3.edgexfoundry.org:10002 [2021-03-17T04:12:18.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:12:18.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:12:18.672Z] Configure a credential helper to remove this warning. See [2021-03-17T04:12:18.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:12:18.672Z] [2021-03-17T04:12:18.672Z] Login Succeeded [2021-03-17T04:12:18.672Z] nexus3.edgexfoundry.org:10003 [2021-03-17T04:12:18.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:12:18.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:12:18.935Z] Configure a credential helper to remove this warning. See [2021-03-17T04:12:18.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:12:18.935Z] [2021-03-17T04:12:18.935Z] Login Succeeded [2021-03-17T04:12:18.935Z] nexus3.edgexfoundry.org:10004 [2021-03-17T04:12:18.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:12:18.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:12:18.935Z] Configure a credential helper to remove this warning. See [2021-03-17T04:12:18.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:12:18.935Z] [2021-03-17T04:12:18.935Z] Login Succeeded [2021-03-17T04:12:18.935Z] docker.io [2021-03-17T04:12:19.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:12:19.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:12:19.459Z] Configure a credential helper to remove this warning. See [2021-03-17T04:12:19.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:12:19.459Z] [2021-03-17T04:12:19.459Z] Login Succeeded [2021-03-17T04:12:19.459Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T04:12:19.468Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T04:12:19.823Z] ========================================================= [2021-03-17T04:12:19.823Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T04:12:19.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:12:20.178Z] + 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 . [2021-03-17T04:12:20.443Z] Sending build context to Docker daemon 17.26MB [2021-03-17T04:12:20.443Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T04:12:20.443Z] Step 2/8 : FROM ${BASE} [2021-03-17T04:12:20.443Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T04:12:20.443Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T04:12:20.443Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T04:12:20.443Z] de9db76c5a1d: Pulling fs layer [2021-03-17T04:12:20.443Z] bca2f99d35d6: Pulling fs layer [2021-03-17T04:12:20.443Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T04:12:20.443Z] 7c6f9722023f: Pulling fs layer [2021-03-17T04:12:20.443Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T04:12:20.443Z] bca2f99d35d6: Waiting [2021-03-17T04:12:20.443Z] 93359f2a8cfa: Waiting [2021-03-17T04:12:20.443Z] 7c6f9722023f: Waiting [2021-03-17T04:12:20.443Z] a35cf1a2eb13: Waiting [2021-03-17T04:12:20.443Z] de9db76c5a1d: Verifying Checksum [2021-03-17T04:12:20.443Z] de9db76c5a1d: Download complete [2021-03-17T04:12:20.712Z] 0ef7d3d256c8: Download complete [2021-03-17T04:12:20.712Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T04:12:20.712Z] 93359f2a8cfa: Download complete [2021-03-17T04:12:20.712Z] 7c6f9722023f: Verifying Checksum [2021-03-17T04:12:20.712Z] 7c6f9722023f: Download complete [2021-03-17T04:12:20.712Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T04:12:20.712Z] 188c0c94c7c5: Download complete [2021-03-17T04:12:20.977Z] 188c0c94c7c5: Pull complete [2021-03-17T04:12:21.238Z] 0ef7d3d256c8: Pull complete [2021-03-17T04:12:21.502Z] de9db76c5a1d: Pull complete [2021-03-17T04:12:22.914Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T04:12:22.914Z] a35cf1a2eb13: Download complete [2021-03-17T04:12:23.178Z] bca2f99d35d6: Verifying Checksum [2021-03-17T04:12:23.178Z] bca2f99d35d6: Download complete [2021-03-17T04:12:28.489Z] bca2f99d35d6: Pull complete [2021-03-17T04:12:28.489Z] 93359f2a8cfa: Pull complete [2021-03-17T04:12:28.489Z] 7c6f9722023f: Pull complete [2021-03-17T04:12:34.850Z] Removing intermediate container 48f64422104a [2021-03-17T04:12:34.850Z] ---> 3cf1c2912a27 [2021-03-17T04:12:34.850Z] Successfully built 3cf1c2912a27 [2021-03-17T04:12:34.850Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:12:35.097Z] a35cf1a2eb13: Pull complete [2021-03-17T04:12:35.097Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T04:12:35.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T04:12:35.097Z] ---> a62c8e92a672 [2021-03-17T04:12:35.097Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T04:12:35.097Z] ---> Running in 67f9eafdc047 [2021-03-17T04:12:35.097Z] Removing intermediate container 67f9eafdc047 [2021-03-17T04:12:35.097Z] ---> c5913ce519be [2021-03-17T04:12:35.097Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T04:12:35.097Z] ---> Running in f21bb400bbfa [2021-03-17T04:12:35.190Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T04:12:35.190Z] . [Pipeline] withDockerContainer [2021-03-17T04:12:35.421Z] prd-ubuntu18.04-docker-arm64-4c-16g-30116 does not seem to be running inside a container [2021-03-17T04:12:35.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/78 -v /w/workspace/edgex-ui-go/78:/w/workspace/edgex-ui-go/78:rw,z -v /w/workspace/edgex-ui-go/78@tmp:/w/workspace/edgex-ui-go/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T04:12:36.058Z] Removing intermediate container f21bb400bbfa [2021-03-17T04:12:36.058Z] ---> b5ca5a5fff6c [2021-03-17T04:12:36.058Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-17T04:12:36.322Z] ---> Running in 1b02fbd8d4e0 [2021-03-17T04:12:36.926Z] $ docker top 9c96b5c5303c26e5f741d101208ab0a67f3299fc8ccdf2837039d51f17f4104f -eo pid,comm [2021-03-17T04:12:37.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-03-17T04:12:37.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T04:12:37.977Z] + go version [2021-03-17T04:12:37.977Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T04:12:37.988Z] $ docker stop --time=1 9c96b5c5303c26e5f741d101208ab0a67f3299fc8ccdf2837039d51f17f4104f [2021-03-17T04:12:38.423Z] OK: 166 MiB in 39 packages [2021-03-17T04:12:38.686Z] Removing intermediate container 1b02fbd8d4e0 [2021-03-17T04:12:38.686Z] ---> ee87971322bc [2021-03-17T04:12:38.686Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-17T04:12:38.949Z] ---> Running in 6bef3c986062 [2021-03-17T04:12:38.949Z] Removing intermediate container 6bef3c986062 [2021-03-17T04:12:38.949Z] ---> 18535ac09b64 [2021-03-17T04:12:38.949Z] Step 7/8 : COPY . . [2021-03-17T04:12:39.911Z] $ docker rm -f 9c96b5c5303c26e5f741d101208ab0a67f3299fc8ccdf2837039d51f17f4104f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:12:40.873Z] ---> e2802a25ebbf [2021-03-17T04:12:40.873Z] Step 8/8 : RUN go mod download [2021-03-17T04:12:41.064Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T04:12:41.064Z] . [Pipeline] withDockerContainer [2021-03-17T04:12:41.138Z] ---> Running in 2eed1a7b831c [2021-03-17T04:12:41.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-30116 does not seem to be running inside a container [2021-03-17T04:12:41.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/78 -v /w/workspace/edgex-ui-go/78:/w/workspace/edgex-ui-go/78:rw,z -v /w/workspace/edgex-ui-go/78@tmp:/w/workspace/edgex-ui-go/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T04:12:42.892Z] $ docker top 3b31558a340912ca2cfc00abec30bf08989761dde3593162e1f109834e4a4fe0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T04:12:43.903Z] + make test [2021-03-17T04:12:43.903Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-17T04:12:45.340Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-17T04:13:07.807Z] Removing intermediate container 2eed1a7b831c [2021-03-17T04:13:07.807Z] ---> 1292f0a62e80 [2021-03-17T04:13:07.807Z] Successfully built 1292f0a62e80 [2021-03-17T04:13:07.807Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:13:08.128Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T04:13:08.128Z] . [Pipeline] withDockerContainer [2021-03-17T04:13:08.253Z] prd-centos7-docker-4c-2g-30117 does not seem to be running inside a container [2021-03-17T04:13:08.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/78 -v /w/workspace/edgex-ui-go/78:/w/workspace/edgex-ui-go/78:rw,z -v /w/workspace/edgex-ui-go/78@tmp:/w/workspace/edgex-ui-go/78@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 [2021-03-17T04:13:09.315Z] $ docker top 278e600e1dab989b051b08873aaca814ebadfd674996cf0e4a222e64295587ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T04:13:09.848Z] + go version [2021-03-17T04:13:09.848Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T04:13:09.863Z] $ docker stop --time=1 278e600e1dab989b051b08873aaca814ebadfd674996cf0e4a222e64295587ef [2021-03-17T04:13:11.515Z] $ docker rm -f 278e600e1dab989b051b08873aaca814ebadfd674996cf0e4a222e64295587ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-17T04:13:12.183Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-17T04:13:12.183Z] GO111MODULE=on go vet ./... [2021-03-17T04:13:12.345Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T04:13:12.345Z] . [Pipeline] withDockerContainer [2021-03-17T04:13:12.449Z] prd-centos7-docker-4c-2g-30117 does not seem to be running inside a container [2021-03-17T04:13:12.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/78 -v /w/workspace/edgex-ui-go/78:/w/workspace/edgex-ui-go/78:rw,z -v /w/workspace/edgex-ui-go/78@tmp:/w/workspace/edgex-ui-go/78@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 [2021-03-17T04:13:13.122Z] $ docker top f01bbbad4025a0600c08a0a1e7c3a940ca73833fd7acc66e77e5fa349d00db3d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T04:13:13.622Z] + make test [2021-03-17T04:13:13.622Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-17T04:13:15.026Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2021-03-17T04:13:17.605Z] $ docker stop --time=1 3b31558a340912ca2cfc00abec30bf08989761dde3593162e1f109834e4a4fe0 [2021-03-17T04:13:19.691Z] $ docker rm -f 3b31558a340912ca2cfc00abec30bf08989761dde3593162e1f109834e4a4fe0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T04:13:20.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T04:13:21.450Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-17T04:13:25.174Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-17T04:13:25.174Z] GO111MODULE=on go vet ./... [2021-03-17T04:13:25.389Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T04:13:25.796Z] + ls -al . [2021-03-17T04:13:25.796Z] total 124 [2021-03-17T04:13:25.796Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 04:12 . [2021-03-17T04:13:25.796Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 04:11 .. [2021-03-17T04:13:25.796Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 04:11 .git [2021-03-17T04:13:25.796Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 04:11 .github [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 17 04:11 .gitignore [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 17 04:11 CONTRIBUTING.md [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 17 04:11 Dockerfile [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 17 04:11 Dockerfile.build [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 17 04:11 Jenkinsfile [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 17 04:11 LICENSE [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 17 04:11 Makefile [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 17 04:11 README.md [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 04:09 VERSION [2021-03-17T04:13:25.796Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 04:11 assets [2021-03-17T04:13:25.796Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 04:11 bin [2021-03-17T04:13:25.796Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 04:11 cmd [2021-03-17T04:13:25.796Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 17 04:12 coverage.out [2021-03-17T04:13:25.796Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 04:11 docs [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 17 04:11 go.mod [2021-03-17T04:13:25.796Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 17 04:12 go.sum [2021-03-17T04:13:25.796Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 04:11 internal [2021-03-17T04:13:25.796Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 17 04:11 version.go [2021-03-17T04:13:25.796Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 04:11 web [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-03-17T04:13:26.143Z] $ docker stop --time=1 f01bbbad4025a0600c08a0a1e7c3a940ca73833fd7acc66e77e5fa349d00db3d [2021-03-17T04:13:26.168Z] + 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=ee50e29b93436bbbf1db679057cf2068418b22d8 --label arch=arm64 --label version=2.0.0-dev.20 . [2021-03-17T04:13:27.167Z] Sending build context to Docker daemon 17.29MB [2021-03-17T04:13:27.167Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T04:13:27.167Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T04:13:27.167Z] ---> 3cf1c2912a27 [2021-03-17T04:13:27.167Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-17T04:13:27.447Z] ---> Running in aeff9267cdef [2021-03-17T04:13:27.719Z] Removing intermediate container aeff9267cdef [2021-03-17T04:13:27.719Z] ---> 9bbcfd049cc3 [2021-03-17T04:13:27.719Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-17T04:13:27.994Z] ---> Running in e2b2b9df633b [2021-03-17T04:13:28.268Z] Removing intermediate container e2b2b9df633b [2021-03-17T04:13:28.268Z] ---> ff4058ccba82 [2021-03-17T04:13:28.268Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T04:13:28.541Z] ---> Running in 95558850aeaf [2021-03-17T04:13:28.812Z] Removing intermediate container 95558850aeaf [2021-03-17T04:13:28.812Z] ---> 1d6f21255c95 [2021-03-17T04:13:28.812Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-17T04:13:28.888Z] $ docker rm -f f01bbbad4025a0600c08a0a1e7c3a940ca73833fd7acc66e77e5fa349d00db3d [2021-03-17T04:13:29.087Z] ---> Running in a89894c3a584 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T04:13:29.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T04:13:29.439Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T04:13:29.689Z] Removing intermediate container a89894c3a584 [2021-03-17T04:13:29.689Z] ---> 54770bb80513 [2021-03-17T04:13:29.689Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-17T04:13:29.689Z] ---> Running in 0a9883bbddcd [2021-03-17T04:13:29.802Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-17T04:13:29.960Z] Removing intermediate container 0a9883bbddcd [2021-03-17T04:13:29.960Z] ---> 923e8b47572c [2021-03-17T04:13:29.960Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-17T04:13:30.237Z] ---> Running in c6ccb62e98c4 [2021-03-17T04:13:30.379Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T04:13:30.680Z] + ls -al . [2021-03-17T04:13:30.680Z] total 92 [2021-03-17T04:13:30.680Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 04:13 . [2021-03-17T04:13:30.680Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 17 04:12 .. [2021-03-17T04:13:30.680Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 17 04:12 assets [2021-03-17T04:13:30.680Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 17 04:12 bin [2021-03-17T04:13:30.680Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 17 04:12 cmd [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 17 04:12 CONTRIBUTING.md [2021-03-17T04:13:30.680Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 17 04:13 coverage.out [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 17 04:12 Dockerfile [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 17 04:12 Dockerfile.build [2021-03-17T04:13:30.680Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 17 04:12 docs [2021-03-17T04:13:30.680Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 17 04:12 .git [2021-03-17T04:13:30.680Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 04:12 .github [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 17 04:12 .gitignore [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 17 04:12 go.mod [2021-03-17T04:13:30.680Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 17 04:13 go.sum [2021-03-17T04:13:30.680Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 17 04:12 internal [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 17 04:12 Jenkinsfile [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 17 04:12 LICENSE [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 17 04:12 Makefile [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 17 04:12 README.md [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 17 04:09 VERSION [2021-03-17T04:13:30.680Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 17 04:12 version.go [2021-03-17T04:13:30.680Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 17 04:12 web [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:13:30.986Z] + 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=ee50e29b93436bbbf1db679057cf2068418b22d8 --label arch=amd64 --label version=2.0.0-dev.20 . [2021-03-17T04:13:31.248Z] Sending build context to Docker daemon 17.29MB [2021-03-17T04:13:31.248Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T04:13:31.248Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T04:13:31.248Z] ---> 1292f0a62e80 [2021-03-17T04:13:31.248Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-17T04:13:31.823Z] ---> Running in ce3ad5ec8773 [2021-03-17T04:13:32.086Z] Removing intermediate container ce3ad5ec8773 [2021-03-17T04:13:32.086Z] ---> ce817ee43283 [2021-03-17T04:13:32.086Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-17T04:13:32.086Z] ---> Running in d105a43642a1 [2021-03-17T04:13:32.214Z] Removing intermediate container c6ccb62e98c4 [2021-03-17T04:13:32.214Z] ---> 07bba4041aa1 [2021-03-17T04:13:32.214Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T04:13:32.349Z] Removing intermediate container d105a43642a1 [2021-03-17T04:13:32.349Z] ---> 025d60b63fd1 [2021-03-17T04:13:32.349Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T04:13:32.349Z] ---> Running in f08718be51e7 [2021-03-17T04:13:32.494Z] ---> Running in 0eb786447a2a [2021-03-17T04:13:32.611Z] Removing intermediate container f08718be51e7 [2021-03-17T04:13:32.611Z] ---> 6fd4c62749ad [2021-03-17T04:13:32.612Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-17T04:13:32.612Z] ---> Running in c1a655261a5c [2021-03-17T04:13:32.874Z] Removing intermediate container c1a655261a5c [2021-03-17T04:13:32.874Z] ---> 5c54adf1776c [2021-03-17T04:13:32.874Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-17T04:13:32.874Z] ---> Running in 97040c437bd3 [2021-03-17T04:13:32.874Z] Removing intermediate container 97040c437bd3 [2021-03-17T04:13:32.874Z] ---> 670bb6ca8357 [2021-03-17T04:13:32.874Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T04:13:33.136Z] ---> Running in aeb788b72a4c [2021-03-17T04:13:33.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T04:13:34.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T04:13:34.082Z] Removing intermediate container aeb788b72a4c [2021-03-17T04:13:34.082Z] ---> 28c156cd1f8d [2021-03-17T04:13:34.082Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T04:13:34.082Z] ---> Running in d6e940051154 [2021-03-17T04:13:34.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T04:13:34.659Z] OK: 142 MiB in 39 packages [2021-03-17T04:13:34.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T04:13:35.493Z] OK: 166 MiB in 39 packages [2021-03-17T04:13:35.630Z] Removing intermediate container 0eb786447a2a [2021-03-17T04:13:35.630Z] ---> 4ad5a71941f0 [2021-03-17T04:13:35.630Z] Step 10/24 : ENV GO111MODULE=on [2021-03-17T04:13:35.630Z] ---> Running in 40709f2748d7 [2021-03-17T04:13:35.755Z] Removing intermediate container d6e940051154 [2021-03-17T04:13:35.755Z] ---> bc79e492f69f [2021-03-17T04:13:35.755Z] Step 10/24 : ENV GO111MODULE=on [2021-03-17T04:13:36.017Z] ---> Running in 2688fd3f0519 [2021-03-17T04:13:36.222Z] Removing intermediate container 40709f2748d7 [2021-03-17T04:13:36.222Z] ---> eb4e592a4623 [2021-03-17T04:13:36.222Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-17T04:13:36.222Z] ---> Running in bbf0b1a46e18 [2021-03-17T04:13:36.280Z] Removing intermediate container 2688fd3f0519 [2021-03-17T04:13:36.280Z] ---> 5b5673bd1d43 [2021-03-17T04:13:36.280Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-17T04:13:36.280Z] ---> Running in e6ff3505b4ef [2021-03-17T04:13:36.280Z] Removing intermediate container e6ff3505b4ef [2021-03-17T04:13:36.280Z] ---> 9b9befa83a13 [2021-03-17T04:13:36.280Z] Step 12/24 : COPY go.mod . [2021-03-17T04:13:36.542Z] ---> 690c14586936 [2021-03-17T04:13:36.542Z] Step 13/24 : COPY Makefile . [2021-03-17T04:13:36.816Z] ---> 58db6eeba07c [2021-03-17T04:13:36.816Z] Step 14/24 : RUN make update [2021-03-17T04:13:36.816Z] ---> Running in 7d255976a6cc [2021-03-17T04:13:36.817Z] Removing intermediate container bbf0b1a46e18 [2021-03-17T04:13:36.817Z] ---> cc9a5e0e5e3b [2021-03-17T04:13:36.817Z] Step 12/24 : COPY go.mod . [2021-03-17T04:13:37.396Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-17T04:13:37.419Z] ---> f59e661de11c [2021-03-17T04:13:37.419Z] Step 13/24 : COPY Makefile . [2021-03-17T04:13:37.976Z] Removing intermediate container 7d255976a6cc [2021-03-17T04:13:37.976Z] ---> 1c9bd134e2a1 [2021-03-17T04:13:37.976Z] Step 15/24 : COPY . . [2021-03-17T04:13:38.018Z] ---> a4ea6e6608c3 [2021-03-17T04:13:38.018Z] Step 14/24 : RUN make update [2021-03-17T04:13:38.291Z] ---> Running in 4e453451ffbe [2021-03-17T04:13:39.272Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-17T04:13:39.368Z] ---> 2212320e5b11 [2021-03-17T04:13:39.368Z] Step 16/24 : RUN ${MAKE} [2021-03-17T04:13:39.636Z] ---> Running in ada9823b34fb [2021-03-17T04:13:40.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.20" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-17T04:13:40.702Z] Removing intermediate container 4e453451ffbe [2021-03-17T04:13:40.702Z] ---> 6defe1640d8d [2021-03-17T04:13:40.702Z] Step 15/24 : COPY . . [2021-03-17T04:13:43.319Z] ---> 350f408f05c1 [2021-03-17T04:13:43.319Z] Step 16/24 : RUN ${MAKE} [2021-03-17T04:13:43.319Z] ---> Running in 596eae4cfc38 [2021-03-17T04:13:44.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.20" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-17T04:13:48.464Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T04:13:52.692Z] Removing intermediate container ada9823b34fb [2021-03-17T04:13:52.692Z] ---> 7c661fbdf816 [2021-03-17T04:13:52.692Z] Step 17/24 : FROM alpine:3.12 [2021-03-17T04:13:52.692Z] 3.12: Pulling from library/alpine [2021-03-17T04:13:52.692Z] f84cab65f19f: Pulling fs layer [2021-03-17T04:13:52.692Z] f84cab65f19f: Verifying Checksum [2021-03-17T04:13:52.692Z] f84cab65f19f: Download complete [2021-03-17T04:13:52.955Z] f84cab65f19f: Pull complete [2021-03-17T04:13:52.955Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T04:13:52.955Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T04:13:52.955Z] ---> 88dd2752d2ea [2021-03-17T04:13:52.955Z] Step 18/24 : EXPOSE 4000 [2021-03-17T04:13:53.218Z] ---> Running in 324d273d3645 [2021-03-17T04:13:53.218Z] Removing intermediate container 324d273d3645 [2021-03-17T04:13:53.218Z] ---> 1bf40222e7eb [2021-03-17T04:13:53.218Z] 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 [2021-03-17T04:13:54.610Z] ---> d29d22819211 [2021-03-17T04:13:54.610Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-17T04:13:54.610Z] ---> Running in e97347324285 [2021-03-17T04:13:54.610Z] Removing intermediate container e97347324285 [2021-03-17T04:13:54.610Z] ---> b5879bf88625 [2021-03-17T04:13:54.610Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-17T04:13:54.610Z] ---> Running in df7b1b12901e [2021-03-17T04:13:54.873Z] Removing intermediate container df7b1b12901e [2021-03-17T04:13:54.873Z] ---> ccfe395e9a09 [2021-03-17T04:13:54.873Z] Step 22/24 : LABEL arch=amd64 [2021-03-17T04:13:54.873Z] ---> Running in efd1c1c8b77a [2021-03-17T04:13:55.136Z] Removing intermediate container efd1c1c8b77a [2021-03-17T04:13:55.136Z] ---> 75a92a70bb66 [2021-03-17T04:13:55.136Z] Step 23/24 : LABEL git_sha=ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:13:55.136Z] ---> Running in a0ac85f10758 [2021-03-17T04:13:55.398Z] Removing intermediate container a0ac85f10758 [2021-03-17T04:13:55.398Z] ---> fabfa5317ead [2021-03-17T04:13:55.398Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2021-03-17T04:13:55.398Z] ---> Running in 46a5cbc8be4f [2021-03-17T04:13:55.398Z] Removing intermediate container 46a5cbc8be4f [2021-03-17T04:13:55.398Z] ---> 63f47ddc6bb7 [2021-03-17T04:13:55.398Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T04:13:55.661Z] Successfully built 63f47ddc6bb7 [2021-03-17T04:13:55.661Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T04:13:56.094Z] provisioning config files... [2021-03-17T04:13:56.123Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/78@tmp/config2978568399365000161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:13:56.571Z] ---> docker-login.sh [2021-03-17T04:13:56.572Z] nexus3.edgexfoundry.org:10001 [2021-03-17T04:13:56.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:13:56.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:13:56.836Z] Configure a credential helper to remove this warning. See [2021-03-17T04:13:56.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:13:56.836Z] [2021-03-17T04:13:56.836Z] Login Succeeded [2021-03-17T04:13:56.836Z] nexus3.edgexfoundry.org:10002 [2021-03-17T04:13:57.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:13:57.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:13:57.098Z] Configure a credential helper to remove this warning. See [2021-03-17T04:13:57.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:13:57.098Z] [2021-03-17T04:13:57.098Z] Login Succeeded [2021-03-17T04:13:57.098Z] nexus3.edgexfoundry.org:10003 [2021-03-17T04:13:57.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:13:57.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:13:57.363Z] Configure a credential helper to remove this warning. See [2021-03-17T04:13:57.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:13:57.363Z] [2021-03-17T04:13:57.363Z] Login Succeeded [2021-03-17T04:13:57.363Z] nexus3.edgexfoundry.org:10004 [2021-03-17T04:13:57.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:13:57.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:13:57.363Z] Configure a credential helper to remove this warning. See [2021-03-17T04:13:57.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:13:57.363Z] [2021-03-17T04:13:57.363Z] Login Succeeded [2021-03-17T04:13:57.363Z] docker.io [2021-03-17T04:13:57.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:13:57.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:13:57.888Z] Configure a credential helper to remove this warning. See [2021-03-17T04:13:57.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:13:57.888Z] [2021-03-17T04:13:57.888Z] Login Succeeded [2021-03-17T04:13:57.888Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T04:13:57.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T04:13:58.091Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-17T04:13:58.092Z] ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:13:58.092Z] latest [2021-03-17T04:13:58.092Z] 2.0.0-dev.20 [2021-03-17T04:13:58.092Z] ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:13:58.092Z] master [2021-03-17T04:13:58.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:13:58.594Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:13:58.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:13:58.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T04:13:58.899Z] ab2ddea80a0f: Preparing [2021-03-17T04:13:58.899Z] 33e8713114f8: Preparing [2021-03-17T04:13:58.899Z] 33e8713114f8: Layer already exists [2021-03-17T04:14:00.291Z] ab2ddea80a0f: Pushed [2021-03-17T04:14:00.552Z] ee50e29b93436bbbf1db679057cf2068418b22d8: digest: sha256:f3bfdb7ac52950e2c08244920ed05d933457390fecf36db1ef4a23462114175d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:00.861Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:01.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-17T04:14:01.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T04:14:01.162Z] ab2ddea80a0f: Preparing [2021-03-17T04:14:01.162Z] 33e8713114f8: Preparing [2021-03-17T04:14:01.162Z] 33e8713114f8: Layer already exists [2021-03-17T04:14:01.162Z] ab2ddea80a0f: Layer already exists [2021-03-17T04:14:01.162Z] latest: digest: sha256:f3bfdb7ac52950e2c08244920ed05d933457390fecf36db1ef4a23462114175d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:01.472Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:01.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.20 [2021-03-17T04:14:01.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T04:14:01.776Z] ab2ddea80a0f: Preparing [2021-03-17T04:14:01.776Z] 33e8713114f8: Preparing [2021-03-17T04:14:01.776Z] 33e8713114f8: Layer already exists [2021-03-17T04:14:01.776Z] ab2ddea80a0f: Layer already exists [2021-03-17T04:14:01.776Z] 2.0.0-dev.20: digest: sha256:f3bfdb7ac52950e2c08244920ed05d933457390fecf36db1ef4a23462114175d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:02.085Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:02.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:14:02.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T04:14:02.388Z] ab2ddea80a0f: Preparing [2021-03-17T04:14:02.388Z] 33e8713114f8: Preparing [2021-03-17T04:14:02.388Z] ab2ddea80a0f: Layer already exists [2021-03-17T04:14:02.388Z] 33e8713114f8: Layer already exists [2021-03-17T04:14:02.388Z] ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20: digest: sha256:f3bfdb7ac52950e2c08244920ed05d933457390fecf36db1ef4a23462114175d size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:02.699Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:03.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-17T04:14:03.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T04:14:03.007Z] ab2ddea80a0f: Preparing [2021-03-17T04:14:03.007Z] 33e8713114f8: Preparing [2021-03-17T04:14:03.007Z] 33e8713114f8: Layer already exists [2021-03-17T04:14:03.007Z] ab2ddea80a0f: Layer already exists [2021-03-17T04:14:03.007Z] master: digest: sha256:f3bfdb7ac52950e2c08244920ed05d933457390fecf36db1ef4a23462114175d size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T04:14:03.203Z] ===================================================== [Pipeline] echo [2021-03-17T04:14:03.251Z] taggedImages: [2021-03-17T04:14:03.251Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:14:03.251Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-17T04:14:03.252Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.20 [2021-03-17T04:14:03.252Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:14:03.252Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:14:04.044Z] ---> job-cost.sh [2021-03-17T04:14:04.045Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-714z [2021-03-17T04:14:11.132Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T04:14:17.840Z] Removing intermediate container 596eae4cfc38 [2021-03-17T04:14:17.840Z] ---> ba6b923c87f0 [2021-03-17T04:14:17.840Z] Step 17/24 : FROM alpine:3.12 [2021-03-17T04:14:18.110Z] 3.12: Pulling from library/alpine [2021-03-17T04:14:18.383Z] dce8679b510e: Pulling fs layer [2021-03-17T04:14:18.383Z] dce8679b510e: Verifying Checksum [2021-03-17T04:14:18.383Z] dce8679b510e: Download complete [2021-03-17T04:14:18.978Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T04:14:18.980Z] dce8679b510e: Pull complete [2021-03-17T04:14:19.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T04:14:19.250Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T04:14:19.250Z] ---> d10569e2745f [2021-03-17T04:14:19.250Z] Step 18/24 : EXPOSE 4000 [2021-03-17T04:14:19.250Z] ---> Running in f94476617f44 [2021-03-17T04:14:19.845Z] Removing intermediate container f94476617f44 [2021-03-17T04:14:19.845Z] ---> bf2d6bc1e23b [2021-03-17T04:14:19.845Z] 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 [2021-03-17T04:14:21.808Z] ---> 491f9414c187 [2021-03-17T04:14:21.808Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-17T04:14:21.808Z] ---> Running in 7ad19010e54c [2021-03-17T04:14:22.083Z] Removing intermediate container 7ad19010e54c [2021-03-17T04:14:22.083Z] ---> 51458073900b [2021-03-17T04:14:22.083Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-17T04:14:22.083Z] ---> Running in 17d9fe8679b9 [2021-03-17T04:14:22.682Z] Removing intermediate container 17d9fe8679b9 [2021-03-17T04:14:22.682Z] ---> 563f0a244868 [2021-03-17T04:14:22.682Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T04:14:22.682Z] ---> Running in 3969d3e8c0f7 [2021-03-17T04:14:23.272Z] Removing intermediate container 3969d3e8c0f7 [2021-03-17T04:14:23.272Z] ---> e4330bebf2ec [2021-03-17T04:14:23.272Z] Step 23/24 : LABEL git_sha=ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:14:23.272Z] ---> Running in b524233474d1 [2021-03-17T04:14:23.866Z] Removing intermediate container b524233474d1 [2021-03-17T04:14:23.866Z] ---> d9f83f84076a [2021-03-17T04:14:23.866Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2021-03-17T04:14:23.866Z] ---> Running in be0de2ef1490 [2021-03-17T04:14:24.136Z] Removing intermediate container be0de2ef1490 [2021-03-17T04:14:24.136Z] ---> e4db0bc50313 [2021-03-17T04:14:24.136Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T04:14:24.406Z] Successfully built e4db0bc50313 [2021-03-17T04:14:24.406Z] 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 [2021-03-17T04:14:24.855Z] provisioning config files... [2021-03-17T04:14:24.896Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/78@tmp/config3318479350869861208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:14:25.314Z] ---> docker-login.sh [2021-03-17T04:14:25.314Z] nexus3.edgexfoundry.org:10001 [2021-03-17T04:14:25.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:14:25.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:14:25.584Z] Configure a credential helper to remove this warning. See [2021-03-17T04:14:25.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:14:25.584Z] [2021-03-17T04:14:25.584Z] Login Succeeded [2021-03-17T04:14:25.584Z] nexus3.edgexfoundry.org:10002 [2021-03-17T04:14:26.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:14:26.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:14:26.176Z] Configure a credential helper to remove this warning. See [2021-03-17T04:14:26.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:14:26.176Z] [2021-03-17T04:14:26.176Z] Login Succeeded [2021-03-17T04:14:26.176Z] nexus3.edgexfoundry.org:10003 [2021-03-17T04:14:26.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:14:26.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:14:26.774Z] Configure a credential helper to remove this warning. See [2021-03-17T04:14:26.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:14:26.774Z] [2021-03-17T04:14:26.774Z] Login Succeeded [2021-03-17T04:14:26.774Z] nexus3.edgexfoundry.org:10004 [2021-03-17T04:14:27.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:14:27.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:14:27.367Z] Configure a credential helper to remove this warning. See [2021-03-17T04:14:27.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:14:27.367Z] [2021-03-17T04:14:27.367Z] Login Succeeded [2021-03-17T04:14:27.367Z] docker.io [2021-03-17T04:14:27.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T04:14:28.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T04:14:28.235Z] Configure a credential helper to remove this warning. See [2021-03-17T04:14:28.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T04:14:28.235Z] [2021-03-17T04:14:28.235Z] Login Succeeded [2021-03-17T04:14:28.235Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T04:14:28.252Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T04:14:28.472Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-17T04:14:28.472Z] ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:14:28.472Z] latest [2021-03-17T04:14:28.472Z] 2.0.0-dev.20 [2021-03-17T04:14:28.472Z] ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:14:28.472Z] master [2021-03-17T04:14:28.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:28.999Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:29.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:14:29.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T04:14:29.334Z] 84b1d0186cee: Preparing [2021-03-17T04:14:29.334Z] 02a88cfff88f: Preparing [2021-03-17T04:14:29.334Z] 02a88cfff88f: Layer already exists [2021-03-17T04:14:33.617Z] 84b1d0186cee: Pushed [2021-03-17T04:14:33.617Z] ee50e29b93436bbbf1db679057cf2068418b22d8: digest: sha256:e87fdbec0147fc20499f3b62b7bf51432e561cee76a0ba5c9bfa88feb15500fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:33.974Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:34.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-17T04:14:34.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T04:14:34.315Z] 84b1d0186cee: Preparing [2021-03-17T04:14:34.315Z] 02a88cfff88f: Preparing [2021-03-17T04:14:34.315Z] 84b1d0186cee: Layer already exists [2021-03-17T04:14:34.315Z] 02a88cfff88f: Layer already exists [2021-03-17T04:14:34.585Z] latest: digest: sha256:e87fdbec0147fc20499f3b62b7bf51432e561cee76a0ba5c9bfa88feb15500fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:34.921Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:35.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.20 [2021-03-17T04:14:35.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T04:14:35.258Z] 84b1d0186cee: Preparing [2021-03-17T04:14:35.258Z] 02a88cfff88f: Preparing [2021-03-17T04:14:35.258Z] 02a88cfff88f: Layer already exists [2021-03-17T04:14:35.258Z] 84b1d0186cee: Layer already exists [2021-03-17T04:14:35.530Z] 2.0.0-dev.20: digest: sha256:e87fdbec0147fc20499f3b62b7bf51432e561cee76a0ba5c9bfa88feb15500fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:35.871Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:36.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:14:36.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T04:14:36.213Z] 84b1d0186cee: Preparing [2021-03-17T04:14:36.213Z] 02a88cfff88f: Preparing [2021-03-17T04:14:36.214Z] 02a88cfff88f: Layer already exists [2021-03-17T04:14:36.214Z] 84b1d0186cee: Layer already exists [2021-03-17T04:14:36.485Z] ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20: digest: sha256:e87fdbec0147fc20499f3b62b7bf51432e561cee76a0ba5c9bfa88feb15500fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:36.828Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:14:37.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-17T04:14:37.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T04:14:37.161Z] 84b1d0186cee: Preparing [2021-03-17T04:14:37.161Z] 02a88cfff88f: Preparing [2021-03-17T04:14:37.161Z] 02a88cfff88f: Layer already exists [2021-03-17T04:14:37.162Z] 84b1d0186cee: Layer already exists [2021-03-17T04:14:37.432Z] master: digest: sha256:e87fdbec0147fc20499f3b62b7bf51432e561cee76a0ba5c9bfa88feb15500fd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T04:14:37.643Z] ===================================================== [Pipeline] echo [2021-03-17T04:14:37.698Z] taggedImages: [2021-03-17T04:14:37.699Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8 [2021-03-17T04:14:37.699Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-17T04:14:37.699Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.20 [2021-03-17T04:14:37.699Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ee50e29b93436bbbf1db679057cf2068418b22d8-2.0.0-dev.20 [2021-03-17T04:14:37.699Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:14:38.287Z] ---> job-cost.sh [2021-03-17T04:14:38.287Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T4Gg [2021-03-17T04:14:45.632Z] lf-activate-venv(): INFO: Adding /tmp/venv-714z/bin to PATH [2021-03-17T04:14:45.632Z] INFO: No Stack... [2021-03-17T04:14:45.632Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T04:14:46.579Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T04:14:46.890Z] + cat /w/workspace/edgex-ui-go/78/archives/cost.csv [2021-03-17T04:14:46.890Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T04:14:46.974Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [2021-03-17T04:14:46.984Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] did not exist. Created. [2021-03-17T04:14:46.984Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T04:14:47.381Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T04:14:47.571Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T04:14:47.584Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T04:15:17.329Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T04:16:39.046Z] lf-activate-venv(): INFO: Adding /tmp/venv-T4Gg/bin to PATH [2021-03-17T04:16:39.046Z] INFO: No Stack... [2021-03-17T04:16:40.477Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T04:16:40.748Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T04:16:41.091Z] + cat /w/workspace/edgex-ui-go/78/archives/cost.csv [2021-03-17T04:16:41.091Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T04:16:41.210Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [2021-03-17T04:16:41.217Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] did not exist. Created. [2021-03-17T04:16:41.217Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T04:16:41.691Z] /w/workspace/edgex-ui-go/78@tmp/durable-2a4962ce/script.sh: 1: /w/workspace/edgex-ui-go/78@tmp/durable-2a4962ce/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T04:16:42.032Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T04:16:42.105Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T04:16:42.298Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T04:16:42.313Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-78-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-17T04:16:43.562Z] provisioning config files... [2021-03-17T04:16:43.575Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4067118801797741775tmp [Pipeline] { [Pipeline] sh [2021-03-17T04:16:44.065Z] + set +x [2021-03-17T04:16:44.065Z] + bash -s -- [2021-03-17T04:16:44.065Z] + curl -s https://codecov.io/bash [2021-03-17T04:16:44.331Z] [2021-03-17T04:16:44.331Z] _____ _ [2021-03-17T04:16:44.331Z] / ____| | | [2021-03-17T04:16:44.331Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T04:16:44.331Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T04:16:44.331Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T04:16:44.331Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T04:16:44.331Z] Bash-20210309-2b87ace [2021-03-17T04:16:44.331Z] [2021-03-17T04:16:44.331Z] [2021-03-17T04:16:44.331Z] ==> git version 2.24.3 found [2021-03-17T04:16:44.331Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-17T04:16:44.331Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T04:16:44.331Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T04:16:44.331Z] curl: option -sm: expected a proper numerical parameter [2021-03-17T04:16:44.331Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-17T04:16:44.331Z] ==> Jenkins CI detected. [2021-03-17T04:16:44.331Z] project root: . [2021-03-17T04:16:44.331Z] --> token set from env [2021-03-17T04:16:44.331Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T04:16:44.331Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T04:16:44.331Z] ==> Python coveragepy not found [2021-03-17T04:16:44.331Z] ==> Searching for coverage reports in: [2021-03-17T04:16:44.331Z] + . [2021-03-17T04:16:44.331Z] -> Found 1 reports [2021-03-17T04:16:44.331Z] ==> Detecting git/mercurial file structure [2021-03-17T04:16:44.331Z] ==> Reading reports [2021-03-17T04:16:44.331Z] + ./coverage.out bytes=10 [2021-03-17T04:16:44.331Z] ==> Appending adjustments [2021-03-17T04:16:44.331Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T04:16:44.594Z] + Found adjustments [2021-03-17T04:16:44.594Z] ==> Gzipping contents [2021-03-17T04:16:44.594Z] 4.0K /tmp/codecov.ml4WCV.gz [2021-03-17T04:16:44.594Z] ==> Uploading reports [2021-03-17T04:16:44.594Z] url: https://codecov.io [2021-03-17T04:16:44.594Z] query: branch=master&commit=ee50e29b93436bbbf1db679057cf2068418b22d8&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F78%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T04:16:44.594Z] -> Pinging Codecov [2021-03-17T04:16:44.594Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ee50e29b93436bbbf1db679057cf2068418b22d8&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F78%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T04:16:45.171Z] -> Uploading to [2021-03-17T04:16:45.171Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/FB506323287CE973F263BFD2A0EB1F37/ee50e29b93436bbbf1db679057cf2068418b22d8/9f57ec1f-11f1-4adc-9f35-6d3649185390.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T041644Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0dffab5109b4ba7681a5dc1279aaa7464dba08f34bd3d41143572d5d8778974d [2021-03-17T04:16:45.171Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T04:16:45.171Z] Dload Upload Total Spent Left Speed [2021-03-17T04:16:45.435Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3069 0 0 100 3069 0 7712 --:--:-- --:--:-- --:--:-- 7730 [2021-03-17T04:16:45.435Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] } [2021-03-17T04:16:45.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-17T04:16:46.515Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-17T04:16:46.582Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:16:46.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T04:16:46.937Z] [2021-03-17T04:16:46.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:16:47.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T04:16:47.295Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-17T04:16:47.295Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T04:16:47.295Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T04:16:47.295Z] de9db76c5a1d: Pulling fs layer [2021-03-17T04:16:47.295Z] 0eba1c9be4d2: Pulling fs layer [2021-03-17T04:16:47.295Z] 0d57e429df01: Pulling fs layer [2021-03-17T04:16:47.295Z] 4e4be7b47b0d: Pulling fs layer [2021-03-17T04:16:47.295Z] e1f770b5df2f: Pulling fs layer [2021-03-17T04:16:47.295Z] 85a0685a4137: Pulling fs layer [2021-03-17T04:16:47.295Z] 4e4be7b47b0d: Waiting [2021-03-17T04:16:47.295Z] 0eba1c9be4d2: Waiting [2021-03-17T04:16:47.295Z] 0d57e429df01: Waiting [2021-03-17T04:16:47.295Z] e1f770b5df2f: Waiting [2021-03-17T04:16:47.295Z] 85a0685a4137: Waiting [2021-03-17T04:16:47.295Z] de9db76c5a1d: Verifying Checksum [2021-03-17T04:16:47.295Z] de9db76c5a1d: Download complete [2021-03-17T04:16:47.295Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T04:16:47.295Z] 0ef7d3d256c8: Download complete [2021-03-17T04:16:47.295Z] 0d57e429df01: Download complete [2021-03-17T04:16:47.295Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T04:16:47.295Z] 188c0c94c7c5: Download complete [2021-03-17T04:16:47.295Z] 4e4be7b47b0d: Verifying Checksum [2021-03-17T04:16:47.295Z] 4e4be7b47b0d: Download complete [2021-03-17T04:16:47.559Z] 188c0c94c7c5: Pull complete [2021-03-17T04:16:47.822Z] 0ef7d3d256c8: Pull complete [2021-03-17T04:16:47.822Z] de9db76c5a1d: Pull complete [2021-03-17T04:16:49.219Z] e1f770b5df2f: Verifying Checksum [2021-03-17T04:16:49.219Z] e1f770b5df2f: Download complete [2021-03-17T04:16:51.172Z] 0eba1c9be4d2: Download complete [2021-03-17T04:16:51.752Z] 85a0685a4137: Verifying Checksum [2021-03-17T04:16:51.752Z] 85a0685a4137: Download complete [2021-03-17T04:16:55.998Z] 0eba1c9be4d2: Pull complete [2021-03-17T04:16:56.260Z] 0d57e429df01: Pull complete [2021-03-17T04:16:56.539Z] 4e4be7b47b0d: Pull complete [2021-03-17T04:16:59.125Z] e1f770b5df2f: Pull complete [2021-03-17T04:17:07.351Z] 85a0685a4137: Pull complete [2021-03-17T04:17:07.352Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-17T04:17:07.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T04:17:07.352Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-17T04:17:07.593Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:17:07.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-17T04:17:08.746Z] $ docker top 82b03b694ca50f9198804c327928f4d142d066be59b784d5d00f308b8123fb76 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T04:17:08.958Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-17T04:17:09.248Z] + set -o pipefail [2021-03-17T04:17:09.248Z] + snyk monitor '--org=edgex-jenkins' [2021-03-17T04:17:27.402Z] [2021-03-17T04:17:27.402Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-17T04:17:27.402Z] [2021-03-17T04:17:27.402Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/58afc03e-519d-4c94-894b-d358037a3852 [2021-03-17T04:17:27.402Z] [2021-03-17T04:17:27.402Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-17T04:17:27.402Z] [2021-03-17T04:17:27.402Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-17T04:17:27.402Z] [2021-03-17T04:17:27.402Z] [Pipeline] } [2021-03-17T04:17:27.422Z] $ docker stop --time=1 82b03b694ca50f9198804c327928f4d142d066be59b784d5d00f308b8123fb76 [2021-03-17T04:17:30.291Z] $ docker rm -f 82b03b694ca50f9198804c327928f4d142d066be59b784d5d00f308b8123fb76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T04:17:32.079Z] + git log --format=format:%s -1 ee50e29b93436bbbf1db679057cf2068418b22d8 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:17:32.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:17:32.392Z] . [Pipeline] withDockerContainer [2021-03-17T04:17:32.502Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:17:32.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T04:17:33.403Z] $ docker top a89e3b8deef7ec3adfb7c75038871d890388569c6ff54cd554de2a6f11c67a28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T04:17:33.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T04:17:33.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T04:17:34.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T04:17:34.019Z] $ docker exec a89e3b8deef7ec3adfb7c75038871d890388569c6ff54cd554de2a6f11c67a28 ssh-agent [2021-03-17T04:17:34.203Z] SSH_AUTH_SOCK=/tmp/ssh-ulJCbtQmG8cY/agent.13 [2021-03-17T04:17:34.203Z] SSH_AGENT_PID=19 [2021-03-17T04:17:34.211Z] Running ssh-add (command line suppressed) [2021-03-17T04:17:34.346Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3382809577123659977.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3382809577123659977.key) [2021-03-17T04:17:34.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T04:17:34.760Z] + git semver tag [2021-03-17T04:17:34.760Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T04:17:34.760Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T04:17:34.760Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T04:17:34.760Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T04:17:34.760Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T04:17:34.760Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T04:17:34.760Z] # $SEMVER_BRANCH = master [2021-03-17T04:17:34.760Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-17T04:17:34.760Z] # ee50e29b93436bbbf1db679057cf2068418b22d8 HEAD [2021-03-17T04:17:34.760Z] # -> Force: false [2021-03-17T04:17:34.760Z] # 4907ed14a1685bb50e5556e1479bf1bbbab4cc62 refs/tags/v2.0.0-dev.20 [Pipeline] } [2021-03-17T04:17:34.772Z] $ docker exec --env ******** --env ******** a89e3b8deef7ec3adfb7c75038871d890388569c6ff54cd554de2a6f11c67a28 ssh-agent -k [2021-03-17T04:17:34.907Z] unset SSH_AUTH_SOCK; [2021-03-17T04:17:34.908Z] unset SSH_AGENT_PID; [2021-03-17T04:17:34.908Z] echo Agent pid 19 killed; [2021-03-17T04:17:34.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T04:17:35.467Z] + git semver [Pipeline] } [2021-03-17T04:17:35.484Z] $ docker stop --time=1 a89e3b8deef7ec3adfb7c75038871d890388569c6ff54cd554de2a6f11c67a28 [2021-03-17T04:17:36.974Z] $ docker rm -f a89e3b8deef7ec3adfb7c75038871d890388569c6ff54cd554de2a6f11c67a28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:17:37.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T04:17:37.791Z] [2021-03-17T04:17:37.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:17:38.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T04:17:38.170Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-17T04:17:38.170Z] ab5ef0e58194: Pulling fs layer [2021-03-17T04:17:38.170Z] 9712f1f96733: Pulling fs layer [2021-03-17T04:17:38.170Z] 63f879dbbcfc: Pulling fs layer [2021-03-17T04:17:38.170Z] 0d9ebad4ef96: Pulling fs layer [2021-03-17T04:17:38.170Z] e9a5061849ea: Pulling fs layer [2021-03-17T04:17:38.170Z] d747dcd14b5f: Pulling fs layer [2021-03-17T04:17:38.170Z] 2de7ff778b66: Pulling fs layer [2021-03-17T04:17:38.170Z] e9a5061849ea: Waiting [2021-03-17T04:17:38.170Z] d747dcd14b5f: Waiting [2021-03-17T04:17:38.170Z] 2de7ff778b66: Waiting [2021-03-17T04:17:38.170Z] 0d9ebad4ef96: Waiting [2021-03-17T04:17:38.170Z] 9712f1f96733: Verifying Checksum [2021-03-17T04:17:38.170Z] 9712f1f96733: Download complete [2021-03-17T04:17:39.594Z] 63f879dbbcfc: Verifying Checksum [2021-03-17T04:17:39.594Z] 63f879dbbcfc: Download complete [2021-03-17T04:17:39.869Z] e9a5061849ea: Verifying Checksum [2021-03-17T04:17:39.869Z] e9a5061849ea: Download complete [2021-03-17T04:17:39.869Z] d747dcd14b5f: Verifying Checksum [2021-03-17T04:17:39.869Z] d747dcd14b5f: Download complete [2021-03-17T04:17:40.457Z] 2de7ff778b66: Verifying Checksum [2021-03-17T04:17:40.457Z] 2de7ff778b66: Download complete [2021-03-17T04:17:40.721Z] 0d9ebad4ef96: Verifying Checksum [2021-03-17T04:17:40.721Z] 0d9ebad4ef96: Download complete [2021-03-17T04:17:40.721Z] ab5ef0e58194: Verifying Checksum [2021-03-17T04:17:40.721Z] ab5ef0e58194: Download complete [2021-03-17T04:17:44.960Z] ab5ef0e58194: Pull complete [2021-03-17T04:17:44.960Z] 9712f1f96733: Pull complete [2021-03-17T04:17:48.280Z] 63f879dbbcfc: Pull complete [2021-03-17T04:17:54.911Z] 0d9ebad4ef96: Pull complete [2021-03-17T04:17:55.865Z] e9a5061849ea: Pull complete [2021-03-17T04:17:56.132Z] d747dcd14b5f: Pull complete [2021-03-17T04:17:58.718Z] 2de7ff778b66: Pull complete [2021-03-17T04:17:58.981Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-17T04:17:58.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T04:17:58.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-17T04:17:59.204Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:17:59.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-17T04:18:03.529Z] $ docker top e29756e64ad2c48e751642293dc8583b57d6fd3a47f5fb816d7d22d9cc748331 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-17T04:18:03.831Z] provisioning config files... [2021-03-17T04:18:03.845Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1196858402142559176tmp [2021-03-17T04:18:03.864Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8491031562939232792tmp [2021-03-17T04:18:03.882Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4962552137757280653tmp [Pipeline] { [Pipeline] echo [2021-03-17T04:18:03.952Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:04.260Z] ---> sigul-configuration.sh [2021-03-17T04:18:04.260Z] gpg: directory `/root/.gnupg' created [2021-03-17T04:18:04.260Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-17T04:18:04.260Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-17T04:18:04.260Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-17T04:18:04.260Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-17T04:18:04.260Z] gpg: CAST5 encrypted data [2021-03-17T04:18:04.523Z] gpg: encrypted with 1 passphrase [2021-03-17T04:18:04.523Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-17T04:18:04.830Z] + mkdir /home/jenkins [2021-03-17T04:18:04.830Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-17T04:18:05.133Z] + 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 [2021-03-17T04:18:05.146Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:05.445Z] ---> sigul-install.sh [2021-03-17T04:18:12.081Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-17T04:18:12.401Z] + git tag --list [2021-03-17T04:18:12.401Z] 0.1.1 [2021-03-17T04:18:12.401Z] v1.1.0 [2021-03-17T04:18:12.401Z] v1.2.0 [2021-03-17T04:18:12.401Z] v1.2.1 [2021-03-17T04:18:12.401Z] v1.3.0 [2021-03-17T04:18:12.401Z] v2.0.0-dev.1 [2021-03-17T04:18:12.401Z] v2.0.0-dev.10 [2021-03-17T04:18:12.401Z] v2.0.0-dev.11 [2021-03-17T04:18:12.401Z] v2.0.0-dev.12 [2021-03-17T04:18:12.401Z] v2.0.0-dev.13 [2021-03-17T04:18:12.401Z] v2.0.0-dev.14 [2021-03-17T04:18:12.401Z] v2.0.0-dev.15 [2021-03-17T04:18:12.401Z] v2.0.0-dev.16 [2021-03-17T04:18:12.401Z] v2.0.0-dev.17 [2021-03-17T04:18:12.401Z] v2.0.0-dev.18 [2021-03-17T04:18:12.401Z] v2.0.0-dev.19 [2021-03-17T04:18:12.401Z] v2.0.0-dev.2 [2021-03-17T04:18:12.401Z] v2.0.0-dev.20 [2021-03-17T04:18:12.401Z] v2.0.0-dev.3 [2021-03-17T04:18:12.401Z] v2.0.0-dev.4 [2021-03-17T04:18:12.401Z] v2.0.0-dev.5 [2021-03-17T04:18:12.401Z] v2.0.0-dev.6 [2021-03-17T04:18:12.401Z] v2.0.0-dev.7 [2021-03-17T04:18:12.401Z] v2.0.0-dev.8 [2021-03-17T04:18:12.401Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-17T04:18:12.712Z] + lftools sign git-tag v2.0.0-dev.20 [2021-03-17T04:18:14.108Z] Signing Git tag with Sigul... [2021-03-17T04:18:14.108Z] Signing v2.0.0-dev.20 [Pipeline] echo [2021-03-17T04:18:15.514Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:15.815Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-17T04:18:15.827Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-17T04:18:15.942Z] $ docker stop --time=1 e29756e64ad2c48e751642293dc8583b57d6fd3a47f5fb816d7d22d9cc748331 [2021-03-17T04:18:18.020Z] $ docker rm -f e29756e64ad2c48e751642293dc8583b57d6fd3a47f5fb816d7d22d9cc748331 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:18:19.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:18:19.096Z] . [Pipeline] withDockerContainer [2021-03-17T04:18:19.211Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:18:19.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T04:18:20.113Z] $ docker top 3dc582743f8b935564f97f693ef036983bba971849484bbc17b8cda760941b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T04:18:20.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T04:18:20.485Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T04:18:20.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T04:18:20.749Z] $ docker exec 3dc582743f8b935564f97f693ef036983bba971849484bbc17b8cda760941b80 ssh-agent [2021-03-17T04:18:20.940Z] SSH_AUTH_SOCK=/tmp/ssh-pyN8HnHBzeL2/agent.13 [2021-03-17T04:18:20.940Z] SSH_AGENT_PID=19 [2021-03-17T04:18:20.948Z] Running ssh-add (command line suppressed) [2021-03-17T04:18:21.080Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5142222190554753174.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5142222190554753174.key) [2021-03-17T04:18:21.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T04:18:21.496Z] + git semver bump pre [2021-03-17T04:18:21.496Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T04:18:21.496Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T04:18:21.496Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T04:18:21.496Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T04:18:21.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T04:18:21.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T04:18:21.496Z] # $SEMVER_BRANCH = master [2021-03-17T04:18:21.496Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-17T04:18:21.496Z] 2.0.0-dev.21 [Pipeline] } [2021-03-17T04:18:21.508Z] $ docker exec --env ******** --env ******** 3dc582743f8b935564f97f693ef036983bba971849484bbc17b8cda760941b80 ssh-agent -k [2021-03-17T04:18:21.632Z] unset SSH_AUTH_SOCK; [2021-03-17T04:18:21.632Z] unset SSH_AGENT_PID; [2021-03-17T04:18:21.632Z] echo Agent pid 19 killed; [2021-03-17T04:18:21.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T04:18:22.192Z] + git semver [Pipeline] } [2021-03-17T04:18:22.209Z] $ docker stop --time=1 3dc582743f8b935564f97f693ef036983bba971849484bbc17b8cda760941b80 [2021-03-17T04:18:23.592Z] $ docker rm -f 3dc582743f8b935564f97f693ef036983bba971849484bbc17b8cda760941b80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:18:24.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T04:18:24.154Z] . [Pipeline] withDockerContainer [2021-03-17T04:18:24.297Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:18:24.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T04:18:25.011Z] $ docker top 3510d8bfcc2e24ed01267c9f5c92318ee873903e1de20d13ec69c6daa72ee5b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T04:18:25.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T04:18:25.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T04:18:25.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T04:18:25.569Z] $ docker exec 3510d8bfcc2e24ed01267c9f5c92318ee873903e1de20d13ec69c6daa72ee5b3 ssh-agent [2021-03-17T04:18:25.759Z] SSH_AUTH_SOCK=/tmp/ssh-a5z2AxGTbS68/agent.12 [2021-03-17T04:18:25.759Z] SSH_AGENT_PID=18 [2021-03-17T04:18:25.768Z] Running ssh-add (command line suppressed) [2021-03-17T04:18:25.900Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2448077397075385850.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2448077397075385850.key) [2021-03-17T04:18:25.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T04:18:26.318Z] + git semver push [2021-03-17T04:18:26.318Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T04:18:26.318Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T04:18:26.318Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T04:18:26.318Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T04:18:26.318Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T04:18:26.318Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T04:18:26.318Z] # $SEMVER_BRANCH = master [2021-03-17T04:18:26.318Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-17T04:18:29.652Z] $ docker exec --env ******** --env ******** 3510d8bfcc2e24ed01267c9f5c92318ee873903e1de20d13ec69c6daa72ee5b3 ssh-agent -k [2021-03-17T04:18:29.778Z] unset SSH_AUTH_SOCK; [2021-03-17T04:18:29.779Z] unset SSH_AGENT_PID; [2021-03-17T04:18:29.779Z] echo Agent pid 18 killed; [2021-03-17T04:18:29.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T04:18:30.349Z] + git semver [Pipeline] } [2021-03-17T04:18:30.367Z] $ docker stop --time=1 3510d8bfcc2e24ed01267c9f5c92318ee873903e1de20d13ec69c6daa72ee5b3 [2021-03-17T04:18:31.723Z] $ docker rm -f 3510d8bfcc2e24ed01267c9f5c92318ee873903e1de20d13ec69c6daa72ee5b3 [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 [2021-03-17T04:18:33.588Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:34.198Z] ---> package-listing.sh [2021-03-17T04:18:34.198Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T04:18:34.198Z] ++ facter osfamily [2021-03-17T04:18:34.198Z] + OS_FAMILY=redhat [2021-03-17T04:18:34.198Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T04:18:34.198Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T04:18:34.198Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T04:18:34.198Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T04:18:34.198Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T04:18:34.198Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-17T04:18:34.198Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T04:18:34.198Z] + case "${OS_FAMILY}" in [2021-03-17T04:18:34.198Z] + rpm -qa [2021-03-17T04:18:34.198Z] + sort [2021-03-17T04:18:39.540Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T04:18:39.540Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T04:18:39.540Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T04:18:39.540Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-17T04:18:39.540Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-17T04:18:39.540Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-03-17T04:18:39.555Z] 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 [2021-03-17T04:18:39.851Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:18:40.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T04:18:40.170Z] [2021-03-17T04:18:40.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T04:18:40.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T04:18:40.541Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T04:18:40.541Z] df20fa9351a1: Pulling fs layer [2021-03-17T04:18:40.541Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T04:18:40.541Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T04:18:40.541Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T04:18:40.541Z] 93b61091891f: Pulling fs layer [2021-03-17T04:18:40.541Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T04:18:40.541Z] 5e14af77c1be: Pulling fs layer [2021-03-17T04:18:40.541Z] 01666e4c0597: Pulling fs layer [2021-03-17T04:18:40.541Z] aa168da1d23b: Pulling fs layer [2021-03-17T04:18:40.541Z] 46f8f816bc3b: Waiting [2021-03-17T04:18:40.541Z] 93b9cdb0e59b: Waiting [2021-03-17T04:18:40.541Z] 5e14af77c1be: Waiting [2021-03-17T04:18:40.541Z] aa168da1d23b: Waiting [2021-03-17T04:18:40.541Z] 01666e4c0597: Waiting [2021-03-17T04:18:40.541Z] 36b3adc4ff6f: Verifying Checksum [2021-03-17T04:18:40.541Z] 36b3adc4ff6f: Download complete [2021-03-17T04:18:40.541Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T04:18:40.541Z] 46f8f816bc3b: Download complete [2021-03-17T04:18:40.806Z] df20fa9351a1: Verifying Checksum [2021-03-17T04:18:40.806Z] df20fa9351a1: Download complete [2021-03-17T04:18:40.806Z] 93b61091891f: Verifying Checksum [2021-03-17T04:18:40.806Z] 93b61091891f: Download complete [2021-03-17T04:18:40.806Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T04:18:40.806Z] 93b9cdb0e59b: Download complete [2021-03-17T04:18:40.806Z] 5e14af77c1be: Verifying Checksum [2021-03-17T04:18:40.806Z] 5e14af77c1be: Download complete [2021-03-17T04:18:40.806Z] 01666e4c0597: Verifying Checksum [2021-03-17T04:18:40.806Z] 01666e4c0597: Download complete [2021-03-17T04:18:41.078Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T04:18:41.078Z] 8ad3a11d3b57: Download complete [2021-03-17T04:18:41.078Z] df20fa9351a1: Pull complete [2021-03-17T04:18:41.348Z] 36b3adc4ff6f: Pull complete [2021-03-17T04:18:42.758Z] 8ad3a11d3b57: Pull complete [2021-03-17T04:18:42.758Z] 46f8f816bc3b: Pull complete [2021-03-17T04:18:43.026Z] aa168da1d23b: Verifying Checksum [2021-03-17T04:18:43.026Z] aa168da1d23b: Download complete [2021-03-17T04:18:43.602Z] 93b61091891f: Pull complete [2021-03-17T04:18:43.602Z] 93b9cdb0e59b: Pull complete [2021-03-17T04:18:43.865Z] 5e14af77c1be: Pull complete [2021-03-17T04:18:43.865Z] 01666e4c0597: Pull complete [2021-03-17T04:18:52.069Z] aa168da1d23b: Pull complete [2021-03-17T04:18:52.069Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T04:18:52.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T04:18:52.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T04:18:52.213Z] prd-centos7-docker-4c-2g-30115 does not seem to be running inside a container [2021-03-17T04:18:52.263Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T04:18:54.867Z] $ docker top 70101d67bf79946a680e4df35f1208e30eae047cbc93e4c14cddc4e98ea018c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T04:18:55.505Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T04:18:55.806Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T04:18:56.111Z] + ls /var/log/sa-host [2021-03-17T04:18:56.112Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T04:18:56.112Z] file_magic: OK [2021-03-17T04:18:56.112Z] HZ: Using current value: 100 [2021-03-17T04:18:56.112Z] file_header: OK [2021-03-17T04:18:56.112Z] 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 [2021-03-17T04:18:56.112Z] Statistics: [2021-03-17T04:18:56.112Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T04:18:56.112Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T04:18:56.112Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T04:18:56.112Z] file_magic: OK [2021-03-17T04:18:56.112Z] HZ: Using current value: 100 [2021-03-17T04:18:56.112Z] file_header: OK [2021-03-17T04:18:56.112Z] 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 [2021-03-17T04:18:56.112Z] Statistics: [2021-03-17T04:18:56.112Z] Hnuu...uuuununununu... [2021-03-17T04:18:56.112Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T04:18:56.736Z] provisioning config files... [2021-03-17T04:18:56.755Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5621373189793527701tmp [Pipeline] { [Pipeline] echo [2021-03-17T04:18:56.857Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:57.161Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T04:18:57.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T04:18:57.270Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:57.574Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T04:18:57.587Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:57.886Z] ---> sudo-logs.sh [2021-03-17T04:18:57.886Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T04:18:57.947Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:58.248Z] ---> job-cost.sh [2021-03-17T04:18:58.248Z] lf-activate-venv: SKIPPING [2021-03-17T04:18:58.248Z] DEBUG: total: 0.20999999344348907 [2021-03-17T04:18:58.248Z] INFO: Retrieving Stack Cost... [2021-03-17T04:18:58.826Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T04:18:59.401Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T04:18:59.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T04:18:59.724Z] ---> logs-deploy.sh [2021-03-17T04:18:59.724Z] lf-activate-venv: SKIPPING [2021-03-17T04:18:59.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/78 [2021-03-17T04:18:59.724Z] INFO: archiving workspace using pattern(s): [2021-03-17T04:19:01.660Z] Archives upload complete. [2021-03-17T04:19:01.660Z] INFO: archiving logs to Nexus