Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3155 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 04b0f6bd99ac4c41b775e35a853e223317861906 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T02:30:26.507Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T02:30:26.829Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T02:30:26.860Z] ========================================================= [2021-05-06T02:30:26.860Z] EdgeX Global Pipelines Version Info [2021-05-06T02:30:26.860Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:30:29.844Z] ------------------- [2021-05-06T02:30:29.844Z] stable info: [2021-05-06T02:30:29.844Z] ------------------- [2021-05-06T02:30:29.844Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T02:30:29.844Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T02:30:29.844Z] Message: update stable to v1.0.191 [2021-05-06T02:30:30.624Z] ------------------- [2021-05-06T02:30:30.624Z] experimental info: [2021-05-06T02:30:30.624Z] ------------------- [2021-05-06T02:30:30.625Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T02:30:30.625Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T02:30:30.625Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T02:30:30.754Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-06T02:30:30.786Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-06T02:30:30.816Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T02:30:30.842Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T02:30:30.875Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T02:30:30.909Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T02:30:30.935Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T02:30:30.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T02:30:30.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-06T02:30:31.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T02:30:31.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T02:30:31.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-06T02:30:31.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T02:30:31.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T02:30:31.134Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T02:30:31.160Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T02:30:31.187Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T02:30:31.213Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T02:30:31.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T02:30:31.263Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T02:30:31.290Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-06T02:30:31.312Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-06T02:30:31.336Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T02:30:31.360Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T02:30:31.387Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-06T02:30:31.427Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T02:30:31.455Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-06T02:30:31.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-06T02:30:31.515Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-06T02:30:31.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] echo [2021-05-06T02:30:31.571Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10d7390 [Pipeline] echo [2021-05-06T02:30:31.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:30:31.690Z] provisioning config files... [2021-05-06T02:30:31.750Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config709931559523414808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:30:32.188Z] ---> docker-login.sh [2021-05-06T02:30:32.188Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:30:32.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:32.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:32.786Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:32.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:32.786Z] [2021-05-06T02:30:32.786Z] Login Succeeded [2021-05-06T02:30:32.786Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:30:33.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:33.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:33.078Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:33.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:33.078Z] [2021-05-06T02:30:33.078Z] Login Succeeded [2021-05-06T02:30:33.078Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:30:33.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:33.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:33.774Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:33.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:33.774Z] [2021-05-06T02:30:33.774Z] Login Succeeded [2021-05-06T02:30:33.774Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:30:34.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:34.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:34.058Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:34.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:34.058Z] [2021-05-06T02:30:34.058Z] Login Succeeded [2021-05-06T02:30:34.058Z] docker.io [2021-05-06T02:30:34.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:34.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:34.620Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:34.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:34.620Z] [2021-05-06T02:30:34.620Z] Login Succeeded [2021-05-06T02:30:34.620Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:30:34.688Z] 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-05-06T02:30:35.392Z] + git log --format=format:%s -1 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] echo [2021-05-06T02:30:35.616Z] GIT_COMMIT: 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-06T02:30:35.630Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:30:36.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:36.636Z] [2021-05-06T02:30:36.636Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:30:37.069Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:37.069Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T02:30:37.069Z] 31603596830f: Pulling fs layer [2021-05-06T02:30:37.069Z] 54011a49482f: Pulling fs layer [2021-05-06T02:30:37.069Z] a6820b24f6d8: Pulling fs layer [2021-05-06T02:30:37.069Z] f581987b2513: Pulling fs layer [2021-05-06T02:30:37.069Z] f581987b2513: Waiting [2021-05-06T02:30:37.069Z] 54011a49482f: Verifying Checksum [2021-05-06T02:30:37.069Z] 54011a49482f: Download complete [2021-05-06T02:30:37.381Z] 31603596830f: Download complete [2021-05-06T02:30:37.381Z] f581987b2513: Verifying Checksum [2021-05-06T02:30:37.381Z] f581987b2513: Download complete [2021-05-06T02:30:37.682Z] a6820b24f6d8: Verifying Checksum [2021-05-06T02:30:37.682Z] a6820b24f6d8: Download complete [2021-05-06T02:30:38.008Z] 31603596830f: Pull complete [2021-05-06T02:30:38.313Z] 54011a49482f: Pull complete [2021-05-06T02:30:40.216Z] a6820b24f6d8: Pull complete [2021-05-06T02:30:40.879Z] f581987b2513: Pull complete [2021-05-06T02:30:40.879Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T02:30:40.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:40.879Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T02:30:41.170Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:30:41.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T02:30:44.328Z] $ docker top b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T02:30:44.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:30:44.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:30:45.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:30:45.087Z] $ docker exec b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent [2021-05-06T02:30:45.449Z] SSH_AUTH_SOCK=/tmp/ssh-QhlY1jma3xF6/agent.11 [2021-05-06T02:30:45.449Z] SSH_AGENT_PID=16 [2021-05-06T02:30:45.484Z] Running ssh-add (command line suppressed) [2021-05-06T02:30:45.750Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2612479116717151921.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2612479116717151921.key) [2021-05-06T02:30:46.594Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:30:46.985Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T02:30:47.055Z] $ docker exec --env ******** --env ******** b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent -k [2021-05-06T02:30:47.422Z] unset SSH_AUTH_SOCK; [2021-05-06T02:30:47.423Z] unset SSH_AGENT_PID; [2021-05-06T02:30:47.423Z] echo Agent pid 16 killed; [2021-05-06T02:30:47.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T02:30:47.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:30:47.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:30:48.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:30:48.028Z] $ docker exec b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent [2021-05-06T02:30:48.430Z] SSH_AUTH_SOCK=/tmp/ssh-tQTh4WUZHnua/agent.45 [2021-05-06T02:30:48.430Z] SSH_AGENT_PID=50 [2021-05-06T02:30:48.455Z] Running ssh-add (command line suppressed) [2021-05-06T02:30:48.787Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1775638559572794552.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1775638559572794552.key) [2021-05-06T02:30:48.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:30:49.497Z] + git semver init [2021-05-06T02:30:49.801Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T02:30:49.801Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-06T02:30:49.801Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-06T02:30:49.801Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T02:30:49.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T02:30:49.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T02:30:49.801Z] # $SEMVER_BRANCH = master [2021-05-06T02:30:49.801Z] # $SEMVER_TEMP = /tmp/semver-081339300 [2021-05-06T02:30:49.801Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-06T02:30:51.990Z] # '/tmp/semver-081339300' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-05-06T02:30:51.990Z] # -> Force: false [2021-05-06T02:30:51.990Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-06T02:30:52.299Z] $ docker exec --env ******** --env ******** b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent -k [2021-05-06T02:30:52.724Z] unset SSH_AUTH_SOCK; [2021-05-06T02:30:52.739Z] unset SSH_AGENT_PID; [2021-05-06T02:30:52.739Z] echo Agent pid 50 killed; [2021-05-06T02:30:52.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T02:30:53.302Z] + git semver [Pipeline] } [2021-05-06T02:30:53.627Z] $ docker stop --time=1 b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 [2021-05-06T02:30:55.303Z] $ docker rm -f b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:30:56.138Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T02:30:57.293Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T02:30:57.297Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [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-05-06T02:31:12.573Z] Still waiting to schedule task [2021-05-06T02:31:12.573Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-06T02:31:12.576Z] Still waiting to schedule task [2021-05-06T02:31:12.577Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-06T02:32:59.750Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3158 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-06T02:32:59.772Z] Running in /w/workspace/edgex-ui-go/103 [Pipeline] { [Pipeline] checkout [2021-05-06T02:33:06.702Z] using credential edgex-jenkins-ssh [2021-05-06T02:33:06.730Z] Cloning the remote Git repository [2021-05-06T02:33:06.780Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:06.888Z] > git init /w/workspace/edgex-ui-go/103 # timeout=10 [2021-05-06T02:33:06.989Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:06.990Z] > git --version # timeout=10 [2021-05-06T02:33:07.012Z] > git --version # 'git version 2.17.1' [2021-05-06T02:33:07.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:07.064Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:09.702Z] Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) [2021-05-06T02:33:09.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:09.123Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:09.165Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:09.201Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:09.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:09.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T02:33:09.725Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:33:09.738Z] > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 [2021-05-06T02:33:12.663Z] Running on prd-centos7-docker-4c-2g-3159 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-06T02:33:12.683Z] Running in /w/workspace/edgex-ui-go/103 [Pipeline] { [Pipeline] checkout [2021-05-06T02:33:14.663Z] Commit message: "chore(deps): 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-05-06T02:33:16.466Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:33:17.001Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:33:17.626Z] + + true [2021-05-06T02:33:17.626Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:33:19.733Z] provisioning config files... [2021-05-06T02:33:19.783Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config4731288788787702077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:33:20.249Z] ---> docker-login.sh [2021-05-06T02:33:20.250Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:33:20.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:21.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:21.498Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:21.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:21.498Z] [2021-05-06T02:33:21.498Z] Login Succeeded [2021-05-06T02:33:21.498Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:33:21.539Z] using credential edgex-jenkins-ssh [2021-05-06T02:33:21.564Z] Cloning the remote Git repository [2021-05-06T02:33:21.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:21.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:21.786Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:21.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:21.786Z] [2021-05-06T02:33:21.786Z] Login Succeeded [2021-05-06T02:33:21.786Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:33:22.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:21.647Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:21.758Z] > git init /w/workspace/edgex-ui-go/103 # timeout=10 [2021-05-06T02:33:21.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:21.860Z] > git --version # timeout=10 [2021-05-06T02:33:21.893Z] > git --version # 'git version 2.24.3' [2021-05-06T02:33:21.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:22.244Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:22.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:22.372Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:22.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:22.372Z] [2021-05-06T02:33:22.372Z] Login Succeeded [2021-05-06T02:33:22.372Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:33:22.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:22.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:22.972Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:22.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:22.972Z] [2021-05-06T02:33:22.972Z] Login Succeeded [2021-05-06T02:33:22.972Z] docker.io [2021-05-06T02:33:23.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:23.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:23.526Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:23.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:23.526Z] [2021-05-06T02:33:23.526Z] Login Succeeded [2021-05-06T02:33:23.526Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:33:23.548Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T02:33:23.883Z] ========================================================= [2021-05-06T02:33:23.883Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T02:33:23.883Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:33:24.314Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T02:33:24.408Z] Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) [2021-05-06T02:33:23.787Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:23.818Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:23.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:23.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:23.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:23.905Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T02:33:24.429Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:33:24.493Z] > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 [2021-05-06T02:33:25.384Z] Sending build context to Docker daemon 34.87MB [2021-05-06T02:33:25.384Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:33:25.384Z] Step 2/8 : FROM ${BASE} [2021-05-06T02:33:25.384Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T02:33:25.384Z] 595b0fe564bb: Pulling fs layer [2021-05-06T02:33:25.384Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T02:33:25.384Z] 316046926c0a: Pulling fs layer [2021-05-06T02:33:25.384Z] 4ebd0625c992: Pulling fs layer [2021-05-06T02:33:25.384Z] 207e8628e3a3: Pulling fs layer [2021-05-06T02:33:25.384Z] c791037a9be2: Pulling fs layer [2021-05-06T02:33:25.384Z] ffd874e62e21: Pulling fs layer [2021-05-06T02:33:25.384Z] 207e8628e3a3: Waiting [2021-05-06T02:33:25.384Z] 4ebd0625c992: Waiting [2021-05-06T02:33:25.384Z] c791037a9be2: Waiting [2021-05-06T02:33:25.384Z] ffd874e62e21: Waiting [2021-05-06T02:33:25.384Z] 316046926c0a: Verifying Checksum [2021-05-06T02:33:25.384Z] 316046926c0a: Download complete [2021-05-06T02:33:25.384Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T02:33:25.384Z] 207e8628e3a3: Download complete [2021-05-06T02:33:25.384Z] c791037a9be2: Verifying Checksum [2021-05-06T02:33:25.384Z] c791037a9be2: Download complete [2021-05-06T02:33:25.695Z] 595b0fe564bb: Verifying Checksum [2021-05-06T02:33:25.695Z] 595b0fe564bb: Download complete [2021-05-06T02:33:26.390Z] 595b0fe564bb: Pull complete [2021-05-06T02:33:26.739Z] 7186ed65a4f7: Pull complete [2021-05-06T02:33:27.126Z] 316046926c0a: Pull complete [2021-05-06T02:33:29.373Z] ffd874e62e21: Verifying Checksum [2021-05-06T02:33:29.373Z] ffd874e62e21: Download complete [2021-05-06T02:33:30.045Z] Commit message: "chore(deps): 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-05-06T02:33:31.486Z] 4ebd0625c992: Verifying Checksum [2021-05-06T02:33:31.487Z] 4ebd0625c992: Download complete [2021-05-06T02:33:32.688Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:33:33.207Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:33:33.627Z] + sudo service docker restart [2021-05-06T02:33:33.627Z] + true [2021-05-06T02:33:33.627Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:33:36.510Z] provisioning config files... [2021-05-06T02:33:36.592Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config5988413049829367125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:33:37.295Z] ---> docker-login.sh [2021-05-06T02:33:37.295Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:33:37.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:38.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:38.286Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:38.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:38.286Z] [2021-05-06T02:33:38.286Z] Login Succeeded [2021-05-06T02:33:38.286Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:33:38.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:38.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:38.581Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:38.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:38.581Z] [2021-05-06T02:33:38.581Z] Login Succeeded [2021-05-06T02:33:38.581Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:33:38.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:39.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:39.212Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:39.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:39.212Z] [2021-05-06T02:33:39.212Z] Login Succeeded [2021-05-06T02:33:39.212Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:33:39.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:39.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:39.801Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:39.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:39.801Z] [2021-05-06T02:33:39.801Z] Login Succeeded [2021-05-06T02:33:39.801Z] docker.io [2021-05-06T02:33:40.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:33:40.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:33:40.420Z] Configure a credential helper to remove this warning. See [2021-05-06T02:33:40.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:33:40.420Z] [2021-05-06T02:33:40.420Z] Login Succeeded [2021-05-06T02:33:40.420Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:33:40.451Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T02:33:41.046Z] ========================================================= [2021-05-06T02:33:41.046Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T02:33:41.046Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:33:41.507Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T02:33:42.070Z] 4ebd0625c992: Pull complete [2021-05-06T02:33:42.070Z] 207e8628e3a3: Pull complete [2021-05-06T02:33:42.411Z] c791037a9be2: Pull complete [2021-05-06T02:33:42.450Z] Sending build context to Docker daemon 34.87MB [2021-05-06T02:33:42.450Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:33:42.450Z] Step 2/8 : FROM ${BASE} [2021-05-06T02:33:42.799Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T02:33:42.799Z] 540db60ca938: Pulling fs layer [2021-05-06T02:33:42.799Z] adcc1eea9eea: Pulling fs layer [2021-05-06T02:33:42.799Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T02:33:42.799Z] 0510c868ecb4: Pulling fs layer [2021-05-06T02:33:42.799Z] afea3b2eda06: Pulling fs layer [2021-05-06T02:33:42.799Z] 7809a108b3ef: Pulling fs layer [2021-05-06T02:33:42.799Z] f706445af74f: Pulling fs layer [2021-05-06T02:33:42.799Z] 0510c868ecb4: Waiting [2021-05-06T02:33:42.799Z] afea3b2eda06: Waiting [2021-05-06T02:33:42.799Z] 7809a108b3ef: Waiting [2021-05-06T02:33:42.799Z] f706445af74f: Waiting [2021-05-06T02:33:42.799Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T02:33:42.799Z] 4c4ab2625f07: Download complete [2021-05-06T02:33:42.799Z] adcc1eea9eea: Verifying Checksum [2021-05-06T02:33:42.799Z] adcc1eea9eea: Download complete [2021-05-06T02:33:42.799Z] afea3b2eda06: Verifying Checksum [2021-05-06T02:33:42.799Z] afea3b2eda06: Download complete [2021-05-06T02:33:43.120Z] 7809a108b3ef: Verifying Checksum [2021-05-06T02:33:43.120Z] 7809a108b3ef: Download complete [2021-05-06T02:33:43.605Z] 540db60ca938: Verifying Checksum [2021-05-06T02:33:43.605Z] 540db60ca938: Download complete [2021-05-06T02:33:44.418Z] 540db60ca938: Pull complete [2021-05-06T02:33:44.750Z] adcc1eea9eea: Pull complete [2021-05-06T02:33:45.116Z] 4c4ab2625f07: Pull complete [2021-05-06T02:33:46.153Z] ffd874e62e21: Pull complete [2021-05-06T02:33:46.153Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T02:33:46.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T02:33:46.153Z] ---> cfc18b08335c [2021-05-06T02:33:46.153Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T02:33:49.057Z] ---> Running in aa86227d6e11 [2021-05-06T02:33:49.057Z] Removing intermediate container aa86227d6e11 [2021-05-06T02:33:49.057Z] ---> 3cc02be178fc [2021-05-06T02:33:49.057Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:33:49.418Z] ---> Running in af1692ac7e4d [2021-05-06T02:33:49.815Z] f706445af74f: Verifying Checksum [2021-05-06T02:33:49.816Z] f706445af74f: Download complete [2021-05-06T02:33:51.545Z] 0510c868ecb4: Verifying Checksum [2021-05-06T02:33:51.545Z] 0510c868ecb4: Download complete [2021-05-06T02:33:51.589Z] Removing intermediate container af1692ac7e4d [2021-05-06T02:33:51.589Z] ---> 2c6876153fbd [2021-05-06T02:33:51.589Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-06T02:33:51.894Z] ---> Running in 8412257ce5a9 [2021-05-06T02:33:52.995Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T02:33:54.533Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T02:33:55.638Z] OK: 138 MiB in 40 packages [2021-05-06T02:33:57.190Z] Removing intermediate container 8412257ce5a9 [2021-05-06T02:33:57.190Z] ---> d85ada25b7d6 [2021-05-06T02:33:57.190Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-06T02:33:57.190Z] ---> Running in 2e18490af8ed [2021-05-06T02:33:57.483Z] Removing intermediate container 2e18490af8ed [2021-05-06T02:33:57.483Z] ---> b65dfe4b255a [2021-05-06T02:33:57.483Z] Step 7/8 : COPY . . [2021-05-06T02:34:01.073Z] ---> ae672aef1a3b [2021-05-06T02:34:01.073Z] Step 8/8 : RUN go mod download [2021-05-06T02:34:01.073Z] ---> Running in 3bad57f3f0f5 [2021-05-06T02:34:07.621Z] 0510c868ecb4: Pull complete [2021-05-06T02:34:07.621Z] afea3b2eda06: Pull complete [2021-05-06T02:34:07.621Z] 7809a108b3ef: Pull complete [2021-05-06T02:34:14.818Z] f706445af74f: Pull complete [2021-05-06T02:34:14.818Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T02:34:14.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T02:34:14.818Z] ---> b068be0155e3 [2021-05-06T02:34:14.818Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T02:34:14.818Z] ---> Running in bcc2fe573bc3 [2021-05-06T02:34:14.818Z] Removing intermediate container bcc2fe573bc3 [2021-05-06T02:34:14.818Z] ---> 980cba7cd6d3 [2021-05-06T02:34:14.818Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:34:15.135Z] ---> Running in 06e485f187a3 [2021-05-06T02:34:18.012Z] Removing intermediate container 06e485f187a3 [2021-05-06T02:34:18.012Z] ---> 69c04ec5c6cb [2021-05-06T02:34:18.012Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-06T02:34:18.012Z] ---> Running in c75378c1494b [2021-05-06T02:34:18.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T02:34:20.307Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T02:34:20.958Z] OK: 149 MiB in 40 packages [2021-05-06T02:34:21.670Z] Removing intermediate container c75378c1494b [2021-05-06T02:34:21.670Z] ---> b22a2719a133 [2021-05-06T02:34:21.670Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-06T02:34:21.670Z] ---> Running in 8f6bd17c32af [2021-05-06T02:34:21.956Z] Removing intermediate container 8f6bd17c32af [2021-05-06T02:34:21.956Z] ---> 476d6dc5fed8 [2021-05-06T02:34:21.956Z] Step 7/8 : COPY . . [2021-05-06T02:34:26.457Z] ---> 203323d0cc87 [2021-05-06T02:34:26.457Z] Step 8/8 : RUN go mod download [2021-05-06T02:34:26.457Z] ---> Running in d092e5a05741 [2021-05-06T02:34:34.194Z] Removing intermediate container 3bad57f3f0f5 [2021-05-06T02:34:34.194Z] ---> 9c3a28e92192 [2021-05-06T02:34:34.194Z] Successfully built 9c3a28e92192 [2021-05-06T02:34:34.194Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:34:34.593Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T02:34:34.593Z] . [Pipeline] withDockerContainer [2021-05-06T02:34:34.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-3158 does not seem to be running inside a container [2021-05-06T02:34:35.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T02:34:36.461Z] $ docker top 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:34:37.354Z] + go version [2021-05-06T02:34:37.354Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T02:34:37.378Z] $ docker stop --time=1 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c [2021-05-06T02:34:39.248Z] $ docker rm -f 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:34:39.981Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T02:34:39.981Z] . [Pipeline] withDockerContainer [2021-05-06T02:34:40.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-3158 does not seem to be running inside a container [2021-05-06T02:34:40.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T02:34:41.812Z] $ docker top 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:34:42.756Z] + go mod tidy [Pipeline] sh [2021-05-06T02:34:44.009Z] + make test [2021-05-06T02:34:44.009Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-06T02:34:45.457Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-06T02:35:14.142Z] Removing intermediate container d092e5a05741 [2021-05-06T02:35:14.142Z] ---> 8253f967b8b5 [2021-05-06T02:35:14.142Z] Successfully built 8253f967b8b5 [2021-05-06T02:35:14.142Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:14.536Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T02:35:14.805Z] . [Pipeline] withDockerContainer [2021-05-06T02:35:15.182Z] prd-centos7-docker-4c-2g-3159 does not seem to be running inside a container [2021-05-06T02:35:15.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@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-x86_64 cat [2021-05-06T02:35:17.396Z] $ docker top 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:35:18.417Z] + go version [2021-05-06T02:35:18.417Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T02:35:18.442Z] $ docker stop --time=1 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 [2021-05-06T02:35:20.259Z] $ docker rm -f 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:20.950Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T02:35:20.950Z] . [Pipeline] withDockerContainer [2021-05-06T02:35:21.263Z] prd-centos7-docker-4c-2g-3159 does not seem to be running inside a container [2021-05-06T02:35:21.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@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-x86_64 cat [2021-05-06T02:35:22.996Z] $ docker top e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:35:24.110Z] + go mod tidy [2021-05-06T02:35:24.777Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-06T02:35:24.777Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-06T02:35:24.777Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-06T02:35:24.778Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-06T02:35:24.778Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-05-06T02:35:27.671Z] + make test [2021-05-06T02:35:27.672Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-06T02:35:29.838Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2021-05-06T02:35:43.149Z] $ docker stop --time=1 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 [2021-05-06T02:35:45.186Z] $ docker rm -f 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:35:46.023Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T02:35:46.864Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T02:35:47.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T02:35:48.268Z] + ls -al . [2021-05-06T02:35:48.268Z] total 124 [2021-05-06T02:35:48.268Z] drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:34 . [2021-05-06T02:35:48.268Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:33 .. [2021-05-06T02:35:48.268Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 02:33 .git [2021-05-06T02:35:48.268Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:33 .github [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 162 May 6 02:33 .gitignore [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 6 02:33 Dockerfile [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 6 02:33 LICENSE [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 951 May 6 02:33 Makefile [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 6 02:33 README.md [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 12 May 6 02:30 VERSION [2021-05-06T02:35:48.268Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:33 assets [2021-05-06T02:35:48.268Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:33 bin [2021-05-06T02:35:48.268Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:33 cmd [2021-05-06T02:35:48.268Z] -rw-r--r-- 1 jenkins jenkins 10 May 6 02:34 coverage.out [2021-05-06T02:35:48.268Z] drwxrwxr-x 5 jenkins jenkins 4096 May 6 02:33 docs [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 987 May 6 02:33 go.mod [2021-05-06T02:35:48.268Z] -rw-r--r-- 1 jenkins jenkins 24424 May 6 02:34 go.sum [2021-05-06T02:35:48.268Z] drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:33 internal [2021-05-06T02:35:48.268Z] -rw-rw-r-- 1 jenkins jenkins 155 May 6 02:33 version.go [2021-05-06T02:35:48.268Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:48.611Z] + 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=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 --label arch=arm64 --label version=2.0.0-dev.44 . [2021-05-06T02:35:49.598Z] Sending build context to Docker daemon 34.9MB [2021-05-06T02:35:49.598Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:35:49.598Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-06T02:35:49.598Z] ---> 9c3a28e92192 [2021-05-06T02:35:49.598Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-06T02:35:50.197Z] ---> Running in 6c37f5722d4e [2021-05-06T02:35:50.794Z] Removing intermediate container 6c37f5722d4e [2021-05-06T02:35:50.794Z] ---> 4f9129417b17 [2021-05-06T02:35:50.794Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-06T02:35:50.794Z] ---> Running in efd6aeb72203 [2021-05-06T02:35:51.389Z] Removing intermediate container efd6aeb72203 [2021-05-06T02:35:51.389Z] ---> de6e20700695 [2021-05-06T02:35:51.389Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T02:35:51.389Z] ---> Running in 0473a7a5b472 [2021-05-06T02:35:51.982Z] Removing intermediate container 0473a7a5b472 [2021-05-06T02:35:51.982Z] ---> 690ad28daa28 [2021-05-06T02:35:51.982Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-06T02:35:51.982Z] ---> Running in 1b41ffabe8b0 [2021-05-06T02:35:52.576Z] Removing intermediate container 1b41ffabe8b0 [2021-05-06T02:35:52.576Z] ---> e855ed61f7d5 [2021-05-06T02:35:52.576Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-06T02:35:52.576Z] ---> Running in e024907a6f51 [2021-05-06T02:35:52.848Z] Removing intermediate container e024907a6f51 [2021-05-06T02:35:52.848Z] ---> 619fda90cd3b [2021-05-06T02:35:52.848Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:35:53.119Z] ---> Running in 6ea14e5cb972 [2021-05-06T02:35:55.092Z] Removing intermediate container 6ea14e5cb972 [2021-05-06T02:35:55.092Z] ---> 257a0312026d [2021-05-06T02:35:55.092Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T02:35:55.365Z] ---> Running in 05c7d1c8fbc0 [2021-05-06T02:35:56.349Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T02:35:57.331Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T02:35:58.307Z] OK: 138 MiB in 40 packages [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-06T02:35:58.337Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-06T02:35:58.337Z] GO111MODULE=on go vet ./... [2021-05-06T02:35:59.740Z] Removing intermediate container 05c7d1c8fbc0 [2021-05-06T02:35:59.740Z] ---> 4eeacca3d464 [2021-05-06T02:35:59.740Z] Step 10/24 : ENV GO111MODULE=on [2021-05-06T02:35:59.740Z] ---> Running in bf51718d62fc [2021-05-06T02:36:00.016Z] Removing intermediate container bf51718d62fc [2021-05-06T02:36:00.016Z] ---> 287d81e19d3b [2021-05-06T02:36:00.016Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-06T02:36:00.290Z] ---> Running in 48fc4bc0a30c [2021-05-06T02:36:00.882Z] Removing intermediate container 48fc4bc0a30c [2021-05-06T02:36:00.882Z] ---> 9dba45ca55a3 [2021-05-06T02:36:00.882Z] Step 12/24 : COPY go.mod . [2021-05-06T02:36:01.489Z] ---> 8478a66da0b4 [2021-05-06T02:36:01.489Z] Step 13/24 : COPY Makefile . [2021-05-06T02:36:02.102Z] ---> 874ac14258fd [2021-05-06T02:36:02.102Z] Step 14/24 : RUN make update [2021-05-06T02:36:02.379Z] ---> Running in 6429ae4d674a [2021-05-06T02:36:03.361Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-06T02:36:04.789Z] Removing intermediate container 6429ae4d674a [2021-05-06T02:36:04.789Z] ---> 1864f452f283 [2021-05-06T02:36:04.789Z] Step 15/24 : COPY . . [2021-05-06T02:36:08.200Z] ---> 4949aff6d73c [2021-05-06T02:36:08.200Z] Step 16/24 : RUN ${MAKE} [2021-05-06T02:36:08.200Z] ---> Running in 7061819e166d [2021-05-06T02:36:09.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.44" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] } [2021-05-06T02:36:11.386Z] $ docker stop --time=1 e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 [2021-05-06T02:36:13.618Z] $ docker rm -f e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:36:14.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T02:36:14.418Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T02:36:15.060Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-06T02:36:15.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T02:36:15.890Z] + ls -al . [2021-05-06T02:36:15.890Z] total 92 [2021-05-06T02:36:15.890Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 6 02:35 . [2021-05-06T02:36:15.890Z] drwxrwxr-x. 4 jenkins jenkins 32 May 6 02:33 .. [2021-05-06T02:36:15.890Z] drwxrwxr-x. 3 jenkins jenkins 20 May 6 02:33 assets [2021-05-06T02:36:15.890Z] drwxrwxr-x. 2 jenkins jenkins 35 May 6 02:33 bin [2021-05-06T02:36:15.890Z] drwxrwxr-x. 3 jenkins jenkins 29 May 6 02:33 cmd [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md [2021-05-06T02:36:15.890Z] -rw-r--r--. 1 jenkins jenkins 10 May 6 02:35 coverage.out [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 6 02:33 Dockerfile [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build [2021-05-06T02:36:15.890Z] drwxrwxr-x. 5 jenkins jenkins 104 May 6 02:33 docs [2021-05-06T02:36:15.890Z] drwxrwxr-x. 8 jenkins jenkins 162 May 6 02:33 .git [2021-05-06T02:36:15.890Z] drwxrwxr-x. 2 jenkins jenkins 103 May 6 02:33 .github [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 162 May 6 02:33 .gitignore [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 987 May 6 02:33 go.mod [2021-05-06T02:36:15.890Z] -rw-r--r--. 1 jenkins jenkins 24424 May 6 02:35 go.sum [2021-05-06T02:36:15.890Z] drwxrwxr-x. 10 jenkins jenkins 139 May 6 02:33 internal [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 6 02:33 LICENSE [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 951 May 6 02:33 Makefile [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 6 02:33 README.md [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 12 May 6 02:30 VERSION [2021-05-06T02:36:15.890Z] -rw-rw-r--. 1 jenkins jenkins 155 May 6 02:33 version.go [2021-05-06T02:36:15.890Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:16.285Z] + 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=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 --label arch=amd64 --label version=2.0.0-dev.44 . [2021-05-06T02:36:17.824Z] Sending build context to Docker daemon 34.9MB [2021-05-06T02:36:17.824Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:36:17.824Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-06T02:36:17.824Z] ---> 8253f967b8b5 [2021-05-06T02:36:17.824Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-06T02:36:18.162Z] ---> Running in ff9f6231fc54 [2021-05-06T02:36:18.769Z] Removing intermediate container ff9f6231fc54 [2021-05-06T02:36:18.769Z] ---> 646d163be319 [2021-05-06T02:36:18.769Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-06T02:36:18.769Z] ---> Running in 465b66c2c266 [2021-05-06T02:36:19.073Z] Removing intermediate container 465b66c2c266 [2021-05-06T02:36:19.073Z] ---> ebc4b72b59cb [2021-05-06T02:36:19.073Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T02:36:19.372Z] ---> Running in a8e3775176e1 [2021-05-06T02:36:19.660Z] Removing intermediate container a8e3775176e1 [2021-05-06T02:36:19.660Z] ---> 45aeb6d9fff0 [2021-05-06T02:36:19.660Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-06T02:36:19.660Z] ---> Running in 8c7ffb8aa5b8 [2021-05-06T02:36:20.014Z] Removing intermediate container 8c7ffb8aa5b8 [2021-05-06T02:36:20.014Z] ---> ac6210e09aa4 [2021-05-06T02:36:20.014Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-06T02:36:20.014Z] ---> Running in 6b8aa95c6cec [2021-05-06T02:36:20.434Z] Removing intermediate container 6b8aa95c6cec [2021-05-06T02:36:20.434Z] ---> f176008a3b29 [2021-05-06T02:36:20.434Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:36:20.821Z] ---> Running in acfc2e56c49d [2021-05-06T02:36:22.841Z] Removing intermediate container acfc2e56c49d [2021-05-06T02:36:22.841Z] ---> 2414c04ff270 [2021-05-06T02:36:22.841Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T02:36:22.841Z] ---> Running in cb4ecee0b388 [2021-05-06T02:36:23.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T02:36:24.931Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T02:36:25.958Z] OK: 149 MiB in 40 packages [2021-05-06T02:36:26.577Z] Removing intermediate container cb4ecee0b388 [2021-05-06T02:36:26.577Z] ---> a032f141b46b [2021-05-06T02:36:26.577Z] Step 10/24 : ENV GO111MODULE=on [2021-05-06T02:36:26.873Z] ---> Running in 6f0c6e5d34c2 [2021-05-06T02:36:27.150Z] Removing intermediate container 6f0c6e5d34c2 [2021-05-06T02:36:27.150Z] ---> 7c04540a2ae6 [2021-05-06T02:36:27.150Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-06T02:36:27.150Z] ---> Running in df51aacc1e81 [2021-05-06T02:36:27.762Z] Removing intermediate container df51aacc1e81 [2021-05-06T02:36:27.762Z] ---> 417ea2f6f61e [2021-05-06T02:36:27.762Z] Step 12/24 : COPY go.mod . [2021-05-06T02:36:28.032Z] ---> e4fc71c208f4 [2021-05-06T02:36:28.032Z] Step 13/24 : COPY Makefile . [2021-05-06T02:36:28.647Z] ---> 2233547d7700 [2021-05-06T02:36:28.647Z] Step 14/24 : RUN make update [2021-05-06T02:36:28.647Z] ---> Running in f69e956c403c [2021-05-06T02:36:29.684Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-06T02:36:31.860Z] Removing intermediate container f69e956c403c [2021-05-06T02:36:31.860Z] ---> 1cf50153be3b [2021-05-06T02:36:31.860Z] Step 15/24 : COPY . . [2021-05-06T02:36:35.988Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-06T02:36:36.275Z] ---> c62f6c74ca5f [2021-05-06T02:36:36.275Z] Step 16/24 : RUN ${MAKE} [2021-05-06T02:36:36.275Z] ---> Running in f1582507fae9 [2021-05-06T02:36:37.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.44" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-06T02:36:41.385Z] Removing intermediate container 7061819e166d [2021-05-06T02:36:41.385Z] ---> ca2f330e54b1 [2021-05-06T02:36:41.385Z] Step 17/24 : FROM alpine:3.12 [2021-05-06T02:36:41.385Z] 3.12: Pulling from library/alpine [2021-05-06T02:36:41.385Z] d2f70382dc9a: Pulling fs layer [2021-05-06T02:36:41.385Z] d2f70382dc9a: Verifying Checksum [2021-05-06T02:36:41.385Z] d2f70382dc9a: Download complete [2021-05-06T02:36:41.991Z] d2f70382dc9a: Pull complete [2021-05-06T02:36:41.992Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T02:36:41.992Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T02:36:41.992Z] ---> 9852663dfa18 [2021-05-06T02:36:41.992Z] Step 18/24 : EXPOSE 4000 [2021-05-06T02:36:42.262Z] ---> Running in 5d5bbabe151b [2021-05-06T02:36:42.536Z] Removing intermediate container 5d5bbabe151b [2021-05-06T02:36:42.536Z] ---> 399474c8e741 [2021-05-06T02:36:42.536Z] 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-05-06T02:36:45.154Z] ---> 860732faa104 [2021-05-06T02:36:45.154Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-06T02:36:45.154Z] ---> Running in 98d0a49d2150 [2021-05-06T02:36:45.750Z] Removing intermediate container 98d0a49d2150 [2021-05-06T02:36:45.750Z] ---> 432fdb7254f4 [2021-05-06T02:36:45.750Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-06T02:36:45.750Z] ---> Running in 5a46a62c9ac5 [2021-05-06T02:36:46.344Z] Removing intermediate container 5a46a62c9ac5 [2021-05-06T02:36:46.344Z] ---> 11b76d1867d9 [2021-05-06T02:36:46.344Z] Step 22/24 : LABEL arch=arm64 [2021-05-06T02:36:46.344Z] ---> Running in c5e72b1e02b6 [2021-05-06T02:36:46.938Z] Removing intermediate container c5e72b1e02b6 [2021-05-06T02:36:46.938Z] ---> 07cd93351799 [2021-05-06T02:36:46.938Z] Step 23/24 : LABEL git_sha=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:36:46.938Z] ---> Running in 5119b306dc57 [2021-05-06T02:36:47.532Z] Removing intermediate container 5119b306dc57 [2021-05-06T02:36:47.532Z] ---> 1fecdccfb523 [2021-05-06T02:36:47.532Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-05-06T02:36:47.532Z] ---> Running in e0c89150bb90 [2021-05-06T02:36:47.806Z] Removing intermediate container e0c89150bb90 [2021-05-06T02:36:47.806Z] ---> 4837986522cd [2021-05-06T02:36:47.806Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T02:36:48.077Z] Successfully built 4837986522cd [2021-05-06T02:36:48.077Z] 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-05-06T02:36:48.238Z] provisioning config files... [2021-05-06T02:36:48.278Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config8779233311190845742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:36:48.633Z] ---> docker-login.sh [2021-05-06T02:36:48.633Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:36:48.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:36:48.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:36:48.906Z] Configure a credential helper to remove this warning. See [2021-05-06T02:36:48.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:36:48.906Z] [2021-05-06T02:36:48.906Z] Login Succeeded [2021-05-06T02:36:48.906Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:36:49.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:36:49.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:36:49.501Z] Configure a credential helper to remove this warning. See [2021-05-06T02:36:49.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:36:49.501Z] [2021-05-06T02:36:49.501Z] Login Succeeded [2021-05-06T02:36:49.501Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:36:50.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:36:50.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:36:50.097Z] Configure a credential helper to remove this warning. See [2021-05-06T02:36:50.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:36:50.097Z] [2021-05-06T02:36:50.097Z] Login Succeeded [2021-05-06T02:36:50.097Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:36:50.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:36:50.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:36:50.695Z] Configure a credential helper to remove this warning. See [2021-05-06T02:36:50.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:36:50.695Z] [2021-05-06T02:36:50.695Z] Login Succeeded [2021-05-06T02:36:50.695Z] docker.io [2021-05-06T02:36:50.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:36:51.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:36:51.559Z] Configure a credential helper to remove this warning. See [2021-05-06T02:36:51.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:36:51.559Z] [2021-05-06T02:36:51.559Z] Login Succeeded [2021-05-06T02:36:51.559Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:36:51.576Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T02:36:51.643Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-05-06T02:36:51.643Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:36:51.643Z] latest [2021-05-06T02:36:51.643Z] 2.0.0-dev.44 [2021-05-06T02:36:51.643Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:36:51.643Z] master [2021-05-06T02:36:51.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:52.024Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:52.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:36:52.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-06T02:36:52.367Z] f25d9d1c7455: Preparing [2021-05-06T02:36:52.367Z] 3fbe34a1663b: Preparing [2021-05-06T02:36:52.367Z] 3fbe34a1663b: Layer already exists [2021-05-06T02:36:59.059Z] f25d9d1c7455: Pushed [2021-05-06T02:36:59.059Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:59.404Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:59.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-06T02:36:59.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-06T02:36:59.741Z] f25d9d1c7455: Preparing [2021-05-06T02:36:59.741Z] 3fbe34a1663b: Preparing [2021-05-06T02:36:59.742Z] 3fbe34a1663b: Layer already exists [2021-05-06T02:36:59.742Z] f25d9d1c7455: Layer already exists [2021-05-06T02:37:00.016Z] latest: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:00.368Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:00.495Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-06T02:37:00.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 [2021-05-06T02:37:00.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-06T02:37:00.699Z] f25d9d1c7455: Preparing [2021-05-06T02:37:00.699Z] 3fbe34a1663b: Preparing [2021-05-06T02:37:00.970Z] f25d9d1c7455: Layer already exists [2021-05-06T02:37:00.970Z] 3fbe34a1663b: Layer already exists [2021-05-06T02:37:00.970Z] 2.0.0-dev.44: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:01.316Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:01.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:37:01.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-06T02:37:01.662Z] f25d9d1c7455: Preparing [2021-05-06T02:37:01.662Z] 3fbe34a1663b: Preparing [2021-05-06T02:37:01.662Z] f25d9d1c7455: Layer already exists [2021-05-06T02:37:01.662Z] 3fbe34a1663b: Layer already exists [2021-05-06T02:37:01.933Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:02.275Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:02.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-05-06T02:37:02.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-06T02:37:02.610Z] f25d9d1c7455: Preparing [2021-05-06T02:37:02.610Z] 3fbe34a1663b: Preparing [2021-05-06T02:37:02.610Z] 3fbe34a1663b: Layer already exists [2021-05-06T02:37:02.610Z] f25d9d1c7455: Layer already exists [2021-05-06T02:37:02.880Z] master: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T02:37:02.946Z] ===================================================== [Pipeline] echo [2021-05-06T02:37:02.962Z] taggedImages: [2021-05-06T02:37:02.962Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:37:02.962Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-06T02:37:02.962Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 [2021-05-06T02:37:02.962Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:37:02.962Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:37:03.392Z] ---> job-cost.sh [2021-05-06T02:37:03.392Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FzbM [2021-05-06T02:37:04.943Z] Removing intermediate container f1582507fae9 [2021-05-06T02:37:04.943Z] ---> c7c340a7dfd4 [2021-05-06T02:37:04.943Z] Step 17/24 : FROM alpine:3.12 [2021-05-06T02:37:04.943Z] 3.12: Pulling from library/alpine [2021-05-06T02:37:04.943Z] 339de151aab4: Pulling fs layer [2021-05-06T02:37:05.226Z] 339de151aab4: Download complete [2021-05-06T02:37:05.494Z] 339de151aab4: Pull complete [2021-05-06T02:37:05.494Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T02:37:05.494Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T02:37:05.494Z] ---> 13621d1b12d4 [2021-05-06T02:37:05.494Z] Step 18/24 : EXPOSE 4000 [2021-05-06T02:37:05.766Z] ---> Running in a5293c6d853b [2021-05-06T02:37:06.033Z] Removing intermediate container a5293c6d853b [2021-05-06T02:37:06.033Z] ---> cd58a698273d [2021-05-06T02:37:06.033Z] 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-05-06T02:37:08.033Z] ---> 81175e31a494 [2021-05-06T02:37:08.033Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-06T02:37:08.033Z] ---> Running in e117fe314e4a [2021-05-06T02:37:08.370Z] Removing intermediate container e117fe314e4a [2021-05-06T02:37:08.370Z] ---> a2d2aba67af0 [2021-05-06T02:37:08.371Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-06T02:37:08.371Z] ---> Running in 39b869ae59fe [2021-05-06T02:37:08.656Z] Removing intermediate container 39b869ae59fe [2021-05-06T02:37:08.656Z] ---> 4f9def7e36c9 [2021-05-06T02:37:08.656Z] Step 22/24 : LABEL arch=amd64 [2021-05-06T02:37:08.960Z] ---> Running in 8e68fd904a29 [2021-05-06T02:37:09.239Z] Removing intermediate container 8e68fd904a29 [2021-05-06T02:37:09.239Z] ---> 8111bf0385ad [2021-05-06T02:37:09.239Z] Step 23/24 : LABEL git_sha=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:37:09.239Z] ---> Running in 5572ae54c909 [2021-05-06T02:37:09.855Z] Removing intermediate container 5572ae54c909 [2021-05-06T02:37:09.855Z] ---> 1e43dc3a19d5 [2021-05-06T02:37:09.855Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-05-06T02:37:09.855Z] ---> Running in 644966e68139 [2021-05-06T02:37:10.193Z] Removing intermediate container 644966e68139 [2021-05-06T02:37:10.193Z] ---> 84f0830f6dbd [2021-05-06T02:37:10.193Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T02:37:10.500Z] Successfully built 84f0830f6dbd [2021-05-06T02:37:10.500Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:37:10.622Z] provisioning config files... [2021-05-06T02:37:10.657Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config26333782516176308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:37:11.036Z] ---> docker-login.sh [2021-05-06T02:37:11.036Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:37:11.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:37:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:37:11.311Z] Configure a credential helper to remove this warning. See [2021-05-06T02:37:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:37:11.311Z] [2021-05-06T02:37:11.311Z] Login Succeeded [2021-05-06T02:37:11.311Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:37:11.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:37:11.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:37:11.884Z] Configure a credential helper to remove this warning. See [2021-05-06T02:37:11.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:37:11.884Z] [2021-05-06T02:37:11.884Z] Login Succeeded [2021-05-06T02:37:11.884Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:37:12.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:37:12.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:37:12.197Z] Configure a credential helper to remove this warning. See [2021-05-06T02:37:12.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:37:12.197Z] [2021-05-06T02:37:12.197Z] Login Succeeded [2021-05-06T02:37:12.197Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:37:12.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:37:12.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:37:12.818Z] Configure a credential helper to remove this warning. See [2021-05-06T02:37:12.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:37:12.818Z] [2021-05-06T02:37:12.818Z] Login Succeeded [2021-05-06T02:37:12.818Z] docker.io [2021-05-06T02:37:13.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:37:13.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:37:13.379Z] Configure a credential helper to remove this warning. See [2021-05-06T02:37:13.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:37:13.379Z] [2021-05-06T02:37:13.379Z] Login Succeeded [2021-05-06T02:37:13.379Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:37:13.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T02:37:13.473Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-05-06T02:37:13.473Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:37:13.473Z] latest [2021-05-06T02:37:13.473Z] 2.0.0-dev.44 [2021-05-06T02:37:13.473Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:37:13.473Z] master [2021-05-06T02:37:13.473Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:13.909Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:14.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:37:14.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-06T02:37:14.261Z] 2578333bc18c: Preparing [2021-05-06T02:37:14.261Z] 32f366d666a5: Preparing [2021-05-06T02:37:14.547Z] 32f366d666a5: Layer already exists [2021-05-06T02:37:18.064Z] 2578333bc18c: Pushed [2021-05-06T02:37:18.064Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:18.442Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:18.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-06T02:37:18.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-06T02:37:18.799Z] 2578333bc18c: Preparing [2021-05-06T02:37:18.799Z] 32f366d666a5: Preparing [2021-05-06T02:37:18.799Z] 32f366d666a5: Layer already exists [2021-05-06T02:37:18.799Z] 2578333bc18c: Layer already exists [2021-05-06T02:37:19.071Z] latest: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:19.438Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:19.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 [2021-05-06T02:37:19.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-06T02:37:19.838Z] 2578333bc18c: Preparing [2021-05-06T02:37:19.838Z] 32f366d666a5: Preparing [2021-05-06T02:37:19.838Z] 32f366d666a5: Layer already exists [2021-05-06T02:37:19.838Z] 2578333bc18c: Layer already exists [2021-05-06T02:37:19.838Z] 2.0.0-dev.44: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:20.208Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:20.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:37:20.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-06T02:37:20.544Z] 2578333bc18c: Preparing [2021-05-06T02:37:20.544Z] 32f366d666a5: Preparing [2021-05-06T02:37:20.544Z] 32f366d666a5: Layer already exists [2021-05-06T02:37:20.544Z] 2578333bc18c: Layer already exists [2021-05-06T02:37:20.544Z] 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:20.890Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:21.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-05-06T02:37:21.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-06T02:37:21.283Z] 2578333bc18c: Preparing [2021-05-06T02:37:21.283Z] 32f366d666a5: Preparing [2021-05-06T02:37:21.556Z] 32f366d666a5: Layer already exists [2021-05-06T02:37:21.557Z] 2578333bc18c: Layer already exists [2021-05-06T02:37:21.557Z] master: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T02:37:21.622Z] ===================================================== [Pipeline] echo [2021-05-06T02:37:21.637Z] taggedImages: [2021-05-06T02:37:21.637Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [2021-05-06T02:37:21.637Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-06T02:37:21.637Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 [2021-05-06T02:37:21.637Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [2021-05-06T02:37:21.637Z] - 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-05-06T02:37:22.113Z] ---> job-cost.sh [2021-05-06T02:37:22.113Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wms8 [2021-05-06T02:37:42.417Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T02:37:49.381Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T02:38:28.465Z] lf-activate-venv(): INFO: Adding /tmp/venv-Wms8/bin to PATH [2021-05-06T02:38:28.465Z] INFO: No Stack... [2021-05-06T02:38:28.465Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T02:38:28.786Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T02:38:29.212Z] + cat /w/workspace/edgex-ui-go/103/archives/cost.csv [2021-05-06T02:38:29.212Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T02:38:29.495Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [2021-05-06T02:38:29.510Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] did not exist. Created. [2021-05-06T02:38:29.510Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T02:38:29.968Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T02:38:30.240Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T02:38:30.255Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T02:39:04.185Z] lf-activate-venv(): INFO: Adding /tmp/venv-FzbM/bin to PATH [2021-05-06T02:39:04.185Z] INFO: No Stack... [2021-05-06T02:39:05.153Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T02:39:05.744Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T02:39:06.080Z] + cut -d, -f6 [2021-05-06T02:39:06.080Z] + cat /w/workspace/edgex-ui-go/103/archives/cost.csv [Pipeline] lock [2021-05-06T02:39:06.189Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [2021-05-06T02:39:06.198Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] did not exist. Created. [2021-05-06T02:39:06.198Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T02:39:06.557Z] /w/workspace/edgex-ui-go/103@tmp/durable-84bbeab4/script.sh: 1: /w/workspace/edgex-ui-go/103@tmp/durable-84bbeab4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T02:39:06.908Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T02:39:06.942Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T02:39:07.161Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T02:39:07.195Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-103-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-05-06T02:39:07.807Z] provisioning config files... [2021-05-06T02:39:07.836Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1512750965913706689tmp [Pipeline] { [Pipeline] sh [2021-05-06T02:39:08.244Z] + set +x [2021-05-06T02:39:08.244Z] + curl -s https://codecov.io/bash [2021-05-06T02:39:08.244Z] + bash -s -- [2021-05-06T02:39:08.528Z] [2021-05-06T02:39:08.528Z] _____ _ [2021-05-06T02:39:08.528Z] / ____| | | [2021-05-06T02:39:08.528Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T02:39:08.528Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T02:39:08.528Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T02:39:08.528Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T02:39:08.528Z] Bash-1.0.2 [2021-05-06T02:39:08.528Z] [2021-05-06T02:39:08.528Z] [2021-05-06T02:39:08.528Z] ==> git version 2.24.3 found [2021-05-06T02:39:08.528Z] ==> 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-05-06T02:39:08.528Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T02:39:08.528Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T02:39:08.528Z] ==> Jenkins CI detected. [2021-05-06T02:39:08.528Z] project root: . [2021-05-06T02:39:08.528Z] --> token set from env [2021-05-06T02:39:08.528Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T02:39:08.528Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T02:39:08.812Z] ==> Python coveragepy not found [2021-05-06T02:39:08.812Z] ==> Searching for coverage reports in: [2021-05-06T02:39:08.812Z] + . [2021-05-06T02:39:08.812Z] -> Found 1 reports [2021-05-06T02:39:08.812Z] ==> Detecting git/mercurial file structure [2021-05-06T02:39:08.812Z] ==> Reading reports [2021-05-06T02:39:08.812Z] + ./coverage.out bytes=10 [2021-05-06T02:39:08.812Z] ==> Appending adjustments [2021-05-06T02:39:08.812Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T02:39:09.130Z] + Found adjustments [2021-05-06T02:39:09.130Z] ==> Gzipping contents [2021-05-06T02:39:09.130Z] 4.0K /tmp/codecov.EjTKIW.gz [2021-05-06T02:39:09.130Z] ==> Uploading reports [2021-05-06T02:39:09.130Z] url: https://codecov.io [2021-05-06T02:39:09.130Z] query: branch=master&commit=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T02:39:09.130Z] -> Pinging Codecov [2021-05-06T02:39:09.130Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T02:39:09.749Z] -> Uploading to [2021-05-06T02:39:09.749Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/FB506323287CE973F263BFD2A0EB1F37/10d7390ce45a15767e5b1cced40f2a34d6fe3ae1/097e1bb4-ede0-43c3-be7e-60513c42c3c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T023909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71f28cc18f1f98a69355295a1c55460643817846582f1f238f70e565d241b183 [2021-05-06T02:39:09.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T02:39:09.749Z] Dload Upload Total Spent Left Speed [2021-05-06T02:39:10.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 5424 --:--:-- --:--:-- --:--:-- 5419 100 3902 0 0 100 3902 0 5422 --:--:-- --:--:-- --:--:-- 5419 [2021-05-06T02:39:10.336Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] } [2021-05-06T02:39:10.352Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-06T02:39:11.056Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-06T02:39:11.081Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:39:11.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T02:39:11.700Z] [2021-05-06T02:39:11.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:39:12.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T02:39:12.070Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-06T02:39:12.070Z] 188c0c94c7c5: Pulling fs layer [2021-05-06T02:39:12.070Z] 0ef7d3d256c8: Pulling fs layer [2021-05-06T02:39:12.070Z] de9db76c5a1d: Pulling fs layer [2021-05-06T02:39:12.070Z] 0eba1c9be4d2: Pulling fs layer [2021-05-06T02:39:12.070Z] 0d57e429df01: Pulling fs layer [2021-05-06T02:39:12.070Z] 4e4be7b47b0d: Pulling fs layer [2021-05-06T02:39:12.070Z] e1f770b5df2f: Pulling fs layer [2021-05-06T02:39:12.070Z] 85a0685a4137: Pulling fs layer [2021-05-06T02:39:12.070Z] 0eba1c9be4d2: Waiting [2021-05-06T02:39:12.070Z] 0d57e429df01: Waiting [2021-05-06T02:39:12.070Z] e1f770b5df2f: Waiting [2021-05-06T02:39:12.070Z] 85a0685a4137: Waiting [2021-05-06T02:39:12.070Z] 4e4be7b47b0d: Waiting [2021-05-06T02:39:12.070Z] de9db76c5a1d: Verifying Checksum [2021-05-06T02:39:12.070Z] de9db76c5a1d: Download complete [2021-05-06T02:39:12.070Z] 0ef7d3d256c8: Verifying Checksum [2021-05-06T02:39:12.070Z] 0ef7d3d256c8: Download complete [2021-05-06T02:39:12.345Z] 0d57e429df01: Verifying Checksum [2021-05-06T02:39:12.345Z] 0d57e429df01: Download complete [2021-05-06T02:39:12.345Z] 4e4be7b47b0d: Verifying Checksum [2021-05-06T02:39:12.345Z] 4e4be7b47b0d: Download complete [2021-05-06T02:39:12.345Z] 188c0c94c7c5: Download complete [2021-05-06T02:39:13.471Z] 188c0c94c7c5: Pull complete [2021-05-06T02:39:13.820Z] 0ef7d3d256c8: Pull complete [2021-05-06T02:39:14.201Z] de9db76c5a1d: Pull complete [2021-05-06T02:39:15.275Z] e1f770b5df2f: Verifying Checksum [2021-05-06T02:39:15.275Z] e1f770b5df2f: Download complete [2021-05-06T02:39:22.106Z] 0eba1c9be4d2: Verifying Checksum [2021-05-06T02:39:22.106Z] 0eba1c9be4d2: Download complete [2021-05-06T02:39:22.790Z] 85a0685a4137: Verifying Checksum [2021-05-06T02:39:22.790Z] 85a0685a4137: Download complete [2021-05-06T02:39:35.395Z] 0eba1c9be4d2: Pull complete [2021-05-06T02:39:35.396Z] 0d57e429df01: Pull complete [2021-05-06T02:39:35.396Z] 4e4be7b47b0d: Pull complete [2021-05-06T02:39:36.007Z] e1f770b5df2f: Pull complete [2021-05-06T02:39:51.460Z] 85a0685a4137: Pull complete [2021-05-06T02:39:51.460Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-06T02:39:51.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T02:39:51.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-06T02:39:51.876Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:39:52.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-06T02:39:54.535Z] $ docker top 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T02:39:54.903Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-06T02:39:55.294Z] + set -o pipefail [2021-05-06T02:39:55.294Z] + snyk monitor '--org=edgex-jenkins' [2021-05-06T02:40:22.900Z] [2021-05-06T02:40:22.900Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-05-06T02:40:22.900Z] [2021-05-06T02:40:22.900Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/ea0451f3-9c30-4668-8808-e63c6f9fc40d [2021-05-06T02:40:22.900Z] [2021-05-06T02:40:22.900Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-06T02:40:22.900Z] [2021-05-06T02:40:22.900Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-06T02:40:22.900Z] [2021-05-06T02:40:22.900Z] [Pipeline] } [2021-05-06T02:40:22.948Z] $ docker stop --time=1 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 [2021-05-06T02:40:26.896Z] $ docker rm -f 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 [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-05-06T02:40:29.605Z] + git log --format=format:%s -1 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:40:29.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:40:29.990Z] . [Pipeline] withDockerContainer [2021-05-06T02:40:30.214Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:40:30.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T02:40:32.012Z] $ docker top 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T02:40:32.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:40:32.217Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:40:32.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:40:32.589Z] $ docker exec 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 ssh-agent [2021-05-06T02:40:32.845Z] SSH_AUTH_SOCK=/tmp/ssh-SZSK87vchZy2/agent.12 [2021-05-06T02:40:32.845Z] SSH_AGENT_PID=17 [2021-05-06T02:40:32.854Z] Running ssh-add (command line suppressed) [2021-05-06T02:40:33.114Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_681722311956960891.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_681722311956960891.key) [2021-05-06T02:40:33.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:40:33.632Z] + git semver tag [2021-05-06T02:40:33.899Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T02:40:33.899Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-06T02:40:33.899Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-06T02:40:33.899Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T02:40:33.899Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T02:40:33.899Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T02:40:33.899Z] # $SEMVER_BRANCH = master [2021-05-06T02:40:33.899Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-06T02:40:33.899Z] # 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 HEAD [2021-05-06T02:40:33.899Z] # -> Force: false [2021-05-06T02:40:33.899Z] # d154c2db02614a509d009f6a250df8c2416c2b8e refs/tags/v2.0.0-dev.44 [Pipeline] } [2021-05-06T02:40:33.915Z] $ docker exec --env ******** --env ******** 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 ssh-agent -k [2021-05-06T02:40:34.201Z] unset SSH_AUTH_SOCK; [2021-05-06T02:40:34.201Z] unset SSH_AGENT_PID; [2021-05-06T02:40:34.201Z] echo Agent pid 17 killed; [2021-05-06T02:40:34.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T02:40:34.643Z] + git semver [Pipeline] } [2021-05-06T02:40:34.692Z] $ docker stop --time=1 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 [2021-05-06T02:40:36.361Z] $ docker rm -f 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:40:37.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T02:40:37.182Z] [2021-05-06T02:40:37.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:40:37.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T02:40:37.529Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-06T02:40:37.529Z] ab5ef0e58194: Pulling fs layer [2021-05-06T02:40:37.529Z] 9712f1f96733: Pulling fs layer [2021-05-06T02:40:37.529Z] 63f879dbbcfc: Pulling fs layer [2021-05-06T02:40:37.529Z] 0d9ebad4ef96: Pulling fs layer [2021-05-06T02:40:37.529Z] e9a5061849ea: Pulling fs layer [2021-05-06T02:40:37.529Z] d747dcd14b5f: Pulling fs layer [2021-05-06T02:40:37.529Z] 2de7ff778b66: Pulling fs layer [2021-05-06T02:40:37.529Z] e9a5061849ea: Waiting [2021-05-06T02:40:37.529Z] 0d9ebad4ef96: Waiting [2021-05-06T02:40:37.529Z] d747dcd14b5f: Waiting [2021-05-06T02:40:37.529Z] 2de7ff778b66: Waiting [2021-05-06T02:40:37.529Z] 9712f1f96733: Verifying Checksum [2021-05-06T02:40:37.529Z] 9712f1f96733: Download complete [2021-05-06T02:40:41.021Z] 63f879dbbcfc: Verifying Checksum [2021-05-06T02:40:41.021Z] 63f879dbbcfc: Download complete [2021-05-06T02:40:41.021Z] e9a5061849ea: Verifying Checksum [2021-05-06T02:40:41.021Z] e9a5061849ea: Download complete [2021-05-06T02:40:41.021Z] d747dcd14b5f: Verifying Checksum [2021-05-06T02:40:41.021Z] d747dcd14b5f: Download complete [2021-05-06T02:40:42.022Z] 2de7ff778b66: Verifying Checksum [2021-05-06T02:40:42.022Z] 2de7ff778b66: Download complete [2021-05-06T02:40:42.304Z] 0d9ebad4ef96: Verifying Checksum [2021-05-06T02:40:42.304Z] 0d9ebad4ef96: Download complete [2021-05-06T02:40:42.580Z] ab5ef0e58194: Download complete [2021-05-06T02:40:52.979Z] ab5ef0e58194: Pull complete [2021-05-06T02:40:52.979Z] 9712f1f96733: Pull complete [2021-05-06T02:40:55.817Z] 63f879dbbcfc: Pull complete [2021-05-06T02:41:08.408Z] 0d9ebad4ef96: Pull complete [2021-05-06T02:41:09.874Z] e9a5061849ea: Pull complete [2021-05-06T02:41:10.601Z] d747dcd14b5f: Pull complete [2021-05-06T02:41:15.093Z] 2de7ff778b66: Pull complete [2021-05-06T02:41:15.093Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-06T02:41:15.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T02:41:15.093Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-06T02:41:15.815Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:41:16.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-06T02:41:19.749Z] $ docker top b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-06T02:41:20.243Z] provisioning config files... [2021-05-06T02:41:20.264Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config983150342993472504tmp [2021-05-06T02:41:20.299Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7651544841691617997tmp [2021-05-06T02:41:20.322Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9139108404337395747tmp [Pipeline] { [Pipeline] echo [2021-05-06T02:41:20.357Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:41:20.799Z] ---> sigul-configuration.sh [2021-05-06T02:41:21.076Z] gpg: directory `/root/.gnupg' created [2021-05-06T02:41:21.076Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-06T02:41:21.076Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-06T02:41:21.076Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-06T02:41:21.076Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-06T02:41:21.076Z] gpg: CAST5 encrypted data [2021-05-06T02:41:21.076Z] gpg: encrypted with 1 passphrase [2021-05-06T02:41:21.076Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-06T02:41:21.796Z] + mkdir /home/jenkins [2021-05-06T02:41:21.796Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-06T02:41:22.531Z] + 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-05-06T02:41:22.589Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:41:23.317Z] ---> sigul-install.sh [2021-05-06T02:41:33.772Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-06T02:41:34.470Z] + git tag --list [2021-05-06T02:41:34.470Z] 0.1.1 [2021-05-06T02:41:34.470Z] v1.1.0 [2021-05-06T02:41:34.470Z] v1.2.0 [2021-05-06T02:41:34.470Z] v1.2.1 [2021-05-06T02:41:34.470Z] v1.3.0 [2021-05-06T02:41:34.470Z] v2.0.0-dev.1 [2021-05-06T02:41:34.470Z] v2.0.0-dev.10 [2021-05-06T02:41:34.470Z] v2.0.0-dev.11 [2021-05-06T02:41:34.470Z] v2.0.0-dev.12 [2021-05-06T02:41:34.470Z] v2.0.0-dev.13 [2021-05-06T02:41:34.470Z] v2.0.0-dev.14 [2021-05-06T02:41:34.470Z] v2.0.0-dev.15 [2021-05-06T02:41:34.470Z] v2.0.0-dev.16 [2021-05-06T02:41:34.470Z] v2.0.0-dev.17 [2021-05-06T02:41:34.470Z] v2.0.0-dev.18 [2021-05-06T02:41:34.470Z] v2.0.0-dev.19 [2021-05-06T02:41:34.470Z] v2.0.0-dev.2 [2021-05-06T02:41:34.470Z] v2.0.0-dev.20 [2021-05-06T02:41:34.470Z] v2.0.0-dev.21 [2021-05-06T02:41:34.470Z] v2.0.0-dev.22 [2021-05-06T02:41:34.470Z] v2.0.0-dev.23 [2021-05-06T02:41:34.470Z] v2.0.0-dev.24 [2021-05-06T02:41:34.470Z] v2.0.0-dev.25 [2021-05-06T02:41:34.470Z] v2.0.0-dev.26 [2021-05-06T02:41:34.470Z] v2.0.0-dev.27 [2021-05-06T02:41:34.470Z] v2.0.0-dev.28 [2021-05-06T02:41:34.470Z] v2.0.0-dev.29 [2021-05-06T02:41:34.470Z] v2.0.0-dev.3 [2021-05-06T02:41:34.470Z] v2.0.0-dev.30 [2021-05-06T02:41:34.470Z] v2.0.0-dev.31 [2021-05-06T02:41:34.470Z] v2.0.0-dev.32 [2021-05-06T02:41:34.471Z] v2.0.0-dev.33 [2021-05-06T02:41:34.471Z] v2.0.0-dev.34 [2021-05-06T02:41:34.471Z] v2.0.0-dev.35 [2021-05-06T02:41:34.471Z] v2.0.0-dev.36 [2021-05-06T02:41:34.471Z] v2.0.0-dev.37 [2021-05-06T02:41:34.471Z] v2.0.0-dev.38 [2021-05-06T02:41:34.471Z] v2.0.0-dev.39 [2021-05-06T02:41:34.471Z] v2.0.0-dev.4 [2021-05-06T02:41:34.471Z] v2.0.0-dev.40 [2021-05-06T02:41:34.471Z] v2.0.0-dev.41 [2021-05-06T02:41:34.471Z] v2.0.0-dev.42 [2021-05-06T02:41:34.471Z] v2.0.0-dev.43 [2021-05-06T02:41:34.471Z] v2.0.0-dev.44 [2021-05-06T02:41:34.471Z] v2.0.0-dev.5 [2021-05-06T02:41:34.471Z] v2.0.0-dev.6 [2021-05-06T02:41:34.471Z] v2.0.0-dev.7 [2021-05-06T02:41:34.471Z] v2.0.0-dev.8 [2021-05-06T02:41:34.471Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-06T02:41:35.352Z] + lftools sign git-tag v2.0.0-dev.44 [2021-05-06T02:41:37.501Z] Signing Git tag with Sigul... [2021-05-06T02:41:37.501Z] Signing v2.0.0-dev.44 [Pipeline] echo [2021-05-06T02:41:40.253Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:41:40.948Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-06T02:41:40.975Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-06T02:41:41.048Z] $ docker stop --time=1 b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 [2021-05-06T02:41:43.530Z] $ docker rm -f b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:41:44.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:41:44.431Z] . [Pipeline] withDockerContainer [2021-05-06T02:41:44.598Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:41:44.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T02:41:45.808Z] $ docker top af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T02:41:46.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:41:46.096Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:41:46.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:41:46.697Z] $ docker exec af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 ssh-agent [2021-05-06T02:41:47.182Z] SSH_AUTH_SOCK=/tmp/ssh-SP2ZKUbmpOzj/agent.12 [2021-05-06T02:41:47.183Z] SSH_AGENT_PID=17 [2021-05-06T02:41:47.192Z] Running ssh-add (command line suppressed) [2021-05-06T02:41:47.534Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8625264156582889873.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8625264156582889873.key) [2021-05-06T02:41:47.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:41:48.352Z] + git semver bump pre [2021-05-06T02:41:48.352Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T02:41:48.352Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-06T02:41:48.352Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-06T02:41:48.352Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T02:41:48.352Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T02:41:48.352Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T02:41:48.352Z] # $SEMVER_BRANCH = master [2021-05-06T02:41:48.352Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-06T02:41:48.352Z] 2.0.0-dev.45 [Pipeline] } [2021-05-06T02:41:48.371Z] $ docker exec --env ******** --env ******** af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 ssh-agent -k [2021-05-06T02:41:48.642Z] unset SSH_AUTH_SOCK; [2021-05-06T02:41:48.643Z] unset SSH_AGENT_PID; [2021-05-06T02:41:48.643Z] echo Agent pid 17 killed; [2021-05-06T02:41:48.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T02:41:49.556Z] + git semver [Pipeline] } [2021-05-06T02:41:49.722Z] $ docker stop --time=1 af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 [2021-05-06T02:41:51.838Z] $ docker rm -f af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:41:52.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:41:52.526Z] . [Pipeline] withDockerContainer [2021-05-06T02:41:52.712Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:41:52.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T02:41:54.764Z] $ docker top 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T02:41:55.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:41:55.187Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:41:55.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:41:55.692Z] $ docker exec 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c ssh-agent [2021-05-06T02:41:56.219Z] SSH_AUTH_SOCK=/tmp/ssh-qnXH13FZyd5S/agent.11 [2021-05-06T02:41:56.219Z] SSH_AGENT_PID=16 [2021-05-06T02:41:56.232Z] Running ssh-add (command line suppressed) [2021-05-06T02:41:56.620Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8093194876711833935.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8093194876711833935.key) [2021-05-06T02:41:56.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:41:57.507Z] + git semver push [2021-05-06T02:41:57.507Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T02:41:57.507Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-06T02:41:57.507Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-06T02:41:57.507Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T02:41:57.507Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T02:41:57.507Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T02:41:57.507Z] # $SEMVER_BRANCH = master [2021-05-06T02:41:57.507Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-06T02:42:02.964Z] $ docker exec --env ******** --env ******** 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c ssh-agent -k [2021-05-06T02:42:03.435Z] unset SSH_AUTH_SOCK; [2021-05-06T02:42:03.436Z] unset SSH_AGENT_PID; [2021-05-06T02:42:03.437Z] echo Agent pid 16 killed; [2021-05-06T02:42:03.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T02:42:04.319Z] + git semver [Pipeline] } [2021-05-06T02:42:04.354Z] $ docker stop --time=1 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c [2021-05-06T02:42:06.396Z] $ docker rm -f 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c [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-05-06T02:42:07.835Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:08.781Z] ---> package-listing.sh [2021-05-06T02:42:08.781Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T02:42:08.781Z] ++ facter osfamily [2021-05-06T02:42:09.061Z] + OS_FAMILY=redhat [2021-05-06T02:42:09.061Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-06T02:42:09.061Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T02:42:09.061Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T02:42:09.061Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T02:42:09.061Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T02:42:09.061Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-06T02:42:09.061Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T02:42:09.061Z] + case "${OS_FAMILY}" in [2021-05-06T02:42:09.061Z] + rpm -qa [2021-05-06T02:42:09.061Z] + sort [2021-05-06T02:42:15.822Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T02:42:15.822Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T02:42:15.822Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T02:42:15.822Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-06T02:42:15.822Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-05-06T02:42:15.822Z] + 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-05-06T02:42:15.840Z] 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-05-06T02:42:16.181Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:42:16.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:42:16.812Z] [2021-05-06T02:42:16.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:42:17.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:42:17.481Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T02:42:17.481Z] df20fa9351a1: Pulling fs layer [2021-05-06T02:42:17.481Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T02:42:17.481Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T02:42:17.481Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T02:42:17.481Z] 93b61091891f: Pulling fs layer [2021-05-06T02:42:17.481Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T02:42:17.481Z] 5e14af77c1be: Pulling fs layer [2021-05-06T02:42:17.481Z] 01666e4c0597: Pulling fs layer [2021-05-06T02:42:17.481Z] aa168da1d23b: Pulling fs layer [2021-05-06T02:42:17.481Z] 93b9cdb0e59b: Waiting [2021-05-06T02:42:17.481Z] 5e14af77c1be: Waiting [2021-05-06T02:42:17.481Z] 01666e4c0597: Waiting [2021-05-06T02:42:17.481Z] aa168da1d23b: Waiting [2021-05-06T02:42:17.481Z] 46f8f816bc3b: Waiting [2021-05-06T02:42:17.481Z] 93b61091891f: Waiting [2021-05-06T02:42:17.481Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T02:42:17.481Z] 36b3adc4ff6f: Download complete [2021-05-06T02:42:17.780Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T02:42:17.780Z] 46f8f816bc3b: Download complete [2021-05-06T02:42:17.780Z] df20fa9351a1: Verifying Checksum [2021-05-06T02:42:17.780Z] df20fa9351a1: Download complete [2021-05-06T02:42:17.780Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T02:42:17.780Z] 93b9cdb0e59b: Download complete [2021-05-06T02:42:18.116Z] 5e14af77c1be: Download complete [2021-05-06T02:42:18.116Z] 01666e4c0597: Verifying Checksum [2021-05-06T02:42:18.116Z] 01666e4c0597: Download complete [2021-05-06T02:42:18.116Z] 93b61091891f: Verifying Checksum [2021-05-06T02:42:18.116Z] 93b61091891f: Download complete [2021-05-06T02:42:18.450Z] df20fa9351a1: Pull complete [2021-05-06T02:42:18.759Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T02:42:18.759Z] 8ad3a11d3b57: Download complete [2021-05-06T02:42:19.263Z] 36b3adc4ff6f: Pull complete [2021-05-06T02:42:23.271Z] 8ad3a11d3b57: Pull complete [2021-05-06T02:42:23.622Z] 46f8f816bc3b: Pull complete [2021-05-06T02:42:24.846Z] 93b61091891f: Pull complete [2021-05-06T02:42:25.210Z] 93b9cdb0e59b: Pull complete [2021-05-06T02:42:25.941Z] 5e14af77c1be: Pull complete [2021-05-06T02:42:26.563Z] 01666e4c0597: Pull complete [2021-05-06T02:42:27.626Z] aa168da1d23b: Verifying Checksum [2021-05-06T02:42:27.626Z] aa168da1d23b: Download complete [2021-05-06T02:42:46.643Z] aa168da1d23b: Pull complete [2021-05-06T02:42:46.643Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T02:42:46.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:42:46.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T02:42:47.020Z] prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container [2021-05-06T02:42:47.109Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T02:42:50.182Z] $ docker top a1c8dddffd850b2a2d33015bacc9a2752ec9eb5e29c0caa0ac71237df4fbaba9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:42:51.059Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T02:42:51.459Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T02:42:52.296Z] + ls /var/log/sa-host [2021-05-06T02:42:52.296Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T02:42:52.296Z] file_magic: OK [2021-05-06T02:42:52.296Z] HZ: Using current value: 100 [2021-05-06T02:42:52.296Z] file_header: OK [2021-05-06T02:42:52.296Z] 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-05-06T02:42:52.296Z] Statistics: [2021-05-06T02:42:52.296Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T02:42:52.296Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T02:42:52.296Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T02:42:52.296Z] file_magic: OK [2021-05-06T02:42:52.296Z] HZ: Using current value: 100 [2021-05-06T02:42:52.296Z] file_header: OK [2021-05-06T02:42:52.296Z] 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-05-06T02:42:52.296Z] Statistics: [2021-05-06T02:42:52.296Z] Hnuu...uuuununununu... [2021-05-06T02:42:52.296Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T02:42:52.485Z] provisioning config files... [2021-05-06T02:42:52.502Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4733131411126295356tmp [Pipeline] { [Pipeline] echo [2021-05-06T02:42:52.527Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:53.627Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T02:42:53.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T02:42:53.676Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:54.504Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T02:42:54.520Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:55.219Z] ---> sudo-logs.sh [2021-05-06T02:42:55.219Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T02:42:55.258Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:56.388Z] ---> job-cost.sh [2021-05-06T02:42:56.388Z] lf-activate-venv: SKIPPING [2021-05-06T02:42:56.388Z] DEBUG: total: 0.20999999344348907 [2021-05-06T02:42:56.389Z] INFO: Retrieving Stack Cost... [2021-05-06T02:42:57.351Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T02:42:57.623Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T02:42:57.987Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:42:58.787Z] ---> logs-deploy.sh [2021-05-06T02:42:58.787Z] lf-activate-venv: SKIPPING [2021-05-06T02:42:58.787Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/103 [2021-05-06T02:42:58.787Z] INFO: archiving workspace using pattern(s): [2021-05-06T02:43:01.463Z] Archives upload complete. [2021-05-06T02:43:01.463Z] INFO: archiving logs to Nexus