Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c34a5b00355d78dd87fd6b647778846c32b4b87a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4688 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" > git rev-list --no-walk 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T12:31:25.536Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T12:31:25.637Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T12:31:25.666Z] ========================================================= [2021-05-12T12:31:25.666Z] EdgeX Global Pipelines Version Info [2021-05-12T12:31:25.666Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:31:27.586Z] ------------------- [2021-05-12T12:31:27.586Z] stable info: [2021-05-12T12:31:27.586Z] ------------------- [2021-05-12T12:31:27.586Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T12:31:27.586Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T12:31:27.586Z] Message: update stable to v1.0.192 [2021-05-12T12:31:28.542Z] ------------------- [2021-05-12T12:31:28.542Z] experimental info: [2021-05-12T12:31:28.542Z] ------------------- [2021-05-12T12:31:28.542Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T12:31:28.542Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T12:31:28.542Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T12:31:28.684Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-12T12:31:28.710Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-12T12:31:28.734Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T12:31:28.758Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T12:31:28.782Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T12:31:28.807Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T12:31:28.833Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T12:31:28.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T12:31:28.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-12T12:31:28.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T12:31:28.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T12:31:28.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-05-12T12:31:29.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T12:31:29.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T12:31:29.061Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T12:31:29.084Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T12:31:29.112Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T12:31:29.136Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T12:31:29.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T12:31:29.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T12:31:29.206Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-12T12:31:29.242Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-12T12:31:29.268Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T12:31:29.292Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T12:31:29.315Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-12T12:31:29.337Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T12:31:29.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T12:31:29.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T12:31:29.426Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T12:31:29.450Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] echo [2021-05-12T12:31:29.473Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c34a5b0 [Pipeline] echo [2021-05-12T12:31:29.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:31:29.584Z] provisioning config files... [2021-05-12T12:31:29.622Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7071400598700783867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:31:29.941Z] ---> docker-login.sh [2021-05-12T12:31:29.942Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:31:30.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:31:30.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:31:30.465Z] Configure a credential helper to remove this warning. See [2021-05-12T12:31:30.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:31:30.465Z] [2021-05-12T12:31:30.465Z] Login Succeeded [2021-05-12T12:31:30.465Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:31:30.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:31:30.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:31:30.466Z] Configure a credential helper to remove this warning. See [2021-05-12T12:31:30.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:31:30.466Z] [2021-05-12T12:31:30.466Z] Login Succeeded [2021-05-12T12:31:30.466Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:31:30.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:31:30.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:31:30.729Z] Configure a credential helper to remove this warning. See [2021-05-12T12:31:30.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:31:30.729Z] [2021-05-12T12:31:30.729Z] Login Succeeded [2021-05-12T12:31:30.729Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:31:30.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:31:30.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:31:30.991Z] Configure a credential helper to remove this warning. See [2021-05-12T12:31:30.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:31:30.991Z] [2021-05-12T12:31:30.991Z] Login Succeeded [2021-05-12T12:31:30.991Z] docker.io [2021-05-12T12:31:30.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:31:31.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:31:31.253Z] Configure a credential helper to remove this warning. See [2021-05-12T12:31:31.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:31:31.253Z] [2021-05-12T12:31:31.253Z] Login Succeeded [2021-05-12T12:31:31.253Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:31:31.262Z] 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-12T12:31:31.728Z] + git log --format=format:%s -1 c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] echo [2021-05-12T12:31:31.804Z] GIT_COMMIT: c34a5b00355d78dd87fd6b647778846c32b4b87a, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1 [Pipeline] echo [2021-05-12T12:31:31.817Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:31:32.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:31:32.798Z] [2021-05-12T12:31:32.798Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:31:33.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:31:33.137Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T12:31:33.137Z] 31603596830f: Pulling fs layer [2021-05-12T12:31:33.137Z] 54011a49482f: Pulling fs layer [2021-05-12T12:31:33.137Z] a6820b24f6d8: Pulling fs layer [2021-05-12T12:31:33.137Z] f581987b2513: Pulling fs layer [2021-05-12T12:31:33.137Z] f581987b2513: Waiting [2021-05-12T12:31:33.137Z] 54011a49482f: Verifying Checksum [2021-05-12T12:31:33.137Z] 54011a49482f: Download complete [2021-05-12T12:31:33.400Z] 31603596830f: Verifying Checksum [2021-05-12T12:31:33.400Z] 31603596830f: Download complete [2021-05-12T12:31:33.400Z] f581987b2513: Download complete [2021-05-12T12:31:33.400Z] a6820b24f6d8: Verifying Checksum [2021-05-12T12:31:33.400Z] a6820b24f6d8: Download complete [2021-05-12T12:31:33.665Z] 31603596830f: Pull complete [2021-05-12T12:31:33.926Z] 54011a49482f: Pull complete [2021-05-12T12:31:34.878Z] a6820b24f6d8: Pull complete [2021-05-12T12:31:34.878Z] f581987b2513: Pull complete [2021-05-12T12:31:34.878Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T12:31:34.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:31:34.878Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T12:31:34.978Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:31:35.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T12:31:37.136Z] $ docker top 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T12:31:37.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:31:37.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:31:37.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:31:37.552Z] $ docker exec 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent [2021-05-12T12:31:37.721Z] SSH_AUTH_SOCK=/tmp/ssh-uCGwZnHhSY5C/agent.12 [2021-05-12T12:31:37.721Z] SSH_AGENT_PID=18 [2021-05-12T12:31:37.731Z] Running ssh-add (command line suppressed) [2021-05-12T12:31:37.854Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8185892661955024376.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8185892661955024376.key) [2021-05-12T12:31:37.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:31:38.210Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T12:31:38.233Z] $ docker exec --env ******** --env ******** 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent -k [2021-05-12T12:31:38.349Z] unset SSH_AUTH_SOCK; [2021-05-12T12:31:38.350Z] unset SSH_AGENT_PID; [2021-05-12T12:31:38.350Z] echo Agent pid 18 killed; [2021-05-12T12:31:38.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T12:31:38.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:31:38.453Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:31:38.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:31:38.629Z] $ docker exec 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent [2021-05-12T12:31:38.803Z] SSH_AUTH_SOCK=/tmp/ssh-pzhRuvB1D4LV/agent.47 [2021-05-12T12:31:38.803Z] SSH_AGENT_PID=53 [2021-05-12T12:31:38.810Z] Running ssh-add (command line suppressed) [2021-05-12T12:31:38.929Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7912403558916786954.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7912403558916786954.key) [2021-05-12T12:31:38.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:31:39.280Z] + git semver init [2021-05-12T12:31:39.280Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T12:31:39.280Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-12T12:31:39.280Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-12T12:31:39.280Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T12:31:39.280Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T12:31:39.280Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T12:31:39.280Z] # $SEMVER_BRANCH = master [2021-05-12T12:31:39.280Z] # $SEMVER_TEMP = /tmp/semver-138694776 [2021-05-12T12:31:39.280Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-12T12:31:41.202Z] # '/tmp/semver-138694776' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-05-12T12:31:41.202Z] # -> Force: false [2021-05-12T12:31:41.202Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-12T12:31:41.221Z] $ docker exec --env ******** --env ******** 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent -k [2021-05-12T12:31:41.410Z] unset SSH_AUTH_SOCK; [2021-05-12T12:31:41.411Z] unset SSH_AGENT_PID; [2021-05-12T12:31:41.411Z] echo Agent pid 53 killed; [2021-05-12T12:31:41.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T12:31:41.809Z] + git semver [Pipeline] } [2021-05-12T12:31:41.830Z] $ docker stop --time=1 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 [2021-05-12T12:31:43.320Z] $ docker rm -f 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:31:43.729Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T12:31:44.126Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T12:31:44.130Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [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-12T12:31:59.355Z] Still waiting to schedule task [2021-05-12T12:31:59.356Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4688’ [2021-05-12T12:31:59.359Z] Still waiting to schedule task [2021-05-12T12:31:59.359Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T12:33:50.517Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4689 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-12T12:33:50.537Z] Running in /w/workspace/edgex-ui-go/110 [Pipeline] { [Pipeline] checkout [2021-05-12T12:33:56.696Z] using credential edgex-jenkins-ssh [2021-05-12T12:33:56.766Z] Cloning the remote Git repository [2021-05-12T12:33:56.826Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:33:56.946Z] > git init /w/workspace/edgex-ui-go/110 # timeout=10 [2021-05-12T12:33:57.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:33:57.023Z] > git --version # timeout=10 [2021-05-12T12:33:57.035Z] > git --version # 'git version 2.17.1' [2021-05-12T12:33:57.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:33:57.085Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:33:59.237Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:33:59.263Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:33:59.288Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:33:59.328Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:33:59.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:33:59.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T12:33:59.829Z] Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) [2021-05-12T12:33:59.849Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:33:59.860Z] > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 [2021-05-12T12:34:04.479Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:34:06.174Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:34:06.592Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:34:06.938Z] + sudo service docker restart [2021-05-12T12:34:06.938Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:34:09.609Z] provisioning config files... [2021-05-12T12:34:09.651Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config507533494603182873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:34:10.029Z] ---> docker-login.sh [2021-05-12T12:34:10.029Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:34:10.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:34:11.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:34:11.229Z] Configure a credential helper to remove this warning. See [2021-05-12T12:34:11.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:34:11.229Z] [2021-05-12T12:34:11.229Z] Login Succeeded [2021-05-12T12:34:11.229Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:34:11.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:34:11.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:34:11.777Z] Configure a credential helper to remove this warning. See [2021-05-12T12:34:11.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:34:11.777Z] [2021-05-12T12:34:11.777Z] Login Succeeded [2021-05-12T12:34:11.777Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:34:12.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:34:12.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:34:12.335Z] Configure a credential helper to remove this warning. See [2021-05-12T12:34:12.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:34:12.335Z] [2021-05-12T12:34:12.335Z] Login Succeeded [2021-05-12T12:34:12.335Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:34:12.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:34:12.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:34:12.881Z] Configure a credential helper to remove this warning. See [2021-05-12T12:34:12.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:34:12.881Z] [2021-05-12T12:34:12.881Z] Login Succeeded [2021-05-12T12:34:12.881Z] docker.io [2021-05-12T12:34:13.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:34:13.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:34:13.425Z] Configure a credential helper to remove this warning. See [2021-05-12T12:34:13.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:34:13.425Z] [2021-05-12T12:34:13.425Z] Login Succeeded [2021-05-12T12:34:13.425Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:34:13.441Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T12:34:13.733Z] ========================================================= [2021-05-12T12:34:13.733Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T12:34:13.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:34:14.076Z] + 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-12T12:34:15.069Z] Sending build context to Docker daemon 34.92MB [2021-05-12T12:34:15.069Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:34:15.069Z] Step 2/8 : FROM ${BASE} [2021-05-12T12:34:15.070Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T12:34:15.070Z] 595b0fe564bb: Pulling fs layer [2021-05-12T12:34:15.070Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T12:34:15.070Z] 316046926c0a: Pulling fs layer [2021-05-12T12:34:15.070Z] 4ebd0625c992: Pulling fs layer [2021-05-12T12:34:15.070Z] 207e8628e3a3: Pulling fs layer [2021-05-12T12:34:15.070Z] c791037a9be2: Pulling fs layer [2021-05-12T12:34:15.070Z] ffd874e62e21: Pulling fs layer [2021-05-12T12:34:15.070Z] 207e8628e3a3: Waiting [2021-05-12T12:34:15.070Z] 4ebd0625c992: Waiting [2021-05-12T12:34:15.070Z] ffd874e62e21: Waiting [2021-05-12T12:34:15.070Z] 316046926c0a: Verifying Checksum [2021-05-12T12:34:15.070Z] 316046926c0a: Download complete [2021-05-12T12:34:15.070Z] 7186ed65a4f7: Download complete [2021-05-12T12:34:15.070Z] 207e8628e3a3: Verifying Checksum [2021-05-12T12:34:15.070Z] 207e8628e3a3: Download complete [2021-05-12T12:34:15.348Z] c791037a9be2: Verifying Checksum [2021-05-12T12:34:15.348Z] c791037a9be2: Download complete [2021-05-12T12:34:15.348Z] 595b0fe564bb: Verifying Checksum [2021-05-12T12:34:15.348Z] 595b0fe564bb: Download complete [2021-05-12T12:34:15.952Z] 595b0fe564bb: Pull complete [2021-05-12T12:34:16.557Z] 7186ed65a4f7: Pull complete [2021-05-12T12:34:17.159Z] 316046926c0a: Pull complete [2021-05-12T12:34:17.159Z] ffd874e62e21: Download complete [2021-05-12T12:34:18.589Z] 4ebd0625c992: Verifying Checksum [2021-05-12T12:34:18.589Z] 4ebd0625c992: Download complete [2021-05-12T12:34:28.828Z] 4ebd0625c992: Pull complete [2021-05-12T12:34:29.434Z] 207e8628e3a3: Pull complete [2021-05-12T12:34:29.707Z] c791037a9be2: Pull complete [2021-05-12T12:34:33.100Z] ffd874e62e21: Pull complete [2021-05-12T12:34:33.372Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T12:34:33.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T12:34:33.372Z] ---> cfc18b08335c [2021-05-12T12:34:33.372Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T12:34:36.766Z] ---> Running in 881ad5afd482 [2021-05-12T12:34:36.766Z] Removing intermediate container 881ad5afd482 [2021-05-12T12:34:36.766Z] ---> d4e15d7c640e [2021-05-12T12:34:36.766Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:34:37.039Z] ---> Running in 61c4e5fd6db6 [2021-05-12T12:34:39.661Z] Removing intermediate container 61c4e5fd6db6 [2021-05-12T12:34:39.661Z] ---> ecf46b545da7 [2021-05-12T12:34:39.661Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-12T12:34:39.661Z] ---> Running in 2b98871bc36a [2021-05-12T12:34:40.647Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T12:34:41.623Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T12:34:42.219Z] OK: 138 MiB in 40 packages [2021-05-12T12:34:43.224Z] Removing intermediate container 2b98871bc36a [2021-05-12T12:34:43.224Z] ---> 783a2b7f8688 [2021-05-12T12:34:43.224Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-12T12:34:43.495Z] ---> Running in 4c6b4be1dcb1 [2021-05-12T12:34:44.086Z] Removing intermediate container 4c6b4be1dcb1 [2021-05-12T12:34:44.086Z] ---> 0706b8be8e93 [2021-05-12T12:34:44.086Z] Step 7/8 : COPY . . [2021-05-12T12:34:46.693Z] ---> d7de9be96e4e [2021-05-12T12:34:46.693Z] Step 8/8 : RUN go mod download [2021-05-12T12:34:46.966Z] ---> Running in 591103bdac96 [2021-05-12T12:34:53.411Z] Running on prd-centos7-docker-4c-2g-4690 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-12T12:34:53.433Z] Running in /w/workspace/edgex-ui-go/110 [Pipeline] { [Pipeline] checkout [2021-05-12T12:35:00.020Z] using credential edgex-jenkins-ssh [2021-05-12T12:35:00.036Z] Cloning the remote Git repository [2021-05-12T12:35:00.150Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:35:00.292Z] > git init /w/workspace/edgex-ui-go/110 # timeout=10 [2021-05-12T12:35:00.395Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:35:00.395Z] > git --version # timeout=10 [2021-05-12T12:35:00.469Z] > git --version # 'git version 2.24.3' [2021-05-12T12:35:00.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:35:00.560Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:35:02.484Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:35:02.522Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T12:35:02.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-12T12:35:02.615Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-12T12:35:02.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T12:35:02.622Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T12:35:05.255Z] Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) [2021-05-12T12:35:05.265Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T12:35:05.275Z] > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 [2021-05-12T12:35:09.775Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:35:11.063Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:35:11.401Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T12:35:11.715Z] + sudo service docker restart [2021-05-12T12:35:11.715Z] + true [2021-05-12T12:35:11.715Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:35:13.703Z] provisioning config files... [2021-05-12T12:35:13.737Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config351905781752079165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:35:14.095Z] ---> docker-login.sh [2021-05-12T12:35:14.095Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:35:14.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:35:14.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:35:14.358Z] Configure a credential helper to remove this warning. See [2021-05-12T12:35:14.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:35:14.358Z] [2021-05-12T12:35:14.358Z] Login Succeeded [2021-05-12T12:35:14.358Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:35:14.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:35:14.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:35:14.623Z] Configure a credential helper to remove this warning. See [2021-05-12T12:35:14.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:35:14.623Z] [2021-05-12T12:35:14.623Z] Login Succeeded [2021-05-12T12:35:14.623Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:35:14.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:35:14.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:35:14.888Z] Configure a credential helper to remove this warning. See [2021-05-12T12:35:14.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:35:14.888Z] [2021-05-12T12:35:14.888Z] Login Succeeded [2021-05-12T12:35:14.888Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:35:14.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:35:15.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:35:15.149Z] Configure a credential helper to remove this warning. See [2021-05-12T12:35:15.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:35:15.149Z] [2021-05-12T12:35:15.149Z] Login Succeeded [2021-05-12T12:35:15.149Z] docker.io [2021-05-12T12:35:15.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:35:15.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:35:15.411Z] Configure a credential helper to remove this warning. See [2021-05-12T12:35:15.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:35:15.411Z] [2021-05-12T12:35:15.411Z] Login Succeeded [2021-05-12T12:35:15.411Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:35:15.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T12:35:15.629Z] ========================================================= [2021-05-12T12:35:15.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T12:35:15.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:35:15.958Z] + 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-12T12:35:16.537Z] Sending build context to Docker daemon 34.92MB [2021-05-12T12:35:16.537Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:35:16.537Z] Step 2/8 : FROM ${BASE} [2021-05-12T12:35:16.537Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T12:35:16.537Z] 540db60ca938: Pulling fs layer [2021-05-12T12:35:16.537Z] adcc1eea9eea: Pulling fs layer [2021-05-12T12:35:16.537Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T12:35:16.537Z] 0510c868ecb4: Pulling fs layer [2021-05-12T12:35:16.537Z] afea3b2eda06: Pulling fs layer [2021-05-12T12:35:16.537Z] 7809a108b3ef: Pulling fs layer [2021-05-12T12:35:16.537Z] f706445af74f: Pulling fs layer [2021-05-12T12:35:16.537Z] 0510c868ecb4: Waiting [2021-05-12T12:35:16.537Z] afea3b2eda06: Waiting [2021-05-12T12:35:16.537Z] 7809a108b3ef: Waiting [2021-05-12T12:35:16.537Z] f706445af74f: Waiting [2021-05-12T12:35:16.537Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T12:35:16.537Z] 4c4ab2625f07: Download complete [2021-05-12T12:35:16.537Z] adcc1eea9eea: Verifying Checksum [2021-05-12T12:35:16.537Z] adcc1eea9eea: Download complete [2021-05-12T12:35:16.537Z] afea3b2eda06: Verifying Checksum [2021-05-12T12:35:16.537Z] afea3b2eda06: Download complete [2021-05-12T12:35:16.537Z] 540db60ca938: Verifying Checksum [2021-05-12T12:35:16.537Z] 7809a108b3ef: Verifying Checksum [2021-05-12T12:35:16.537Z] 7809a108b3ef: Download complete [2021-05-12T12:35:17.137Z] 540db60ca938: Pull complete [2021-05-12T12:35:17.137Z] adcc1eea9eea: Pull complete [2021-05-12T12:35:17.407Z] 4c4ab2625f07: Pull complete [2021-05-12T12:35:18.387Z] f706445af74f: Verifying Checksum [2021-05-12T12:35:18.387Z] f706445af74f: Download complete [2021-05-12T12:35:19.317Z] Removing intermediate container 591103bdac96 [2021-05-12T12:35:19.317Z] ---> 0cb806007809 [2021-05-12T12:35:19.317Z] Successfully built 0cb806007809 [2021-05-12T12:35:19.317Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:35:19.347Z] 0510c868ecb4: Verifying Checksum [2021-05-12T12:35:19.347Z] 0510c868ecb4: Download complete [2021-05-12T12:35:19.659Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T12:35:19.659Z] . [Pipeline] withDockerContainer [2021-05-12T12:35:19.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container [2021-05-12T12:35:20.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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-12T12:35:21.463Z] $ docker top 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:35:22.386Z] + go version [2021-05-12T12:35:22.386Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T12:35:22.409Z] $ docker stop --time=1 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 [2021-05-12T12:35:24.406Z] $ docker rm -f 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:35:25.106Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T12:35:25.106Z] . [Pipeline] withDockerContainer [2021-05-12T12:35:25.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container [2021-05-12T12:35:25.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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-12T12:35:26.035Z] 0510c868ecb4: Pull complete [2021-05-12T12:35:26.035Z] afea3b2eda06: Pull complete [2021-05-12T12:35:26.035Z] 7809a108b3ef: Pull complete [2021-05-12T12:35:26.921Z] $ docker top 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:35:27.877Z] + go mod tidy [Pipeline] sh [2021-05-12T12:35:29.136Z] + make test [2021-05-12T12:35:29.136Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T12:35:31.752Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-12T12:35:32.699Z] f706445af74f: Pull complete [2021-05-12T12:35:32.699Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T12:35:32.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T12:35:32.699Z] ---> b068be0155e3 [2021-05-12T12:35:32.699Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T12:35:34.656Z] ---> Running in 9b3ea48f9b7b [2021-05-12T12:35:34.656Z] Removing intermediate container 9b3ea48f9b7b [2021-05-12T12:35:34.656Z] ---> a832a2704f94 [2021-05-12T12:35:34.656Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:35:34.656Z] ---> Running in 0d47cd519adf [2021-05-12T12:35:36.074Z] Removing intermediate container 0d47cd519adf [2021-05-12T12:35:36.074Z] ---> 51069a7cd898 [2021-05-12T12:35:36.074Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-12T12:35:36.074Z] ---> Running in 9875d2284f56 [2021-05-12T12:35:37.543Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T12:35:38.129Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T12:35:38.718Z] OK: 149 MiB in 40 packages [2021-05-12T12:35:39.296Z] Removing intermediate container 9875d2284f56 [2021-05-12T12:35:39.296Z] ---> 20ba119f4add [2021-05-12T12:35:39.296Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-12T12:35:39.296Z] ---> Running in 8298551ae859 [2021-05-12T12:35:39.563Z] Removing intermediate container 8298551ae859 [2021-05-12T12:35:39.563Z] ---> b6401f7f8ab7 [2021-05-12T12:35:39.563Z] Step 7/8 : COPY . . [2021-05-12T12:35:43.839Z] ---> dc71e1675838 [2021-05-12T12:35:43.839Z] Step 8/8 : RUN go mod download [2021-05-12T12:35:43.839Z] ---> Running in d9c43f3ad7e7 [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-12T12:36:10.776Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-12T12:36:10.776Z] GO111MODULE=on go vet ./... [2021-05-12T12:36:16.059Z] Removing intermediate container d9c43f3ad7e7 [2021-05-12T12:36:16.059Z] ---> ae5b6b2df65b [2021-05-12T12:36:16.059Z] Successfully built ae5b6b2df65b [2021-05-12T12:36:16.059Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:36:16.401Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T12:36:16.401Z] . [Pipeline] withDockerContainer [2021-05-12T12:36:16.552Z] prd-centos7-docker-4c-2g-4690 does not seem to be running inside a container [2021-05-12T12:36:16.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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-12T12:36:17.564Z] $ docker top 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:36:18.022Z] + go version [2021-05-12T12:36:18.022Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T12:36:18.064Z] $ docker stop --time=1 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff [2021-05-12T12:36:19.478Z] $ docker rm -f 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:36:19.991Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T12:36:19.991Z] . [Pipeline] withDockerContainer [2021-05-12T12:36:20.117Z] prd-centos7-docker-4c-2g-4690 does not seem to be running inside a container [2021-05-12T12:36:20.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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-12T12:36:21.008Z] $ docker top 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:36:21.472Z] + go mod tidy [Pipeline] sh [2021-05-12T12:36:23.241Z] + make test [2021-05-12T12:36:23.241Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T12:36:24.470Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2021-05-12T12:36:29.109Z] $ docker stop --time=1 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 [2021-05-12T12:36:31.264Z] $ docker rm -f 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:36:32.069Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T12:36:33.032Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T12:36:35.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T12:36:36.000Z] + ls -al . [2021-05-12T12:36:36.000Z] total 124 [2021-05-12T12:36:36.000Z] drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:35 . [2021-05-12T12:36:36.000Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:33 .. [2021-05-12T12:36:36.000Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 12:34 .git [2021-05-12T12:36:36.000Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:33 .github [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 162 May 12 12:33 .gitignore [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 12 12:33 CONTRIBUTING.md [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 12 12:33 Dockerfile [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 902 May 12 12:33 Dockerfile.build [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 652 May 12 12:33 Jenkinsfile [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 12 12:33 LICENSE [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 941 May 12 12:33 Makefile [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 12 12:33 README.md [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 12 May 12 12:31 VERSION [2021-05-12T12:36:36.000Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:33 assets [2021-05-12T12:36:36.000Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:33 bin [2021-05-12T12:36:36.000Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:33 cmd [2021-05-12T12:36:36.000Z] -rw-r--r-- 1 jenkins jenkins 10 May 12 12:35 coverage.out [2021-05-12T12:36:36.000Z] drwxrwxr-x 5 jenkins jenkins 4096 May 12 12:34 docs [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 987 May 12 12:34 go.mod [2021-05-12T12:36:36.000Z] -rw-r--r-- 1 jenkins jenkins 24424 May 12 12:35 go.sum [2021-05-12T12:36:36.000Z] drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:34 internal [2021-05-12T12:36:36.000Z] -rw-rw-r-- 1 jenkins jenkins 155 May 12 12:34 version.go [2021-05-12T12:36:36.000Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:34 web [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:36:36.392Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a --label arch=arm64 --label version=2.0.0-dev.50 . [2021-05-12T12:36:37.434Z] Sending build context to Docker daemon 34.94MB [2021-05-12T12:36:37.434Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:36:37.434Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T12:36:37.434Z] ---> 0cb806007809 [2021-05-12T12:36:37.434Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-12T12:36:38.041Z] ---> Running in de0ad76d6222 [2021-05-12T12:36:38.312Z] Removing intermediate container de0ad76d6222 [2021-05-12T12:36:38.312Z] ---> ecf3e21da7ec [2021-05-12T12:36:38.312Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-12T12:36:38.585Z] ---> Running in 1e74e708ce5e [2021-05-12T12:36:39.182Z] Removing intermediate container 1e74e708ce5e [2021-05-12T12:36:39.182Z] ---> d6eb69a33a7d [2021-05-12T12:36:39.182Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T12:36:39.182Z] ---> Running in 020bcc8e36c3 [2021-05-12T12:36:39.778Z] Removing intermediate container 020bcc8e36c3 [2021-05-12T12:36:39.778Z] ---> 3bc928473c2f [2021-05-12T12:36:39.779Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-12T12:36:39.779Z] ---> Running in dafdcce38d6f [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-12T12:36:40.140Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-12T12:36:40.140Z] GO111MODULE=on go vet ./... [2021-05-12T12:36:40.372Z] Removing intermediate container dafdcce38d6f [2021-05-12T12:36:40.372Z] ---> 39969dfe86da [2021-05-12T12:36:40.372Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-12T12:36:40.372Z] ---> Running in 212b6f792033 [2021-05-12T12:36:40.978Z] Removing intermediate container 212b6f792033 [2021-05-12T12:36:40.978Z] ---> e60ff1526144 [2021-05-12T12:36:40.978Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:36:40.978Z] ---> Running in d5d7decad3f8 [2021-05-12T12:36:42.948Z] Removing intermediate container d5d7decad3f8 [2021-05-12T12:36:42.948Z] ---> d0b2cfa7cda0 [2021-05-12T12:36:42.948Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T12:36:43.225Z] ---> Running in a4a2631efbd8 [2021-05-12T12:36:44.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T12:36:45.202Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-05-12T12:36:45.554Z] $ docker stop --time=1 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb [2021-05-12T12:36:45.793Z] OK: 138 MiB in 40 packages [2021-05-12T12:36:47.226Z] Removing intermediate container a4a2631efbd8 [2021-05-12T12:36:47.226Z] ---> bab690380a4f [2021-05-12T12:36:47.226Z] Step 10/24 : ENV GO111MODULE=on [2021-05-12T12:36:47.226Z] ---> Running in a32a124de750 [2021-05-12T12:36:47.499Z] Removing intermediate container a32a124de750 [2021-05-12T12:36:47.499Z] ---> e4f736602d69 [2021-05-12T12:36:47.499Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-12T12:36:47.772Z] ---> Running in 2f3003236d78 [2021-05-12T12:36:48.046Z] Removing intermediate container 2f3003236d78 [2021-05-12T12:36:48.046Z] ---> 42dcc7117700 [2021-05-12T12:36:48.046Z] Step 12/24 : COPY go.mod . [2021-05-12T12:36:48.079Z] $ docker rm -f 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T12:36:48.600Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T12:36:48.613Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T12:36:48.988Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-05-12T12:36:49.025Z] ---> 47b963191d10 [2021-05-12T12:36:49.025Z] Step 13/24 : COPY Makefile . [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-12T12:36:49.374Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T12:36:49.626Z] ---> ea6f66ccd110 [2021-05-12T12:36:49.626Z] Step 14/24 : RUN make update [2021-05-12T12:36:49.626Z] ---> Running in f708fecc5ec7 [2021-05-12T12:36:49.683Z] + ls -al . [2021-05-12T12:36:49.683Z] total 92 [2021-05-12T12:36:49.683Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 12 12:36 . [2021-05-12T12:36:49.683Z] drwxrwxr-x. 4 jenkins jenkins 32 May 12 12:35 .. [2021-05-12T12:36:49.683Z] drwxrwxr-x. 3 jenkins jenkins 20 May 12 12:35 assets [2021-05-12T12:36:49.683Z] drwxrwxr-x. 2 jenkins jenkins 35 May 12 12:35 bin [2021-05-12T12:36:49.683Z] drwxrwxr-x. 3 jenkins jenkins 29 May 12 12:35 cmd [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 12 12:35 CONTRIBUTING.md [2021-05-12T12:36:49.683Z] -rw-r--r--. 1 jenkins jenkins 10 May 12 12:36 coverage.out [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 12 12:35 Dockerfile [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 902 May 12 12:35 Dockerfile.build [2021-05-12T12:36:49.683Z] drwxrwxr-x. 5 jenkins jenkins 104 May 12 12:35 docs [2021-05-12T12:36:49.683Z] drwxrwxr-x. 8 jenkins jenkins 162 May 12 12:35 .git [2021-05-12T12:36:49.683Z] drwxrwxr-x. 2 jenkins jenkins 103 May 12 12:35 .github [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 162 May 12 12:35 .gitignore [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 987 May 12 12:35 go.mod [2021-05-12T12:36:49.683Z] -rw-r--r--. 1 jenkins jenkins 24424 May 12 12:36 go.sum [2021-05-12T12:36:49.683Z] drwxrwxr-x. 10 jenkins jenkins 139 May 12 12:35 internal [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 652 May 12 12:35 Jenkinsfile [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 12 12:35 LICENSE [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 941 May 12 12:35 Makefile [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 12 12:35 README.md [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 12 May 12 12:31 VERSION [2021-05-12T12:36:49.683Z] -rw-rw-r--. 1 jenkins jenkins 155 May 12 12:35 version.go [2021-05-12T12:36:49.683Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 12 12:35 web [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:36:50.011Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a --label arch=amd64 --label version=2.0.0-dev.50 . [2021-05-12T12:36:50.591Z] Sending build context to Docker daemon 34.94MB [2021-05-12T12:36:50.591Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-12T12:36:50.591Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T12:36:50.591Z] ---> ae5b6b2df65b [2021-05-12T12:36:50.591Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-12T12:36:51.060Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T12:36:51.173Z] ---> Running in 2a21bd3f1716 [2021-05-12T12:36:51.438Z] Removing intermediate container 2a21bd3f1716 [2021-05-12T12:36:51.438Z] ---> 89efeac03485 [2021-05-12T12:36:51.438Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-12T12:36:51.438Z] ---> Running in 7b216e510441 [2021-05-12T12:36:51.701Z] Removing intermediate container 7b216e510441 [2021-05-12T12:36:51.701Z] ---> 05bcccfdf4b1 [2021-05-12T12:36:51.701Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T12:36:51.701Z] ---> Running in 8224e6d1c7c6 [2021-05-12T12:36:51.970Z] Removing intermediate container 8224e6d1c7c6 [2021-05-12T12:36:51.970Z] ---> 7bb57912a88c [2021-05-12T12:36:51.970Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-12T12:36:51.970Z] ---> Running in ac16bb1491f9 [2021-05-12T12:36:52.243Z] Removing intermediate container ac16bb1491f9 [2021-05-12T12:36:52.243Z] ---> 6181e1f31c30 [2021-05-12T12:36:52.243Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-12T12:36:52.243Z] ---> Running in 156e6a6b9a54 [2021-05-12T12:36:52.497Z] Removing intermediate container f708fecc5ec7 [2021-05-12T12:36:52.497Z] ---> 1016e2ef1c1a [2021-05-12T12:36:52.497Z] Step 15/24 : COPY . . [2021-05-12T12:36:52.521Z] Removing intermediate container 156e6a6b9a54 [2021-05-12T12:36:52.521Z] ---> b0bed1d0a822 [2021-05-12T12:36:52.521Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T12:36:52.521Z] ---> Running in d6c2ca828b0b [2021-05-12T12:36:53.926Z] Removing intermediate container d6c2ca828b0b [2021-05-12T12:36:53.926Z] ---> 165d4fb875ac [2021-05-12T12:36:53.926Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T12:36:53.926Z] ---> Running in 40deab2949e0 [2021-05-12T12:36:54.189Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T12:36:55.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T12:36:55.725Z] OK: 149 MiB in 40 packages [2021-05-12T12:36:55.880Z] ---> 5970061d7e6a [2021-05-12T12:36:55.880Z] Step 16/24 : RUN ${MAKE} [2021-05-12T12:36:55.880Z] ---> Running in 338c15b8a6f9 [2021-05-12T12:36:55.992Z] Removing intermediate container 40deab2949e0 [2021-05-12T12:36:55.992Z] ---> edcdaa1965d3 [2021-05-12T12:36:55.992Z] Step 10/24 : ENV GO111MODULE=on [2021-05-12T12:36:56.255Z] ---> Running in b5f8565eed1e [2021-05-12T12:36:56.255Z] Removing intermediate container b5f8565eed1e [2021-05-12T12:36:56.255Z] ---> 3a4d89a95b11 [2021-05-12T12:36:56.255Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-12T12:36:56.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.50" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-12T12:36:56.518Z] ---> Running in 130b6a7131ad [2021-05-12T12:36:56.518Z] Removing intermediate container 130b6a7131ad [2021-05-12T12:36:56.518Z] ---> 9835b6ebc3e8 [2021-05-12T12:36:56.518Z] Step 12/24 : COPY go.mod . [2021-05-12T12:36:56.787Z] ---> 84f5fef1e163 [2021-05-12T12:36:56.787Z] Step 13/24 : COPY Makefile . [2021-05-12T12:36:57.061Z] ---> 76aa2d7ebbae [2021-05-12T12:36:57.062Z] Step 14/24 : RUN make update [2021-05-12T12:36:57.062Z] ---> Running in d5841abfa54b [2021-05-12T12:36:57.652Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T12:36:58.626Z] Removing intermediate container d5841abfa54b [2021-05-12T12:36:58.626Z] ---> 129d6b4b4a49 [2021-05-12T12:36:58.626Z] Step 15/24 : COPY . . [2021-05-12T12:37:02.036Z] ---> 4d2e8787f910 [2021-05-12T12:37:02.036Z] Step 16/24 : RUN ${MAKE} [2021-05-12T12:37:02.036Z] ---> Running in d973b622c4d7 [2021-05-12T12:37:02.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.50" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-12T12:37:17.806Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-12T12:37:22.179Z] Removing intermediate container d973b622c4d7 [2021-05-12T12:37:22.179Z] ---> e26cf1c42609 [2021-05-12T12:37:22.179Z] Step 17/24 : FROM alpine:3.12 [2021-05-12T12:37:22.179Z] 3.12: Pulling from library/alpine [2021-05-12T12:37:22.179Z] 339de151aab4: Pulling fs layer [2021-05-12T12:37:22.455Z] 339de151aab4: Verifying Checksum [2021-05-12T12:37:22.455Z] 339de151aab4: Download complete [2021-05-12T12:37:22.727Z] 339de151aab4: Pull complete [2021-05-12T12:37:22.727Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T12:37:22.727Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T12:37:22.727Z] ---> 13621d1b12d4 [2021-05-12T12:37:22.727Z] Step 18/24 : EXPOSE 4000 [2021-05-12T12:37:22.727Z] ---> Running in 889018a24179 [2021-05-12T12:37:22.994Z] Removing intermediate container 889018a24179 [2021-05-12T12:37:22.994Z] ---> b8849b93e0f7 [2021-05-12T12:37:22.994Z] 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-12T12:37:23.299Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-12T12:37:24.937Z] ---> f674592401f6 [2021-05-12T12:37:24.937Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-12T12:37:24.937Z] ---> Running in 178aa975a267 [2021-05-12T12:37:24.937Z] Removing intermediate container 178aa975a267 [2021-05-12T12:37:24.937Z] ---> 006e0bbcf743 [2021-05-12T12:37:24.937Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-12T12:37:24.937Z] ---> Running in e7881354b89a [2021-05-12T12:37:25.202Z] Removing intermediate container e7881354b89a [2021-05-12T12:37:25.202Z] ---> b47d6f43f234 [2021-05-12T12:37:25.202Z] Step 22/24 : LABEL arch=amd64 [2021-05-12T12:37:25.202Z] ---> Running in b624ee3a527b [2021-05-12T12:37:25.468Z] Removing intermediate container b624ee3a527b [2021-05-12T12:37:25.468Z] ---> b301dcf53bc8 [2021-05-12T12:37:25.468Z] Step 23/24 : LABEL git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:25.468Z] ---> Running in 82138684f273 [2021-05-12T12:37:25.734Z] Removing intermediate container 82138684f273 [2021-05-12T12:37:25.734Z] ---> f73e43d8621d [2021-05-12T12:37:25.734Z] Step 24/24 : LABEL version=2.0.0-dev.50 [2021-05-12T12:37:25.734Z] ---> Running in 89bbbadd7744 [2021-05-12T12:37:25.734Z] Removing intermediate container 89bbbadd7744 [2021-05-12T12:37:25.734Z] ---> 6e377961e9ea [2021-05-12T12:37:25.734Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T12:37:26.000Z] Successfully built 6e377961e9ea [2021-05-12T12:37:26.000Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:37:26.151Z] provisioning config files... [2021-05-12T12:37:26.244Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config1190225015508631757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:37:26.607Z] ---> docker-login.sh [2021-05-12T12:37:26.607Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:37:26.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:26.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:26.870Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:26.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:26.870Z] [2021-05-12T12:37:26.870Z] Login Succeeded [2021-05-12T12:37:26.870Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:37:26.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:27.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:27.137Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:27.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:27.137Z] [2021-05-12T12:37:27.137Z] Login Succeeded [2021-05-12T12:37:27.137Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:37:27.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:27.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:27.137Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:27.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:27.137Z] [2021-05-12T12:37:27.137Z] Login Succeeded [2021-05-12T12:37:27.137Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:37:27.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:27.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:27.402Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:27.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:27.402Z] [2021-05-12T12:37:27.402Z] Login Succeeded [2021-05-12T12:37:27.402Z] docker.io [2021-05-12T12:37:27.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:27.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:27.930Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:27.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:27.930Z] [2021-05-12T12:37:27.930Z] Login Succeeded [2021-05-12T12:37:27.930Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:37:27.941Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T12:37:28.022Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2021-05-12T12:37:28.022Z] c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:28.022Z] latest [2021-05-12T12:37:28.022Z] 2.0.0-dev.50 [2021-05-12T12:37:28.022Z] c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:28.022Z] master [2021-05-12T12:37:28.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:28.399Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:28.681Z] Removing intermediate container 338c15b8a6f9 [2021-05-12T12:37:28.681Z] ---> fb70f3600470 [2021-05-12T12:37:28.681Z] Step 17/24 : FROM alpine:3.12 [2021-05-12T12:37:28.682Z] 3.12: Pulling from library/alpine [2021-05-12T12:37:28.682Z] d2f70382dc9a: Pulling fs layer [2021-05-12T12:37:28.682Z] d2f70382dc9a: Verifying Checksum [2021-05-12T12:37:28.682Z] d2f70382dc9a: Download complete [2021-05-12T12:37:28.711Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:28.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-12T12:37:28.711Z] 471ce619c0aa: Preparing [2021-05-12T12:37:28.711Z] 32f366d666a5: Preparing [2021-05-12T12:37:28.711Z] 32f366d666a5: Layer already exists [2021-05-12T12:37:28.952Z] d2f70382dc9a: Pull complete [2021-05-12T12:37:28.952Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T12:37:29.224Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T12:37:29.224Z] ---> 9852663dfa18 [2021-05-12T12:37:29.224Z] Step 18/24 : EXPOSE 4000 [2021-05-12T12:37:29.224Z] ---> Running in 2441c90595b3 [2021-05-12T12:37:29.843Z] Removing intermediate container 2441c90595b3 [2021-05-12T12:37:29.843Z] ---> 5d8f58163907 [2021-05-12T12:37:29.843Z] 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-12T12:37:31.272Z] 471ce619c0aa: Pushed [2021-05-12T12:37:31.272Z] c34a5b00355d78dd87fd6b647778846c32b4b87a: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:31.589Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:31.810Z] ---> 2aab46c0dc9b [2021-05-12T12:37:31.811Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-12T12:37:31.899Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-05-12T12:37:31.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-12T12:37:31.899Z] 471ce619c0aa: Preparing [2021-05-12T12:37:31.899Z] 32f366d666a5: Preparing [2021-05-12T12:37:31.899Z] 32f366d666a5: Layer already exists [2021-05-12T12:37:31.899Z] 471ce619c0aa: Layer already exists [2021-05-12T12:37:31.899Z] latest: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:32.082Z] ---> Running in a49e186fdcd3 [2021-05-12T12:37:32.210Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:32.354Z] Removing intermediate container a49e186fdcd3 [2021-05-12T12:37:32.355Z] ---> d6d9f782f942 [2021-05-12T12:37:32.355Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-12T12:37:32.517Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 [2021-05-12T12:37:32.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-12T12:37:32.517Z] 471ce619c0aa: Preparing [2021-05-12T12:37:32.517Z] 32f366d666a5: Preparing [2021-05-12T12:37:32.517Z] 32f366d666a5: Layer already exists [2021-05-12T12:37:32.517Z] 471ce619c0aa: Layer already exists [2021-05-12T12:37:32.517Z] 2.0.0-dev.50: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:32.625Z] ---> Running in 4553d27a74e1 [2021-05-12T12:37:32.832Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:32.899Z] Removing intermediate container 4553d27a74e1 [2021-05-12T12:37:32.899Z] ---> e0e6da6a60b0 [2021-05-12T12:37:32.899Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T12:37:33.139Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:33.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-12T12:37:33.139Z] 471ce619c0aa: Preparing [2021-05-12T12:37:33.139Z] 32f366d666a5: Preparing [2021-05-12T12:37:33.139Z] 471ce619c0aa: Layer already exists [2021-05-12T12:37:33.139Z] 32f366d666a5: Layer already exists [2021-05-12T12:37:33.139Z] c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:33.171Z] ---> Running in bdeffd7007da [2021-05-12T12:37:33.444Z] Removing intermediate container bdeffd7007da [2021-05-12T12:37:33.444Z] ---> 6f860b6e854a [2021-05-12T12:37:33.444Z] Step 23/24 : LABEL git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:33.454Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:33.719Z] ---> Running in caa2e46d3dc1 [2021-05-12T12:37:33.765Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:master [2021-05-12T12:37:33.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-12T12:37:33.765Z] 471ce619c0aa: Preparing [2021-05-12T12:37:33.765Z] 32f366d666a5: Preparing [2021-05-12T12:37:33.765Z] 32f366d666a5: Layer already exists [2021-05-12T12:37:33.765Z] 471ce619c0aa: Layer already exists [2021-05-12T12:37:33.765Z] master: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T12:37:33.845Z] ===================================================== [Pipeline] echo [2021-05-12T12:37:33.862Z] taggedImages: [2021-05-12T12:37:33.862Z] - nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:33.862Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-05-12T12:37:33.862Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 [2021-05-12T12:37:33.862Z] - nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:33.862Z] - nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-05-12T12:37:33.994Z] Removing intermediate container caa2e46d3dc1 [2021-05-12T12:37:33.994Z] ---> 6a9c0e7e4f4f [2021-05-12T12:37:33.994Z] Step 24/24 : LABEL version=2.0.0-dev.50 [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:37:34.266Z] ---> Running in cd6fe05b7411 [2021-05-12T12:37:34.474Z] ---> job-cost.sh [2021-05-12T12:37:34.474Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KMYl [2021-05-12T12:37:34.860Z] Removing intermediate container cd6fe05b7411 [2021-05-12T12:37:34.860Z] ---> 50090c1a1658 [2021-05-12T12:37:34.860Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T12:37:34.860Z] Successfully built 50090c1a1658 [2021-05-12T12:37:34.860Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T12:37:35.045Z] provisioning config files... [2021-05-12T12:37:35.090Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config945642820342118602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:37:35.448Z] ---> docker-login.sh [2021-05-12T12:37:35.448Z] nexus3.edgexfoundry.org:10001 [2021-05-12T12:37:35.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:35.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:35.719Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:35.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:35.719Z] [2021-05-12T12:37:35.719Z] Login Succeeded [2021-05-12T12:37:35.719Z] nexus3.edgexfoundry.org:10002 [2021-05-12T12:37:35.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:36.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:36.263Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:36.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:36.263Z] [2021-05-12T12:37:36.263Z] Login Succeeded [2021-05-12T12:37:36.263Z] nexus3.edgexfoundry.org:10003 [2021-05-12T12:37:36.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:36.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:36.810Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:36.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:36.810Z] [2021-05-12T12:37:36.810Z] Login Succeeded [2021-05-12T12:37:36.810Z] nexus3.edgexfoundry.org:10004 [2021-05-12T12:37:37.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:37.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:37.086Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:37.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:37.086Z] [2021-05-12T12:37:37.086Z] Login Succeeded [2021-05-12T12:37:37.358Z] docker.io [2021-05-12T12:37:37.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T12:37:37.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T12:37:37.902Z] Configure a credential helper to remove this warning. See [2021-05-12T12:37:37.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T12:37:37.903Z] [2021-05-12T12:37:37.903Z] Login Succeeded [2021-05-12T12:37:37.903Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T12:37:37.920Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T12:37:38.001Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2021-05-12T12:37:38.002Z] c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:38.002Z] latest [2021-05-12T12:37:38.002Z] 2.0.0-dev.50 [2021-05-12T12:37:38.002Z] c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:38.002Z] master [2021-05-12T12:37:38.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:38.422Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:38.773Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:38.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-12T12:37:38.773Z] 64daa05108a4: Preparing [2021-05-12T12:37:38.773Z] 3fbe34a1663b: Preparing [2021-05-12T12:37:39.047Z] 3fbe34a1663b: Layer already exists [2021-05-12T12:37:45.741Z] 64daa05108a4: Pushed [2021-05-12T12:37:45.741Z] c34a5b00355d78dd87fd6b647778846c32b4b87a: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:46.083Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:46.416Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-05-12T12:37:46.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-12T12:37:46.416Z] 64daa05108a4: Preparing [2021-05-12T12:37:46.416Z] 3fbe34a1663b: Preparing [2021-05-12T12:37:46.416Z] 64daa05108a4: Layer already exists [2021-05-12T12:37:46.416Z] 3fbe34a1663b: Layer already exists [2021-05-12T12:37:46.697Z] latest: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:47.039Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:47.371Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 [2021-05-12T12:37:47.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-12T12:37:47.372Z] 64daa05108a4: Preparing [2021-05-12T12:37:47.372Z] 3fbe34a1663b: Preparing [2021-05-12T12:37:47.372Z] 3fbe34a1663b: Layer already exists [2021-05-12T12:37:47.372Z] 64daa05108a4: Layer already exists [2021-05-12T12:37:47.642Z] 2.0.0-dev.50: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:47.981Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:48.314Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:48.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-12T12:37:48.314Z] 64daa05108a4: Preparing [2021-05-12T12:37:48.314Z] 3fbe34a1663b: Preparing [2021-05-12T12:37:48.314Z] 64daa05108a4: Layer already exists [2021-05-12T12:37:48.314Z] 3fbe34a1663b: Layer already exists [2021-05-12T12:37:48.584Z] c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:48.931Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:37:49.268Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [2021-05-12T12:37:49.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-12T12:37:49.268Z] 64daa05108a4: Preparing [2021-05-12T12:37:49.268Z] 3fbe34a1663b: Preparing [2021-05-12T12:37:49.268Z] 64daa05108a4: Layer already exists [2021-05-12T12:37:49.268Z] 3fbe34a1663b: Layer already exists [2021-05-12T12:37:49.537Z] master: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T12:37:49.607Z] ===================================================== [Pipeline] echo [2021-05-12T12:37:49.624Z] taggedImages: [2021-05-12T12:37:49.624Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a [2021-05-12T12:37:49.624Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-05-12T12:37:49.624Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 [2021-05-12T12:37:49.624Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [2021-05-12T12:37:49.624Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:37:50.023Z] ---> job-cost.sh [2021-05-12T12:37:50.023Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uqxG [2021-05-12T12:37:52.662Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T12:38:25.173Z] lf-activate-venv(): INFO: Adding /tmp/venv-KMYl/bin to PATH [2021-05-12T12:38:25.173Z] INFO: No Stack... [2021-05-12T12:38:25.173Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T12:38:25.173Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T12:38:25.496Z] + cat /w/workspace/edgex-ui-go/110/archives/cost.csv [2021-05-12T12:38:25.496Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T12:38:25.614Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [2021-05-12T12:38:25.626Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] did not exist. Created. [2021-05-12T12:38:25.626Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T12:38:25.976Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T12:38:26.154Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T12:38:26.167Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T12:38:28.982Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T12:39:50.759Z] lf-activate-venv(): INFO: Adding /tmp/venv-uqxG/bin to PATH [2021-05-12T12:39:50.759Z] INFO: No Stack... [2021-05-12T12:39:50.759Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T12:39:50.759Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T12:39:51.105Z] + cat /w/workspace/edgex-ui-go/110/archives/cost.csv [2021-05-12T12:39:51.105Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T12:39:51.227Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [2021-05-12T12:39:51.234Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] did not exist. Created. [2021-05-12T12:39:51.234Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T12:39:51.619Z] /w/workspace/edgex-ui-go/110@tmp/durable-e9e472d6/script.sh: 1: /w/workspace/edgex-ui-go/110@tmp/durable-e9e472d6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T12:39:51.967Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T12:39:52.004Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T12:39:52.239Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T12:39:52.251Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-110-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-12T12:39:52.937Z] provisioning config files... [2021-05-12T12:39:52.948Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6328836954629272124tmp [Pipeline] { [Pipeline] sh [2021-05-12T12:39:53.285Z] + set +x [2021-05-12T12:39:53.285Z] + curl -s https://codecov.io/bash [2021-05-12T12:39:53.285Z] + bash -s -- [2021-05-12T12:39:53.550Z] [2021-05-12T12:39:53.550Z] _____ _ [2021-05-12T12:39:53.550Z] / ____| | | [2021-05-12T12:39:53.550Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T12:39:53.550Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T12:39:53.550Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T12:39:53.550Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T12:39:53.550Z] Bash-1.0.2 [2021-05-12T12:39:53.550Z] [2021-05-12T12:39:53.550Z] [2021-05-12T12:39:53.550Z] ==> git version 2.24.3 found [2021-05-12T12:39:53.550Z] ==> 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-12T12:39:53.550Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T12:39:53.550Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T12:39:53.550Z] ==> Jenkins CI detected. [2021-05-12T12:39:53.550Z] project root: . [2021-05-12T12:39:53.550Z] --> token set from env [2021-05-12T12:39:53.550Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T12:39:53.550Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T12:39:53.550Z] ==> Python coveragepy not found [2021-05-12T12:39:53.550Z] ==> Searching for coverage reports in: [2021-05-12T12:39:53.550Z] + . [2021-05-12T12:39:53.814Z] -> Found 1 reports [2021-05-12T12:39:53.814Z] ==> Detecting git/mercurial file structure [2021-05-12T12:39:53.814Z] ==> Reading reports [2021-05-12T12:39:53.814Z] + ./coverage.out bytes=10 [2021-05-12T12:39:53.814Z] ==> Appending adjustments [2021-05-12T12:39:53.814Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T12:39:53.814Z] + Found adjustments [2021-05-12T12:39:53.814Z] ==> Gzipping contents [2021-05-12T12:39:53.814Z] 4.0K /tmp/codecov.HQ8TLq.gz [2021-05-12T12:39:53.814Z] ==> Uploading reports [2021-05-12T12:39:53.814Z] url: https://codecov.io [2021-05-12T12:39:53.814Z] query: branch=master&commit=c34a5b00355d78dd87fd6b647778846c32b4b87a&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T12:39:53.814Z] -> Pinging Codecov [2021-05-12T12:39:53.814Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c34a5b00355d78dd87fd6b647778846c32b4b87a&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T12:39:54.395Z] -> Uploading to [2021-05-12T12:39:54.395Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/FB506323287CE973F263BFD2A0EB1F37/c34a5b00355d78dd87fd6b647778846c32b4b87a/2f0db0a1-8976-4bc3-a0de-3eba269544a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T123954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14b65f1dcdbd682f6cfcdfcc93e77c580923e8a63d811f5d2f2947870d05d793 [2021-05-12T12:39:54.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T12:39:54.395Z] Dload Upload Total Spent Left Speed [2021-05-12T12:39:54.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10020 --:--:-- --:--:-- --:--:-- 10005 100 3902 0 0 100 3902 0 10016 --:--:-- --:--:-- --:--:-- 10005 [2021-05-12T12:39:54.972Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] } [2021-05-12T12:39:54.984Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-12T12:39:55.852Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T12:39:55.884Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:39:56.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T12:39:56.202Z] [2021-05-12T12:39:56.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:39:56.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T12:39:56.756Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T12:39:56.756Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T12:39:56.756Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T12:39:56.756Z] de9db76c5a1d: Pulling fs layer [2021-05-12T12:39:56.756Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T12:39:56.756Z] 0d57e429df01: Pulling fs layer [2021-05-12T12:39:56.756Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T12:39:56.756Z] e1f770b5df2f: Pulling fs layer [2021-05-12T12:39:56.756Z] 85a0685a4137: Pulling fs layer [2021-05-12T12:39:56.756Z] 0d57e429df01: Waiting [2021-05-12T12:39:56.756Z] 4e4be7b47b0d: Waiting [2021-05-12T12:39:56.756Z] e1f770b5df2f: Waiting [2021-05-12T12:39:56.756Z] 85a0685a4137: Waiting [2021-05-12T12:39:56.756Z] 0eba1c9be4d2: Waiting [2021-05-12T12:39:56.756Z] de9db76c5a1d: Verifying Checksum [2021-05-12T12:39:56.756Z] de9db76c5a1d: Download complete [2021-05-12T12:39:56.756Z] 0ef7d3d256c8: Download complete [2021-05-12T12:39:56.756Z] 0d57e429df01: Verifying Checksum [2021-05-12T12:39:56.756Z] 0d57e429df01: Download complete [2021-05-12T12:39:56.756Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T12:39:56.756Z] 4e4be7b47b0d: Download complete [2021-05-12T12:39:56.756Z] 188c0c94c7c5: Verifying Checksum [2021-05-12T12:39:56.756Z] 188c0c94c7c5: Download complete [2021-05-12T12:39:57.049Z] 188c0c94c7c5: Pull complete [2021-05-12T12:39:57.318Z] 0ef7d3d256c8: Pull complete [2021-05-12T12:39:57.318Z] de9db76c5a1d: Pull complete [2021-05-12T12:39:58.719Z] e1f770b5df2f: Verifying Checksum [2021-05-12T12:39:58.719Z] e1f770b5df2f: Download complete [2021-05-12T12:40:00.679Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T12:40:00.679Z] 0eba1c9be4d2: Download complete [2021-05-12T12:40:00.945Z] 85a0685a4137: Verifying Checksum [2021-05-12T12:40:00.945Z] 85a0685a4137: Download complete [2021-05-12T12:40:06.306Z] 0eba1c9be4d2: Pull complete [2021-05-12T12:40:06.569Z] 0d57e429df01: Pull complete [2021-05-12T12:40:06.569Z] 4e4be7b47b0d: Pull complete [2021-05-12T12:40:09.144Z] e1f770b5df2f: Pull complete [2021-05-12T12:40:15.792Z] 85a0685a4137: Pull complete [2021-05-12T12:40:15.792Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T12:40:15.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T12:40:15.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T12:40:16.003Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:40:16.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T12:40:17.090Z] $ docker top a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T12:40:17.216Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T12:40:17.514Z] + set -o pipefail [2021-05-12T12:40:17.514Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T12:40:25.700Z] [2021-05-12T12:40:25.700Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-05-12T12:40:25.700Z] [2021-05-12T12:40:25.700Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/886308a3-d16e-4a00-8449-b6a5f6e0ff3c [2021-05-12T12:40:25.700Z] [2021-05-12T12:40:25.700Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-12T12:40:25.700Z] [2021-05-12T12:40:25.700Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T12:40:25.700Z] [2021-05-12T12:40:25.963Z] [Pipeline] } [2021-05-12T12:40:25.984Z] $ docker stop --time=1 a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb [2021-05-12T12:40:28.658Z] $ docker rm -f a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb [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-12T12:40:29.873Z] + git log --format=format:%s -1 c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:40:30.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:40:30.199Z] . [Pipeline] withDockerContainer [2021-05-12T12:40:30.297Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:40:30.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T12:40:31.127Z] $ docker top 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T12:40:31.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:40:31.281Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:40:31.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:40:31.496Z] $ docker exec 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a ssh-agent [2021-05-12T12:40:31.655Z] SSH_AUTH_SOCK=/tmp/ssh-bTcf4axgVGjg/agent.11 [2021-05-12T12:40:31.655Z] SSH_AGENT_PID=16 [2021-05-12T12:40:31.663Z] Running ssh-add (command line suppressed) [2021-05-12T12:40:31.789Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6261767189658288137.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6261767189658288137.key) [2021-05-12T12:40:31.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:40:32.151Z] + git semver tag [2021-05-12T12:40:32.151Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T12:40:32.151Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-12T12:40:32.151Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-12T12:40:32.151Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T12:40:32.151Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T12:40:32.151Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T12:40:32.151Z] # $SEMVER_BRANCH = master [2021-05-12T12:40:32.151Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-12T12:40:32.151Z] # c34a5b00355d78dd87fd6b647778846c32b4b87a HEAD [2021-05-12T12:40:32.414Z] # -> Force: false [2021-05-12T12:40:32.414Z] # 31d700091c6173859d73431b787b7458e7e7664d refs/tags/v2.0.0-dev.50 [Pipeline] } [2021-05-12T12:40:32.429Z] $ docker exec --env ******** --env ******** 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a ssh-agent -k [2021-05-12T12:40:32.544Z] unset SSH_AUTH_SOCK; [2021-05-12T12:40:32.545Z] unset SSH_AGENT_PID; [2021-05-12T12:40:32.545Z] echo Agent pid 16 killed; [2021-05-12T12:40:32.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T12:40:32.951Z] + git semver [Pipeline] } [2021-05-12T12:40:32.974Z] $ docker stop --time=1 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a [2021-05-12T12:40:34.342Z] $ docker rm -f 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:40:34.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T12:40:34.884Z] [2021-05-12T12:40:34.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:40:35.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T12:40:35.259Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T12:40:35.259Z] ab5ef0e58194: Pulling fs layer [2021-05-12T12:40:35.259Z] 9712f1f96733: Pulling fs layer [2021-05-12T12:40:35.259Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T12:40:35.259Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T12:40:35.259Z] e9a5061849ea: Pulling fs layer [2021-05-12T12:40:35.259Z] d747dcd14b5f: Pulling fs layer [2021-05-12T12:40:35.259Z] 2de7ff778b66: Pulling fs layer [2021-05-12T12:40:35.259Z] e9a5061849ea: Waiting [2021-05-12T12:40:35.259Z] 2de7ff778b66: Waiting [2021-05-12T12:40:35.259Z] d747dcd14b5f: Waiting [2021-05-12T12:40:35.259Z] 0d9ebad4ef96: Waiting [2021-05-12T12:40:35.259Z] 9712f1f96733: Verifying Checksum [2021-05-12T12:40:35.259Z] 9712f1f96733: Download complete [2021-05-12T12:40:37.188Z] 63f879dbbcfc: Download complete [2021-05-12T12:40:37.451Z] e9a5061849ea: Verifying Checksum [2021-05-12T12:40:37.451Z] e9a5061849ea: Download complete [2021-05-12T12:40:37.451Z] d747dcd14b5f: Verifying Checksum [2021-05-12T12:40:37.451Z] d747dcd14b5f: Download complete [2021-05-12T12:40:37.714Z] 2de7ff778b66: Verifying Checksum [2021-05-12T12:40:37.714Z] 2de7ff778b66: Download complete [2021-05-12T12:40:37.977Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T12:40:37.977Z] 0d9ebad4ef96: Download complete [2021-05-12T12:40:37.977Z] ab5ef0e58194: Verifying Checksum [2021-05-12T12:40:37.977Z] ab5ef0e58194: Download complete [2021-05-12T12:40:42.208Z] ab5ef0e58194: Pull complete [2021-05-12T12:40:42.473Z] 9712f1f96733: Pull complete [2021-05-12T12:40:45.032Z] 63f879dbbcfc: Pull complete [2021-05-12T12:40:51.682Z] 0d9ebad4ef96: Pull complete [2021-05-12T12:40:53.606Z] e9a5061849ea: Pull complete [2021-05-12T12:40:53.606Z] d747dcd14b5f: Pull complete [2021-05-12T12:40:56.172Z] 2de7ff778b66: Pull complete [2021-05-12T12:40:56.172Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T12:40:56.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T12:40:56.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T12:40:56.370Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:40:56.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T12:41:00.613Z] $ docker top 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T12:41:00.807Z] provisioning config files... [2021-05-12T12:41:00.818Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2731270968218528559tmp [2021-05-12T12:41:00.842Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3511473820422318363tmp [2021-05-12T12:41:00.858Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4061823836476644583tmp [Pipeline] { [Pipeline] echo [2021-05-12T12:41:00.885Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:01.187Z] ---> sigul-configuration.sh [2021-05-12T12:41:01.187Z] gpg: directory `/root/.gnupg' created [2021-05-12T12:41:01.187Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T12:41:01.187Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T12:41:01.187Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T12:41:01.187Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T12:41:01.187Z] gpg: CAST5 encrypted data [2021-05-12T12:41:01.451Z] gpg: encrypted with 1 passphrase [2021-05-12T12:41:01.451Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T12:41:01.756Z] + mkdir /home/jenkins [2021-05-12T12:41:01.756Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T12:41:02.070Z] + 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-12T12:41:02.081Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:02.385Z] ---> sigul-install.sh [2021-05-12T12:41:10.561Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T12:41:10.870Z] + git tag --list [2021-05-12T12:41:10.870Z] 0.1.1 [2021-05-12T12:41:10.870Z] v1.1.0 [2021-05-12T12:41:10.870Z] v1.2.0 [2021-05-12T12:41:10.870Z] v1.2.1 [2021-05-12T12:41:10.870Z] v1.3.0 [2021-05-12T12:41:10.870Z] v2.0.0-dev.1 [2021-05-12T12:41:10.870Z] v2.0.0-dev.10 [2021-05-12T12:41:10.870Z] v2.0.0-dev.11 [2021-05-12T12:41:10.870Z] v2.0.0-dev.12 [2021-05-12T12:41:10.870Z] v2.0.0-dev.13 [2021-05-12T12:41:10.870Z] v2.0.0-dev.14 [2021-05-12T12:41:10.870Z] v2.0.0-dev.15 [2021-05-12T12:41:10.870Z] v2.0.0-dev.16 [2021-05-12T12:41:10.870Z] v2.0.0-dev.17 [2021-05-12T12:41:10.870Z] v2.0.0-dev.18 [2021-05-12T12:41:10.870Z] v2.0.0-dev.19 [2021-05-12T12:41:10.870Z] v2.0.0-dev.2 [2021-05-12T12:41:10.870Z] v2.0.0-dev.20 [2021-05-12T12:41:10.870Z] v2.0.0-dev.21 [2021-05-12T12:41:10.870Z] v2.0.0-dev.22 [2021-05-12T12:41:10.870Z] v2.0.0-dev.23 [2021-05-12T12:41:10.870Z] v2.0.0-dev.24 [2021-05-12T12:41:10.870Z] v2.0.0-dev.25 [2021-05-12T12:41:10.870Z] v2.0.0-dev.26 [2021-05-12T12:41:10.870Z] v2.0.0-dev.27 [2021-05-12T12:41:10.870Z] v2.0.0-dev.28 [2021-05-12T12:41:10.870Z] v2.0.0-dev.29 [2021-05-12T12:41:10.870Z] v2.0.0-dev.3 [2021-05-12T12:41:10.870Z] v2.0.0-dev.30 [2021-05-12T12:41:10.870Z] v2.0.0-dev.31 [2021-05-12T12:41:10.870Z] v2.0.0-dev.32 [2021-05-12T12:41:10.870Z] v2.0.0-dev.33 [2021-05-12T12:41:10.870Z] v2.0.0-dev.34 [2021-05-12T12:41:10.870Z] v2.0.0-dev.35 [2021-05-12T12:41:10.870Z] v2.0.0-dev.36 [2021-05-12T12:41:10.870Z] v2.0.0-dev.37 [2021-05-12T12:41:10.870Z] v2.0.0-dev.38 [2021-05-12T12:41:10.870Z] v2.0.0-dev.39 [2021-05-12T12:41:10.870Z] v2.0.0-dev.4 [2021-05-12T12:41:10.870Z] v2.0.0-dev.40 [2021-05-12T12:41:10.870Z] v2.0.0-dev.41 [2021-05-12T12:41:10.870Z] v2.0.0-dev.42 [2021-05-12T12:41:10.870Z] v2.0.0-dev.43 [2021-05-12T12:41:10.870Z] v2.0.0-dev.44 [2021-05-12T12:41:10.870Z] v2.0.0-dev.45 [2021-05-12T12:41:10.870Z] v2.0.0-dev.46 [2021-05-12T12:41:10.870Z] v2.0.0-dev.47 [2021-05-12T12:41:10.870Z] v2.0.0-dev.48 [2021-05-12T12:41:10.870Z] v2.0.0-dev.49 [2021-05-12T12:41:10.870Z] v2.0.0-dev.5 [2021-05-12T12:41:10.870Z] v2.0.0-dev.50 [2021-05-12T12:41:10.870Z] v2.0.0-dev.6 [2021-05-12T12:41:10.870Z] v2.0.0-dev.7 [2021-05-12T12:41:10.870Z] v2.0.0-dev.8 [2021-05-12T12:41:10.870Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-12T12:41:11.191Z] + lftools sign git-tag v2.0.0-dev.50 [2021-05-12T12:41:12.587Z] Signing Git tag with Sigul... [2021-05-12T12:41:12.587Z] Signing v2.0.0-dev.50 [Pipeline] echo [2021-05-12T12:41:14.527Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:14.832Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T12:41:14.873Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T12:41:14.954Z] $ docker stop --time=1 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c [2021-05-12T12:41:16.487Z] $ docker rm -f 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:41:17.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:41:17.093Z] . [Pipeline] withDockerContainer [2021-05-12T12:41:17.197Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:41:17.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T12:41:17.973Z] $ docker top a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T12:41:18.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:41:18.127Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:41:18.312Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:41:18.318Z] $ docker exec a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 ssh-agent [2021-05-12T12:41:18.497Z] SSH_AUTH_SOCK=/tmp/ssh-cnjnomKLtSK5/agent.11 [2021-05-12T12:41:18.497Z] SSH_AGENT_PID=17 [2021-05-12T12:41:18.506Z] Running ssh-add (command line suppressed) [2021-05-12T12:41:18.644Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4284977559207390832.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4284977559207390832.key) [2021-05-12T12:41:18.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:41:19.008Z] + git semver bump pre [2021-05-12T12:41:19.009Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T12:41:19.009Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-12T12:41:19.009Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-12T12:41:19.009Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T12:41:19.009Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T12:41:19.009Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T12:41:19.009Z] # $SEMVER_BRANCH = master [2021-05-12T12:41:19.009Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-12T12:41:19.009Z] 2.0.0-dev.51 [Pipeline] } [2021-05-12T12:41:19.024Z] $ docker exec --env ******** --env ******** a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 ssh-agent -k [2021-05-12T12:41:19.145Z] unset SSH_AUTH_SOCK; [2021-05-12T12:41:19.145Z] unset SSH_AGENT_PID; [2021-05-12T12:41:19.145Z] echo Agent pid 17 killed; [2021-05-12T12:41:19.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T12:41:19.542Z] + git semver [Pipeline] } [2021-05-12T12:41:19.563Z] $ docker stop --time=1 a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 [2021-05-12T12:41:20.891Z] $ docker rm -f a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:41:21.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T12:41:21.339Z] . [Pipeline] withDockerContainer [2021-05-12T12:41:21.437Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:41:21.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T12:41:22.154Z] $ docker top bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T12:41:22.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T12:41:22.318Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T12:41:22.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T12:41:22.522Z] $ docker exec bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d ssh-agent [2021-05-12T12:41:22.696Z] SSH_AUTH_SOCK=/tmp/ssh-Wd9MzZDqx0BL/agent.11 [2021-05-12T12:41:22.696Z] SSH_AGENT_PID=16 [2021-05-12T12:41:22.704Z] Running ssh-add (command line suppressed) [2021-05-12T12:41:22.844Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5699883976231415277.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5699883976231415277.key) [2021-05-12T12:41:22.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T12:41:23.217Z] + git semver push [2021-05-12T12:41:23.217Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T12:41:23.217Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-12T12:41:23.217Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-12T12:41:23.217Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T12:41:23.217Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T12:41:23.217Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T12:41:23.217Z] # $SEMVER_BRANCH = master [2021-05-12T12:41:23.217Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-12T12:41:28.538Z] $ docker exec --env ******** --env ******** bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d ssh-agent -k [2021-05-12T12:41:28.703Z] unset SSH_AUTH_SOCK; [2021-05-12T12:41:28.703Z] unset SSH_AGENT_PID; [2021-05-12T12:41:28.703Z] echo Agent pid 16 killed; [2021-05-12T12:41:28.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T12:41:29.112Z] + git semver [Pipeline] } [2021-05-12T12:41:29.133Z] $ docker stop --time=1 bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d [2021-05-12T12:41:30.520Z] $ docker rm -f bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d [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-12T12:41:31.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:32.063Z] ---> package-listing.sh [2021-05-12T12:41:32.063Z] ++ facter osfamily [2021-05-12T12:41:32.063Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T12:41:32.063Z] + OS_FAMILY=redhat [2021-05-12T12:41:32.063Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-12T12:41:32.063Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T12:41:32.063Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T12:41:32.063Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T12:41:32.063Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T12:41:32.063Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-12T12:41:32.063Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T12:41:32.063Z] + case "${OS_FAMILY}" in [2021-05-12T12:41:32.063Z] + rpm -qa [2021-05-12T12:41:32.063Z] + sort [2021-05-12T12:41:37.415Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T12:41:37.415Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T12:41:37.415Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T12:41:37.415Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-12T12:41:37.415Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-05-12T12:41:37.415Z] + 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-12T12:41:37.430Z] 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-12T12:41:37.754Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:41:38.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:41:38.062Z] [2021-05-12T12:41:38.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T12:41:38.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:41:38.382Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T12:41:38.382Z] df20fa9351a1: Pulling fs layer [2021-05-12T12:41:38.382Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T12:41:38.382Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T12:41:38.382Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T12:41:38.382Z] 93b61091891f: Pulling fs layer [2021-05-12T12:41:38.382Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T12:41:38.382Z] 46f8f816bc3b: Waiting [2021-05-12T12:41:38.382Z] 93b61091891f: Waiting [2021-05-12T12:41:38.382Z] 5e14af77c1be: Pulling fs layer [2021-05-12T12:41:38.382Z] 01666e4c0597: Pulling fs layer [2021-05-12T12:41:38.382Z] aa168da1d23b: Pulling fs layer [2021-05-12T12:41:38.382Z] 93b9cdb0e59b: Waiting [2021-05-12T12:41:38.382Z] 5e14af77c1be: Waiting [2021-05-12T12:41:38.382Z] aa168da1d23b: Waiting [2021-05-12T12:41:38.382Z] 01666e4c0597: Waiting [2021-05-12T12:41:38.382Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T12:41:38.382Z] 36b3adc4ff6f: Download complete [2021-05-12T12:41:38.382Z] 46f8f816bc3b: Download complete [2021-05-12T12:41:38.382Z] df20fa9351a1: Verifying Checksum [2021-05-12T12:41:38.382Z] df20fa9351a1: Download complete [2021-05-12T12:41:38.648Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T12:41:38.648Z] 93b9cdb0e59b: Download complete [2021-05-12T12:41:38.648Z] 5e14af77c1be: Verifying Checksum [2021-05-12T12:41:38.648Z] 5e14af77c1be: Download complete [2021-05-12T12:41:38.648Z] 01666e4c0597: Verifying Checksum [2021-05-12T12:41:38.648Z] 01666e4c0597: Download complete [2021-05-12T12:41:38.648Z] 93b61091891f: Verifying Checksum [2021-05-12T12:41:38.648Z] 93b61091891f: Download complete [2021-05-12T12:41:38.648Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T12:41:38.648Z] 8ad3a11d3b57: Download complete [2021-05-12T12:41:39.235Z] df20fa9351a1: Pull complete [2021-05-12T12:41:39.498Z] 36b3adc4ff6f: Pull complete [2021-05-12T12:41:40.896Z] aa168da1d23b: Verifying Checksum [2021-05-12T12:41:40.896Z] aa168da1d23b: Download complete [2021-05-12T12:41:41.161Z] 8ad3a11d3b57: Pull complete [2021-05-12T12:41:41.424Z] 46f8f816bc3b: Pull complete [2021-05-12T12:41:41.688Z] 93b61091891f: Pull complete [2021-05-12T12:41:41.688Z] 93b9cdb0e59b: Pull complete [2021-05-12T12:41:41.953Z] 5e14af77c1be: Pull complete [2021-05-12T12:41:41.953Z] 01666e4c0597: Pull complete [2021-05-12T12:41:50.151Z] aa168da1d23b: Pull complete [2021-05-12T12:41:50.151Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T12:41:50.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T12:41:50.151Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T12:41:50.348Z] prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container [2021-05-12T12:41:50.401Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T12:41:53.246Z] $ docker top fe8fa3be2f012535bce141844190adfadc545f50a1bb412efe41a3949262bdc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T12:41:53.685Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T12:41:53.990Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T12:41:54.293Z] + ls /var/log/sa-host [2021-05-12T12:41:54.293Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T12:41:54.293Z] file_magic: OK [2021-05-12T12:41:54.293Z] HZ: Using current value: 100 [2021-05-12T12:41:54.293Z] file_header: OK [2021-05-12T12:41:54.293Z] 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-12T12:41:54.293Z] Statistics: [2021-05-12T12:41:54.293Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T12:41:54.293Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T12:41:54.293Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T12:41:54.293Z] file_magic: OK [2021-05-12T12:41:54.293Z] HZ: Using current value: 100 [2021-05-12T12:41:54.293Z] file_header: OK [2021-05-12T12:41:54.293Z] 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-12T12:41:54.293Z] Statistics: [2021-05-12T12:41:54.293Z] Hnuu...uuuununununu... [2021-05-12T12:41:54.293Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T12:41:54.910Z] provisioning config files... [2021-05-12T12:41:54.930Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9102738803403846145tmp [Pipeline] { [Pipeline] echo [2021-05-12T12:41:54.953Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:55.252Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T12:41:55.264Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T12:41:55.292Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:55.604Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T12:41:55.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:55.945Z] ---> sudo-logs.sh [2021-05-12T12:41:55.945Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T12:41:56.088Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:56.408Z] ---> job-cost.sh [2021-05-12T12:41:56.408Z] lf-activate-venv: SKIPPING [2021-05-12T12:41:56.408Z] DEBUG: total: 0.20999999344348907 [2021-05-12T12:41:56.408Z] INFO: Retrieving Stack Cost... [2021-05-12T12:41:57.801Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T12:41:58.374Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T12:41:58.389Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T12:41:58.686Z] ---> logs-deploy.sh [2021-05-12T12:41:58.686Z] lf-activate-venv: SKIPPING [2021-05-12T12:41:58.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/110 [2021-05-12T12:41:58.686Z] INFO: archiving workspace using pattern(s): [2021-05-12T12:42:00.606Z] Archives upload complete. [2021-05-12T12:42:00.606Z] INFO: archiving logs to Nexus