Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 23d84d0620b63080253f650c65c06b35d88c866e 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13658 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 23d84d0620b63080253f650c65c06b35d88c866e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 Commit message: "modify rule engine health check" > git rev-list --no-walk 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-27T03:39:02.116Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-27T03:39:02.416Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-27T03:39:02.523Z] ========================================================= [2020-11-27T03:39:02.523Z] EdgeX Global Pipelines Version Info [2020-11-27T03:39:02.523Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:39:04.504Z] ------------------- [2020-11-27T03:39:04.504Z] stable info: [2020-11-27T03:39:04.504Z] ------------------- [2020-11-27T03:39:04.504Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-27T03:39:04.504Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-27T03:39:04.504Z] Message: update stable to v1.0.167 [2020-11-27T03:39:05.080Z] ------------------- [2020-11-27T03:39:05.080Z] experimental info: [2020-11-27T03:39:05.080Z] ------------------- [2020-11-27T03:39:05.081Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-27T03:39:05.081Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-27T03:39:05.081Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-27T03:39:05.451Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-11-27T03:39:05.551Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-11-27T03:39:05.657Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-27T03:39:05.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-27T03:39:05.856Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-27T03:39:05.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-27T03:39:06.045Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-27T03:39:06.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-27T03:39:06.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-27T03:39:06.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-27T03:39:06.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-27T03:39:06.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-11-27T03:39:06.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-27T03:39:06.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-27T03:39:06.877Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-27T03:39:06.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-27T03:39:07.111Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-27T03:39:07.205Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-27T03:39:07.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-27T03:39:07.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-27T03:39:07.496Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-27T03:39:07.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-27T03:39:07.684Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-27T03:39:07.794Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-27T03:39:07.891Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-27T03:39:08.003Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-27T03:39:08.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-27T03:39:08.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-27T03:39:08.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-27T03:39:08.421Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] echo [2020-11-27T03:39:08.511Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23d84d0 [Pipeline] echo [2020-11-27T03:39:08.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T03:39:08.842Z] provisioning config files... [2020-11-27T03:39:08.877Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5518145833429615767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:39:09.243Z] ---> docker-login.sh [2020-11-27T03:39:09.243Z] nexus3.edgexfoundry.org:10001 [2020-11-27T03:39:09.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:39:09.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:39:09.770Z] Configure a credential helper to remove this warning. See [2020-11-27T03:39:09.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:39:09.770Z] [2020-11-27T03:39:09.770Z] Login Succeeded [2020-11-27T03:39:09.770Z] nexus3.edgexfoundry.org:10002 [2020-11-27T03:39:09.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:39:09.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:39:09.770Z] Configure a credential helper to remove this warning. See [2020-11-27T03:39:09.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:39:09.770Z] [2020-11-27T03:39:09.770Z] Login Succeeded [2020-11-27T03:39:09.770Z] nexus3.edgexfoundry.org:10003 [2020-11-27T03:39:10.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:39:10.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:39:10.033Z] Configure a credential helper to remove this warning. See [2020-11-27T03:39:10.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:39:10.033Z] [2020-11-27T03:39:10.033Z] Login Succeeded [2020-11-27T03:39:10.033Z] nexus3.edgexfoundry.org:10004 [2020-11-27T03:39:10.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:39:10.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:39:10.299Z] Configure a credential helper to remove this warning. See [2020-11-27T03:39:10.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:39:10.299Z] [2020-11-27T03:39:10.299Z] Login Succeeded [2020-11-27T03:39:10.299Z] docker.io [2020-11-27T03:39:10.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:39:10.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:39:10.561Z] Configure a credential helper to remove this warning. See [2020-11-27T03:39:10.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:39:10.561Z] [2020-11-27T03:39:10.561Z] Login Succeeded [2020-11-27T03:39:10.561Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T03:39:10.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-27T03:39:11.430Z] + git log --format=format:%s -1 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] echo [2020-11-27T03:39:11.503Z] GIT_COMMIT: 23d84d0620b63080253f650c65c06b35d88c866e, Commit Message: modify rule engine health check [Pipeline] echo [2020-11-27T03:39:11.571Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:39:12.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:39:12.751Z] [2020-11-27T03:39:12.751Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:39:13.118Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:39:13.118Z] latest: Pulling from edgex-devops/git-semver [2020-11-27T03:39:13.118Z] 31603596830f: Pulling fs layer [2020-11-27T03:39:13.118Z] 2a8b12db71e7: Pulling fs layer [2020-11-27T03:39:13.118Z] 6ca5941a6612: Pulling fs layer [2020-11-27T03:39:13.118Z] ecc8261a40a4: Pulling fs layer [2020-11-27T03:39:13.118Z] ecc8261a40a4: Waiting [2020-11-27T03:39:13.118Z] 2a8b12db71e7: Verifying Checksum [2020-11-27T03:39:13.118Z] 2a8b12db71e7: Download complete [2020-11-27T03:39:13.383Z] 31603596830f: Verifying Checksum [2020-11-27T03:39:13.383Z] 31603596830f: Download complete [2020-11-27T03:39:13.383Z] ecc8261a40a4: Verifying Checksum [2020-11-27T03:39:13.383Z] ecc8261a40a4: Download complete [2020-11-27T03:39:13.383Z] 6ca5941a6612: Verifying Checksum [2020-11-27T03:39:13.383Z] 6ca5941a6612: Download complete [2020-11-27T03:39:13.649Z] 31603596830f: Pull complete [2020-11-27T03:39:13.915Z] 2a8b12db71e7: Pull complete [2020-11-27T03:39:14.867Z] 6ca5941a6612: Pull complete [2020-11-27T03:39:14.867Z] ecc8261a40a4: Pull complete [2020-11-27T03:39:14.867Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-27T03:39:14.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:39:14.867Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-27T03:39:14.979Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:39:15.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-27T03:39:17.515Z] $ docker top f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-27T03:39:17.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T03:39:17.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T03:39:18.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T03:39:18.006Z] $ docker exec f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent [2020-11-27T03:39:18.167Z] SSH_AUTH_SOCK=/tmp/ssh-F76TVaeAoq86/agent.11 [2020-11-27T03:39:18.167Z] SSH_AGENT_PID=16 [2020-11-27T03:39:18.178Z] Running ssh-add (command line suppressed) [2020-11-27T03:39:18.298Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1694073850278678191.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1694073850278678191.key) [2020-11-27T03:39:18.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T03:39:18.685Z] + git tag --points-at HEAD [Pipeline] } [2020-11-27T03:39:18.710Z] $ docker exec --env ******** --env ******** f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent -k [2020-11-27T03:39:18.824Z] unset SSH_AUTH_SOCK; [2020-11-27T03:39:18.824Z] unset SSH_AGENT_PID; [2020-11-27T03:39:18.824Z] echo Agent pid 16 killed; [2020-11-27T03:39:18.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-27T03:39:19.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T03:39:19.045Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T03:39:19.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T03:39:19.212Z] $ docker exec f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent [2020-11-27T03:39:19.368Z] SSH_AUTH_SOCK=/tmp/ssh-HhBlWkTkzmhZ/agent.45 [2020-11-27T03:39:19.368Z] SSH_AGENT_PID=51 [2020-11-27T03:39:19.375Z] Running ssh-add (command line suppressed) [2020-11-27T03:39:19.488Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1234587688630455995.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1234587688630455995.key) [2020-11-27T03:39:19.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T03:39:19.883Z] + git semver init [2020-11-27T03:39:19.883Z] # -> Open(): unable to determine branch for HEAD [2020-11-27T03:39:19.883Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-27T03:39:19.883Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-27T03:39:19.883Z] # $SEMVER_REMOTE_NAME = origin [2020-11-27T03:39:19.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-27T03:39:19.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-27T03:39:19.883Z] # $SEMVER_BRANCH = master [2020-11-27T03:39:19.883Z] # $SEMVER_TEMP = /tmp/semver-945845304 [2020-11-27T03:39:19.883Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-11-27T03:39:22.439Z] # '/tmp/semver-945845304' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-11-27T03:39:22.439Z] # -> Force: false [2020-11-27T03:39:22.439Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-11-27T03:39:22.453Z] $ docker exec --env ******** --env ******** f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 ssh-agent -k [2020-11-27T03:39:22.579Z] unset SSH_AUTH_SOCK; [2020-11-27T03:39:22.580Z] unset SSH_AGENT_PID; [2020-11-27T03:39:22.580Z] echo Agent pid 51 killed; [2020-11-27T03:39:22.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T03:39:23.097Z] + git semver [Pipeline] } [2020-11-27T03:39:23.117Z] $ docker stop --time=1 f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 [2020-11-27T03:39:24.585Z] $ docker rm -f f1555ab13d652b9598e8e94559d18ccc29d121ec23eeb1545001ceab1334a5b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-27T03:39:25.117Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-27T03:39:25.478Z] Stashed 1 file(s) [Pipeline] echo [2020-11-27T03:39:25.481Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-27T03:39:41.081Z] Still waiting to schedule task [2020-11-27T03:39:41.081Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13658’ [2020-11-27T03:39:41.083Z] Still waiting to schedule task [2020-11-27T03:39:41.083Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-27T03:41:31.801Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13659 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-27T03:41:31.861Z] Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout [2020-11-27T03:41:36.874Z] using credential edgex-jenkins-ssh [2020-11-27T03:41:36.940Z] Cloning the remote Git repository [2020-11-27T03:41:37.012Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:41:37.130Z] > git init /w/workspace/edgex-ui-go/57 # timeout=10 [2020-11-27T03:41:37.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:41:37.234Z] > git --version # timeout=10 [2020-11-27T03:41:37.250Z] > git --version # 'git version 2.17.1' [2020-11-27T03:41:37.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T03:41:37.312Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T03:41:39.223Z] Checking out Revision 23d84d0620b63080253f650c65c06b35d88c866e (master) [2020-11-27T03:41:38.662Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-27T03:41:38.680Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T03:41:38.708Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-27T03:41:38.749Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:41:38.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T03:41:38.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-27T03:41:39.255Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T03:41:39.269Z] > git checkout -f 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 [2020-11-27T03:41:43.860Z] Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-27T03:41:45.498Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-27T03:41:45.933Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-27T03:41:46.299Z] + + true [2020-11-27T03:41:46.299Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T03:41:49.041Z] provisioning config files... [2020-11-27T03:41:49.129Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config6352929957741486543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:41:49.724Z] ---> docker-login.sh [2020-11-27T03:41:49.724Z] nexus3.edgexfoundry.org:10001 [2020-11-27T03:41:50.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:41:51.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:41:51.342Z] Configure a credential helper to remove this warning. See [2020-11-27T03:41:51.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:41:51.342Z] [2020-11-27T03:41:51.342Z] Login Succeeded [2020-11-27T03:41:51.342Z] nexus3.edgexfoundry.org:10002 [2020-11-27T03:41:51.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:41:51.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:41:51.618Z] Configure a credential helper to remove this warning. See [2020-11-27T03:41:51.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:41:51.618Z] [2020-11-27T03:41:51.618Z] Login Succeeded [2020-11-27T03:41:51.618Z] nexus3.edgexfoundry.org:10003 [2020-11-27T03:41:51.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:41:52.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:41:52.172Z] Configure a credential helper to remove this warning. See [2020-11-27T03:41:52.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:41:52.172Z] [2020-11-27T03:41:52.172Z] Login Succeeded [2020-11-27T03:41:52.172Z] nexus3.edgexfoundry.org:10004 [2020-11-27T03:41:52.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:41:52.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:41:52.723Z] Configure a credential helper to remove this warning. See [2020-11-27T03:41:52.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:41:52.723Z] [2020-11-27T03:41:52.723Z] Login Succeeded [2020-11-27T03:41:52.723Z] docker.io [2020-11-27T03:41:52.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:41:53.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:41:53.269Z] Configure a credential helper to remove this warning. See [2020-11-27T03:41:53.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:41:53.269Z] [2020-11-27T03:41:53.269Z] Login Succeeded [2020-11-27T03:41:53.269Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T03:41:53.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-27T03:41:53.755Z] ========================================================= [2020-11-27T03:41:53.755Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-27T03:41:53.755Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:41:54.136Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-27T03:41:54.736Z] Sending build context to Docker daemon 15.62MB [2020-11-27T03:41:54.736Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-27T03:41:54.736Z] Step 2/8 : FROM ${BASE} [2020-11-27T03:41:54.736Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-27T03:41:54.736Z] b538f80385f9: Pulling fs layer [2020-11-27T03:41:54.736Z] 74f711af9a0d: Pulling fs layer [2020-11-27T03:41:54.736Z] 99f96fe45779: Pulling fs layer [2020-11-27T03:41:54.736Z] 8529a6b9a6be: Pulling fs layer [2020-11-27T03:41:54.736Z] 45590311c82a: Pulling fs layer [2020-11-27T03:41:54.736Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-27T03:41:54.736Z] 209524e5b208: Pulling fs layer [2020-11-27T03:41:54.736Z] 8529a6b9a6be: Waiting [2020-11-27T03:41:54.736Z] 45590311c82a: Waiting [2020-11-27T03:41:54.736Z] 69ca0ff8b7b3: Waiting [2020-11-27T03:41:54.736Z] 99f96fe45779: Verifying Checksum [2020-11-27T03:41:54.736Z] 99f96fe45779: Download complete [2020-11-27T03:41:54.736Z] 74f711af9a0d: Download complete [2020-11-27T03:41:54.736Z] 45590311c82a: Verifying Checksum [2020-11-27T03:41:54.736Z] 45590311c82a: Download complete [2020-11-27T03:41:55.016Z] b538f80385f9: Verifying Checksum [2020-11-27T03:41:55.016Z] b538f80385f9: Download complete [2020-11-27T03:41:55.016Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-27T03:41:55.016Z] 69ca0ff8b7b3: Download complete [2020-11-27T03:41:55.621Z] b538f80385f9: Pull complete [2020-11-27T03:41:56.234Z] 74f711af9a0d: Pull complete [2020-11-27T03:41:56.511Z] 99f96fe45779: Pull complete [2020-11-27T03:41:57.956Z] 209524e5b208: Verifying Checksum [2020-11-27T03:41:57.956Z] 209524e5b208: Download complete [2020-11-27T03:41:58.552Z] 8529a6b9a6be: Verifying Checksum [2020-11-27T03:41:58.552Z] 8529a6b9a6be: Download complete [2020-11-27T03:42:10.980Z] 8529a6b9a6be: Pull complete [2020-11-27T03:42:10.980Z] 45590311c82a: Pull complete [2020-11-27T03:42:10.980Z] 69ca0ff8b7b3: Pull complete [2020-11-27T03:42:13.610Z] 209524e5b208: Pull complete [2020-11-27T03:42:13.610Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-27T03:42:13.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-27T03:42:13.610Z] ---> 5bddaf1c2fca [2020-11-27T03:42:13.610Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-27T03:42:16.995Z] ---> Running in 3d79101ed6d5 [2020-11-27T03:42:16.995Z] Removing intermediate container 3d79101ed6d5 [2020-11-27T03:42:16.995Z] ---> 7a4fa2655eb8 [2020-11-27T03:42:16.995Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T03:42:16.995Z] ---> Running in acf2743aefe4 [2020-11-27T03:42:19.616Z] Removing intermediate container acf2743aefe4 [2020-11-27T03:42:19.617Z] ---> d65df8022f4b [2020-11-27T03:42:19.617Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-27T03:42:19.617Z] ---> Running in 82e8d999f159 [2020-11-27T03:42:20.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T03:42:21.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T03:42:23.027Z] OK: 142 MiB in 39 packages [2020-11-27T03:42:24.009Z] Removing intermediate container 82e8d999f159 [2020-11-27T03:42:24.009Z] ---> 649f79996e9b [2020-11-27T03:42:24.009Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-27T03:42:24.009Z] ---> Running in 6fa2ad660137 [2020-11-27T03:42:24.604Z] Removing intermediate container 6fa2ad660137 [2020-11-27T03:42:24.604Z] ---> 465e0b94fe2e [2020-11-27T03:42:24.604Z] Step 7/8 : COPY . . [2020-11-27T03:42:26.603Z] ---> 852a37e5c4d1 [2020-11-27T03:42:26.603Z] Step 8/8 : RUN go mod download [2020-11-27T03:42:26.603Z] ---> Running in e9878032b708 [2020-11-27T03:42:26.921Z] Running on prd-centos7-docker-4c-2g-13660 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-27T03:42:26.981Z] Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout [2020-11-27T03:42:29.396Z] using credential edgex-jenkins-ssh [2020-11-27T03:42:29.466Z] Cloning the remote Git repository [2020-11-27T03:42:29.501Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:42:29.568Z] > git init /w/workspace/edgex-ui-go/57 # timeout=10 [2020-11-27T03:42:29.634Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:42:29.634Z] > git --version # timeout=10 [2020-11-27T03:42:29.640Z] > git --version # 'git version 2.24.3' [2020-11-27T03:42:29.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T03:42:29.668Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T03:42:30.548Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-27T03:42:30.559Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T03:42:30.575Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-27T03:42:30.589Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-27T03:42:30.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T03:42:30.594Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-27T03:42:30.963Z] Checking out Revision 23d84d0620b63080253f650c65c06b35d88c866e (master) [2020-11-27T03:42:30.974Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T03:42:30.980Z] > git checkout -f 23d84d0620b63080253f650c65c06b35d88c866e # timeout=10 [2020-11-27T03:42:34.710Z] Commit message: "modify rule engine health check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-27T03:42:35.943Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-27T03:42:36.277Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-27T03:42:36.580Z] + sudo service docker restart [2020-11-27T03:42:36.580Z] + true [2020-11-27T03:42:36.580Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T03:42:37.599Z] provisioning config files... [2020-11-27T03:42:37.626Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config5342614796978908565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:42:38.003Z] ---> docker-login.sh [2020-11-27T03:42:38.003Z] nexus3.edgexfoundry.org:10001 [2020-11-27T03:42:38.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:42:38.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:42:38.269Z] Configure a credential helper to remove this warning. See [2020-11-27T03:42:38.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:42:38.269Z] [2020-11-27T03:42:38.269Z] Login Succeeded [2020-11-27T03:42:38.269Z] nexus3.edgexfoundry.org:10002 [2020-11-27T03:42:38.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:42:38.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:42:38.532Z] Configure a credential helper to remove this warning. See [2020-11-27T03:42:38.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:42:38.532Z] [2020-11-27T03:42:38.532Z] Login Succeeded [2020-11-27T03:42:38.532Z] nexus3.edgexfoundry.org:10003 [2020-11-27T03:42:38.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:42:38.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:42:38.794Z] Configure a credential helper to remove this warning. See [2020-11-27T03:42:38.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:42:38.794Z] [2020-11-27T03:42:38.794Z] Login Succeeded [2020-11-27T03:42:38.794Z] nexus3.edgexfoundry.org:10004 [2020-11-27T03:42:38.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:42:39.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:42:39.057Z] Configure a credential helper to remove this warning. See [2020-11-27T03:42:39.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:42:39.057Z] [2020-11-27T03:42:39.057Z] Login Succeeded [2020-11-27T03:42:39.057Z] docker.io [2020-11-27T03:42:39.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:42:39.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:42:39.322Z] Configure a credential helper to remove this warning. See [2020-11-27T03:42:39.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:42:39.322Z] [2020-11-27T03:42:39.322Z] Login Succeeded [2020-11-27T03:42:39.322Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T03:42:39.333Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-27T03:42:39.722Z] ========================================================= [2020-11-27T03:42:39.722Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-27T03:42:39.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:42:40.097Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-27T03:42:40.364Z] Sending build context to Docker daemon 15.62MB [2020-11-27T03:42:40.364Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-27T03:42:40.364Z] Step 2/8 : FROM ${BASE} [2020-11-27T03:42:40.364Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-27T03:42:40.364Z] df20fa9351a1: Pulling fs layer [2020-11-27T03:42:40.364Z] ed8968b2872e: Pulling fs layer [2020-11-27T03:42:40.364Z] a92cc7c5fd73: Pulling fs layer [2020-11-27T03:42:40.364Z] e871e8e8d7a9: Pulling fs layer [2020-11-27T03:42:40.364Z] e73272ec9a57: Pulling fs layer [2020-11-27T03:42:40.364Z] 1e910a182e73: Pulling fs layer [2020-11-27T03:42:40.364Z] 4e634b169226: Pulling fs layer [2020-11-27T03:42:40.364Z] 1e910a182e73: Waiting [2020-11-27T03:42:40.364Z] 4e634b169226: Waiting [2020-11-27T03:42:40.364Z] e73272ec9a57: Waiting [2020-11-27T03:42:40.364Z] a92cc7c5fd73: Verifying Checksum [2020-11-27T03:42:40.364Z] a92cc7c5fd73: Download complete [2020-11-27T03:42:40.364Z] ed8968b2872e: Verifying Checksum [2020-11-27T03:42:40.364Z] ed8968b2872e: Download complete [2020-11-27T03:42:40.628Z] e73272ec9a57: Verifying Checksum [2020-11-27T03:42:40.628Z] e73272ec9a57: Download complete [2020-11-27T03:42:40.628Z] df20fa9351a1: Verifying Checksum [2020-11-27T03:42:40.628Z] df20fa9351a1: Download complete [2020-11-27T03:42:40.628Z] 1e910a182e73: Verifying Checksum [2020-11-27T03:42:40.628Z] 1e910a182e73: Download complete [2020-11-27T03:42:40.892Z] df20fa9351a1: Pull complete [2020-11-27T03:42:41.154Z] ed8968b2872e: Pull complete [2020-11-27T03:42:41.154Z] a92cc7c5fd73: Pull complete [2020-11-27T03:42:42.550Z] 4e634b169226: Verifying Checksum [2020-11-27T03:42:42.550Z] 4e634b169226: Download complete [2020-11-27T03:42:43.127Z] e871e8e8d7a9: Verifying Checksum [2020-11-27T03:42:43.127Z] e871e8e8d7a9: Download complete [2020-11-27T03:42:48.453Z] e871e8e8d7a9: Pull complete [2020-11-27T03:42:48.453Z] e73272ec9a57: Pull complete [2020-11-27T03:42:48.453Z] 1e910a182e73: Pull complete [2020-11-27T03:42:52.693Z] 4e634b169226: Pull complete [2020-11-27T03:42:52.693Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-27T03:42:52.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-27T03:42:52.693Z] ---> f7629b54cfaa [2020-11-27T03:42:52.693Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-27T03:42:52.693Z] ---> Running in 9a2072d589d8 [2020-11-27T03:42:52.693Z] Removing intermediate container 9a2072d589d8 [2020-11-27T03:42:52.693Z] ---> 3d402ce086d9 [2020-11-27T03:42:52.693Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T03:42:52.693Z] ---> Running in 529bc7eb2b8e [2020-11-27T03:42:53.398Z] Removing intermediate container e9878032b708 [2020-11-27T03:42:53.398Z] ---> ae65463f7df4 [2020-11-27T03:42:53.398Z] Successfully built ae65463f7df4 [2020-11-27T03:42:53.398Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:42:53.736Z] + docker inspect -f . ci-base-image-arm64 [2020-11-27T03:42:53.736Z] . [Pipeline] withDockerContainer [2020-11-27T03:42:53.964Z] prd-ubuntu18.04-docker-arm64-4c-16g-13659 does not seem to be running inside a container [2020-11-27T03:42:54.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat [2020-11-27T03:42:54.093Z] Removing intermediate container 529bc7eb2b8e [2020-11-27T03:42:54.093Z] ---> 2d6531dcc94d [2020-11-27T03:42:54.093Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-27T03:42:54.093Z] ---> Running in d24fa505ded6 [2020-11-27T03:42:55.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T03:42:55.443Z] $ docker top 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b -eo pid,comm [2020-11-27T03:42:55.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-11-27T03:42:56.193Z] OK: 166 MiB in 39 packages [2020-11-27T03:42:56.444Z] + go version [2020-11-27T03:42:56.444Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-27T03:42:56.476Z] $ docker stop --time=1 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b [2020-11-27T03:42:56.772Z] Removing intermediate container d24fa505ded6 [2020-11-27T03:42:56.772Z] ---> 336305f35efa [2020-11-27T03:42:56.772Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-27T03:42:56.772Z] ---> Running in bfcfe7b0675b [2020-11-27T03:42:56.772Z] Removing intermediate container bfcfe7b0675b [2020-11-27T03:42:56.772Z] ---> 630619fd918b [2020-11-27T03:42:56.772Z] Step 7/8 : COPY . . [2020-11-27T03:42:58.167Z] ---> 42cf6bd1f3f0 [2020-11-27T03:42:58.167Z] Step 8/8 : RUN go mod download [2020-11-27T03:42:58.167Z] ---> Running in 4bc794ceb182 [2020-11-27T03:42:58.402Z] $ docker rm -f 038a19f27cdc15bb18794fad96ea64d5dac33717bdee8daecaf52ce6924c668b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:42:59.434Z] + docker inspect -f . ci-base-image-arm64 [2020-11-27T03:42:59.434Z] . [Pipeline] withDockerContainer [2020-11-27T03:42:59.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-13659 does not seem to be running inside a container [2020-11-27T03:42:59.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat [2020-11-27T03:43:01.136Z] $ docker top bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T03:43:02.164Z] + make test [2020-11-27T03:43:02.165Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-27T03:43:03.615Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-27T03:43:20.182Z] Removing intermediate container 4bc794ceb182 [2020-11-27T03:43:20.182Z] ---> d1d1698608ee [2020-11-27T03:43:20.182Z] Successfully built d1d1698608ee [2020-11-27T03:43:20.182Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:43:20.501Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-27T03:43:20.501Z] . [Pipeline] withDockerContainer [2020-11-27T03:43:20.617Z] prd-centos7-docker-4c-2g-13660 does not seem to be running inside a container [2020-11-27T03:43:20.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-27T03:43:21.484Z] $ docker top b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T03:43:21.979Z] + go version [2020-11-27T03:43:21.979Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-27T03:43:21.995Z] $ docker stop --time=1 b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 [2020-11-27T03:43:23.335Z] $ docker rm -f b5b98d5633e02014e815c004a6b67026f3778073868767d9cd1fdd7567011f14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:43:24.182Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-27T03:43:24.182Z] . [Pipeline] withDockerContainer [2020-11-27T03:43:24.279Z] prd-centos7-docker-4c-2g-13660 does not seem to be running inside a container [2020-11-27T03:43:24.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-27T03:43:24.885Z] $ docker top dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T03:43:25.357Z] + make test [2020-11-27T03:43:25.357Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-27T03:43:25.818Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-27T03:43:25.818Z] GO111MODULE=on go vet ./... [2020-11-27T03:43:25.943Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2020-11-27T03:43:31.245Z] $ docker stop --time=1 bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-27T03:43:33.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-27T03:43:33.461Z] $ docker rm -f bad45b941e29fd0b8b279f98ac6f7b1b831cfae6af31801c26232775a3ffec82 [2020-11-27T03:43:33.479Z] GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-27T03:43:34.269Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } [2020-11-27T03:43:34.909Z] $ docker stop --time=1 dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f [2020-11-27T03:43:34.999Z] Stashed 1 file(s) [2020-11-27T03:43:37.035Z] $ docker rm -f dc3c7b3c9db780660b0a84496c7d81a6168e254e19d83a83f47b4787a743fd2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-11-27T03:43:37.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-27T03:43:37.622Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-11-27T03:43:37.976Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-27T03:43:40.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh [2020-11-27T03:43:40.657Z] + ls -al . [2020-11-27T03:43:40.657Z] total 116 [2020-11-27T03:43:40.657Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 27 03:43 . [2020-11-27T03:43:40.657Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 27 03:41 .. [2020-11-27T03:43:40.657Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 27 03:41 .git [2020-11-27T03:43:40.657Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 27 03:41 .github [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 136 Nov 27 03:41 .gitignore [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 27 03:41 CONTRIBUTING.md [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 913 Nov 27 03:41 Dockerfile [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 898 Nov 27 03:41 Dockerfile.build [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 27 03:41 Jenkinsfile [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 27 03:41 LICENSE [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 27 03:41 Makefile [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 3545 Nov 27 03:41 README.md [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 27 03:39 VERSION [2020-11-27T03:43:40.657Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 27 03:41 assets [2020-11-27T03:43:40.657Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 27 03:41 bin [2020-11-27T03:43:40.657Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 27 03:41 cmd [2020-11-27T03:43:40.657Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 27 03:43 coverage.out [2020-11-27T03:43:40.657Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 27 03:41 docs [2020-11-27T03:43:40.657Z] -rw-rw-r-- 1 jenkins jenkins 1019 Nov 27 03:41 go.mod [2020-11-27T03:43:40.657Z] -rw-r--r-- 1 jenkins jenkins 20718 Nov 27 03:43 go.sum [2020-11-27T03:43:40.657Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 27 03:41 internal [2020-11-27T03:43:40.658Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 27 03:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:43:40.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-27T03:43:41.069Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=23d84d0620b63080253f650c65c06b35d88c866e --label arch=arm64 --label version=1.3.1-dev.1 . [2020-11-27T03:43:41.138Z] + ls -al . [2020-11-27T03:43:41.139Z] total 84 [2020-11-27T03:43:41.139Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 27 03:43 . [2020-11-27T03:43:41.139Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 27 03:42 .. [2020-11-27T03:43:41.139Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 27 03:42 assets [2020-11-27T03:43:41.139Z] drwxrwxr-x. 2 jenkins jenkins 35 Nov 27 03:42 bin [2020-11-27T03:43:41.139Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 27 03:42 cmd [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 27 03:42 CONTRIBUTING.md [2020-11-27T03:43:41.139Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 27 03:43 coverage.out [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 913 Nov 27 03:42 Dockerfile [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 898 Nov 27 03:42 Dockerfile.build [2020-11-27T03:43:41.139Z] drwxrwxr-x. 5 jenkins jenkins 104 Nov 27 03:42 docs [2020-11-27T03:43:41.139Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 27 03:42 .git [2020-11-27T03:43:41.139Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 27 03:42 .github [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 136 Nov 27 03:42 .gitignore [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 1019 Nov 27 03:42 go.mod [2020-11-27T03:43:41.139Z] -rw-r--r--. 1 jenkins jenkins 20718 Nov 27 03:43 go.sum [2020-11-27T03:43:41.139Z] drwxrwxr-x. 10 jenkins jenkins 139 Nov 27 03:42 internal [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 27 03:42 Jenkinsfile [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 27 03:42 LICENSE [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 27 03:42 Makefile [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 3545 Nov 27 03:42 README.md [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 11 Nov 27 03:39 VERSION [2020-11-27T03:43:41.139Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 27 03:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:43:41.447Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=23d84d0620b63080253f650c65c06b35d88c866e --label arch=amd64 --label version=1.3.1-dev.1 . [2020-11-27T03:43:41.688Z] Sending build context to Docker daemon 15.64MB [2020-11-27T03:43:41.688Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-27T03:43:41.688Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-27T03:43:41.688Z] ---> ae65463f7df4 [2020-11-27T03:43:41.688Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-27T03:43:41.711Z] Sending build context to Docker daemon 15.64MB [2020-11-27T03:43:41.711Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-27T03:43:41.711Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-27T03:43:41.711Z] ---> d1d1698608ee [2020-11-27T03:43:41.711Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-27T03:43:41.961Z] ---> Running in 4cf7d9fe4681 [2020-11-27T03:43:41.973Z] ---> Running in 7d53bac3a4a8 [2020-11-27T03:43:42.237Z] Removing intermediate container 7d53bac3a4a8 [2020-11-27T03:43:42.237Z] ---> 74cff4e43d8d [2020-11-27T03:43:42.237Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-27T03:43:42.237Z] ---> Running in 51d48763e974 [2020-11-27T03:43:42.237Z] Removing intermediate container 51d48763e974 [2020-11-27T03:43:42.237Z] ---> aec64f3ff2d8 [2020-11-27T03:43:42.237Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-27T03:43:42.500Z] ---> Running in 7a7273a48b90 [2020-11-27T03:43:42.500Z] Removing intermediate container 7a7273a48b90 [2020-11-27T03:43:42.500Z] ---> ae41fbe843ca [2020-11-27T03:43:42.500Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-27T03:43:42.500Z] ---> Running in 109f9c84e843 [2020-11-27T03:43:42.559Z] Removing intermediate container 4cf7d9fe4681 [2020-11-27T03:43:42.559Z] ---> 9afa88343bc0 [2020-11-27T03:43:42.559Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-27T03:43:42.559Z] ---> Running in f681bd4e38f5 [2020-11-27T03:43:42.763Z] Removing intermediate container 109f9c84e843 [2020-11-27T03:43:42.763Z] ---> 323b75db961e [2020-11-27T03:43:42.763Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-27T03:43:42.763Z] ---> Running in 0bf1834c05b8 [2020-11-27T03:43:43.027Z] Removing intermediate container 0bf1834c05b8 [2020-11-27T03:43:43.027Z] ---> 476ad4465fb4 [2020-11-27T03:43:43.027Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T03:43:43.027Z] ---> Running in c68b1d1fd111 [2020-11-27T03:43:43.158Z] Removing intermediate container f681bd4e38f5 [2020-11-27T03:43:43.158Z] ---> 22e9af105169 [2020-11-27T03:43:43.158Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-27T03:43:43.158Z] ---> Running in ec81d8313def [2020-11-27T03:43:43.759Z] Removing intermediate container ec81d8313def [2020-11-27T03:43:43.759Z] ---> 9c109f83f529 [2020-11-27T03:43:43.759Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-27T03:43:43.759Z] ---> Running in a76f42ee174b [2020-11-27T03:43:43.980Z] Removing intermediate container c68b1d1fd111 [2020-11-27T03:43:43.980Z] ---> 64748df67374 [2020-11-27T03:43:43.980Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-27T03:43:44.244Z] ---> Running in f8d6504cc870 [2020-11-27T03:43:44.362Z] Removing intermediate container a76f42ee174b [2020-11-27T03:43:44.363Z] ---> 34550da7c2e5 [2020-11-27T03:43:44.363Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-27T03:43:44.363Z] ---> Running in c7a6731ea86e [2020-11-27T03:43:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T03:43:44.961Z] Removing intermediate container c7a6731ea86e [2020-11-27T03:43:44.961Z] ---> 765b6c2e3a0c [2020-11-27T03:43:44.961Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T03:43:44.961Z] ---> Running in 6a4337757676 [2020-11-27T03:43:45.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T03:43:46.031Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T03:43:46.031Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T03:43:46.031Z] OK: 12754 distinct packages available [2020-11-27T03:43:46.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T03:43:46.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T03:43:46.943Z] Removing intermediate container 6a4337757676 [2020-11-27T03:43:46.943Z] ---> ca9b1935f633 [2020-11-27T03:43:46.943Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-27T03:43:47.219Z] ---> Running in bd4c725b1402 [2020-11-27T03:43:47.555Z] OK: 166 MiB in 39 packages [2020-11-27T03:43:47.817Z] Removing intermediate container f8d6504cc870 [2020-11-27T03:43:47.817Z] ---> 63043d96899b [2020-11-27T03:43:47.817Z] Step 10/24 : ENV GO111MODULE=on [2020-11-27T03:43:48.082Z] ---> Running in f6c5ca8888b0 [2020-11-27T03:43:48.082Z] Removing intermediate container f6c5ca8888b0 [2020-11-27T03:43:48.082Z] ---> dbadbc7bd636 [2020-11-27T03:43:48.082Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-27T03:43:48.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T03:43:48.347Z] ---> Running in 0b747581460b [2020-11-27T03:43:48.347Z] Removing intermediate container 0b747581460b [2020-11-27T03:43:48.347Z] ---> 886929cb70d9 [2020-11-27T03:43:48.347Z] Step 12/24 : COPY go.mod . [2020-11-27T03:43:48.612Z] ---> 66855d6f4274 [2020-11-27T03:43:48.612Z] Step 13/24 : COPY Makefile . [2020-11-27T03:43:48.876Z] ---> 4ba954ea6bd2 [2020-11-27T03:43:48.876Z] Step 14/24 : RUN make update [2020-11-27T03:43:49.452Z] ---> Running in f2e3f4a0f9c6 [2020-11-27T03:43:49.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T03:43:49.728Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-27T03:43:50.303Z] Removing intermediate container f2e3f4a0f9c6 [2020-11-27T03:43:50.303Z] ---> a70fd9d08c45 [2020-11-27T03:43:50.303Z] Step 15/24 : COPY . . [2020-11-27T03:43:51.254Z] ---> a3ef7c66ce4a [2020-11-27T03:43:51.254Z] Step 16/24 : RUN ${MAKE} [2020-11-27T03:43:51.516Z] ---> Running in 140637a55ca8 [2020-11-27T03:43:51.589Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T03:43:51.589Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T03:43:51.589Z] OK: 12625 distinct packages available [2020-11-27T03:43:51.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T03:43:51.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.1-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-27T03:43:53.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T03:43:53.984Z] OK: 142 MiB in 39 packages [2020-11-27T03:43:55.417Z] Removing intermediate container bd4c725b1402 [2020-11-27T03:43:55.417Z] ---> ba7c9cf3adee [2020-11-27T03:43:55.417Z] Step 10/24 : ENV GO111MODULE=on [2020-11-27T03:43:55.417Z] ---> Running in bec0580dabb6 [2020-11-27T03:43:55.689Z] Removing intermediate container bec0580dabb6 [2020-11-27T03:43:55.689Z] ---> cc17e6c76973 [2020-11-27T03:43:55.689Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-27T03:43:55.964Z] ---> Running in 9e91eaadf45e [2020-11-27T03:43:56.237Z] Removing intermediate container 9e91eaadf45e [2020-11-27T03:43:56.237Z] ---> 69bedf53cfbe [2020-11-27T03:43:56.237Z] Step 12/24 : COPY go.mod . [2020-11-27T03:43:57.216Z] ---> 4a2b1652d8a9 [2020-11-27T03:43:57.216Z] Step 13/24 : COPY Makefile . [2020-11-27T03:43:57.812Z] ---> b7d75cebf193 [2020-11-27T03:43:57.812Z] Step 14/24 : RUN make update [2020-11-27T03:43:57.812Z] ---> Running in 82a3e834dd53 [2020-11-27T03:43:58.792Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-27T03:44:00.049Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-27T03:44:00.236Z] Removing intermediate container 82a3e834dd53 [2020-11-27T03:44:00.236Z] ---> 671758f927b5 [2020-11-27T03:44:00.236Z] Step 15/24 : COPY . . [2020-11-27T03:44:01.971Z] Removing intermediate container 140637a55ca8 [2020-11-27T03:44:01.972Z] ---> ccab56ea796d [2020-11-27T03:44:01.972Z] Step 17/24 : FROM alpine [2020-11-27T03:44:02.218Z] ---> 79158fcb5b06 [2020-11-27T03:44:02.219Z] Step 16/24 : RUN ${MAKE} [2020-11-27T03:44:02.219Z] ---> Running in 277832de0b98 [2020-11-27T03:44:02.546Z] latest: Pulling from library/alpine [2020-11-27T03:44:02.546Z] 188c0c94c7c5: Pulling fs layer [2020-11-27T03:44:02.810Z] 188c0c94c7c5: Verifying Checksum [2020-11-27T03:44:02.810Z] 188c0c94c7c5: Download complete [2020-11-27T03:44:03.073Z] 188c0c94c7c5: Pull complete [2020-11-27T03:44:03.073Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-27T03:44:03.073Z] Status: Downloaded newer image for alpine:latest [2020-11-27T03:44:03.073Z] ---> d6e46aa2470d [2020-11-27T03:44:03.073Z] Step 18/24 : EXPOSE 4000 [2020-11-27T03:44:03.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.1-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-27T03:44:03.335Z] ---> Running in d0ad4db366ce [2020-11-27T03:44:03.335Z] Removing intermediate container d0ad4db366ce [2020-11-27T03:44:03.335Z] ---> dd24ff9f768f [2020-11-27T03:44:03.335Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-27T03:44:04.280Z] ---> 9bcb2231e72d [2020-11-27T03:44:04.280Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-27T03:44:04.280Z] ---> Running in ccbced2e8437 [2020-11-27T03:44:04.542Z] Removing intermediate container ccbced2e8437 [2020-11-27T03:44:04.542Z] ---> 7c195fe91608 [2020-11-27T03:44:04.542Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-27T03:44:04.542Z] ---> Running in df0b36e5a619 [2020-11-27T03:44:04.809Z] Removing intermediate container df0b36e5a619 [2020-11-27T03:44:04.809Z] ---> 7adb99045acd [2020-11-27T03:44:04.809Z] Step 22/24 : LABEL arch=amd64 [2020-11-27T03:44:04.809Z] ---> Running in b12217513305 [2020-11-27T03:44:05.071Z] Removing intermediate container b12217513305 [2020-11-27T03:44:05.071Z] ---> cc6b2dd56efa [2020-11-27T03:44:05.071Z] Step 23/24 : LABEL git_sha=23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:05.071Z] ---> Running in c995225193c3 [2020-11-27T03:44:05.335Z] Removing intermediate container c995225193c3 [2020-11-27T03:44:05.335Z] ---> 60885f2c6088 [2020-11-27T03:44:05.335Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-27T03:44:05.335Z] ---> Running in a1ecd966f06c [2020-11-27T03:44:05.597Z] Removing intermediate container a1ecd966f06c [2020-11-27T03:44:05.597Z] ---> dcf394cd189e [2020-11-27T03:44:05.597Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-27T03:44:05.597Z] Successfully built dcf394cd189e [2020-11-27T03:44:05.597Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T03:44:06.057Z] provisioning config files... [2020-11-27T03:44:06.090Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config8757294885277182561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:44:06.472Z] ---> docker-login.sh [2020-11-27T03:44:06.472Z] nexus3.edgexfoundry.org:10001 [2020-11-27T03:44:06.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:06.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:06.738Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:06.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:06.738Z] [2020-11-27T03:44:06.738Z] Login Succeeded [2020-11-27T03:44:06.738Z] nexus3.edgexfoundry.org:10002 [2020-11-27T03:44:06.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:06.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:06.738Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:06.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:06.738Z] [2020-11-27T03:44:06.738Z] Login Succeeded [2020-11-27T03:44:06.738Z] nexus3.edgexfoundry.org:10003 [2020-11-27T03:44:07.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:07.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:07.002Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:07.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:07.002Z] [2020-11-27T03:44:07.002Z] Login Succeeded [2020-11-27T03:44:07.002Z] nexus3.edgexfoundry.org:10004 [2020-11-27T03:44:07.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:07.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:07.265Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:07.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:07.265Z] [2020-11-27T03:44:07.265Z] Login Succeeded [2020-11-27T03:44:07.265Z] docker.io [2020-11-27T03:44:07.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:07.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:07.527Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:07.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:07.527Z] [2020-11-27T03:44:07.527Z] Login Succeeded [2020-11-27T03:44:07.527Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T03:44:07.538Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-27T03:44:07.768Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-11-27T03:44:07.768Z] 23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:07.768Z] latest [2020-11-27T03:44:07.768Z] 1.3.1-dev.1 [2020-11-27T03:44:07.768Z] 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:07.768Z] master [2020-11-27T03:44:07.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:08.285Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:08.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:08.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-27T03:44:08.593Z] 2d1cc0d99b9f: Preparing [2020-11-27T03:44:08.593Z] ace0eda3e3be: Preparing [2020-11-27T03:44:08.593Z] ace0eda3e3be: Layer already exists [2020-11-27T03:44:09.987Z] 2d1cc0d99b9f: Pushed [2020-11-27T03:44:10.248Z] 23d84d0620b63080253f650c65c06b35d88c866e: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:10.562Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:10.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-27T03:44:10.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-27T03:44:10.894Z] 2d1cc0d99b9f: Preparing [2020-11-27T03:44:10.894Z] ace0eda3e3be: Preparing [2020-11-27T03:44:10.894Z] 2d1cc0d99b9f: Layer already exists [2020-11-27T03:44:10.894Z] ace0eda3e3be: Layer already exists [2020-11-27T03:44:11.157Z] latest: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:11.463Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:11.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 [2020-11-27T03:44:11.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-27T03:44:11.767Z] 2d1cc0d99b9f: Preparing [2020-11-27T03:44:11.767Z] ace0eda3e3be: Preparing [2020-11-27T03:44:11.767Z] ace0eda3e3be: Layer already exists [2020-11-27T03:44:11.767Z] 2d1cc0d99b9f: Layer already exists [2020-11-27T03:44:11.767Z] 1.3.1-dev.1: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:12.080Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:12.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:12.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-27T03:44:12.387Z] 2d1cc0d99b9f: Preparing [2020-11-27T03:44:12.387Z] ace0eda3e3be: Preparing [2020-11-27T03:44:12.387Z] 2d1cc0d99b9f: Layer already exists [2020-11-27T03:44:12.387Z] ace0eda3e3be: Layer already exists [2020-11-27T03:44:12.387Z] 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:12.701Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:13.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-11-27T03:44:13.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-27T03:44:13.014Z] 2d1cc0d99b9f: Preparing [2020-11-27T03:44:13.014Z] ace0eda3e3be: Preparing [2020-11-27T03:44:13.014Z] 2d1cc0d99b9f: Layer already exists [2020-11-27T03:44:13.014Z] ace0eda3e3be: Layer already exists [2020-11-27T03:44:13.014Z] master: digest: sha256:f72d0b0910ca237cafeee0b43fa95f3796cf330ff670ed06a20b6c7fdddf5724 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-27T03:44:13.272Z] ===================================================== [Pipeline] echo [2020-11-27T03:44:13.327Z] taggedImages: [2020-11-27T03:44:13.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:13.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-27T03:44:13.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.1-dev.1 [2020-11-27T03:44:13.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:13.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-27T03:44:25.396Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-27T03:44:30.790Z] Removing intermediate container 277832de0b98 [2020-11-27T03:44:30.790Z] ---> c21f6d69bafc [2020-11-27T03:44:30.790Z] Step 17/24 : FROM alpine [2020-11-27T03:44:30.790Z] latest: Pulling from library/alpine [2020-11-27T03:44:31.060Z] 5f621e34cdf4: Pulling fs layer [2020-11-27T03:44:31.334Z] 5f621e34cdf4: Verifying Checksum [2020-11-27T03:44:31.334Z] 5f621e34cdf4: Download complete [2020-11-27T03:44:31.929Z] 5f621e34cdf4: Pull complete [2020-11-27T03:44:31.930Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-27T03:44:31.930Z] Status: Downloaded newer image for alpine:latest [2020-11-27T03:44:31.930Z] ---> 2e77e061c27f [2020-11-27T03:44:31.930Z] Step 18/24 : EXPOSE 4000 [2020-11-27T03:44:32.203Z] ---> Running in e5c55c61cbd1 [2020-11-27T03:44:32.477Z] Removing intermediate container e5c55c61cbd1 [2020-11-27T03:44:32.477Z] ---> 931c89f3b826 [2020-11-27T03:44:32.478Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-27T03:44:34.455Z] ---> 1c2fc14046e1 [2020-11-27T03:44:34.455Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-27T03:44:34.455Z] ---> Running in 2aebfab203c7 [2020-11-27T03:44:35.046Z] Removing intermediate container 2aebfab203c7 [2020-11-27T03:44:35.046Z] ---> 166627d7cfe7 [2020-11-27T03:44:35.046Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-27T03:44:35.046Z] ---> Running in 4057338b509f [2020-11-27T03:44:35.320Z] Removing intermediate container 4057338b509f [2020-11-27T03:44:35.320Z] ---> 8219e8659b30 [2020-11-27T03:44:35.320Z] Step 22/24 : LABEL arch=arm64 [2020-11-27T03:44:35.595Z] ---> Running in d38cc764dbe9 [2020-11-27T03:44:36.191Z] Removing intermediate container d38cc764dbe9 [2020-11-27T03:44:36.191Z] ---> d6918efd5059 [2020-11-27T03:44:36.191Z] Step 23/24 : LABEL git_sha=23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:36.191Z] ---> Running in 425209c4affa [2020-11-27T03:44:36.787Z] Removing intermediate container 425209c4affa [2020-11-27T03:44:36.787Z] ---> 09440d995404 [2020-11-27T03:44:36.787Z] Step 24/24 : LABEL version=1.3.1-dev.1 [2020-11-27T03:44:36.787Z] ---> Running in 99b2f6ef3f13 [2020-11-27T03:44:37.059Z] Removing intermediate container 99b2f6ef3f13 [2020-11-27T03:44:37.059Z] ---> f5f3850f9bab [2020-11-27T03:44:37.059Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-27T03:44:37.329Z] Successfully built f5f3850f9bab [2020-11-27T03:44:37.329Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T03:44:37.839Z] provisioning config files... [2020-11-27T03:44:37.880Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config6974285622842615242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:44:38.269Z] ---> docker-login.sh [2020-11-27T03:44:38.269Z] nexus3.edgexfoundry.org:10001 [2020-11-27T03:44:38.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:38.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:38.541Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:38.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:38.541Z] [2020-11-27T03:44:38.541Z] Login Succeeded [2020-11-27T03:44:38.541Z] nexus3.edgexfoundry.org:10002 [2020-11-27T03:44:39.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:39.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:39.135Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:39.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:39.135Z] [2020-11-27T03:44:39.135Z] Login Succeeded [2020-11-27T03:44:39.135Z] nexus3.edgexfoundry.org:10003 [2020-11-27T03:44:39.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:39.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:39.733Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:39.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:39.733Z] [2020-11-27T03:44:39.733Z] Login Succeeded [2020-11-27T03:44:39.733Z] nexus3.edgexfoundry.org:10004 [2020-11-27T03:44:40.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:40.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:40.281Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:40.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:40.281Z] [2020-11-27T03:44:40.281Z] Login Succeeded [2020-11-27T03:44:40.281Z] docker.io [2020-11-27T03:44:40.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T03:44:41.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T03:44:41.145Z] Configure a credential helper to remove this warning. See [2020-11-27T03:44:41.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T03:44:41.145Z] [2020-11-27T03:44:41.145Z] Login Succeeded [2020-11-27T03:44:41.145Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T03:44:41.161Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-27T03:44:41.400Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-11-27T03:44:41.400Z] 23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:41.400Z] latest [2020-11-27T03:44:41.400Z] 1.3.1-dev.1 [2020-11-27T03:44:41.400Z] 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:41.400Z] master [2020-11-27T03:44:41.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:41.934Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:42.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:42.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-27T03:44:42.267Z] c92d54b3bff2: Preparing [2020-11-27T03:44:42.267Z] cd3761cfa1d9: Preparing [2020-11-27T03:44:42.538Z] cd3761cfa1d9: Layer already exists [2020-11-27T03:44:45.903Z] c92d54b3bff2: Pushed [2020-11-27T03:44:45.903Z] 23d84d0620b63080253f650c65c06b35d88c866e: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:46.245Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:46.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-27T03:44:46.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-27T03:44:46.578Z] c92d54b3bff2: Preparing [2020-11-27T03:44:46.578Z] cd3761cfa1d9: Preparing [2020-11-27T03:44:46.850Z] cd3761cfa1d9: Layer already exists [2020-11-27T03:44:46.850Z] c92d54b3bff2: Layer already exists [2020-11-27T03:44:46.850Z] latest: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:47.189Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:47.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 [2020-11-27T03:44:47.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-27T03:44:47.524Z] c92d54b3bff2: Preparing [2020-11-27T03:44:47.524Z] cd3761cfa1d9: Preparing [2020-11-27T03:44:47.797Z] c92d54b3bff2: Layer already exists [2020-11-27T03:44:47.797Z] cd3761cfa1d9: Layer already exists [2020-11-27T03:44:47.797Z] 1.3.1-dev.1: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:48.139Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:48.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:48.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-27T03:44:48.477Z] c92d54b3bff2: Preparing [2020-11-27T03:44:48.477Z] cd3761cfa1d9: Preparing [2020-11-27T03:44:48.477Z] c92d54b3bff2: Layer already exists [2020-11-27T03:44:48.749Z] cd3761cfa1d9: Layer already exists [2020-11-27T03:44:48.749Z] 23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:49.094Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:49.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-11-27T03:44:49.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-27T03:44:49.470Z] c92d54b3bff2: Preparing [2020-11-27T03:44:49.470Z] cd3761cfa1d9: Preparing [2020-11-27T03:44:49.470Z] c92d54b3bff2: Layer already exists [2020-11-27T03:44:49.470Z] cd3761cfa1d9: Layer already exists [2020-11-27T03:44:49.748Z] master: digest: sha256:2c99a952f7d541f5f5754af2e912e2b641e01c3bd27c0b62dcaae9b20d4995c5 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-27T03:44:49.981Z] ===================================================== [Pipeline] echo [2020-11-27T03:44:50.032Z] taggedImages: [2020-11-27T03:44:50.032Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e [2020-11-27T03:44:50.032Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-27T03:44:50.032Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.1-dev.1 [2020-11-27T03:44:50.032Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23d84d0620b63080253f650c65c06b35d88c866e-1.3.1-dev.1 [2020-11-27T03:44:50.032Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-27T03:44:52.006Z] provisioning config files... [2020-11-27T03:44:52.019Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2136960514824384743tmp [Pipeline] { [Pipeline] sh [2020-11-27T03:44:52.437Z] + set +x [2020-11-27T03:44:52.437Z] + curl -s https://codecov.io/bash [2020-11-27T03:44:52.437Z] + bash -s -- [2020-11-27T03:44:52.701Z] [2020-11-27T03:44:52.701Z] _____ _ [2020-11-27T03:44:52.701Z] / ____| | | [2020-11-27T03:44:52.701Z] | | ___ __| | ___ ___ _____ __ [2020-11-27T03:44:52.701Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-27T03:44:52.701Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-27T03:44:52.701Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-27T03:44:52.701Z] Bash-20201124-79cbc08 [2020-11-27T03:44:52.701Z] [2020-11-27T03:44:52.701Z] [2020-11-27T03:44:52.701Z] ==> Jenkins CI detected. [2020-11-27T03:44:52.701Z] project root: . [2020-11-27T03:44:52.701Z] --> token set from env [2020-11-27T03:44:52.701Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-27T03:44:52.701Z] ==> Running gcov in . (disable via -X gcov) [2020-11-27T03:44:52.701Z] ==> Python coveragepy not found [2020-11-27T03:44:52.701Z] ==> Searching for coverage reports in: [2020-11-27T03:44:52.701Z] + . [2020-11-27T03:44:52.701Z] -> Found 1 reports [2020-11-27T03:44:52.701Z] ==> Detecting git/mercurial file structure [2020-11-27T03:44:52.701Z] ==> Reading reports [2020-11-27T03:44:52.701Z] + ./coverage.out bytes=10 [2020-11-27T03:44:52.701Z] ==> Appending adjustments [2020-11-27T03:44:52.701Z] https://docs.codecov.io/docs/fixing-reports [2020-11-27T03:44:52.701Z] + Found adjustments [2020-11-27T03:44:52.701Z] ==> Gzipping contents [2020-11-27T03:44:52.964Z] 4.0K /tmp/codecov.06eQNA.gz [2020-11-27T03:44:52.964Z] ==> Uploading reports [2020-11-27T03:44:52.964Z] url: https://codecov.io [2020-11-27T03:44:52.964Z] query: branch=master&commit=23d84d0620b63080253f650c65c06b35d88c866e&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-27T03:44:52.964Z] -> Pinging Codecov [2020-11-27T03:44:52.964Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=23d84d0620b63080253f650c65c06b35d88c866e&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-27T03:44:53.226Z] -> Uploading to [2020-11-27T03:44:53.226Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-27/FB506323287CE973F263BFD2A0EB1F37/23d84d0620b63080253f650c65c06b35d88c866e/2d7db208-3756-4bc5-bb3f-1d9ffb0b179b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201127T034453Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5434889696a480a6245d57351ed1182bda6c1fe7749532837729b9895bf306f [2020-11-27T03:44:53.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-27T03:44:53.226Z] Dload Upload Total Spent Left Speed [2020-11-27T03:44:53.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4491 --:--:-- --:--:-- --:--:-- 4500 [2020-11-27T03:44:53.806Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] } [2020-11-27T03:44:53.815Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-27T03:44:54.680Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-27T03:44:54.772Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:55.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-27T03:44:55.118Z] [2020-11-27T03:44:55.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:44:55.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-27T03:44:55.472Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-27T03:44:55.472Z] 188c0c94c7c5: Pulling fs layer [2020-11-27T03:44:55.472Z] 0ef7d3d256c8: Pulling fs layer [2020-11-27T03:44:55.472Z] de9db76c5a1d: Pulling fs layer [2020-11-27T03:44:55.472Z] 0eba1c9be4d2: Pulling fs layer [2020-11-27T03:44:55.472Z] 0d57e429df01: Pulling fs layer [2020-11-27T03:44:55.472Z] 4e4be7b47b0d: Pulling fs layer [2020-11-27T03:44:55.472Z] e1f770b5df2f: Pulling fs layer [2020-11-27T03:44:55.472Z] 85a0685a4137: Pulling fs layer [2020-11-27T03:44:55.472Z] 0d57e429df01: Waiting [2020-11-27T03:44:55.472Z] 4e4be7b47b0d: Waiting [2020-11-27T03:44:55.472Z] e1f770b5df2f: Waiting [2020-11-27T03:44:55.472Z] 85a0685a4137: Waiting [2020-11-27T03:44:55.472Z] 0eba1c9be4d2: Waiting [2020-11-27T03:44:55.472Z] de9db76c5a1d: Download complete [2020-11-27T03:44:55.472Z] 0ef7d3d256c8: Download complete [2020-11-27T03:44:55.472Z] 0d57e429df01: Verifying Checksum [2020-11-27T03:44:55.472Z] 0d57e429df01: Download complete [2020-11-27T03:44:55.472Z] 4e4be7b47b0d: Verifying Checksum [2020-11-27T03:44:55.472Z] 4e4be7b47b0d: Download complete [2020-11-27T03:44:55.472Z] 188c0c94c7c5: Download complete [2020-11-27T03:44:56.051Z] 188c0c94c7c5: Pull complete [2020-11-27T03:44:56.051Z] 0ef7d3d256c8: Pull complete [2020-11-27T03:44:56.314Z] de9db76c5a1d: Pull complete [2020-11-27T03:44:56.899Z] e1f770b5df2f: Verifying Checksum [2020-11-27T03:44:56.899Z] e1f770b5df2f: Download complete [2020-11-27T03:44:58.845Z] 0eba1c9be4d2: Verifying Checksum [2020-11-27T03:44:58.845Z] 0eba1c9be4d2: Download complete [2020-11-27T03:44:59.110Z] 85a0685a4137: Verifying Checksum [2020-11-27T03:44:59.110Z] 85a0685a4137: Download complete [2020-11-27T03:45:04.448Z] 0eba1c9be4d2: Pull complete [2020-11-27T03:45:04.448Z] 0d57e429df01: Pull complete [2020-11-27T03:45:04.448Z] 4e4be7b47b0d: Pull complete [2020-11-27T03:45:07.011Z] e1f770b5df2f: Pull complete [2020-11-27T03:45:15.195Z] 85a0685a4137: Pull complete [2020-11-27T03:45:15.196Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-27T03:45:15.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-27T03:45:15.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-27T03:45:15.402Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:45:15.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-27T03:45:16.447Z] $ docker top ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-27T03:45:16.762Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-27T03:45:17.057Z] + set -o pipefail [2020-11-27T03:45:17.057Z] + snyk monitor '--org=edgex-jenkins' [2020-11-27T03:45:35.214Z] [2020-11-27T03:45:35.214Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-11-27T03:45:35.214Z] [2020-11-27T03:45:35.214Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3700f666-36a1-49b1-82d3-9d34e0fd81d5 [2020-11-27T03:45:35.214Z] [2020-11-27T03:45:35.214Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-27T03:45:35.214Z] [2020-11-27T03:45:35.214Z] [2020-11-27T03:45:35.214Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-27T03:45:35.214Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-27T03:45:35.231Z] $ docker stop --time=1 ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 [2020-11-27T03:45:37.409Z] $ docker rm -f ec5ebffbcbdca963c44620698ee00b42a05fea5314c5597b6bd7d8ce416f2f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-27T03:45:38.251Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e, dockerFile=Dockerfile [Pipeline] echo [2020-11-27T03:45:38.254Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-27T03:45:38.550Z] + set -o pipefail [2020-11-27T03:45:38.550Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-27T03:45:38.550Z] + tee .snyk [2020-11-27T03:45:38.813Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-27T03:45:38.813Z] version: v1.14.1 [2020-11-27T03:45:38.813Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-27T03:45:38.813Z] ignore: [2020-11-27T03:45:38.813Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-27T03:45:38.813Z] - '*': [2020-11-27T03:45:38.813Z] reason: does not apply # justification for ignoring [2020-11-27T03:45:38.813Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-27T03:45:38.813Z] SNYK-ALPINE312-JQ-588886: [2020-11-27T03:45:38.813Z] - '*': [2020-11-27T03:45:38.813Z] reason: false positive [2020-11-27T03:45:38.813Z] expires: 2021-01-01T00:00:00 [2020-11-27T03:45:38.813Z] # patch: {} [Pipeline] withCredentials [2020-11-27T03:45:38.972Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:45:39.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-27T03:45:39.325Z] . [Pipeline] withDockerContainer [2020-11-27T03:45:39.433Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:45:39.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-27T03:45:40.256Z] $ docker top c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T03:45:40.744Z] + rm -f snykReport.html [Pipeline] echo [2020-11-27T03:45:40.756Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-27T03:45:41.049Z] + set -o pipefail [2020-11-27T03:45:41.049Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23d84d0620b63080253f650c65c06b35d88c866e '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-27T03:45:41.049Z] + snyk-to-html -o snykReport.html [2020-11-27T03:45:47.672Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-27T03:45:47.692Z] $ docker stop --time=1 c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 [2020-11-27T03:45:49.151Z] $ docker rm -f c64e31e24e4321d9c2e51f46ba4642e94140e95503bb9810a22e0b992f036486 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-27T03:45:51.112Z] + git log --format=format:%s -1 23d84d0620b63080253f650c65c06b35d88c866e [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:45:51.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:45:51.466Z] . [Pipeline] withDockerContainer [2020-11-27T03:45:51.570Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:45:51.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-27T03:45:52.263Z] $ docker top 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-27T03:45:52.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T03:45:52.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T03:45:52.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T03:45:52.829Z] $ docker exec 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d ssh-agent [2020-11-27T03:45:52.995Z] SSH_AUTH_SOCK=/tmp/ssh-8T1U8m5M299o/agent.11 [2020-11-27T03:45:52.995Z] SSH_AGENT_PID=16 [2020-11-27T03:45:53.003Z] Running ssh-add (command line suppressed) [2020-11-27T03:45:53.154Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5597536625952179737.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5597536625952179737.key) [2020-11-27T03:45:53.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T03:45:53.566Z] + git semver tag [2020-11-27T03:45:53.566Z] # -> Open(): unable to determine branch for HEAD [2020-11-27T03:45:53.566Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-27T03:45:53.566Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-27T03:45:53.566Z] # $SEMVER_REMOTE_NAME = origin [2020-11-27T03:45:53.566Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-27T03:45:53.566Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-27T03:45:53.566Z] # $SEMVER_BRANCH = master [2020-11-27T03:45:53.566Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-11-27T03:45:53.566Z] # 23d84d0620b63080253f650c65c06b35d88c866e HEAD [2020-11-27T03:45:53.566Z] # -> Force: false [2020-11-27T03:45:53.566Z] # fe31c75b1394e21b0f87da94c1d942d46aa552cc refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-11-27T03:45:53.583Z] $ docker exec --env ******** --env ******** 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d ssh-agent -k [2020-11-27T03:45:53.698Z] unset SSH_AUTH_SOCK; [2020-11-27T03:45:53.699Z] unset SSH_AGENT_PID; [2020-11-27T03:45:53.699Z] echo Agent pid 16 killed; [2020-11-27T03:45:53.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T03:45:54.278Z] + git semver [Pipeline] } [2020-11-27T03:45:54.298Z] $ docker stop --time=1 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d [2020-11-27T03:45:55.654Z] $ docker rm -f 3e1eafec49bd97dabc4c7a3c4c06598037c45f6ab062666ac4c22f8424573e9d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:45:56.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-27T03:45:56.340Z] [2020-11-27T03:45:56.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:45:56.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-27T03:45:56.693Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-27T03:45:56.693Z] ab5ef0e58194: Pulling fs layer [2020-11-27T03:45:56.693Z] 9712f1f96733: Pulling fs layer [2020-11-27T03:45:56.693Z] 63f879dbbcfc: Pulling fs layer [2020-11-27T03:45:56.693Z] 0d9ebad4ef96: Pulling fs layer [2020-11-27T03:45:56.693Z] e9a5061849ea: Pulling fs layer [2020-11-27T03:45:56.693Z] d747dcd14b5f: Pulling fs layer [2020-11-27T03:45:56.693Z] 2de7ff778b66: Pulling fs layer [2020-11-27T03:45:56.693Z] 0d9ebad4ef96: Waiting [2020-11-27T03:45:56.693Z] e9a5061849ea: Waiting [2020-11-27T03:45:56.693Z] d747dcd14b5f: Waiting [2020-11-27T03:45:56.693Z] 2de7ff778b66: Waiting [2020-11-27T03:45:56.693Z] 9712f1f96733: Verifying Checksum [2020-11-27T03:45:56.693Z] 9712f1f96733: Download complete [2020-11-27T03:45:58.625Z] 63f879dbbcfc: Download complete [2020-11-27T03:45:58.625Z] e9a5061849ea: Download complete [2020-11-27T03:45:58.625Z] d747dcd14b5f: Verifying Checksum [2020-11-27T03:45:58.625Z] d747dcd14b5f: Download complete [2020-11-27T03:45:58.889Z] 2de7ff778b66: Verifying Checksum [2020-11-27T03:45:58.889Z] 2de7ff778b66: Download complete [2020-11-27T03:45:59.154Z] 0d9ebad4ef96: Verifying Checksum [2020-11-27T03:45:59.154Z] 0d9ebad4ef96: Download complete [2020-11-27T03:45:59.154Z] ab5ef0e58194: Verifying Checksum [2020-11-27T03:45:59.154Z] ab5ef0e58194: Download complete [2020-11-27T03:46:04.490Z] ab5ef0e58194: Pull complete [2020-11-27T03:46:04.490Z] 9712f1f96733: Pull complete [2020-11-27T03:46:06.416Z] 63f879dbbcfc: Pull complete [2020-11-27T03:46:13.061Z] 0d9ebad4ef96: Pull complete [2020-11-27T03:46:14.016Z] e9a5061849ea: Pull complete [2020-11-27T03:46:14.279Z] d747dcd14b5f: Pull complete [2020-11-27T03:46:16.839Z] 2de7ff778b66: Pull complete [2020-11-27T03:46:16.839Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-27T03:46:16.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-27T03:46:16.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-27T03:46:17.014Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:46:17.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-27T03:46:21.380Z] $ docker top 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-27T03:46:21.684Z] provisioning config files... [2020-11-27T03:46:21.694Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8329611769442561953tmp [2020-11-27T03:46:21.710Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3067312110298199024tmp [2020-11-27T03:46:21.725Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3909461263255650754tmp [Pipeline] { [Pipeline] echo [2020-11-27T03:46:21.791Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:46:22.096Z] ---> sigul-configuration.sh [2020-11-27T03:46:22.096Z] gpg: directory `/root/.gnupg' created [2020-11-27T03:46:22.096Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-27T03:46:22.096Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-27T03:46:22.096Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-27T03:46:22.096Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-27T03:46:22.096Z] gpg: CAST5 encrypted data [2020-11-27T03:46:22.360Z] gpg: encrypted with 1 passphrase [2020-11-27T03:46:22.360Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-27T03:46:22.668Z] + mkdir /home/jenkins [2020-11-27T03:46:22.668Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-27T03:46:22.971Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-27T03:46:22.983Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:46:23.288Z] ---> sigul-install.sh [2020-11-27T03:46:28.600Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-27T03:46:28.903Z] + git tag --list [2020-11-27T03:46:28.903Z] 0.1.1 [2020-11-27T03:46:28.903Z] v1.1.0 [2020-11-27T03:46:28.903Z] v1.2.0 [2020-11-27T03:46:28.903Z] v1.2.1 [2020-11-27T03:46:28.903Z] v1.2.2-dev.1 [2020-11-27T03:46:28.903Z] v1.2.2-dev.10 [2020-11-27T03:46:28.903Z] v1.2.2-dev.11 [2020-11-27T03:46:28.903Z] v1.2.2-dev.12 [2020-11-27T03:46:28.903Z] v1.2.2-dev.2 [2020-11-27T03:46:28.903Z] v1.2.2-dev.3 [2020-11-27T03:46:28.903Z] v1.2.2-dev.4 [2020-11-27T03:46:28.903Z] v1.2.2-dev.5 [2020-11-27T03:46:28.903Z] v1.2.2-dev.6 [2020-11-27T03:46:28.903Z] v1.2.2-dev.7 [2020-11-27T03:46:28.903Z] v1.2.2-dev.8 [2020-11-27T03:46:28.903Z] v1.2.2-dev.9 [2020-11-27T03:46:28.903Z] v1.3.0 [2020-11-27T03:46:28.903Z] v1.3.1-dev.1 [Pipeline] sh [2020-11-27T03:46:29.213Z] + lftools sign git-tag v1.3.1-dev.1 [2020-11-27T03:46:30.605Z] Signing Git tag with Sigul... [2020-11-27T03:46:30.605Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-11-27T03:46:45.549Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:46:45.850Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-27T03:46:45.860Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-27T03:46:46.003Z] $ docker stop --time=1 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 [2020-11-27T03:46:48.014Z] $ docker rm -f 8517db3ddd82ded6c5427f4d25fbe3c519fee716cc325de98407f826e95cd9d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:46:49.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:46:49.217Z] . [Pipeline] withDockerContainer [2020-11-27T03:46:49.355Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:46:49.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-27T03:46:50.406Z] $ docker top 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-27T03:46:50.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T03:46:50.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T03:46:50.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T03:46:50.900Z] $ docker exec 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e ssh-agent [2020-11-27T03:46:51.078Z] SSH_AUTH_SOCK=/tmp/ssh-FC8SX0j3gV2R/agent.11 [2020-11-27T03:46:51.078Z] SSH_AGENT_PID=17 [2020-11-27T03:46:51.086Z] Running ssh-add (command line suppressed) [2020-11-27T03:46:51.219Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_408506429800126472.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_408506429800126472.key) [2020-11-27T03:46:51.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T03:46:51.622Z] + git semver bump pre [2020-11-27T03:46:51.622Z] # -> Open(): unable to determine branch for HEAD [2020-11-27T03:46:51.622Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-27T03:46:51.622Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-27T03:46:51.622Z] # $SEMVER_REMOTE_NAME = origin [2020-11-27T03:46:51.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-27T03:46:51.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-27T03:46:51.622Z] # $SEMVER_BRANCH = master [2020-11-27T03:46:51.622Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-11-27T03:46:51.622Z] 1.3.1-dev.2 [Pipeline] } [2020-11-27T03:46:51.637Z] $ docker exec --env ******** --env ******** 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e ssh-agent -k [2020-11-27T03:46:51.781Z] unset SSH_AUTH_SOCK; [2020-11-27T03:46:51.781Z] unset SSH_AGENT_PID; [2020-11-27T03:46:51.781Z] echo Agent pid 17 killed; [2020-11-27T03:46:51.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T03:46:52.325Z] + git semver [Pipeline] } [2020-11-27T03:46:52.345Z] $ docker stop --time=1 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e [2020-11-27T03:46:53.718Z] $ docker rm -f 5de1fe469f9d3de1e8964dcbac4117f55da4eb786ed44b6ced641abbc535596e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:46:54.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T03:46:54.264Z] . [Pipeline] withDockerContainer [2020-11-27T03:46:54.367Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:46:54.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-27T03:46:55.125Z] $ docker top 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-27T03:46:55.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T03:46:55.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T03:46:55.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T03:46:55.707Z] $ docker exec 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa ssh-agent [2020-11-27T03:46:55.879Z] SSH_AUTH_SOCK=/tmp/ssh-8ZxIfOznOU6V/agent.12 [2020-11-27T03:46:55.879Z] SSH_AGENT_PID=17 [2020-11-27T03:46:55.886Z] Running ssh-add (command line suppressed) [2020-11-27T03:46:56.012Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7158589806949886989.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7158589806949886989.key) [2020-11-27T03:46:56.070Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T03:46:56.417Z] + git semver push [2020-11-27T03:46:56.417Z] # -> Open(): unable to determine branch for HEAD [2020-11-27T03:46:56.417Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-27T03:46:56.417Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-27T03:46:56.417Z] # $SEMVER_REMOTE_NAME = origin [2020-11-27T03:46:56.417Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-27T03:46:56.417Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-27T03:46:56.417Z] # $SEMVER_BRANCH = master [2020-11-27T03:46:56.417Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-11-27T03:47:03.040Z] $ docker exec --env ******** --env ******** 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa ssh-agent -k [2020-11-27T03:47:03.221Z] unset SSH_AUTH_SOCK; [2020-11-27T03:47:03.221Z] unset SSH_AGENT_PID; [2020-11-27T03:47:03.221Z] echo Agent pid 17 killed; [2020-11-27T03:47:03.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T03:47:03.843Z] + git semver [Pipeline] } [2020-11-27T03:47:03.868Z] $ docker stop --time=1 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa [2020-11-27T03:47:05.259Z] $ docker rm -f 489b93ccd6f7d51b37636e97dd7a565303c8781d8dc95f0498e1a726c25350fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:07.087Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:07.970Z] ---> package-listing.sh [2020-11-27T03:47:07.971Z] ++ facter osfamily [2020-11-27T03:47:07.971Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-27T03:47:07.971Z] + OS_FAMILY=redhat [2020-11-27T03:47:07.971Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-27T03:47:07.971Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-27T03:47:07.971Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-27T03:47:07.971Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-27T03:47:07.971Z] + PACKAGES=/tmp/packages_start.txt [2020-11-27T03:47:07.971Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-27T03:47:07.971Z] + PACKAGES=/tmp/packages_end.txt [2020-11-27T03:47:07.971Z] + case "${OS_FAMILY}" in [2020-11-27T03:47:07.971Z] + rpm -qa [2020-11-27T03:47:07.971Z] + sort [2020-11-27T03:47:13.279Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-27T03:47:13.279Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-27T03:47:13.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-27T03:47:13.279Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-27T03:47:13.279Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-11-27T03:47:13.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2020-11-27T03:47:13.296Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-27T03:47:13.585Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:47:13.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T03:47:13.892Z] [2020-11-27T03:47:13.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-27T03:47:14.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T03:47:14.268Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-27T03:47:14.268Z] df20fa9351a1: Pulling fs layer [2020-11-27T03:47:14.268Z] 36b3adc4ff6f: Pulling fs layer [2020-11-27T03:47:14.268Z] 8ad3a11d3b57: Pulling fs layer [2020-11-27T03:47:14.268Z] 46f8f816bc3b: Pulling fs layer [2020-11-27T03:47:14.268Z] 93b61091891f: Pulling fs layer [2020-11-27T03:47:14.268Z] 93b9cdb0e59b: Pulling fs layer [2020-11-27T03:47:14.268Z] 5e14af77c1be: Pulling fs layer [2020-11-27T03:47:14.268Z] 01666e4c0597: Pulling fs layer [2020-11-27T03:47:14.268Z] aa168da1d23b: Pulling fs layer [2020-11-27T03:47:14.268Z] 93b61091891f: Waiting [2020-11-27T03:47:14.268Z] 93b9cdb0e59b: Waiting [2020-11-27T03:47:14.268Z] 5e14af77c1be: Waiting [2020-11-27T03:47:14.268Z] 01666e4c0597: Waiting [2020-11-27T03:47:14.268Z] aa168da1d23b: Waiting [2020-11-27T03:47:14.268Z] 46f8f816bc3b: Waiting [2020-11-27T03:47:14.268Z] 36b3adc4ff6f: Verifying Checksum [2020-11-27T03:47:14.268Z] 36b3adc4ff6f: Download complete [2020-11-27T03:47:14.268Z] 46f8f816bc3b: Verifying Checksum [2020-11-27T03:47:14.268Z] 46f8f816bc3b: Download complete [2020-11-27T03:47:14.268Z] df20fa9351a1: Verifying Checksum [2020-11-27T03:47:14.268Z] df20fa9351a1: Download complete [2020-11-27T03:47:14.533Z] 93b9cdb0e59b: Verifying Checksum [2020-11-27T03:47:14.533Z] 93b9cdb0e59b: Download complete [2020-11-27T03:47:14.533Z] 5e14af77c1be: Verifying Checksum [2020-11-27T03:47:14.533Z] 5e14af77c1be: Download complete [2020-11-27T03:47:14.533Z] 01666e4c0597: Verifying Checksum [2020-11-27T03:47:14.533Z] 01666e4c0597: Download complete [2020-11-27T03:47:14.533Z] 93b61091891f: Verifying Checksum [2020-11-27T03:47:14.533Z] 93b61091891f: Download complete [2020-11-27T03:47:14.533Z] 8ad3a11d3b57: Verifying Checksum [2020-11-27T03:47:14.533Z] 8ad3a11d3b57: Download complete [2020-11-27T03:47:15.116Z] df20fa9351a1: Pull complete [2020-11-27T03:47:15.386Z] 36b3adc4ff6f: Pull complete [2020-11-27T03:47:16.353Z] aa168da1d23b: Verifying Checksum [2020-11-27T03:47:16.353Z] aa168da1d23b: Download complete [2020-11-27T03:47:16.933Z] 8ad3a11d3b57: Pull complete [2020-11-27T03:47:16.933Z] 46f8f816bc3b: Pull complete [2020-11-27T03:47:17.511Z] 93b61091891f: Pull complete [2020-11-27T03:47:17.511Z] 93b9cdb0e59b: Pull complete [2020-11-27T03:47:17.773Z] 5e14af77c1be: Pull complete [2020-11-27T03:47:17.773Z] 01666e4c0597: Pull complete [2020-11-27T03:47:24.414Z] aa168da1d23b: Pull complete [2020-11-27T03:47:24.414Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-27T03:47:24.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T03:47:24.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-27T03:47:24.549Z] prd-centos7-docker-4c-2g-13658 does not seem to be running inside a container [2020-11-27T03:47:24.598Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-27T03:47:27.720Z] $ docker top 9f30dc8cffdefac0d5c4c35997b58b1f0989f2a6be81d53b230ca8c634484c69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T03:47:28.276Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-27T03:47:28.579Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-27T03:47:28.909Z] + ls /var/log/sa-host [2020-11-27T03:47:28.909Z] + sadf -c /var/log/sa-host/sa23 [2020-11-27T03:47:28.909Z] file_magic: OK [2020-11-27T03:47:28.909Z] HZ: Using current value: 100 [2020-11-27T03:47:28.909Z] file_header: OK [2020-11-27T03:47:28.909Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-27T03:47:28.909Z] Statistics: [2020-11-27T03:47:28.909Z] Hnuu...uuuununununu... [2020-11-27T03:47:28.909Z] File successfully converted to sysstat format version 12.2.1 [2020-11-27T03:47:28.909Z] + sadf -c /var/log/sa-host/sa27 [2020-11-27T03:47:28.909Z] file_magic: OK [2020-11-27T03:47:28.909Z] HZ: Using current value: 100 [2020-11-27T03:47:28.909Z] file_header: OK [2020-11-27T03:47:28.909Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-27T03:47:28.909Z] Statistics: [2020-11-27T03:47:28.909Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-27T03:47:28.909Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-27T03:47:29.582Z] provisioning config files... [2020-11-27T03:47:29.603Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7103221487245824890tmp [Pipeline] { [Pipeline] echo [2020-11-27T03:47:29.682Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:29.975Z] ---> create-netrc.sh [Pipeline] } [2020-11-27T03:47:29.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-27T03:47:30.084Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:30.379Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-27T03:47:30.389Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:30.683Z] ---> sudo-logs.sh [2020-11-27T03:47:30.683Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-27T03:47:30.695Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:30.992Z] ---> job-cost.sh [2020-11-27T03:47:30.992Z] lf-activate-venv: SKIPPING [2020-11-27T03:47:30.992Z] INFO: No Stack... [2020-11-27T03:47:33.543Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-27T03:47:34.117Z] INFO: Archiving Costs [Pipeline] echo [2020-11-27T03:47:34.129Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T03:47:34.424Z] ---> logs-deploy.sh [2020-11-27T03:47:34.425Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/57 [2020-11-27T03:47:34.425Z] INFO: archiving workspace using pattern(s): [2020-11-27T03:47:36.346Z] Archives upload complete. [2020-11-27T03:47:36.346Z] INFO: archiving logs to Nexus