Pull request #256 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b rather than 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c Obtained Jenkinsfile from b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Ready to run at Fri Aug 14 17:20:19 UTC 2020 Resuming build at Fri Aug 14 17:20:19 UTC 2020 after Jenkins restart Running on prd-centos7-docker-4c-2g-40 in /w/workspace/edgexfoundry_edgex-ui-go_PR-256 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-256 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b into PR head commit 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/256/head:refs/remotes/origin/PR-256 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c # timeout=10 Merge succeeded, producing 4a60f5e879490a67294bbad4177a0685cfc26b29 Checking out Revision 4a60f5e879490a67294bbad4177a0685cfc26b29 (PR-256) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a60f5e879490a67294bbad4177a0685cfc26b29 # timeout=10 Commit message: "Merge commit 'b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo ========================================================= EdgeX Global Pipelines Version Info ========================================================= [Pipeline] libraryResource [Pipeline] sh ------------------- stable info: ------------------- Commited By: Ernesto Ojeda ernesto.ojeda@intel.com Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Message: update stable to v1.0.106 ------------------- experimental info: ------------------- Commited By: **** collab-it+edgex@linuxfoundation.org Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh + git log --format=format:%s -1 4a60f5e879490a67294bbad4177a0685cfc26b29 [Pipeline] echo GIT_COMMIT: 4a60f5e879490a67294bbad4177a0685cfc26b29, Commit Message: Merge commit 'b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b' into HEAD [Pipeline] echo This is not a build commit. [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest latest: Pulling from edgex-devops/git-semver 31603596830f: Pulling fs layer 2a8b12db71e7: Pulling fs layer 6ca5941a6612: Pulling fs layer ecc8261a40a4: Pulling fs layer ecc8261a40a4: Waiting 2a8b12db71e7: Verifying Checksum 2a8b12db71e7: Download complete 31603596830f: Verifying Checksum 31603596830f: Download complete ecc8261a40a4: Verifying Checksum ecc8261a40a4: Download complete 6ca5941a6612: Verifying Checksum 6ca5941a6612: Download complete 31603596830f: Pull complete 2a8b12db71e7: Pull complete 6ca5941a6612: Pull complete ecc8261a40a4: Pull complete Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-40 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-256 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-256:/w/workspace/edgexfoundry_edgex-ui-go_PR-256:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-256@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 $ docker top a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-myAFT9U7hsfV/agent.11 SSH_AGENT_PID=17 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/private_key_8025745934886051870.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/private_key_8025745934886051870.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git describe --exact-match --tags HEAD fatal: No names found, cannot describe anything. [Pipeline] } $ docker exec --env ******** --env ******** a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 17 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 This usually means this commit has not been tagged. [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-OVcBn88edZKz/agent.46 SSH_AGENT_PID=51 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/private_key_4795580245346615385.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/private_key_4795580245346615385.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git semver init # -> Open(): unable to determine branch for HEAD # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-256/.git # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-256 # $SEMVER_REMOTE_NAME = origin # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org # $SEMVER_USER_NAME = edgex-jenkins # $SEMVER_BRANCH = PR-256 # $SEMVER_TEMP = /tmp/semver-413462893 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP # '/tmp/semver-413462893' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-256/.semver' # -> Force: false # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-256/.semver [Pipeline] } $ docker exec --env ******** --env ******** a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh + git semver [Pipeline] } $ docker stop --time=1 a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 $ docker rm -f a67a1d6064e3a2ed3a024185fd5e1ff346a9a8237a367cbf80bdfed161ad4c32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash Stashed 23 file(s) [Pipeline] echo [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo Archived original version: [0.0.0] [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 Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-29’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-11’ is offline; ‘prd-centos7-docker-4c-2g-21’ is offline; ‘prd-centos7-docker-4c-2g-23’ is offline; ‘prd-centos7-docker-4c-2g-24’ is offline; ‘prd-centos7-docker-4c-2g-25’ is offline; ‘prd-centos7-docker-4c-2g-30’ is offline; ‘prd-centos7-docker-4c-2g-33’ is offline; ‘prd-centos7-docker-4c-2g-34’ is offline; ‘prd-centos7-docker-4c-2g-37’ is offline; ‘prd-centos7-docker-4c-2g-39’ is offline; ‘prd-centos7-docker-4c-2g-41’ is offline; ‘prd-centos7-docker-4c-2g-5’ is offline; ‘prd-centos7-docker-4c-2g-7’ is offline Still waiting to schedule task Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ Running on prd-centos7-docker-4c-2g-55 in /w/workspace/edgexfoundry_edgex-ui-go_PR-256 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git Fetching without tags > git init /w/workspace/edgex-ui-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/256/head:refs/remotes/origin/PR-256 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b into PR head commit 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c Merge succeeded, producing a4f50bfe532007fba32bfaa562e051f92212e0d5 Checking out Revision a4f50bfe532007fba32bfaa562e051f92212e0d5 (PR-256) > git config core.sparsecheckout # timeout=10 > git checkout -f 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4f50bfe532007fba32bfaa562e051f92212e0d5 # timeout=10 Commit message: "Merge commit 'b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b' into HEAD" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo ========================================================= [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] ========================================================= [Pipeline] isUnix [Pipeline] sh + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . Sending build context to Docker daemon 21.95MB Step 1/8 : ARG BASE=golang:1.11-alpine Step 2/8 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base df20fa9351a1: Pulling fs layer ed8968b2872e: Pulling fs layer a92cc7c5fd73: Pulling fs layer 2dd03ba5bac4: Pulling fs layer 1e091d79d1de: Pulling fs layer 481702a1767f: Pulling fs layer f64a6f60c768: Pulling fs layer e78d2573fc39: Pulling fs layer e876d2f968b6: Pulling fs layer ce8a83651883: Pulling fs layer 07967f4d0e4b: Pulling fs layer 2dd03ba5bac4: Waiting 1e091d79d1de: Waiting 481702a1767f: Waiting f64a6f60c768: Waiting e78d2573fc39: Waiting e876d2f968b6: Waiting 07967f4d0e4b: Waiting ce8a83651883: Waiting a92cc7c5fd73: Verifying Checksum a92cc7c5fd73: Download complete ed8968b2872e: Verifying Checksum ed8968b2872e: Download complete 1e091d79d1de: Verifying Checksum 1e091d79d1de: Download complete 481702a1767f: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete f64a6f60c768: Verifying Checksum f64a6f60c768: Download complete e876d2f968b6: Verifying Checksum e876d2f968b6: Download complete e78d2573fc39: Verifying Checksum e78d2573fc39: Download complete 2dd03ba5bac4: Verifying Checksum 2dd03ba5bac4: Download complete 07967f4d0e4b: Verifying Checksum 07967f4d0e4b: Download complete df20fa9351a1: Pull complete ce8a83651883: Verifying Checksum ce8a83651883: Download complete ed8968b2872e: Pull complete a92cc7c5fd73: Pull complete 2dd03ba5bac4: Pull complete 1e091d79d1de: Pull complete 481702a1767f: Pull complete f64a6f60c768: Pull complete e78d2573fc39: Pull complete e876d2f968b6: Pull complete ce8a83651883: Pull complete 07967f4d0e4b: Pull complete Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine ---> 5d7c900382c6 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' ---> Running in 5ad56c8d2bdb Removing intermediate container 5ad56c8d2bdb ---> b3e7af67a0a5 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in a41aafb7b99c Removing intermediate container a41aafb7b99c ---> aefb77c37ff3 Step 5/8 : RUN apk add --no-cache make git ---> Running in 8dcf2643001e fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz OK: 166 MiB in 39 packages Removing intermediate container 8dcf2643001e ---> 5833e80423ad Step 6/8 : WORKDIR /edgex-ui-go ---> Running in fe4cb7ce2279 Removing intermediate container fe4cb7ce2279 ---> 1a69d6d3644d Step 7/8 : COPY . . ---> 138c4ed182eb Step 8/8 : RUN go mod download ---> Running in 48ca59f1934c go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e go: finding github.com/armon/go-metrics v0.3.3 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 go: finding github.com/beorn7/perks v1.0.1 go: finding github.com/bgentry/speakeasy v0.1.0 go: finding github.com/cenkalti/backoff v2.2.1+incompatible go: finding github.com/cespare/xxhash/v2 v2.1.1 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible go: finding github.com/circonus-labs/circonusllhist v0.1.3 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 go: finding github.com/fatih/color v1.9.0 go: finding github.com/go-kit/kit v0.9.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: finding github.com/google/go-cmp v0.4.0 go: finding github.com/google/gofuzz v1.0.0 go: finding github.com/gorilla/mux v1.7.1 go: finding github.com/gorilla/websocket v1.4.0 go: finding github.com/hashicorp/consul/api v1.4.0 go: finding github.com/hashicorp/consul/sdk v0.4.0 go: finding github.com/hashicorp/errwrap v1.0.0 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 go: finding github.com/hashicorp/go-hclog v0.12.2 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 go: finding github.com/hashicorp/go-msgpack v0.5.5 go: finding github.com/hashicorp/go-multierror v1.0.0 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 go: finding github.com/hashicorp/go-rootcerts v1.0.2 go: finding github.com/hashicorp/go-sockaddr v1.0.2 go: finding github.com/hashicorp/go-syslog v1.0.0 go: finding github.com/hashicorp/go-uuid v1.0.1 go: finding github.com/hashicorp/go.net v0.0.1 go: finding github.com/hashicorp/golang-lru v0.5.4 go: finding github.com/hashicorp/logutils v1.0.0 go: finding github.com/hashicorp/mdns v1.0.1 go: finding github.com/hashicorp/memberlist v0.2.0 go: finding github.com/hashicorp/serf v0.9.0 go: finding github.com/json-iterator/go v1.1.9 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/kr/pretty v0.2.0 go: finding github.com/kr/pty v1.1.1 go: finding github.com/kr/text v0.1.0 go: finding github.com/mattn/go-colorable v0.1.6 go: finding github.com/mattn/go-isatty v0.0.12 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding github.com/miekg/dns v1.1.26 go: finding github.com/mitchellh/cli v1.0.0 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 go: finding github.com/mitchellh/copystructure v1.0.0 go: finding github.com/mitchellh/go-homedir v1.1.0 go: finding github.com/mitchellh/go-testing-interface v1.0.0 go: finding github.com/mitchellh/go-wordwrap v1.0.0 go: finding github.com/mitchellh/gox v0.4.0 go: finding github.com/mitchellh/iochan v1.0.0 go: finding github.com/mitchellh/mapstructure v1.2.2 go: finding github.com/mitchellh/reflectwalk v1.0.1 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding github.com/pascaldekloe/goe v0.1.0 go: finding github.com/pelletier/go-toml v1.7.0 go: finding github.com/pkg/errors v0.8.1 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/posener/complete v1.1.1 go: finding github.com/prometheus/client_golang v1.4.0 go: finding github.com/prometheus/client_model v0.2.0 go: finding github.com/prometheus/common v0.9.1 go: finding github.com/prometheus/procfs v0.0.8 go: finding github.com/ryanuber/columnize v2.1.0+incompatible go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: finding github.com/sirupsen/logrus v1.4.2 go: finding github.com/stretchr/objx v0.1.1 go: finding github.com/stretchr/testify v1.4.0 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce go: finding gopkg.in/yaml.v2 v2.2.8 Running on prd-ubuntu18.04-docker-arm64-4c-16g-61 in /w/workspace/edgexfoundry_edgex-ui-go_PR-256 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout Removing intermediate container 48ca59f1934c ---> ef5e8c4b6fa0 Successfully built ef5e8c4b6fa0 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-x86_64 . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-55 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat $ docker top a95b2fd120138830821f2817659517c89aeff7fd956b0bb04c83f23fe0e113e5 -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/amd64 [Pipeline] sh + make test GO111MODULE=on go test -coverprofile=coverage.out ./... ? github.com/edgexfoundry/edgex-ui-go [no test files] using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgex-ui-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/256/head:refs/remotes/origin/PR-256 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/256/head:refs/remotes/origin/PR-256 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b into PR head commit 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c Merge succeeded, producing 3b3524b59ff79fc5377d42ab786ae4d043e022f4 Checking out Revision 3b3524b59ff79fc5377d42ab786ae4d043e022f4 (PR-256) > git config core.sparsecheckout # timeout=10 > git checkout -f 22d67e2abc8ee5bcf18a38a474218b9a1b681a8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b3524b59ff79fc5377d42ab786ae4d043e022f4 # timeout=10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] GO111MODULE=on go vet ./... [Pipeline] stash Stashed 1 file(s) [Pipeline] } $ docker stop --time=1 a95b2fd120138830821f2817659517c89aeff7fd956b0bb04c83f23fe0e113e5 Commit message: "Merge commit 'b777da6ad1994ba5d8eec1da9cd4d7c84a8a304b' into HEAD" First time build. Skipping changelog. $ docker rm -f a95b2fd120138830821f2817659517c89aeff7fd956b0bb04c83f23fe0e113e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash + sudo chown -R jenkins:jenkins . [Pipeline] sh + ls -al . total 84 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 14 17:37 . drwxrwxr-x. 4 jenkins jenkins 28 Aug 14 17:37 .. drwxrwxr-x. 3 jenkins jenkins 20 Aug 14 17:37 assets drwxrwxr-x. 2 jenkins jenkins 35 Aug 14 17:37 bin drwxrwxr-x. 3 jenkins jenkins 29 Aug 14 17:37 cmd -rw-rw-r--. 1 jenkins jenkins 3959 Aug 14 17:37 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 10 Aug 14 17:37 coverage.out -rw-rw-r--. 1 jenkins jenkins 913 Aug 14 17:37 Dockerfile -rw-rw-r--. 1 jenkins jenkins 898 Aug 14 17:37 Dockerfile.build drwxrwxr-x. 5 jenkins jenkins 104 Aug 14 17:37 docs drwxrwxr-x. 8 jenkins jenkins 179 Aug 14 17:37 .git drwxrwxr-x. 2 jenkins jenkins 38 Aug 14 17:37 .github -rw-rw-r--. 1 jenkins jenkins 136 Aug 14 17:37 .gitignore -rw-rw-r--. 1 jenkins jenkins 1019 Aug 14 17:37 go.mod -rw-r--r--. 1 jenkins jenkins 20718 Aug 14 17:37 go.sum drwxrwxr-x. 10 jenkins jenkins 139 Aug 14 17:37 internal -rw-rw-r--. 1 jenkins jenkins 675 Aug 14 17:37 Jenkinsfile -rw-rw-r--. 1 jenkins jenkins 11357 Aug 14 17:37 LICENSE -rw-rw-r--. 1 jenkins jenkins 951 Aug 14 17:37 Makefile -rw-rw-r--. 1 jenkins jenkins 3545 Aug 14 17:37 README.md drwxrwxr-x. 3 jenkins jenkins 58 Aug 14 17:37 .semver -rw-rw-r--. 1 jenkins jenkins 5 Aug 14 17:24 VERSION -rw-rw-r--. 1 jenkins jenkins 155 Aug 14 17:37 version.go [Pipeline] isUnix [Pipeline] sh + 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=4a60f5e879490a67294bbad4177a0685cfc26b29 --label arch=amd64 --label version=0.0.0 . Sending build context to Docker daemon 21.97MB Step 1/24 : ARG BASE=golang:1.13-alpine Step 2/24 : FROM ${BASE} AS builder ---> ef5e8c4b6fa0 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] echo ========================================================= [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] ========================================================= ---> Running in 3355ed5c0371 [Pipeline] isUnix [Pipeline] sh Removing intermediate container 3355ed5c0371 ---> 3f7f4f54b145 Step 4/24 : ARG ALPINE_PKG_BASE="make git" ---> Running in 54a18b2d82ee Removing intermediate container 54a18b2d82ee ---> a354b9417d10 Step 5/24 : ARG ALPINE_PKG_EXTRA="" ---> Running in 30b0bbc6d88c Removing intermediate container 30b0bbc6d88c ---> 075aafce956c Step 6/24 : LABEL Name=edgex-ui-go ---> Running in 6238ca2945d2 Removing intermediate container 6238ca2945d2 ---> 4cfbae4a7fa8 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' ---> Running in 3524284405de Removing intermediate container 3524284405de ---> a801600418fb Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in e0c510a8f388 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . Removing intermediate container e0c510a8f388 ---> 5c210cf1d0e3 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} ---> Running in 634e9ba569a6 Sending build context to Docker daemon 21.95MB Step 1/8 : ARG BASE=golang:1.11-alpine Step 2/8 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 b538f80385f9: Pulling fs layer 74f711af9a0d: Pulling fs layer 99f96fe45779: Pulling fs layer fd7a069fd194: Pulling fs layer 66aa3694b03b: Pulling fs layer 170f70906a0f: Pulling fs layer ad7c5574e4b9: Pulling fs layer e772456be8f7: Pulling fs layer c890913d741a: Pulling fs layer 2480fcc9aa5a: Pulling fs layer 09adf4765672: Pulling fs layer 66aa3694b03b: Waiting 170f70906a0f: Waiting c890913d741a: Waiting ad7c5574e4b9: Waiting 2480fcc9aa5a: Waiting e772456be8f7: Waiting 09adf4765672: Waiting fd7a069fd194: Waiting 99f96fe45779: Verifying Checksum 99f96fe45779: Download complete 74f711af9a0d: Download complete 66aa3694b03b: Verifying Checksum 66aa3694b03b: Download complete 170f70906a0f: Verifying Checksum 170f70906a0f: Download complete fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz b538f80385f9: Download complete b538f80385f9: Pull complete 74f711af9a0d: Pull complete 99f96fe45779: Pull complete fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz ad7c5574e4b9: Verifying Checksum ad7c5574e4b9: Download complete c890913d741a: Verifying Checksum c890913d741a: Download complete 2480fcc9aa5a: Verifying Checksum 2480fcc9aa5a: Download complete 09adf4765672: Verifying Checksum 09adf4765672: Download complete e772456be8f7: Download complete v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fd7a069fd194: Verifying Checksum fd7a069fd194: Download complete fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz OK: 166 MiB in 39 packages Removing intermediate container 634e9ba569a6 ---> 653dce20bc79 Step 10/24 : ENV GO111MODULE=on ---> Running in e1ff4cec83ef Removing intermediate container e1ff4cec83ef ---> 0888188c2a91 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go ---> Running in 9708442d6759 Removing intermediate container 9708442d6759 ---> c83d7cbcbf8e Step 12/24 : COPY go.mod . ---> d7605d46c17c Step 13/24 : COPY Makefile . ---> fa5227dcf4bc Step 14/24 : RUN make update ---> Running in dc09f02eb15d CGO_ENABLED=0 GO111MODULE=on go mod download Removing intermediate container dc09f02eb15d ---> 7a4b8f9ddafe Step 15/24 : COPY . . ---> 45dc9fe5666d Step 16/24 : RUN ${MAKE} ---> Running in 5b7f99c9469a CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server fd7a069fd194: Pull complete 66aa3694b03b: Pull complete 170f70906a0f: Pull complete ad7c5574e4b9: Pull complete CGO_ENABLED=0 GO111MODULE=on go build ./... Removing intermediate container 5b7f99c9469a ---> d239f0e96ed5 Step 17/24 : FROM alpine latest: Pulling from library/alpine df20fa9351a1: Already exists Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 Status: Downloaded newer image for alpine:latest ---> a24bb4013296 Step 18/24 : EXPOSE 4000 ---> Running in f2d534c2025e Removing intermediate container f2d534c2025e ---> b77d6c11f822 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 e772456be8f7: Pull complete c890913d741a: Pull complete ---> b439caa655ed Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server ---> Running in 1693b13c860b Removing intermediate container 1693b13c860b ---> ec7ad6ba0f03 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] ---> Running in 866b9c49365b Removing intermediate container 866b9c49365b ---> 4043ba16cc1b Step 22/24 : LABEL arch=amd64 ---> Running in 4a9fd60a7a9e Removing intermediate container 4a9fd60a7a9e ---> c5852a6d3e82 Step 23/24 : LABEL git_sha=4a60f5e879490a67294bbad4177a0685cfc26b29 ---> Running in 097de9412e66 Removing intermediate container 097de9412e66 ---> 0d1218bb367a Step 24/24 : LABEL version=0.0.0 ---> Running in dff722c2287b Removing intermediate container dff722c2287b ---> ae72e5bc5ff9 [Warning] One or more build-args [ARCH] were not consumed Successfully built ae72e5bc5ff9 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } 2480fcc9aa5a: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 09adf4765672: Pull complete Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine ---> 2248a725d1cf Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [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] } ---> Running in 9b0571a3b1e1 Removing intermediate container 9b0571a3b1e1 ---> 58628a003e57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 42447187f4f4 Removing intermediate container 42447187f4f4 ---> 89a4bb261530 Step 5/8 : RUN apk add --no-cache make git ---> Running in 134bf3d37804 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz OK: 142 MiB in 39 packages Removing intermediate container 134bf3d37804 ---> cf4e7e230f49 Step 6/8 : WORKDIR /edgex-ui-go ---> Running in f307be4271fa Removing intermediate container f307be4271fa ---> dba1044758c8 Step 7/8 : COPY . . ---> d56f83c36031 Step 8/8 : RUN go mod download ---> Running in c2e677d91b5e go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e go: finding github.com/armon/go-metrics v0.3.3 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 go: finding github.com/beorn7/perks v1.0.1 go: finding github.com/bgentry/speakeasy v0.1.0 go: finding github.com/cenkalti/backoff v2.2.1+incompatible go: finding github.com/cespare/xxhash/v2 v2.1.1 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible go: finding github.com/circonus-labs/circonusllhist v0.1.3 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 go: finding github.com/fatih/color v1.9.0 go: finding github.com/go-kit/kit v0.9.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/gogo/protobuf v1.1.1 go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: finding github.com/google/go-cmp v0.4.0 go: finding github.com/google/gofuzz v1.0.0 go: finding github.com/gorilla/mux v1.7.1 go: finding github.com/gorilla/websocket v1.4.0 go: finding github.com/hashicorp/consul/api v1.4.0 go: finding github.com/hashicorp/consul/sdk v0.4.0 go: finding github.com/hashicorp/errwrap v1.0.0 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 go: finding github.com/hashicorp/go-hclog v0.12.2 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 go: finding github.com/hashicorp/go-msgpack v0.5.5 go: finding github.com/hashicorp/go-multierror v1.0.0 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 go: finding github.com/hashicorp/go-rootcerts v1.0.2 go: finding github.com/hashicorp/go-sockaddr v1.0.2 go: finding github.com/hashicorp/go-syslog v1.0.0 go: finding github.com/hashicorp/go-uuid v1.0.1 go: finding github.com/hashicorp/go.net v0.0.1 go: finding github.com/hashicorp/golang-lru v0.5.4 go: finding github.com/hashicorp/logutils v1.0.0 go: finding github.com/hashicorp/mdns v1.0.1 go: finding github.com/hashicorp/memberlist v0.2.0 go: finding github.com/hashicorp/serf v0.9.0 go: finding github.com/json-iterator/go v1.1.9 go: finding github.com/julienschmidt/httprouter v1.2.0 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/kr/pretty v0.2.0 go: finding github.com/kr/pty v1.1.1 go: finding github.com/kr/text v0.1.0 go: finding github.com/mattn/go-colorable v0.1.6 go: finding github.com/mattn/go-isatty v0.0.12 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 go: finding github.com/miekg/dns v1.1.26 go: finding github.com/mitchellh/cli v1.0.0 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 go: finding github.com/mitchellh/copystructure v1.0.0 go: finding github.com/mitchellh/go-homedir v1.1.0 go: finding github.com/mitchellh/go-testing-interface v1.0.0 go: finding github.com/mitchellh/go-wordwrap v1.0.0 go: finding github.com/mitchellh/gox v0.4.0 go: finding github.com/mitchellh/iochan v1.0.0 go: finding github.com/mitchellh/mapstructure v1.2.2 go: finding github.com/mitchellh/reflectwalk v1.0.1 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: finding github.com/modern-go/reflect2 v1.0.1 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 go: finding github.com/pascaldekloe/goe v0.1.0 go: finding github.com/pelletier/go-toml v1.7.0 go: finding github.com/pkg/errors v0.8.1 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/posener/complete v1.1.1 go: finding github.com/prometheus/client_golang v1.4.0 go: finding github.com/prometheus/client_model v0.2.0 go: finding github.com/prometheus/common v0.9.1 go: finding github.com/prometheus/procfs v0.0.8 go: finding github.com/ryanuber/columnize v2.1.0+incompatible go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: finding github.com/sirupsen/logrus v1.4.2 go: finding github.com/stretchr/objx v0.1.1 go: finding github.com/stretchr/testify v1.4.0 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce go: finding gopkg.in/yaml.v2 v2.2.8 Removing intermediate container c2e677d91b5e ---> d19f6ce0f7bf Successfully built d19f6ce0f7bf Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-arm64 . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-61 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat $ docker top 3d80cee35c9e1ce780bfa6efd4aae666c44512d31c145ab03b6fd64d6774fea5 -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/arm64 [Pipeline] sh + make test GO111MODULE=on go test -coverprofile=coverage.out ./... ? github.com/edgexfoundry/edgex-ui-go [no test files] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] GO111MODULE=on go vet ./... [Pipeline] stash Warning: overwriting stash ‘coverage-report’ Stashed 1 file(s) [Pipeline] } $ docker stop --time=1 3d80cee35c9e1ce780bfa6efd4aae666c44512d31c145ab03b6fd64d6774fea5 $ docker rm -f 3d80cee35c9e1ce780bfa6efd4aae666c44512d31c145ab03b6fd64d6774fea5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh + sudo chown -R jenkins:jenkins . [Pipeline] sh + ls -al . total 120 drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:39 . drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 17:37 .. drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 17:38 .git drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 17:38 .github -rw-rw-r-- 1 jenkins jenkins 136 Aug 14 17:38 .gitignore drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 17:38 .semver -rw-rw-r-- 1 jenkins jenkins 3959 Aug 14 17:38 CONTRIBUTING.md -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 17:38 Dockerfile -rw-rw-r-- 1 jenkins jenkins 898 Aug 14 17:38 Dockerfile.build -rw-rw-r-- 1 jenkins jenkins 675 Aug 14 17:38 Jenkinsfile -rw-rw-r-- 1 jenkins jenkins 11357 Aug 14 17:38 LICENSE -rw-rw-r-- 1 jenkins jenkins 951 Aug 14 17:38 Makefile -rw-rw-r-- 1 jenkins jenkins 3545 Aug 14 17:38 README.md -rw-rw-r-- 1 jenkins jenkins 5 Aug 14 17:24 VERSION drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 17:38 assets drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 17:38 bin drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 17:38 cmd -rw-r--r-- 1 jenkins jenkins 10 Aug 14 17:39 coverage.out drwxrwxr-x 5 jenkins jenkins 4096 Aug 14 17:38 docs -rw-rw-r-- 1 jenkins jenkins 1019 Aug 14 17:38 go.mod -rw-r--r-- 1 jenkins jenkins 20718 Aug 14 17:39 go.sum drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 17:38 internal -rw-rw-r-- 1 jenkins jenkins 155 Aug 14 17:38 version.go [Pipeline] isUnix [Pipeline] sh + 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=4a60f5e879490a67294bbad4177a0685cfc26b29 --label arch=arm64 --label version=0.0.0 . Sending build context to Docker daemon 21.97MB Step 1/24 : ARG BASE=golang:1.13-alpine Step 2/24 : FROM ${BASE} AS builder ---> d19f6ce0f7bf Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" ---> Running in a5566ac6157b Removing intermediate container a5566ac6157b ---> 2b4a03c2223c Step 4/24 : ARG ALPINE_PKG_BASE="make git" ---> Running in 55b09ce58863 Removing intermediate container 55b09ce58863 ---> efea421359ff Step 5/24 : ARG ALPINE_PKG_EXTRA="" ---> Running in 4b21b04d2380 Removing intermediate container 4b21b04d2380 ---> bb04207266a2 Step 6/24 : LABEL Name=edgex-ui-go ---> Running in 7e3623324f63 Removing intermediate container 7e3623324f63 ---> 9e03263e7b94 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' ---> Running in d491333f54e4 Removing intermediate container d491333f54e4 ---> f7761e0fda61 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 10d9a9f8d18e Removing intermediate container 10d9a9f8d18e ---> 97c3303a9772 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} ---> Running in e31afff25c0d fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz OK: 142 MiB in 39 packages Removing intermediate container e31afff25c0d ---> fb1cd5e3573b Step 10/24 : ENV GO111MODULE=on ---> Running in 6ded6786df2e Removing intermediate container 6ded6786df2e ---> eebdb82b8983 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go ---> Running in 339f5da1c7c6 Removing intermediate container 339f5da1c7c6 ---> b414b104b25d Step 12/24 : COPY go.mod . ---> e32ebc51acf6 Step 13/24 : COPY Makefile . ---> e01afdbc5347 Step 14/24 : RUN make update ---> Running in 103b6623b1c7 CGO_ENABLED=0 GO111MODULE=on go mod download Removing intermediate container 103b6623b1c7 ---> 23454804c7b8 Step 15/24 : COPY . . ---> 30372f5a190c Step 16/24 : RUN ${MAKE} ---> Running in d8f83464df33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server CGO_ENABLED=0 GO111MODULE=on go build ./... Removing intermediate container d8f83464df33 ---> 7b9b1c3ad79b Step 17/24 : FROM alpine latest: Pulling from library/alpine b538f80385f9: Already exists Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 Status: Downloaded newer image for alpine:latest ---> 62ee0e9f8440 Step 18/24 : EXPOSE 4000 ---> Running in 6d12163984e8 Removing intermediate container 6d12163984e8 ---> d5d69dc110f7 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 ---> 13273595de49 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server ---> Running in 13609567c395 Removing intermediate container 13609567c395 ---> 9dda98a22c8d Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] ---> Running in 6b7cf6195cd8 Removing intermediate container 6b7cf6195cd8 ---> d1a784b7317d Step 22/24 : LABEL arch=arm64 ---> Running in fc119eb72657 Removing intermediate container fc119eb72657 ---> d7afd6c6b9c8 Step 23/24 : LABEL git_sha=4a60f5e879490a67294bbad4177a0685cfc26b29 ---> Running in 883d2eb1a6c4 Removing intermediate container 883d2eb1a6c4 ---> b6bb5bb2525e Step 24/24 : LABEL version=0.0.0 ---> Running in 015a33ef5d3e Removing intermediate container 015a33ef5d3e ---> 787744b772be [Warning] One or more build-args [ARCH] were not consumed Successfully built 787744b772be Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap provisioning config files... copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/config3005145443544645149tmp [Pipeline] { [Pipeline] sh + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/config3005145443544645149tmp + curl -s https://codecov.io/bash [Pipeline] } Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-256 + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-256 ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-256 ']' + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-256/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-256/archives/ [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine alpine: Pulling from edgex-lftools-log-publisher c9b1b535fdd9: Pulling fs layer 2cc5ad85d9ab: Pulling fs layer 756a868c4378: Pulling fs layer 444b2fc9a129: Pulling fs layer ea15f1150254: Pulling fs layer 41b27a9f41bf: Pulling fs layer 28c525ee5125: Pulling fs layer 094b1ea09ed8: Pulling fs layer 138eaada9080: Pulling fs layer 0622d0fa9048: Pulling fs layer 28c525ee5125: Waiting 094b1ea09ed8: Waiting 0622d0fa9048: Waiting 41b27a9f41bf: Waiting 2cc5ad85d9ab: Verifying Checksum 2cc5ad85d9ab: Download complete 444b2fc9a129: Verifying Checksum 444b2fc9a129: Download complete c9b1b535fdd9: Verifying Checksum c9b1b535fdd9: Download complete ea15f1150254: Verifying Checksum ea15f1150254: Download complete 28c525ee5125: Verifying Checksum 28c525ee5125: Download complete 756a868c4378: Verifying Checksum 756a868c4378: Download complete 138eaada9080: Verifying Checksum 138eaada9080: Download complete c9b1b535fdd9: Pull complete 0622d0fa9048: Verifying Checksum 0622d0fa9048: Download complete 094b1ea09ed8: Verifying Checksum 094b1ea09ed8: Download complete 2cc5ad85d9ab: Pull complete 41b27a9f41bf: Verifying Checksum 41b27a9f41bf: Download complete 756a868c4378: Pull complete 444b2fc9a129: Pull complete ea15f1150254: Pull complete 41b27a9f41bf: Pull complete 28c525ee5125: Pull complete 094b1ea09ed8: Pull complete 138eaada9080: Pull complete 0622d0fa9048: Pull complete Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-40 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-ui-go_PR-256 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-256:/w/workspace/edgexfoundry_edgex-ui-go_PR-256:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat $ docker top 2bb94e68e0ea708cdf612db8d2cfa783750821cb70556a80e1897bb7f1c633fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-256@tmp/config7803775336080184283tmp [Pipeline] { [Pipeline] echo Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh ---> create-netrc.sh [Pipeline] echo Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh ---> logs-deploy.sh + ARCHIVE_ARTIFACTS= + LOGS_SERVER=https://logs.edgexfoundry.org + '[' https://logs.edgexfoundry.org == None ']' + NEXUS_URL=https://nexus.edgexfoundry.org + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-256/8 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-256/8/ + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-256/8 /w/workspace/edgexfoundry_edgex-ui-go_PR-256 Archives upload complete. + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-256/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-ui-go/job/PR-256/8/