Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e8cb258793469f1841277073dddd17e9c99cd16 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4519 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 Commit message: "refactor: replace string constant with variables" > git rev-list --no-walk 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T17:15:29.036Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T17:15:29.127Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:15:29.157Z] ========================================================= [2021-05-11T17:15:29.157Z] EdgeX Global Pipelines Version Info [2021-05-11T17:15:29.157Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:15:31.048Z] ------------------- [2021-05-11T17:15:31.048Z] stable info: [2021-05-11T17:15:31.048Z] ------------------- [2021-05-11T17:15:31.048Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T17:15:31.048Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:15:31.048Z] Message: update stable to v1.0.192 [2021-05-11T17:15:31.621Z] ------------------- [2021-05-11T17:15:31.621Z] experimental info: [2021-05-11T17:15:31.621Z] ------------------- [2021-05-11T17:15:31.621Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T17:15:31.621Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:15:31.621Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T17:15:31.748Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-11T17:15:31.773Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-11T17:15:31.797Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T17:15:31.821Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T17:15:31.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T17:15:31.868Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T17:15:31.891Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T17:15:31.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T17:15:31.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T17:15:31.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T17:15:32.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T17:15:32.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-05-11T17:15:32.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T17:15:32.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T17:15:32.102Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:15:32.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:15:32.149Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:15:32.172Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:15:32.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T17:15:32.220Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T17:15:32.265Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T17:15:32.289Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T17:15:32.313Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T17:15:32.337Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T17:15:32.361Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T17:15:32.384Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T17:15:32.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T17:15:32.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T17:15:32.462Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T17:15:32.486Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] echo [2021-05-11T17:15:32.509Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e8cb25 [Pipeline] echo [2021-05-11T17:15:32.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:15:32.623Z] provisioning config files... [2021-05-11T17:15:32.664Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3658309731247615792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:15:32.995Z] ---> docker-login.sh [2021-05-11T17:15:32.995Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:15:33.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:15:33.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:15:33.520Z] Configure a credential helper to remove this warning. See [2021-05-11T17:15:33.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:15:33.520Z] [2021-05-11T17:15:33.520Z] Login Succeeded [2021-05-11T17:15:33.520Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:15:33.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:15:33.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:15:33.782Z] Configure a credential helper to remove this warning. See [2021-05-11T17:15:33.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:15:33.782Z] [2021-05-11T17:15:33.782Z] Login Succeeded [2021-05-11T17:15:33.782Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:15:33.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:15:33.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:15:33.782Z] Configure a credential helper to remove this warning. See [2021-05-11T17:15:33.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:15:33.782Z] [2021-05-11T17:15:33.782Z] Login Succeeded [2021-05-11T17:15:33.782Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:15:34.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:15:34.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:15:34.046Z] Configure a credential helper to remove this warning. See [2021-05-11T17:15:34.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:15:34.046Z] [2021-05-11T17:15:34.046Z] Login Succeeded [2021-05-11T17:15:34.046Z] docker.io [2021-05-11T17:15:34.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:15:34.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:15:34.624Z] Configure a credential helper to remove this warning. See [2021-05-11T17:15:34.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:15:34.624Z] [2021-05-11T17:15:34.624Z] Login Succeeded [2021-05-11T17:15:34.624Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:15:34.634Z] 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-11T17:15:35.085Z] + git log --format=format:%s -1 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] echo [2021-05-11T17:15:35.170Z] GIT_COMMIT: 7e8cb258793469f1841277073dddd17e9c99cd16, Commit Message: refactor: replace string constant with variables [Pipeline] echo [2021-05-11T17:15:35.183Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:15:36.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:15:36.088Z] [2021-05-11T17:15:36.088Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:15:36.418Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:15:36.418Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T17:15:36.418Z] 31603596830f: Pulling fs layer [2021-05-11T17:15:36.418Z] 54011a49482f: Pulling fs layer [2021-05-11T17:15:36.418Z] a6820b24f6d8: Pulling fs layer [2021-05-11T17:15:36.418Z] f581987b2513: Pulling fs layer [2021-05-11T17:15:36.418Z] f581987b2513: Waiting [2021-05-11T17:15:36.418Z] 54011a49482f: Verifying Checksum [2021-05-11T17:15:36.418Z] 54011a49482f: Download complete [2021-05-11T17:15:36.418Z] 31603596830f: Verifying Checksum [2021-05-11T17:15:36.418Z] 31603596830f: Download complete [2021-05-11T17:15:36.686Z] f581987b2513: Verifying Checksum [2021-05-11T17:15:36.686Z] f581987b2513: Download complete [2021-05-11T17:15:36.686Z] a6820b24f6d8: Verifying Checksum [2021-05-11T17:15:36.686Z] a6820b24f6d8: Download complete [2021-05-11T17:15:36.949Z] 31603596830f: Pull complete [2021-05-11T17:15:36.949Z] 54011a49482f: Pull complete [2021-05-11T17:15:37.901Z] a6820b24f6d8: Pull complete [2021-05-11T17:15:38.163Z] f581987b2513: Pull complete [2021-05-11T17:15:38.163Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T17:15:38.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:15:38.163Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T17:15:38.275Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:15:38.331Z] $ 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-11T17:15:40.622Z] $ docker top 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:15:40.788Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:15:40.788Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:15:41.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:15:41.030Z] $ docker exec 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent [2021-05-11T17:15:41.200Z] SSH_AUTH_SOCK=/tmp/ssh-6ev1r7OYayY9/agent.11 [2021-05-11T17:15:41.200Z] SSH_AGENT_PID=17 [2021-05-11T17:15:41.211Z] Running ssh-add (command line suppressed) [2021-05-11T17:15:41.336Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_835907060718219768.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_835907060718219768.key) [2021-05-11T17:15:41.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:15:41.697Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T17:15:41.717Z] $ docker exec --env ******** --env ******** 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent -k [2021-05-11T17:15:41.833Z] unset SSH_AUTH_SOCK; [2021-05-11T17:15:41.833Z] unset SSH_AGENT_PID; [2021-05-11T17:15:41.833Z] echo Agent pid 17 killed; [2021-05-11T17:15:41.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-05-11T17:15:41.916Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.48' [Pipeline] sshagent [2021-05-11T17:15:41.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:15:41.949Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:15:42.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:15:42.133Z] $ docker exec 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent [2021-05-11T17:15:42.307Z] SSH_AUTH_SOCK=/tmp/ssh-quWLSEiDKuYO/agent.47 [2021-05-11T17:15:42.307Z] SSH_AGENT_PID=52 [2021-05-11T17:15:42.314Z] Running ssh-add (command line suppressed) [2021-05-11T17:15:42.435Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5002669448046186350.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5002669448046186350.key) [2021-05-11T17:15:42.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:15:42.810Z] + git semver init [2021-05-11T17:15:42.810Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:15:42.810Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-11T17:15:42.810Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-11T17:15:42.810Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:15:42.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:15:42.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:15:42.810Z] # $SEMVER_BRANCH = master [2021-05-11T17:15:42.810Z] # $SEMVER_TEMP = /tmp/semver-613847851 [2021-05-11T17:15:42.810Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-11T17:15:44.738Z] # '/tmp/semver-613847851' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-05-11T17:15:44.738Z] # -> Force: false [2021-05-11T17:15:44.738Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-11T17:15:44.752Z] $ docker exec --env ******** --env ******** 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 ssh-agent -k [2021-05-11T17:15:44.871Z] unset SSH_AUTH_SOCK; [2021-05-11T17:15:44.872Z] unset SSH_AGENT_PID; [2021-05-11T17:15:44.872Z] echo Agent pid 52 killed; [2021-05-11T17:15:44.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:15:45.287Z] + git semver [Pipeline] } [2021-05-11T17:15:45.308Z] $ docker stop --time=1 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 [2021-05-11T17:15:46.768Z] $ docker rm -f 1ac9c98bf96796260018185f5cb1d05c53d8ba80d802df4a96c42e7ef5d17c57 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:15:47.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T17:15:47.565Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T17:15:47.568Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-11T17:16:02.742Z] Still waiting to schedule task [2021-05-11T17:16:02.742Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T17:16:02.745Z] Still waiting to schedule task [2021-05-11T17:16:02.745Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T17:19:09.212Z] Running on prd-centos7-docker-4c-2g-4521 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:19:09.257Z] Running in /w/workspace/edgex-ui-go/108 [Pipeline] { [Pipeline] checkout [2021-05-11T17:19:18.272Z] using credential edgex-jenkins-ssh [2021-05-11T17:19:18.288Z] Cloning the remote Git repository [2021-05-11T17:19:18.362Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:18.485Z] > git init /w/workspace/edgex-ui-go/108 # timeout=10 [2021-05-11T17:19:18.655Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:18.655Z] > git --version # timeout=10 [2021-05-11T17:19:18.692Z] > git --version # 'git version 2.24.3' [2021-05-11T17:19:18.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:18.772Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:20.482Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T17:19:21.254Z] Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) [2021-05-11T17:19:20.530Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:20.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T17:19:20.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:20.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:20.712Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:19:21.271Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:19:21.306Z] > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [2021-05-11T17:19:26.077Z] Commit message: "refactor: replace string constant with variables" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:19:27.511Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:27.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:29.920Z] + sudo service docker restart [2021-05-11T17:19:29.920Z] + true [2021-05-11T17:19:29.920Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:19:31.928Z] provisioning config files... [2021-05-11T17:19:31.985Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config8310174311666869837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:19:32.452Z] ---> docker-login.sh [2021-05-11T17:19:32.452Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:19:32.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:33.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:33.016Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:33.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:33.016Z] [2021-05-11T17:19:33.016Z] Login Succeeded [2021-05-11T17:19:33.016Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:19:33.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:33.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:33.294Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:33.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:33.294Z] [2021-05-11T17:19:33.294Z] Login Succeeded [2021-05-11T17:19:33.294Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:19:33.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:33.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:33.575Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:33.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:33.575Z] [2021-05-11T17:19:33.575Z] Login Succeeded [2021-05-11T17:19:33.575Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:19:33.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:33.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:33.841Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:33.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:33.841Z] [2021-05-11T17:19:33.841Z] Login Succeeded [2021-05-11T17:19:33.841Z] docker.io [2021-05-11T17:19:33.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:34.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:34.110Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:34.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:34.111Z] [2021-05-11T17:19:34.111Z] Login Succeeded [2021-05-11T17:19:34.111Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:19:34.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:19:34.425Z] ========================================================= [2021-05-11T17:19:34.425Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T17:19:34.425Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:19:34.787Z] + 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-11T17:19:34.789Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4522 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:19:34.807Z] Running in /w/workspace/edgex-ui-go/108 [Pipeline] { [Pipeline] checkout [2021-05-11T17:19:35.802Z] Sending build context to Docker daemon 34.92MB [2021-05-11T17:19:35.802Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:19:35.802Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:19:35.802Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T17:19:35.802Z] 540db60ca938: Pulling fs layer [2021-05-11T17:19:35.802Z] adcc1eea9eea: Pulling fs layer [2021-05-11T17:19:35.802Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T17:19:35.802Z] 0510c868ecb4: Pulling fs layer [2021-05-11T17:19:35.802Z] afea3b2eda06: Pulling fs layer [2021-05-11T17:19:35.802Z] 7809a108b3ef: Pulling fs layer [2021-05-11T17:19:35.802Z] f706445af74f: Pulling fs layer [2021-05-11T17:19:35.802Z] afea3b2eda06: Waiting [2021-05-11T17:19:35.802Z] 0510c868ecb4: Waiting [2021-05-11T17:19:35.802Z] 7809a108b3ef: Waiting [2021-05-11T17:19:35.802Z] f706445af74f: Waiting [2021-05-11T17:19:36.075Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T17:19:36.075Z] 4c4ab2625f07: Download complete [2021-05-11T17:19:36.075Z] adcc1eea9eea: Verifying Checksum [2021-05-11T17:19:36.075Z] adcc1eea9eea: Download complete [2021-05-11T17:19:36.075Z] afea3b2eda06: Download complete [2021-05-11T17:19:36.075Z] 7809a108b3ef: Verifying Checksum [2021-05-11T17:19:36.075Z] 7809a108b3ef: Download complete [2021-05-11T17:19:36.075Z] 540db60ca938: Verifying Checksum [2021-05-11T17:19:36.075Z] 540db60ca938: Download complete [2021-05-11T17:19:36.698Z] 540db60ca938: Pull complete [2021-05-11T17:19:37.005Z] adcc1eea9eea: Pull complete [2021-05-11T17:19:37.301Z] 4c4ab2625f07: Pull complete [2021-05-11T17:19:38.846Z] f706445af74f: Verifying Checksum [2021-05-11T17:19:38.846Z] f706445af74f: Download complete [2021-05-11T17:19:40.859Z] 0510c868ecb4: Verifying Checksum [2021-05-11T17:19:40.859Z] 0510c868ecb4: Download complete [2021-05-11T17:19:41.022Z] using credential edgex-jenkins-ssh [2021-05-11T17:19:41.076Z] Cloning the remote Git repository [2021-05-11T17:19:41.148Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:41.272Z] > git init /w/workspace/edgex-ui-go/108 # timeout=10 [2021-05-11T17:19:41.371Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:41.372Z] > git --version # timeout=10 [2021-05-11T17:19:41.388Z] > git --version # 'git version 2.17.1' [2021-05-11T17:19:41.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:41.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:43.661Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T17:19:43.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:43.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-11T17:19:43.745Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-11T17:19:43.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:43.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:19:44.308Z] Checking out Revision 7e8cb258793469f1841277073dddd17e9c99cd16 (master) [2021-05-11T17:19:44.339Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:19:44.352Z] > git checkout -f 7e8cb258793469f1841277073dddd17e9c99cd16 # timeout=10 [2021-05-11T17:19:49.022Z] Commit message: "refactor: replace string constant with variables" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:19:50.521Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:50.926Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:51.139Z] 0510c868ecb4: Pull complete [2021-05-11T17:19:51.139Z] afea3b2eda06: Pull complete [2021-05-11T17:19:51.139Z] 7809a108b3ef: Pull complete [2021-05-11T17:19:51.266Z] + sudo service docker restart [2021-05-11T17:19:51.266Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:19:53.289Z] provisioning config files... [2021-05-11T17:19:53.375Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config4451778716598763057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:19:53.774Z] ---> docker-login.sh [2021-05-11T17:19:53.774Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:19:54.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:54.609Z] f706445af74f: Pull complete [2021-05-11T17:19:54.609Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T17:19:54.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T17:19:54.609Z] ---> b068be0155e3 [2021-05-11T17:19:54.609Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:19:54.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:54.973Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:54.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:54.973Z] [2021-05-11T17:19:54.973Z] Login Succeeded [2021-05-11T17:19:54.973Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:19:55.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:55.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:55.249Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:55.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:55.249Z] [2021-05-11T17:19:55.249Z] Login Succeeded [2021-05-11T17:19:55.249Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:19:55.613Z] ---> Running in 12e75b8b31bc [2021-05-11T17:19:55.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:55.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:55.875Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:55.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:55.875Z] [2021-05-11T17:19:55.875Z] Login Succeeded [2021-05-11T17:19:55.875Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:19:55.884Z] Removing intermediate container 12e75b8b31bc [2021-05-11T17:19:55.884Z] ---> 9d6c6f9816f5 [2021-05-11T17:19:55.884Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:19:55.884Z] ---> Running in eb1f7ec8c6e1 [2021-05-11T17:19:56.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:56.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:56.425Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:56.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:56.425Z] [2021-05-11T17:19:56.425Z] Login Succeeded [2021-05-11T17:19:56.425Z] docker.io [2021-05-11T17:19:56.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:56.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:56.969Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:56.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:56.969Z] [2021-05-11T17:19:56.969Z] Login Succeeded [2021-05-11T17:19:56.969Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:19:56.987Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:19:57.303Z] ========================================================= [2021-05-11T17:19:57.303Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T17:19:57.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:19:57.647Z] + 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-11T17:19:57.847Z] Removing intermediate container eb1f7ec8c6e1 [2021-05-11T17:19:57.847Z] ---> 52ca1b8f18a8 [2021-05-11T17:19:57.847Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-11T17:19:57.847Z] ---> Running in 6645fa3f72ab [2021-05-11T17:19:58.635Z] Sending build context to Docker daemon 34.92MB [2021-05-11T17:19:58.635Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:19:58.635Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:19:58.635Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T17:19:58.635Z] 595b0fe564bb: Pulling fs layer [2021-05-11T17:19:58.635Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T17:19:58.635Z] 316046926c0a: Pulling fs layer [2021-05-11T17:19:58.635Z] 4ebd0625c992: Pulling fs layer [2021-05-11T17:19:58.635Z] 207e8628e3a3: Pulling fs layer [2021-05-11T17:19:58.635Z] c791037a9be2: Pulling fs layer [2021-05-11T17:19:58.635Z] ffd874e62e21: Pulling fs layer [2021-05-11T17:19:58.635Z] 4ebd0625c992: Waiting [2021-05-11T17:19:58.635Z] 207e8628e3a3: Waiting [2021-05-11T17:19:58.635Z] c791037a9be2: Waiting [2021-05-11T17:19:58.635Z] ffd874e62e21: Waiting [2021-05-11T17:19:58.635Z] 316046926c0a: Verifying Checksum [2021-05-11T17:19:58.635Z] 316046926c0a: Download complete [2021-05-11T17:19:58.635Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T17:19:58.635Z] 7186ed65a4f7: Download complete [2021-05-11T17:19:58.635Z] 207e8628e3a3: Verifying Checksum [2021-05-11T17:19:58.635Z] 207e8628e3a3: Download complete [2021-05-11T17:19:58.635Z] c791037a9be2: Download complete [2021-05-11T17:19:58.830Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:19:58.910Z] 595b0fe564bb: Verifying Checksum [2021-05-11T17:19:58.910Z] 595b0fe564bb: Download complete [2021-05-11T17:19:59.518Z] 595b0fe564bb: Pull complete [2021-05-11T17:20:00.116Z] 7186ed65a4f7: Pull complete [2021-05-11T17:20:00.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:20:00.401Z] 316046926c0a: Pull complete [2021-05-11T17:20:01.008Z] ffd874e62e21: Verifying Checksum [2021-05-11T17:20:01.008Z] ffd874e62e21: Download complete [2021-05-11T17:20:02.295Z] OK: 149 MiB in 40 packages [2021-05-11T17:20:02.992Z] 4ebd0625c992: Verifying Checksum [2021-05-11T17:20:02.993Z] 4ebd0625c992: Download complete [2021-05-11T17:20:03.282Z] Removing intermediate container 6645fa3f72ab [2021-05-11T17:20:03.282Z] ---> 5bfdebb84914 [2021-05-11T17:20:03.282Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-11T17:20:03.282Z] ---> Running in 5881b3c159a5 [2021-05-11T17:20:03.562Z] Removing intermediate container 5881b3c159a5 [2021-05-11T17:20:03.563Z] ---> 72dccc44dc01 [2021-05-11T17:20:03.563Z] Step 7/8 : COPY . . [2021-05-11T17:20:07.898Z] ---> 98478ae9a5f7 [2021-05-11T17:20:07.898Z] Step 8/8 : RUN go mod download [2021-05-11T17:20:07.898Z] ---> Running in 8b0380b8d03a [2021-05-11T17:20:13.167Z] 4ebd0625c992: Pull complete [2021-05-11T17:20:13.167Z] 207e8628e3a3: Pull complete [2021-05-11T17:20:13.167Z] c791037a9be2: Pull complete [2021-05-11T17:20:16.564Z] ffd874e62e21: Pull complete [2021-05-11T17:20:16.564Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T17:20:16.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T17:20:16.564Z] ---> cfc18b08335c [2021-05-11T17:20:16.564Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:20:19.951Z] ---> Running in 1d27596f59a3 [2021-05-11T17:20:19.951Z] Removing intermediate container 1d27596f59a3 [2021-05-11T17:20:19.951Z] ---> e2727abfa7ab [2021-05-11T17:20:19.951Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:20:19.951Z] ---> Running in 08574cf2f46c [2021-05-11T17:20:22.581Z] Removing intermediate container 08574cf2f46c [2021-05-11T17:20:22.581Z] ---> e5e8d2212821 [2021-05-11T17:20:22.581Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-11T17:20:22.581Z] ---> Running in 080851a19fa7 [2021-05-11T17:20:23.558Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:20:24.530Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:20:25.507Z] OK: 138 MiB in 40 packages [2021-05-11T17:20:26.500Z] Removing intermediate container 080851a19fa7 [2021-05-11T17:20:26.500Z] ---> 3229e59a7d55 [2021-05-11T17:20:26.500Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-11T17:20:26.500Z] ---> Running in 0874832ae907 [2021-05-11T17:20:27.096Z] Removing intermediate container 0874832ae907 [2021-05-11T17:20:27.096Z] ---> 314681ca85bc [2021-05-11T17:20:27.096Z] Step 7/8 : COPY . . [2021-05-11T17:20:30.478Z] ---> 8b5ec9a047d8 [2021-05-11T17:20:30.478Z] Step 8/8 : RUN go mod download [2021-05-11T17:20:30.478Z] ---> Running in 96ebbbc3215c [2021-05-11T17:20:46.952Z] Removing intermediate container 8b0380b8d03a [2021-05-11T17:20:46.953Z] ---> 8a817fc5fef5 [2021-05-11T17:20:46.953Z] Successfully built 8a817fc5fef5 [2021-05-11T17:20:46.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:20:47.301Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:20:47.572Z] . [Pipeline] withDockerContainer [2021-05-11T17:20:47.783Z] prd-centos7-docker-4c-2g-4521 does not seem to be running inside a container [2021-05-11T17:20:47.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:20:49.632Z] $ docker top 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:20:50.223Z] + go version [2021-05-11T17:20:50.491Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T17:20:50.513Z] $ docker stop --time=1 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc [2021-05-11T17:20:51.966Z] $ docker rm -f 06014113bc714f3ca700300a3ee6ceb2bc26c78a5f8316bf16e1412c8ade1dfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:20:52.492Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:20:52.492Z] . [Pipeline] withDockerContainer [2021-05-11T17:20:52.636Z] prd-centos7-docker-4c-2g-4521 does not seem to be running inside a container [2021-05-11T17:20:52.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:20:53.670Z] $ docker top 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:20:54.173Z] + go mod tidy [Pipeline] sh [2021-05-11T17:20:55.949Z] + make test [2021-05-11T17:20:55.949Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T17:20:57.393Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-11T17:21:02.837Z] Removing intermediate container 96ebbbc3215c [2021-05-11T17:21:02.837Z] ---> 4261ab49c904 [2021-05-11T17:21:02.837Z] Successfully built 4261ab49c904 [2021-05-11T17:21:02.837Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:03.183Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:21:03.183Z] . [Pipeline] withDockerContainer [2021-05-11T17:21:03.472Z] prd-ubuntu18.04-docker-arm64-4c-16g-4522 does not seem to be running inside a container [2021-05-11T17:21:03.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T17:21:05.119Z] $ docker top f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:21:06.102Z] + go version [2021-05-11T17:21:06.102Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T17:21:06.135Z] $ docker stop --time=1 f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 [2021-05-11T17:21:08.092Z] $ docker rm -f f2d5eea4c7d663bb16b31b0de03506428f679a4037a528202b19b622fb3ed221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:08.790Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:21:08.790Z] . [Pipeline] withDockerContainer [2021-05-11T17:21:09.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-4522 does not seem to be running inside a container [2021-05-11T17:21:09.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/108 -v /w/workspace/edgex-ui-go/108:/w/workspace/edgex-ui-go/108:rw,z -v /w/workspace/edgex-ui-go/108@tmp:/w/workspace/edgex-ui-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T17:21:10.712Z] $ docker top 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:21:11.681Z] + go mod tidy [Pipeline] sh [2021-05-11T17:21:12.951Z] + make test [2021-05-11T17:21:12.951Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-11T17:21:14.394Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-11T17:21:20.888Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-11T17:21:20.888Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-11T17:21:29.446Z] $ docker stop --time=1 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca [2021-05-11T17:21:31.531Z] $ docker rm -f 647b8e453b63b4675b3faa05f07818054b0cbb552f12a9e13910e0f9e68c84ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:21:32.185Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:21:32.930Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T17:21:33.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:21:34.358Z] + ls -al . [2021-05-11T17:21:34.358Z] total 92 [2021-05-11T17:21:34.358Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 17:20 . [2021-05-11T17:21:34.358Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 17:19 .. [2021-05-11T17:21:34.358Z] drwxrwxr-x. 3 jenkins jenkins 20 May 11 17:19 assets [2021-05-11T17:21:34.358Z] drwxrwxr-x. 2 jenkins jenkins 35 May 11 17:19 bin [2021-05-11T17:21:34.358Z] drwxrwxr-x. 3 jenkins jenkins 29 May 11 17:19 cmd [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 11 17:19 CONTRIBUTING.md [2021-05-11T17:21:34.358Z] -rw-r--r--. 1 jenkins jenkins 10 May 11 17:20 coverage.out [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 11 17:19 Dockerfile [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 902 May 11 17:19 Dockerfile.build [2021-05-11T17:21:34.358Z] drwxrwxr-x. 5 jenkins jenkins 104 May 11 17:19 docs [2021-05-11T17:21:34.358Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:19 .git [2021-05-11T17:21:34.358Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 17:19 .github [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 162 May 11 17:19 .gitignore [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 17:19 go.mod [2021-05-11T17:21:34.358Z] -rw-r--r--. 1 jenkins jenkins 24424 May 11 17:20 go.sum [2021-05-11T17:21:34.358Z] drwxrwxr-x. 10 jenkins jenkins 139 May 11 17:19 internal [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 652 May 11 17:19 Jenkinsfile [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 11 17:19 LICENSE [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 941 May 11 17:19 Makefile [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 11 17:19 README.md [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:15 VERSION [2021-05-11T17:21:34.358Z] -rw-rw-r--. 1 jenkins jenkins 155 May 11 17:19 version.go [2021-05-11T17:21:34.358Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 11 17:19 web [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:34.741Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 --label arch=amd64 --label version=2.0.0-dev.49 . [2021-05-11T17:21:36.298Z] Sending build context to Docker daemon 34.95MB [2021-05-11T17:21:36.298Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:21:36.298Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T17:21:36.298Z] ---> 8a817fc5fef5 [2021-05-11T17:21:36.298Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-11T17:21:36.576Z] ---> Running in 3af92111a108 [2021-05-11T17:21:37.192Z] Removing intermediate container 3af92111a108 [2021-05-11T17:21:37.192Z] ---> 340e76628d86 [2021-05-11T17:21:37.192Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-11T17:21:37.192Z] ---> Running in 24dccda8dd69 [2021-05-11T17:21:37.469Z] Removing intermediate container 24dccda8dd69 [2021-05-11T17:21:37.469Z] ---> a805a0ecda71 [2021-05-11T17:21:37.469Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:21:37.739Z] ---> Running in c69c35321190 [2021-05-11T17:21:38.020Z] Removing intermediate container c69c35321190 [2021-05-11T17:21:38.020Z] ---> 3bcb4661b5b4 [2021-05-11T17:21:38.020Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-11T17:21:38.020Z] ---> Running in 55000dc6d7cc [2021-05-11T17:21:38.298Z] Removing intermediate container 55000dc6d7cc [2021-05-11T17:21:38.298Z] ---> 940ba67242e1 [2021-05-11T17:21:38.298Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-11T17:21:38.298Z] ---> Running in b0b130a2cd3b [2021-05-11T17:21:38.573Z] Removing intermediate container b0b130a2cd3b [2021-05-11T17:21:38.573Z] ---> 5bfb1c14e74a [2021-05-11T17:21:38.573Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:21:38.847Z] ---> Running in a1c32c92405d [2021-05-11T17:21:40.985Z] Removing intermediate container a1c32c92405d [2021-05-11T17:21:40.985Z] ---> cc94c13a798e [2021-05-11T17:21:40.985Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:21:40.985Z] ---> Running in bcbb6b47f3e4 [2021-05-11T17:21:41.665Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:21:42.715Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:21:43.797Z] OK: 149 MiB in 40 packages [2021-05-11T17:21:44.433Z] Removing intermediate container bcbb6b47f3e4 [2021-05-11T17:21:44.433Z] ---> 06165c22906d [2021-05-11T17:21:44.433Z] Step 10/24 : ENV GO111MODULE=on [2021-05-11T17:21:44.709Z] ---> Running in 1ff0fd457e83 [2021-05-11T17:21:45.413Z] Removing intermediate container 1ff0fd457e83 [2021-05-11T17:21:45.413Z] ---> b18a4c091ef1 [2021-05-11T17:21:45.413Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-11T17:21:45.720Z] ---> Running in ee60bb3d885b [2021-05-11T17:21:46.008Z] Removing intermediate container ee60bb3d885b [2021-05-11T17:21:46.008Z] ---> 97e8de6bbe6a [2021-05-11T17:21:46.008Z] Step 12/24 : COPY go.mod . [2021-05-11T17:21:46.699Z] ---> e20a62a30d21 [2021-05-11T17:21:46.699Z] Step 13/24 : COPY Makefile . [2021-05-11T17:21:47.020Z] ---> f0f5749d92d7 [2021-05-11T17:21:47.020Z] Step 14/24 : RUN make update [2021-05-11T17:21:47.020Z] ---> Running in 68289f2fbd51 [2021-05-11T17:21:48.229Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T17:21:49.786Z] Removing intermediate container 68289f2fbd51 [2021-05-11T17:21:49.786Z] ---> 6ca7ecaf3cc7 [2021-05-11T17:21:49.786Z] Step 15/24 : COPY . . [2021-05-11T17:21:52.535Z] ---> ca05b41730ad [2021-05-11T17:21:52.535Z] Step 16/24 : RUN ${MAKE} [2021-05-11T17:21:52.535Z] ---> Running in b743fc253f3d [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-11T17:21:53.437Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-11T17:21:53.437Z] GO111MODULE=on go vet ./... [2021-05-11T17:21:53.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.49" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-11T17:22:08.935Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] } [2021-05-11T17:22:11.805Z] $ docker stop --time=1 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 [2021-05-11T17:22:13.236Z] Removing intermediate container b743fc253f3d [2021-05-11T17:22:13.236Z] ---> 7e862670010b [2021-05-11T17:22:13.236Z] Step 17/24 : FROM alpine:3.12 [2021-05-11T17:22:13.236Z] 3.12: Pulling from library/alpine [2021-05-11T17:22:13.236Z] 339de151aab4: Pulling fs layer [2021-05-11T17:22:13.513Z] 339de151aab4: Verifying Checksum [2021-05-11T17:22:13.513Z] 339de151aab4: Download complete [2021-05-11T17:22:13.785Z] 339de151aab4: Pull complete [2021-05-11T17:22:13.785Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:22:13.785Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:22:13.785Z] ---> 13621d1b12d4 [2021-05-11T17:22:13.785Z] Step 18/24 : EXPOSE 4000 [2021-05-11T17:22:13.812Z] $ docker rm -f 6af31afabe004dfe7ad69a30b3de71d747c7e1f7d255b631f69c9838031b8a34 [2021-05-11T17:22:14.057Z] ---> Running in 92016b369b49 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:22:14.324Z] Removing intermediate container 92016b369b49 [2021-05-11T17:22:14.324Z] ---> 7a04870fa937 [2021-05-11T17:22:14.324Z] 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-11T17:22:14.548Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:22:14.568Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T17:22:15.557Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:22:16.020Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:22:16.319Z] ---> 563dc3fcc77d [2021-05-11T17:22:16.319Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-11T17:22:16.391Z] + ls -al . [2021-05-11T17:22:16.391Z] total 124 [2021-05-11T17:22:16.391Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 17:21 . [2021-05-11T17:22:16.391Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:19 .. [2021-05-11T17:22:16.391Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:19 .git [2021-05-11T17:22:16.391Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:19 .github [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 162 May 11 17:19 .gitignore [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 11 17:19 CONTRIBUTING.md [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 11 17:19 Dockerfile [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 902 May 11 17:19 Dockerfile.build [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 652 May 11 17:19 Jenkinsfile [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 11 17:19 LICENSE [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 941 May 11 17:19 Makefile [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 11 17:19 README.md [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:15 VERSION [2021-05-11T17:22:16.391Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:19 assets [2021-05-11T17:22:16.391Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:19 bin [2021-05-11T17:22:16.391Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:19 cmd [2021-05-11T17:22:16.391Z] -rw-r--r-- 1 jenkins jenkins 10 May 11 17:21 coverage.out [2021-05-11T17:22:16.391Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 17:19 docs [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 17:19 go.mod [2021-05-11T17:22:16.391Z] -rw-r--r-- 1 jenkins jenkins 24424 May 11 17:21 go.sum [2021-05-11T17:22:16.391Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 17:19 internal [2021-05-11T17:22:16.391Z] -rw-rw-r-- 1 jenkins jenkins 155 May 11 17:19 version.go [2021-05-11T17:22:16.391Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:19 web [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:16.585Z] ---> Running in 3c8af3602be7 [2021-05-11T17:22:16.585Z] Removing intermediate container 3c8af3602be7 [2021-05-11T17:22:16.585Z] ---> 3bc5618f5e87 [2021-05-11T17:22:16.585Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-11T17:22:16.585Z] ---> Running in b74538683e9a [2021-05-11T17:22:16.754Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 --label arch=arm64 --label version=2.0.0-dev.49 . [2021-05-11T17:22:17.189Z] Removing intermediate container b74538683e9a [2021-05-11T17:22:17.189Z] ---> 6423624a51e7 [2021-05-11T17:22:17.189Z] Step 22/24 : LABEL arch=amd64 [2021-05-11T17:22:17.189Z] ---> Running in 10982225948e [2021-05-11T17:22:17.487Z] Removing intermediate container 10982225948e [2021-05-11T17:22:17.487Z] ---> 6d8424560723 [2021-05-11T17:22:17.487Z] Step 23/24 : LABEL git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:22:17.487Z] ---> Running in 1ff26ea999ea [2021-05-11T17:22:17.757Z] Removing intermediate container 1ff26ea999ea [2021-05-11T17:22:17.757Z] ---> d1c3cbd4635d [2021-05-11T17:22:17.757Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-05-11T17:22:17.757Z] ---> Running in 5222fbf2509e [2021-05-11T17:22:17.766Z] Sending build context to Docker daemon 34.95MB [2021-05-11T17:22:18.030Z] Removing intermediate container 5222fbf2509e [2021-05-11T17:22:18.030Z] ---> 2dc9d5db803f [2021-05-11T17:22:18.030Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:22:18.030Z] Successfully built 2dc9d5db803f [2021-05-11T17:22:18.030Z] Successfully tagged edgex-ui:latest [2021-05-11T17:22:18.044Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:22:18.044Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-11T17:22:18.044Z] ---> 4261ab49c904 [2021-05-11T17:22:18.044Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:22:18.432Z] provisioning config files... [2021-05-11T17:22:18.491Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config6741861781120117283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:22:18.641Z] ---> Running in 6576728987a5 [2021-05-11T17:22:18.914Z] Removing intermediate container 6576728987a5 [2021-05-11T17:22:18.914Z] ---> 67e99e1f7233 [2021-05-11T17:22:18.914Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-11T17:22:18.919Z] ---> docker-login.sh [2021-05-11T17:22:18.919Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:22:19.186Z] ---> Running in 5434ea3664f3 [2021-05-11T17:22:19.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:19.458Z] Removing intermediate container 5434ea3664f3 [2021-05-11T17:22:19.458Z] ---> af0cda93a6be [2021-05-11T17:22:19.458Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:22:19.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:19.486Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:19.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:19.486Z] [2021-05-11T17:22:19.486Z] Login Succeeded [2021-05-11T17:22:19.486Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:22:19.731Z] ---> Running in 264caa75c995 [2021-05-11T17:22:19.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:19.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:19.753Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:19.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:19.753Z] [2021-05-11T17:22:19.753Z] Login Succeeded [2021-05-11T17:22:19.753Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:22:20.004Z] Removing intermediate container 264caa75c995 [2021-05-11T17:22:20.004Z] ---> f1813b9931b9 [2021-05-11T17:22:20.004Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-11T17:22:20.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:20.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:20.018Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:20.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:20.018Z] [2021-05-11T17:22:20.018Z] Login Succeeded [2021-05-11T17:22:20.018Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:22:20.282Z] ---> Running in 5121b86ac4b6 [2021-05-11T17:22:20.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:20.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:20.302Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:20.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:20.302Z] [2021-05-11T17:22:20.302Z] Login Succeeded [2021-05-11T17:22:20.302Z] docker.io [2021-05-11T17:22:20.554Z] Removing intermediate container 5121b86ac4b6 [2021-05-11T17:22:20.554Z] ---> c55d31252211 [2021-05-11T17:22:20.554Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-11T17:22:20.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:20.828Z] ---> Running in bfcbd885435e [2021-05-11T17:22:20.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:20.873Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:20.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:20.873Z] [2021-05-11T17:22:20.873Z] Login Succeeded [2021-05-11T17:22:20.873Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:22:20.912Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:22:20.981Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2021-05-11T17:22:20.981Z] 7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:22:20.981Z] latest [2021-05-11T17:22:20.981Z] 2.0.0-dev.49 [2021-05-11T17:22:20.981Z] 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:22:20.981Z] master [2021-05-11T17:22:20.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:21.099Z] Removing intermediate container bfcbd885435e [2021-05-11T17:22:21.099Z] ---> d781c9f72ac2 [2021-05-11T17:22:21.099Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:22:21.371Z] ---> Running in aaa1ac7dc3f3 [2021-05-11T17:22:21.397Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:21.754Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:22:21.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-11T17:22:21.754Z] ba51e730bba3: Preparing [2021-05-11T17:22:21.754Z] 32f366d666a5: Preparing [2021-05-11T17:22:21.754Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:23.345Z] Removing intermediate container aaa1ac7dc3f3 [2021-05-11T17:22:23.345Z] ---> 86558d10460a [2021-05-11T17:22:23.345Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:22:23.345Z] ---> Running in 16d8091ec56d [2021-05-11T17:22:24.784Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:22:25.234Z] ba51e730bba3: Pushed [2021-05-11T17:22:25.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:22:25.521Z] 7e8cb258793469f1841277073dddd17e9c99cd16: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:25.891Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:26.214Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-05-11T17:22:26.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-11T17:22:26.215Z] ba51e730bba3: Preparing [2021-05-11T17:22:26.215Z] 32f366d666a5: Preparing [2021-05-11T17:22:26.215Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:26.215Z] ba51e730bba3: Layer already exists [2021-05-11T17:22:26.215Z] latest: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:26.375Z] OK: 138 MiB in 40 packages [2021-05-11T17:22:26.572Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:26.928Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 [2021-05-11T17:22:26.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-11T17:22:26.928Z] ba51e730bba3: Preparing [2021-05-11T17:22:26.928Z] 32f366d666a5: Preparing [2021-05-11T17:22:26.928Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:26.928Z] ba51e730bba3: Layer already exists [2021-05-11T17:22:27.199Z] 2.0.0-dev.49: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:27.352Z] Removing intermediate container 16d8091ec56d [2021-05-11T17:22:27.352Z] ---> 6d215119d7f3 [2021-05-11T17:22:27.352Z] Step 10/24 : ENV GO111MODULE=on [2021-05-11T17:22:27.578Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:27.626Z] ---> Running in 8f6f45f1fa21 [2021-05-11T17:22:27.961Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:22:27.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-11T17:22:27.961Z] ba51e730bba3: Preparing [2021-05-11T17:22:27.961Z] 32f366d666a5: Preparing [2021-05-11T17:22:27.961Z] ba51e730bba3: Layer already exists [2021-05-11T17:22:27.961Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:27.961Z] 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:28.221Z] Removing intermediate container 8f6f45f1fa21 [2021-05-11T17:22:28.221Z] ---> 62fdc13944c6 [2021-05-11T17:22:28.221Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-11T17:22:28.221Z] ---> Running in 2dbfc8560404 [2021-05-11T17:22:28.315Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:28.649Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:master [2021-05-11T17:22:28.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-05-11T17:22:28.649Z] ba51e730bba3: Preparing [2021-05-11T17:22:28.649Z] 32f366d666a5: Preparing [2021-05-11T17:22:28.649Z] ba51e730bba3: Layer already exists [2021-05-11T17:22:28.649Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:28.824Z] Removing intermediate container 2dbfc8560404 [2021-05-11T17:22:28.824Z] ---> b69569f1e4a4 [2021-05-11T17:22:28.824Z] Step 12/24 : COPY go.mod . [2021-05-11T17:22:28.915Z] master: digest: sha256:f9a091f0010432d5323de138b90fade4b53183fbb78b32aa1b449b9cb3b77cf5 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:22:28.987Z] ===================================================== [Pipeline] echo [2021-05-11T17:22:29.003Z] taggedImages: [2021-05-11T17:22:29.003Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:22:29.003Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-05-11T17:22:29.003Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.49 [2021-05-11T17:22:29.003Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:22:29.003Z] - nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:22:29.423Z] ---> b7c6ba1024c0 [2021-05-11T17:22:29.423Z] Step 13/24 : COPY Makefile . [2021-05-11T17:22:29.543Z] ---> job-cost.sh [2021-05-11T17:22:29.543Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0Ogo [2021-05-11T17:22:30.417Z] ---> 1d506bfead9e [2021-05-11T17:22:30.417Z] Step 14/24 : RUN make update [2021-05-11T17:22:30.417Z] ---> Running in f3828a2b88ca [2021-05-11T17:22:31.410Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-11T17:22:32.851Z] Removing intermediate container f3828a2b88ca [2021-05-11T17:22:32.851Z] ---> f10dd10499e8 [2021-05-11T17:22:32.851Z] Step 15/24 : COPY . . [2021-05-11T17:22:36.254Z] ---> f76f28baf232 [2021-05-11T17:22:36.254Z] Step 16/24 : RUN ${MAKE} [2021-05-11T17:22:36.254Z] ---> Running in 68ebfceabcb7 [2021-05-11T17:22:37.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.49" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-11T17:22:56.357Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:23:04.084Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-11T17:23:09.483Z] Removing intermediate container 68ebfceabcb7 [2021-05-11T17:23:09.483Z] ---> cc14fd5a43dd [2021-05-11T17:23:09.483Z] Step 17/24 : FROM alpine:3.12 [2021-05-11T17:23:09.483Z] 3.12: Pulling from library/alpine [2021-05-11T17:23:09.483Z] d2f70382dc9a: Pulling fs layer [2021-05-11T17:23:09.483Z] d2f70382dc9a: Download complete [2021-05-11T17:23:09.766Z] d2f70382dc9a: Pull complete [2021-05-11T17:23:09.766Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:23:10.042Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:23:10.042Z] ---> 9852663dfa18 [2021-05-11T17:23:10.042Z] Step 18/24 : EXPOSE 4000 [2021-05-11T17:23:10.042Z] ---> Running in a1cdee55f426 [2021-05-11T17:23:10.644Z] Removing intermediate container a1cdee55f426 [2021-05-11T17:23:10.644Z] ---> 1fb722488d2c [2021-05-11T17:23:10.644Z] 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-11T17:23:13.570Z] ---> 77b122d9a23b [2021-05-11T17:23:13.570Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-11T17:23:13.570Z] ---> Running in 3374bd8819f0 [2021-05-11T17:23:13.570Z] Removing intermediate container 3374bd8819f0 [2021-05-11T17:23:13.570Z] ---> 349d035994e3 [2021-05-11T17:23:13.570Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-11T17:23:13.570Z] ---> Running in e74fc4ebb000 [2021-05-11T17:23:14.168Z] Removing intermediate container e74fc4ebb000 [2021-05-11T17:23:14.168Z] ---> 83e4682f6862 [2021-05-11T17:23:14.168Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T17:23:14.168Z] ---> Running in 063a89a3b29b [2021-05-11T17:23:14.768Z] Removing intermediate container 063a89a3b29b [2021-05-11T17:23:14.768Z] ---> d081145c9520 [2021-05-11T17:23:14.768Z] Step 23/24 : LABEL git_sha=7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:23:14.768Z] ---> Running in 977edc3e3e2e [2021-05-11T17:23:15.368Z] Removing intermediate container 977edc3e3e2e [2021-05-11T17:23:15.368Z] ---> 792a17a6b5a6 [2021-05-11T17:23:15.368Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-05-11T17:23:15.368Z] ---> Running in ae6b568f8d05 [2021-05-11T17:23:15.641Z] Removing intermediate container ae6b568f8d05 [2021-05-11T17:23:15.641Z] ---> 3c52400abebd [2021-05-11T17:23:15.641Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:23:15.918Z] Successfully built 3c52400abebd [2021-05-11T17:23:15.918Z] 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-11T17:23:16.070Z] provisioning config files... [2021-05-11T17:23:16.110Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/108@tmp/config17437172657889725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:23:16.492Z] ---> docker-login.sh [2021-05-11T17:23:16.492Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:23:16.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:17.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:17.039Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:17.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:17.039Z] [2021-05-11T17:23:17.039Z] Login Succeeded [2021-05-11T17:23:17.039Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:23:17.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:17.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:17.585Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:17.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:17.585Z] [2021-05-11T17:23:17.585Z] Login Succeeded [2021-05-11T17:23:17.585Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:23:17.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:18.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:18.130Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:18.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:18.130Z] [2021-05-11T17:23:18.130Z] Login Succeeded [2021-05-11T17:23:18.130Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:23:18.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:18.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:18.675Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:18.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:18.675Z] [2021-05-11T17:23:18.675Z] Login Succeeded [2021-05-11T17:23:18.675Z] docker.io [2021-05-11T17:23:18.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:19.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:19.226Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:19.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:19.226Z] [2021-05-11T17:23:19.226Z] Login Succeeded [2021-05-11T17:23:19.501Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:23:19.519Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:23:19.591Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2021-05-11T17:23:19.591Z] 7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:23:19.591Z] latest [2021-05-11T17:23:19.591Z] 2.0.0-dev.49 [2021-05-11T17:23:19.591Z] 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:23:19.591Z] master [2021-05-11T17:23:19.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:19.972Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:20.307Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:23:20.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-11T17:23:20.308Z] be1e6ef56298: Preparing [2021-05-11T17:23:20.308Z] 3fbe34a1663b: Preparing [2021-05-11T17:23:20.578Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:23:27.254Z] be1e6ef56298: Pushed [2021-05-11T17:23:27.254Z] 7e8cb258793469f1841277073dddd17e9c99cd16: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:27.598Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:27.930Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-05-11T17:23:27.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-11T17:23:27.930Z] be1e6ef56298: Preparing [2021-05-11T17:23:27.930Z] 3fbe34a1663b: Preparing [2021-05-11T17:23:27.930Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:23:27.930Z] be1e6ef56298: Layer already exists [2021-05-11T17:23:28.199Z] latest: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:28.558Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:28.890Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 [2021-05-11T17:23:28.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-11T17:23:28.890Z] be1e6ef56298: Preparing [2021-05-11T17:23:28.890Z] 3fbe34a1663b: Preparing [2021-05-11T17:23:28.890Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:23:28.890Z] be1e6ef56298: Layer already exists [2021-05-11T17:23:29.164Z] 2.0.0-dev.49: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:29.509Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:29.855Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:23:29.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-11T17:23:29.855Z] be1e6ef56298: Preparing [2021-05-11T17:23:29.855Z] 3fbe34a1663b: Preparing [2021-05-11T17:23:29.855Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:23:29.855Z] be1e6ef56298: Layer already exists [2021-05-11T17:23:30.126Z] 7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:30.468Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:30.805Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [2021-05-11T17:23:30.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-05-11T17:23:30.805Z] be1e6ef56298: Preparing [2021-05-11T17:23:30.805Z] 3fbe34a1663b: Preparing [2021-05-11T17:23:30.805Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:23:30.805Z] be1e6ef56298: Layer already exists [2021-05-11T17:23:31.076Z] master: digest: sha256:658143530a50aae05fd1f2f36c7b1efee579aa156d92b326b270b6c064a42979 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:23:31.142Z] ===================================================== [Pipeline] echo [2021-05-11T17:23:31.159Z] taggedImages: [2021-05-11T17:23:31.159Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16 [2021-05-11T17:23:31.159Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-05-11T17:23:31.159Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.49 [2021-05-11T17:23:31.159Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7e8cb258793469f1841277073dddd17e9c99cd16-2.0.0-dev.49 [2021-05-11T17:23:31.159Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:23:31.533Z] ---> job-cost.sh [2021-05-11T17:23:31.533Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-avmp [2021-05-11T17:23:35.822Z] lf-activate-venv(): INFO: Adding /tmp/venv-0Ogo/bin to PATH [2021-05-11T17:23:35.822Z] INFO: No Stack... [2021-05-11T17:23:35.822Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:23:35.822Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:23:36.211Z] + cat /w/workspace/edgex-ui-go/108/archives/cost.csv [2021-05-11T17:23:36.212Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T17:23:36.358Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [2021-05-11T17:23:36.369Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] did not exist. Created. [2021-05-11T17:23:36.369Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:23:36.740Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T17:23:37.039Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:23:37.055Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T17:24:10.484Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:25:47.299Z] lf-activate-venv(): INFO: Adding /tmp/venv-avmp/bin to PATH [2021-05-11T17:25:47.299Z] INFO: No Stack... [2021-05-11T17:25:47.299Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T17:25:47.299Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:25:47.644Z] + + catcut /w/workspace/edgex-ui-go/108/archives/cost.csv -d, [2021-05-11T17:25:47.644Z] -f6 [Pipeline] lock [2021-05-11T17:25:47.761Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [2021-05-11T17:25:47.777Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] did not exist. Created. [2021-05-11T17:25:47.777Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:25:48.149Z] /w/workspace/edgex-ui-go/108@tmp/durable-19c76df9/script.sh: 1: /w/workspace/edgex-ui-go/108@tmp/durable-19c76df9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T17:25:48.501Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T17:25:48.522Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T17:25:48.753Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:25:48.770Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-108-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T17:25:49.149Z] provisioning config files... [2021-05-11T17:25:49.161Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9033040806992830763tmp [Pipeline] { [Pipeline] sh [2021-05-11T17:25:49.664Z] + set +x [2021-05-11T17:25:49.664Z] + curl -s https://codecov.io/bash [2021-05-11T17:25:49.664Z] + bash -s -- [2021-05-11T17:25:49.664Z] [2021-05-11T17:25:49.664Z] _____ _ [2021-05-11T17:25:49.664Z] / ____| | | [2021-05-11T17:25:49.664Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T17:25:49.664Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T17:25:49.664Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T17:25:49.664Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T17:25:49.664Z] Bash-1.0.2 [2021-05-11T17:25:49.664Z] [2021-05-11T17:25:49.664Z] [2021-05-11T17:25:49.664Z] ==> git version 2.24.3 found [2021-05-11T17:25:49.664Z] ==> 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-11T17:25:49.664Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T17:25:49.664Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T17:25:49.946Z] ==> Jenkins CI detected. [2021-05-11T17:25:49.946Z] project root: . [2021-05-11T17:25:49.946Z] --> token set from env [2021-05-11T17:25:49.946Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T17:25:49.946Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T17:25:49.946Z] ==> Python coveragepy not found [2021-05-11T17:25:49.946Z] ==> Searching for coverage reports in: [2021-05-11T17:25:49.946Z] + . [2021-05-11T17:25:49.946Z] -> Found 1 reports [2021-05-11T17:25:49.946Z] ==> Detecting git/mercurial file structure [2021-05-11T17:25:49.946Z] ==> Reading reports [2021-05-11T17:25:49.946Z] + ./coverage.out bytes=10 [2021-05-11T17:25:49.946Z] ==> Appending adjustments [2021-05-11T17:25:49.946Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T17:25:50.239Z] + Found adjustments [2021-05-11T17:25:50.239Z] ==> Gzipping contents [2021-05-11T17:25:50.239Z] 4.0K /tmp/codecov.rNrk7U.gz [2021-05-11T17:25:50.239Z] ==> Uploading reports [2021-05-11T17:25:50.239Z] url: https://codecov.io [2021-05-11T17:25:50.239Z] query: branch=master&commit=7e8cb258793469f1841277073dddd17e9c99cd16&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:25:50.239Z] -> Pinging Codecov [2021-05-11T17:25:50.239Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7e8cb258793469f1841277073dddd17e9c99cd16&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:25:51.185Z] -> Uploading to [2021-05-11T17:25:51.185Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/FB506323287CE973F263BFD2A0EB1F37/7e8cb258793469f1841277073dddd17e9c99cd16/c353cd32-2fb2-4c59-a5ca-7ee5e00399da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T172550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=017313cb67400e27a947cb07ea4295654c730079d8b6f81565fd26c85a703deb [2021-05-11T17:25:51.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:25:51.185Z] Dload Upload Total Spent Left Speed [2021-05-11T17:25:51.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6740 --:--:-- --:--:-- --:--:-- 6739 100 3902 0 0 100 3902 0 6738 --:--:-- --:--:-- --:--:-- 6739 [2021-05-11T17:25:51.758Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] } [2021-05-11T17:25:51.768Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T17:25:52.051Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T17:25:52.082Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:52.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:25:52.393Z] [2021-05-11T17:25:52.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:52.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:25:52.724Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T17:25:52.724Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T17:25:52.724Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T17:25:52.724Z] de9db76c5a1d: Pulling fs layer [2021-05-11T17:25:52.724Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T17:25:52.724Z] 0d57e429df01: Pulling fs layer [2021-05-11T17:25:52.724Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T17:25:52.724Z] e1f770b5df2f: Pulling fs layer [2021-05-11T17:25:52.724Z] 85a0685a4137: Pulling fs layer [2021-05-11T17:25:52.724Z] 0d57e429df01: Waiting [2021-05-11T17:25:52.724Z] 4e4be7b47b0d: Waiting [2021-05-11T17:25:52.724Z] e1f770b5df2f: Waiting [2021-05-11T17:25:52.724Z] 85a0685a4137: Waiting [2021-05-11T17:25:52.724Z] de9db76c5a1d: Verifying Checksum [2021-05-11T17:25:52.724Z] de9db76c5a1d: Download complete [2021-05-11T17:25:52.724Z] 0ef7d3d256c8: Download complete [2021-05-11T17:25:52.724Z] 0d57e429df01: Verifying Checksum [2021-05-11T17:25:52.724Z] 0d57e429df01: Download complete [2021-05-11T17:25:52.724Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T17:25:52.724Z] 4e4be7b47b0d: Download complete [2021-05-11T17:25:52.724Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T17:25:52.724Z] 188c0c94c7c5: Download complete [2021-05-11T17:25:53.301Z] 188c0c94c7c5: Pull complete [2021-05-11T17:25:53.563Z] 0ef7d3d256c8: Pull complete [2021-05-11T17:25:53.563Z] e1f770b5df2f: Verifying Checksum [2021-05-11T17:25:53.563Z] e1f770b5df2f: Download complete [2021-05-11T17:25:53.563Z] de9db76c5a1d: Pull complete [2021-05-11T17:25:56.903Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T17:25:56.903Z] 0eba1c9be4d2: Download complete [2021-05-11T17:25:57.852Z] 85a0685a4137: Verifying Checksum [2021-05-11T17:25:57.852Z] 85a0685a4137: Download complete [2021-05-11T17:26:03.214Z] 0eba1c9be4d2: Pull complete [2021-05-11T17:26:03.214Z] 0d57e429df01: Pull complete [2021-05-11T17:26:03.214Z] 4e4be7b47b0d: Pull complete [2021-05-11T17:26:05.138Z] e1f770b5df2f: Pull complete [2021-05-11T17:26:13.344Z] 85a0685a4137: Pull complete [2021-05-11T17:26:13.344Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T17:26:13.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:26:13.344Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T17:26:13.567Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:26:13.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T17:26:14.790Z] $ docker top da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T17:26:14.965Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T17:26:15.278Z] + set -o pipefail [2021-05-11T17:26:15.279Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T17:26:27.557Z] [2021-05-11T17:26:27.557Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-05-11T17:26:27.557Z] [2021-05-11T17:26:27.557Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/b8641825-ac99-472a-a32e-78b2b7d89a8f [2021-05-11T17:26:27.557Z] [2021-05-11T17:26:27.557Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-11T17:26:27.557Z] [2021-05-11T17:26:27.557Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T17:26:27.557Z] [2021-05-11T17:26:27.557Z] [Pipeline] } [2021-05-11T17:26:27.588Z] $ docker stop --time=1 da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 [2021-05-11T17:26:30.771Z] $ docker rm -f da01e5015f9f22f05645457fc99c79439f79e97fa7e27ec7a976e752e9175263 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:26:32.030Z] + git log --format=format:%s -1 7e8cb258793469f1841277073dddd17e9c99cd16 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:32.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:26:32.386Z] . [Pipeline] withDockerContainer [2021-05-11T17:26:32.504Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:26:32.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:26:33.521Z] $ docker top c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:26:33.801Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:26:34.140Z] + git semver [Pipeline] } [2021-05-11T17:26:34.171Z] $ docker stop --time=1 c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee [2021-05-11T17:26:35.574Z] $ docker rm -f c03bffb4e6e0fcc51295278682d853c34bbad1597eac5bb45c10080a60ed94ee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:36.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:26:36.140Z] [2021-05-11T17:26:36.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:36.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:26:36.464Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T17:26:36.464Z] ab5ef0e58194: Pulling fs layer [2021-05-11T17:26:36.464Z] 9712f1f96733: Pulling fs layer [2021-05-11T17:26:36.464Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T17:26:36.464Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T17:26:36.464Z] e9a5061849ea: Pulling fs layer [2021-05-11T17:26:36.464Z] d747dcd14b5f: Pulling fs layer [2021-05-11T17:26:36.464Z] 2de7ff778b66: Pulling fs layer [2021-05-11T17:26:36.464Z] e9a5061849ea: Waiting [2021-05-11T17:26:36.464Z] d747dcd14b5f: Waiting [2021-05-11T17:26:36.464Z] 0d9ebad4ef96: Waiting [2021-05-11T17:26:36.464Z] 9712f1f96733: Verifying Checksum [2021-05-11T17:26:36.464Z] 9712f1f96733: Download complete [2021-05-11T17:26:38.401Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T17:26:38.401Z] 63f879dbbcfc: Download complete [2021-05-11T17:26:38.401Z] e9a5061849ea: Verifying Checksum [2021-05-11T17:26:38.401Z] e9a5061849ea: Download complete [2021-05-11T17:26:38.401Z] d747dcd14b5f: Verifying Checksum [2021-05-11T17:26:38.401Z] d747dcd14b5f: Download complete [2021-05-11T17:26:38.665Z] ab5ef0e58194: Verifying Checksum [2021-05-11T17:26:38.665Z] ab5ef0e58194: Download complete [2021-05-11T17:26:38.927Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T17:26:38.927Z] 0d9ebad4ef96: Download complete [2021-05-11T17:26:39.512Z] 2de7ff778b66: Verifying Checksum [2021-05-11T17:26:39.512Z] 2de7ff778b66: Download complete [2021-05-11T17:26:43.770Z] ab5ef0e58194: Pull complete [2021-05-11T17:26:44.037Z] 9712f1f96733: Pull complete [2021-05-11T17:26:46.017Z] 63f879dbbcfc: Pull complete [2021-05-11T17:26:52.685Z] 0d9ebad4ef96: Pull complete [2021-05-11T17:26:54.091Z] e9a5061849ea: Pull complete [2021-05-11T17:26:54.353Z] d747dcd14b5f: Pull complete [2021-05-11T17:26:56.915Z] 2de7ff778b66: Pull complete [2021-05-11T17:26:56.915Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T17:26:56.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:26:56.915Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T17:26:57.138Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:26:57.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T17:27:01.109Z] $ docker top 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:27:01.451Z] provisioning config files... [2021-05-11T17:27:01.464Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1478505074659202451tmp [2021-05-11T17:27:01.482Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5431532427379749470tmp [2021-05-11T17:27:01.498Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7451616691255583092tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:27:01.521Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:01.832Z] ---> sigul-configuration.sh [2021-05-11T17:27:01.832Z] gpg: directory `/root/.gnupg' created [2021-05-11T17:27:01.832Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T17:27:01.832Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T17:27:01.832Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T17:27:01.832Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T17:27:01.832Z] gpg: CAST5 encrypted data [2021-05-11T17:27:02.094Z] gpg: encrypted with 1 passphrase [2021-05-11T17:27:02.094Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T17:27:02.400Z] + mkdir /home/jenkins [2021-05-11T17:27:02.400Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T17:27:02.705Z] + 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-11T17:27:02.716Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:03.017Z] ---> sigul-install.sh [2021-05-11T17:27:11.183Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T17:27:11.489Z] + git tag --list [2021-05-11T17:27:11.489Z] 0.1.1 [2021-05-11T17:27:11.489Z] v1.1.0 [2021-05-11T17:27:11.489Z] v1.2.0 [2021-05-11T17:27:11.489Z] v1.2.1 [2021-05-11T17:27:11.489Z] v1.3.0 [2021-05-11T17:27:11.489Z] v2.0.0-dev.1 [2021-05-11T17:27:11.489Z] v2.0.0-dev.10 [2021-05-11T17:27:11.489Z] v2.0.0-dev.11 [2021-05-11T17:27:11.489Z] v2.0.0-dev.12 [2021-05-11T17:27:11.489Z] v2.0.0-dev.13 [2021-05-11T17:27:11.489Z] v2.0.0-dev.14 [2021-05-11T17:27:11.489Z] v2.0.0-dev.15 [2021-05-11T17:27:11.489Z] v2.0.0-dev.16 [2021-05-11T17:27:11.489Z] v2.0.0-dev.17 [2021-05-11T17:27:11.489Z] v2.0.0-dev.18 [2021-05-11T17:27:11.489Z] v2.0.0-dev.19 [2021-05-11T17:27:11.489Z] v2.0.0-dev.2 [2021-05-11T17:27:11.489Z] v2.0.0-dev.20 [2021-05-11T17:27:11.489Z] v2.0.0-dev.21 [2021-05-11T17:27:11.489Z] v2.0.0-dev.22 [2021-05-11T17:27:11.489Z] v2.0.0-dev.23 [2021-05-11T17:27:11.489Z] v2.0.0-dev.24 [2021-05-11T17:27:11.489Z] v2.0.0-dev.25 [2021-05-11T17:27:11.489Z] v2.0.0-dev.26 [2021-05-11T17:27:11.489Z] v2.0.0-dev.27 [2021-05-11T17:27:11.489Z] v2.0.0-dev.28 [2021-05-11T17:27:11.489Z] v2.0.0-dev.29 [2021-05-11T17:27:11.489Z] v2.0.0-dev.3 [2021-05-11T17:27:11.489Z] v2.0.0-dev.30 [2021-05-11T17:27:11.489Z] v2.0.0-dev.31 [2021-05-11T17:27:11.489Z] v2.0.0-dev.32 [2021-05-11T17:27:11.489Z] v2.0.0-dev.33 [2021-05-11T17:27:11.489Z] v2.0.0-dev.34 [2021-05-11T17:27:11.489Z] v2.0.0-dev.35 [2021-05-11T17:27:11.489Z] v2.0.0-dev.36 [2021-05-11T17:27:11.489Z] v2.0.0-dev.37 [2021-05-11T17:27:11.489Z] v2.0.0-dev.38 [2021-05-11T17:27:11.489Z] v2.0.0-dev.39 [2021-05-11T17:27:11.489Z] v2.0.0-dev.4 [2021-05-11T17:27:11.489Z] v2.0.0-dev.40 [2021-05-11T17:27:11.489Z] v2.0.0-dev.41 [2021-05-11T17:27:11.489Z] v2.0.0-dev.42 [2021-05-11T17:27:11.489Z] v2.0.0-dev.43 [2021-05-11T17:27:11.489Z] v2.0.0-dev.44 [2021-05-11T17:27:11.489Z] v2.0.0-dev.45 [2021-05-11T17:27:11.489Z] v2.0.0-dev.46 [2021-05-11T17:27:11.489Z] v2.0.0-dev.47 [2021-05-11T17:27:11.489Z] v2.0.0-dev.48 [2021-05-11T17:27:11.489Z] v2.0.0-dev.5 [2021-05-11T17:27:11.489Z] v2.0.0-dev.6 [2021-05-11T17:27:11.489Z] v2.0.0-dev.7 [2021-05-11T17:27:11.489Z] v2.0.0-dev.8 [2021-05-11T17:27:11.489Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-11T17:27:11.788Z] + lftools sign git-tag v2.0.0-dev.49 [2021-05-11T17:27:13.177Z] Signing Git tag with Sigul... [2021-05-11T17:27:13.177Z] Signing v2.0.0-dev.49 [2021-05-11T17:27:14.124Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.49'], return code 1, stdout , stderr [Pipeline] echo [2021-05-11T17:27:14.136Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:14.437Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T17:27:14.447Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T17:27:14.492Z] $ docker stop --time=1 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b [2021-05-11T17:27:16.194Z] $ docker rm -f 062656edbc0365da6a7cfd059c2b2cb1392c383b26e4431b2b18e53a2214433b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:16.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:27:16.823Z] . [Pipeline] withDockerContainer [2021-05-11T17:27:16.974Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:27:17.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:27:17.918Z] $ docker top 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:27:18.104Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:27:18.430Z] + git semver [Pipeline] } [2021-05-11T17:27:18.450Z] $ docker stop --time=1 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b [2021-05-11T17:27:19.828Z] $ docker rm -f 748ab8215c27e74bcc092854308d9c57d4d460535da28da5bbd130a2a6271c1b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:20.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:27:20.328Z] . [Pipeline] withDockerContainer [2021-05-11T17:27:20.428Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:27:20.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:27:21.287Z] $ docker top 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:27:21.430Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.48' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:27:21.743Z] + git semver [Pipeline] } [2021-05-11T17:27:21.763Z] $ docker stop --time=1 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d [2021-05-11T17:27:23.104Z] $ docker rm -f 5546f8bf50ceee9abd00e25e5365180a14b0583d88c33007409c1b2db193f50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:23.988Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:24.879Z] ---> package-listing.sh [2021-05-11T17:27:24.879Z] ++ facter osfamily [2021-05-11T17:27:24.879Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T17:27:24.879Z] + OS_FAMILY=redhat [2021-05-11T17:27:24.879Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-11T17:27:24.879Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T17:27:24.879Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T17:27:24.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T17:27:24.879Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T17:27:24.879Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-11T17:27:24.879Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T17:27:24.879Z] + case "${OS_FAMILY}" in [2021-05-11T17:27:24.879Z] + rpm -qa [2021-05-11T17:27:24.879Z] + sort [2021-05-11T17:27:30.191Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T17:27:30.191Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T17:27:30.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T17:27:30.191Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-11T17:27:30.191Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-05-11T17:27:30.191Z] + 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-11T17:27:30.205Z] 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-11T17:27:30.500Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:30.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:27:30.813Z] [2021-05-11T17:27:30.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:31.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:27:31.144Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T17:27:31.144Z] df20fa9351a1: Pulling fs layer [2021-05-11T17:27:31.144Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T17:27:31.144Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T17:27:31.144Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T17:27:31.144Z] 93b61091891f: Pulling fs layer [2021-05-11T17:27:31.144Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T17:27:31.144Z] 5e14af77c1be: Pulling fs layer [2021-05-11T17:27:31.144Z] 01666e4c0597: Pulling fs layer [2021-05-11T17:27:31.144Z] aa168da1d23b: Pulling fs layer [2021-05-11T17:27:31.144Z] 46f8f816bc3b: Waiting [2021-05-11T17:27:31.144Z] 93b61091891f: Waiting [2021-05-11T17:27:31.144Z] 93b9cdb0e59b: Waiting [2021-05-11T17:27:31.144Z] 5e14af77c1be: Waiting [2021-05-11T17:27:31.144Z] 01666e4c0597: Waiting [2021-05-11T17:27:31.144Z] aa168da1d23b: Waiting [2021-05-11T17:27:31.144Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T17:27:31.144Z] 36b3adc4ff6f: Download complete [2021-05-11T17:27:31.144Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T17:27:31.144Z] 46f8f816bc3b: Download complete [2021-05-11T17:27:31.144Z] df20fa9351a1: Download complete [2021-05-11T17:27:31.144Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T17:27:31.144Z] 93b9cdb0e59b: Download complete [2021-05-11T17:27:31.407Z] 93b61091891f: Download complete [2021-05-11T17:27:31.407Z] 5e14af77c1be: Verifying Checksum [2021-05-11T17:27:31.407Z] 5e14af77c1be: Download complete [2021-05-11T17:27:31.407Z] 01666e4c0597: Verifying Checksum [2021-05-11T17:27:31.407Z] 01666e4c0597: Download complete [2021-05-11T17:27:31.407Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T17:27:31.407Z] 8ad3a11d3b57: Download complete [2021-05-11T17:27:32.360Z] df20fa9351a1: Pull complete [2021-05-11T17:27:32.360Z] 36b3adc4ff6f: Pull complete [2021-05-11T17:27:33.314Z] aa168da1d23b: Verifying Checksum [2021-05-11T17:27:33.314Z] aa168da1d23b: Download complete [2021-05-11T17:27:34.358Z] 8ad3a11d3b57: Pull complete [2021-05-11T17:27:34.358Z] 46f8f816bc3b: Pull complete [2021-05-11T17:27:34.358Z] 93b61091891f: Pull complete [2021-05-11T17:27:34.358Z] 93b9cdb0e59b: Pull complete [2021-05-11T17:27:34.358Z] 5e14af77c1be: Pull complete [2021-05-11T17:27:34.624Z] 01666e4c0597: Pull complete [2021-05-11T17:27:42.852Z] aa168da1d23b: Pull complete [2021-05-11T17:27:42.852Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T17:27:42.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:27:42.852Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T17:27:43.013Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2021-05-11T17:27:43.072Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T17:27:45.809Z] $ docker top 4a0d7f0209dbe6a79957a2e4fc1755e6ccb704cfca3460431abfdb2345f1f898 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:27:46.321Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T17:27:46.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T17:27:46.932Z] + ls /var/log/sa-host [2021-05-11T17:27:46.932Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T17:27:46.932Z] file_magic: OK [2021-05-11T17:27:46.932Z] HZ: Using current value: 100 [2021-05-11T17:27:46.932Z] file_header: OK [2021-05-11T17:27:46.932Z] 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-11T17:27:46.932Z] Statistics: [2021-05-11T17:27:46.932Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T17:27:46.932Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T17:27:46.932Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T17:27:46.932Z] file_magic: OK [2021-05-11T17:27:46.932Z] HZ: Using current value: 100 [2021-05-11T17:27:46.932Z] file_header: OK [2021-05-11T17:27:46.932Z] 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-11T17:27:46.932Z] Statistics: [2021-05-11T17:27:46.932Z] Hnuu...uuuununununu... [2021-05-11T17:27:46.932Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:27:47.534Z] provisioning config files... [2021-05-11T17:27:47.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config713768411756638322tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:27:47.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:47.875Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T17:27:47.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T17:27:47.913Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:48.215Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T17:27:48.227Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:48.528Z] ---> sudo-logs.sh [2021-05-11T17:27:48.528Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T17:27:48.557Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:48.862Z] ---> job-cost.sh [2021-05-11T17:27:48.862Z] lf-activate-venv: SKIPPING [2021-05-11T17:27:48.862Z] DEBUG: total: 0.20999999344348907 [2021-05-11T17:27:48.862Z] INFO: Retrieving Stack Cost... [2021-05-11T17:27:49.823Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:27:50.400Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T17:27:50.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:50.725Z] ---> logs-deploy.sh [2021-05-11T17:27:50.725Z] lf-activate-venv: SKIPPING [2021-05-11T17:27:50.725Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/108 [2021-05-11T17:27:50.725Z] INFO: archiving workspace using pattern(s): [2021-05-11T17:27:52.649Z] Archives upload complete. [2021-05-11T17:27:52.649Z] INFO: archiving logs to Nexus