Pull request #260 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 e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 rather than 510fa8e429d66c522ea7cd3000e25a135ef96cf5 Obtained Jenkinsfile from e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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] ========================================================= [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-549’ Running on prd-centos7-docker-4c-2g-551 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [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-260 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 into PR head commit 510fa8e429d66c522ea7cd3000e25a135ef96cf5 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # 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/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 Merge succeeded, producing 510fa8e429d66c522ea7cd3000e25a135ef96cf5 Checking out Revision 510fa8e429d66c522ea7cd3000e25a135ef96cf5 (PR-260) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 Commit message: "Merge branch 'master' into issue_#257" > git rev-list --no-walk ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:17:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:17:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:17:42 ========================================================= 06:17:42 EdgeX Global Pipelines Version Info 06:17:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:17:43 ------------------- 06:17:43 stable info: 06:17:43 ------------------- 06:17:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:17:43 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 06:17:43 Message: update stable to v1.0.122 06:17:44 ------------------- 06:17:44 experimental info: 06:17:44 ------------------- 06:17:44 Commited By: **** collab-it+edgex@linuxfoundation.org 06:17:44 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 06:17:44 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:17:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:17:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-260 [Pipeline] echo 06:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-260 [Pipeline] echo 06:17:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-260 [Pipeline] echo 06:17:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [Pipeline] echo 06:17:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 510fa8e [Pipeline] echo 06:17:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:17:48 + git log --format=format:%s -1 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [Pipeline] echo 06:17:48 GIT_COMMIT: 510fa8e429d66c522ea7cd3000e25a135ef96cf5, Commit Message: Merge branch 'master' into issue_#257 [Pipeline] echo 06:17:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:17:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:49 06:17:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:17:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:50 latest: Pulling from edgex-devops/git-semver 06:17:50 31603596830f: Pulling fs layer 06:17:50 2a8b12db71e7: Pulling fs layer 06:17:50 6ca5941a6612: Pulling fs layer 06:17:50 ecc8261a40a4: Pulling fs layer 06:17:50 ecc8261a40a4: Waiting 06:17:50 2a8b12db71e7: Verifying Checksum 06:17:50 2a8b12db71e7: Download complete 06:17:50 31603596830f: Verifying Checksum 06:17:50 31603596830f: Download complete 06:17:50 ecc8261a40a4: Verifying Checksum 06:17:50 ecc8261a40a4: Download complete 06:17:50 6ca5941a6612: Verifying Checksum 06:17:50 6ca5941a6612: Download complete 06:17:50 31603596830f: Pull complete 06:17:50 2a8b12db71e7: Pull complete 06:17:51 6ca5941a6612: Pull complete 06:17:51 ecc8261a40a4: Pull complete 06:17:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:17:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:17:51 prd-centos7-docker-4c-2g-551 does not seem to be running inside a container 06:17:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-260 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260:/w/workspace/edgexfoundry_edgex-ui-go_PR-260:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@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 06:17:54 $ docker top 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:55 [ssh-agent] Looking for ssh-agent implementation... 06:17:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:55 $ docker exec 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent 06:17:55 SSH_AUTH_SOCK=/tmp/ssh-AiarVZ1r7UEg/agent.11 06:17:55 SSH_AGENT_PID=16 06:17:55 Running ssh-add (command line suppressed) 06:17:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_841328992329385356.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_841328992329385356.key) 06:17:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:55 + git describe --exact-match --tags HEAD 06:17:55 fatal: No names found, cannot describe anything. [Pipeline] } 06:17:55 $ docker exec --env ******** --env ******** 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent -k 06:17:56 unset SSH_AUTH_SOCK; 06:17:56 unset SSH_AGENT_PID; 06:17:56 echo Agent pid 16 killed; 06:17:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:17:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:17:56 This usually means this commit has not been tagged. [Pipeline] sshagent 06:17:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:56 [ssh-agent] Looking for ssh-agent implementation... 06:17:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:56 $ docker exec 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent 06:17:56 SSH_AUTH_SOCK=/tmp/ssh-X9qEMdwwz82o/agent.44 06:17:56 SSH_AGENT_PID=49 06:17:56 Running ssh-add (command line suppressed) 06:17:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_7517694845944287353.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_7517694845944287353.key) 06:17:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:57 + git semver init 06:17:57 # -> Open(): unable to determine branch for HEAD 06:17:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.git 06:17:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-260 06:17:57 # $SEMVER_REMOTE_NAME = origin 06:17:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:57 # $SEMVER_USER_NAME = edgex-jenkins 06:17:57 # $SEMVER_BRANCH = PR-260 06:17:57 # $SEMVER_TEMP = /tmp/semver-697831227 06:17:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:17:58 # '/tmp/semver-697831227' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver' 06:17:58 # -> Force: false 06:17:58 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver [Pipeline] } 06:17:58 $ docker exec --env ******** --env ******** 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent -k 06:17:58 unset SSH_AUTH_SOCK; 06:17:58 unset SSH_AGENT_PID; 06:17:58 echo Agent pid 49 killed; 06:17:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:59 + git semver [Pipeline] } 06:17:59 $ docker stop --time=1 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 06:18:00 $ docker rm -f 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:18:02 Stashed 25 file(s) [Pipeline] echo 06:18:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:18:02 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 06:18:17 Still waiting to schedule task 06:18:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:18:17 Still waiting to schedule task 06:18:17 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-550’ 06:21:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-553 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws 06:21:20 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 06:21:25 using credential edgex-jenkins-ssh 06:21:25 Cloning the remote Git repository 06:21:25 Cloning with configured refspecs honoured and without tags 06:21:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:21:26 > git init /w/workspace/edgex-ui-go/4 # timeout=10 06:21:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:21:26 > git --version # timeout=10 06:21:26 > git --version # 'git version 2.17.1' 06:21:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:27 Fetching without tags 06:21:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:21:27 > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 06:21:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:21:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:21:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:28 Merging remotes/origin/master commit e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 into PR head commit 510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:21:28 Merge succeeded, producing 510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:21:28 Checking out Revision 510fa8e429d66c522ea7cd3000e25a135ef96cf5 (PR-260) 06:21:28 > git config core.sparsecheckout # timeout=10 06:21:28 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 06:21:28 > git remote # timeout=10 06:21:28 > git config --get remote.origin.url # timeout=10 06:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:28 > git merge e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 06:21:28 > git rev-parse HEAD^{commit} # timeout=10 06:21:28 > git config core.sparsecheckout # timeout=10 06:21:28 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 06:21:31 Running on prd-centos7-docker-4c-2g-554 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws 06:21:31 Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout 06:21:33 Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 06:21:34 using credential edgex-jenkins-ssh 06:21:34 Cloning the remote Git repository 06:21:34 Cloning with configured refspecs honoured and without tags 06:21:34 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:21:34 > git init /w/workspace/edgex-ui-go/4 # timeout=10 06:21:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:21:34 > git --version # timeout=10 06:21:34 > git --version # 'git version 2.16.5' 06:21:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] echo 06:21:35 ========================================================= 06:21:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:21:35 ========================================================= 06:21:35 Fetching without tags [Pipeline] isUnix [Pipeline] sh 06:21:35 Merging remotes/origin/master commit e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 into PR head commit 510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:21:35 Merge succeeded, producing 510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:21:35 Checking out Revision 510fa8e429d66c522ea7cd3000e25a135ef96cf5 (PR-260) 06:21:36 + 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 . 06:21:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:21:35 > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 06:21:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:21:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:21:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:35 > git config core.sparsecheckout # timeout=10 06:21:35 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 06:21:35 > git remote # timeout=10 06:21:35 > git config --get remote.origin.url # timeout=10 06:21:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:35 > git merge e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 06:21:35 > git rev-parse HEAD^{commit} # timeout=10 06:21:35 > git config core.sparsecheckout # timeout=10 06:21:35 > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 06:21:37 Sending build context to Docker daemon 21.99MB 06:21:37 Step 1/8 : ARG BASE=golang:1.15-alpine 06:21:37 Step 2/8 : FROM ${BASE} 06:21:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:21:37 b538f80385f9: Pulling fs layer 06:21:37 74f711af9a0d: Pulling fs layer 06:21:37 99f96fe45779: Pulling fs layer 06:21:37 8529a6b9a6be: Pulling fs layer 06:21:37 45590311c82a: Pulling fs layer 06:21:37 69ca0ff8b7b3: Pulling fs layer 06:21:37 209524e5b208: Pulling fs layer 06:21:37 45590311c82a: Waiting 06:21:37 8529a6b9a6be: Waiting 06:21:37 69ca0ff8b7b3: Waiting 06:21:37 209524e5b208: Waiting 06:21:37 99f96fe45779: Download complete 06:21:37 74f711af9a0d: Verifying Checksum 06:21:37 74f711af9a0d: Download complete 06:21:37 45590311c82a: Verifying Checksum 06:21:37 45590311c82a: Download complete 06:21:37 69ca0ff8b7b3: Verifying Checksum 06:21:37 69ca0ff8b7b3: Download complete 06:21:37 b538f80385f9: Verifying Checksum 06:21:37 b538f80385f9: Download complete 06:21:38 b538f80385f9: Pull complete 06:21:38 74f711af9a0d: Pull complete 06:21:39 99f96fe45779: Pull complete 06:21:39 Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 06:21:40 209524e5b208: Verifying Checksum 06:21:40 209524e5b208: Download complete [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:21:40 ========================================================= 06:21:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:21:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:21:41 + 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 . 06:21:41 8529a6b9a6be: Verifying Checksum 06:21:41 8529a6b9a6be: Download complete 06:21:41 Sending build context to Docker daemon 21.99MB 06:21:41 Step 1/8 : ARG BASE=golang:1.15-alpine 06:21:41 Step 2/8 : FROM ${BASE} 06:21:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:21:41 df20fa9351a1: Pulling fs layer 06:21:41 ed8968b2872e: Pulling fs layer 06:21:41 a92cc7c5fd73: Pulling fs layer 06:21:41 e871e8e8d7a9: Pulling fs layer 06:21:41 e73272ec9a57: Pulling fs layer 06:21:41 1e910a182e73: Pulling fs layer 06:21:41 4e634b169226: Pulling fs layer 06:21:41 e871e8e8d7a9: Waiting 06:21:41 e73272ec9a57: Waiting 06:21:41 1e910a182e73: Waiting 06:21:41 4e634b169226: Waiting 06:21:41 a92cc7c5fd73: Verifying Checksum 06:21:41 a92cc7c5fd73: Download complete 06:21:41 ed8968b2872e: Download complete 06:21:41 e73272ec9a57: Verifying Checksum 06:21:41 e73272ec9a57: Download complete 06:21:41 1e910a182e73: Verifying Checksum 06:21:41 1e910a182e73: Download complete 06:21:41 df20fa9351a1: Verifying Checksum 06:21:41 df20fa9351a1: Download complete 06:21:42 df20fa9351a1: Pull complete 06:21:42 ed8968b2872e: Pull complete 06:21:42 a92cc7c5fd73: Pull complete 06:21:43 4e634b169226: Verifying Checksum 06:21:43 4e634b169226: Download complete 06:21:44 e871e8e8d7a9: Verifying Checksum 06:21:44 e871e8e8d7a9: Download complete 06:21:49 e871e8e8d7a9: Pull complete 06:21:49 e73272ec9a57: Pull complete 06:21:49 1e910a182e73: Pull complete 06:21:51 8529a6b9a6be: Pull complete 06:21:51 45590311c82a: Pull complete 06:21:51 69ca0ff8b7b3: Pull complete 06:21:56 209524e5b208: Pull complete 06:21:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:21:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:21:56 ---> 5bddaf1c2fca 06:21:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:56 4e634b169226: Pull complete 06:21:56 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:21:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:21:56 ---> f7629b54cfaa 06:21:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:56 ---> Running in 7c5cc57df56d 06:21:56 Removing intermediate container 7c5cc57df56d 06:21:56 ---> 7d317cee2be1 06:21:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:56 ---> Running in 3f736b378b89 06:21:57 Removing intermediate container 3f736b378b89 06:21:57 ---> f83e588ceb92 06:21:57 Step 5/8 : RUN apk add --no-cache make git 06:21:57 ---> Running in d970aafadfec 06:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:21:58 ---> Running in aa3c833bcb1a 06:21:58 Removing intermediate container aa3c833bcb1a 06:21:58 ---> cf5eb98509e2 06:21:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:58 ---> Running in 0513969eaf7d 06:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:21:59 OK: 166 MiB in 39 packages 06:21:59 Removing intermediate container d970aafadfec 06:21:59 ---> 4b1b6cb87b29 06:21:59 Step 6/8 : WORKDIR /edgex-ui-go 06:21:59 ---> Running in d109edd814c7 06:22:00 Removing intermediate container d109edd814c7 06:22:00 ---> 21ef5e078fe6 06:22:00 Step 7/8 : COPY . . 06:22:02 ---> 42cce893a815 06:22:02 Step 8/8 : RUN go mod download 06:22:02 ---> Running in 0184e3029f86 06:22:02 Removing intermediate container 0513969eaf7d 06:22:02 ---> d51cd05e99d7 06:22:02 Step 5/8 : RUN apk add --no-cache make git 06:22:02 ---> Running in 7d9740467842 06:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:04 OK: 142 MiB in 39 packages 06:22:05 Removing intermediate container 7d9740467842 06:22:05 ---> 52891db8e37e 06:22:05 Step 6/8 : WORKDIR /edgex-ui-go 06:22:06 ---> Running in ec672c4fef6a 06:22:06 Removing intermediate container ec672c4fef6a 06:22:06 ---> ab298198e39b 06:22:06 Step 7/8 : COPY . . 06:22:08 ---> 51fc73f93c99 06:22:08 Step 8/8 : RUN go mod download 06:22:08 ---> Running in 4f53acb1c52d 06:22:24 Removing intermediate container 0184e3029f86 06:22:24 ---> 5cddbe6eccba 06:22:24 Successfully built 5cddbe6eccba 06:22:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:22:24 + docker inspect -f . ci-base-image-x86_64 06:22:24 . [Pipeline] withDockerContainer 06:22:24 prd-centos7-docker-4c-2g-554 does not seem to be running inside a container 06:22:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:26 $ docker top d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:26 + go version 06:22:26 go version go1.15.2 linux/amd64 [Pipeline] } 06:22:26 $ docker stop --time=1 d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 06:22:27 $ docker rm -f d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:28 + docker inspect -f . ci-base-image-x86_64 06:22:28 . [Pipeline] withDockerContainer 06:22:28 prd-centos7-docker-4c-2g-554 does not seem to be running inside a container 06:22:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:29 $ docker top 580ec8777be0ac7855a925467ea8370fc287f66d4f15949f15a482056b703750 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:29 + make test 06:22:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:22:30 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:22:35 Removing intermediate container 4f53acb1c52d 06:22:35 ---> d708170d5222 06:22:35 Successfully built d708170d5222 06:22:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:22:35 + docker inspect -f . ci-base-image-arm64 06:22:35 . [Pipeline] withDockerContainer 06:22:36 prd-ubuntu18.04-docker-arm64-4c-16g-553 does not seem to be running inside a container 06:22:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:22:38 $ docker top aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:22:39 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:22:39 GO111MODULE=on go vet ./... [Pipeline] stash 06:22:39 + go version 06:22:39 go version go1.15.2 linux/arm64 [Pipeline] } 06:22:39 $ docker stop --time=1 aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e 06:22:39 Stashed 1 file(s) 06:22:41 $ docker rm -f aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 06:22:41 $ docker stop --time=1 580ec8777be0ac7855a925467ea8370fc287f66d4f15949f15a482056b703750 06:22:43 $ docker rm -f 580ec8777be0ac7855a925467ea8370fc287f66d4f15949f15a482056b703750 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:22:45 + docker inspect -f . ci-base-image-arm64 06:22:45 . [Pipeline] withDockerContainer 06:22:45 + ls -al . 06:22:45 total 84 06:22:45 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:22 . 06:22:45 drwxrwxr-x. 4 jenkins jenkins 28 Sep 20 06:21 .. 06:22:45 drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:21 assets 06:22:45 drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:21 bin 06:22:45 drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:21 cmd 06:22:45 -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:21 CONTRIBUTING.md 06:22:45 -rw-r--r--. 1 jenkins jenkins 10 Sep 20 06:22 coverage.out 06:22:45 -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:21 Dockerfile 06:22:45 -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:21 Dockerfile.build 06:22:45 drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:21 docs 06:22:45 drwxrwxr-x. 8 jenkins jenkins 179 Sep 20 06:21 .git 06:22:45 drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:21 .github 06:22:45 -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:21 .gitignore 06:22:45 -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:21 go.mod 06:22:45 -rw-r--r--. 1 jenkins jenkins 20718 Sep 20 06:22 go.sum 06:22:45 drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:21 internal 06:22:45 -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 06:21 Jenkinsfile 06:22:45 -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:21 LICENSE 06:22:45 -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:21 Makefile 06:22:45 -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:21 README.md 06:22:45 drwxrwxr-x. 3 jenkins jenkins 58 Sep 20 06:21 .semver 06:22:45 -rw-rw-r--. 1 jenkins jenkins 5 Sep 20 06:18 VERSION 06:22:45 -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:21 version.go 06:22:45 prd-ubuntu18.04-docker-arm64-4c-16g-553 does not seem to be running inside a container 06:22:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:22:47 $ docker top 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:22:48 + 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=510fa8e429d66c522ea7cd3000e25a135ef96cf5 --label arch=amd64 --label version=0.0.0 . 06:22:48 Sending build context to Docker daemon 22.01MB 06:22:48 Step 1/24 : ARG BASE=golang:1.15-alpine 06:22:48 Step 2/24 : FROM ${BASE} AS builder 06:22:48 ---> 5cddbe6eccba 06:22:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:22:49 ---> Running in 524794a0abbd 06:22:49 + make test 06:22:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:22:49 Removing intermediate container 524794a0abbd 06:22:49 ---> 0ecb2804753d 06:22:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:22:49 ---> Running in e9406adc104d 06:22:49 Removing intermediate container e9406adc104d 06:22:49 ---> 86fc8f850db8 06:22:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:22:49 ---> Running in b2d78f3cab72 06:22:49 Removing intermediate container b2d78f3cab72 06:22:49 ---> 770d60f6cc40 06:22:49 Step 6/24 : LABEL Name=edgex-ui-go 06:22:49 ---> Running in 108043ec1020 06:22:49 Removing intermediate container 108043ec1020 06:22:49 ---> 07fcad2984b6 06:22:49 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:22:50 ---> Running in a728617503eb 06:22:50 Removing intermediate container a728617503eb 06:22:50 ---> ff903b152766 06:22:50 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:22:50 ---> Running in 01855afcfff5 06:22:51 Removing intermediate container 01855afcfff5 06:22:51 ---> da4c3a02cdd5 06:22:51 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:22:51 ---> Running in 06aa98ee5a6c 06:22:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:52 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:22:52 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:22:52 OK: 12751 distinct packages available 06:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:53 OK: 166 MiB in 39 packages 06:22:54 Removing intermediate container 06aa98ee5a6c 06:22:54 ---> 6ad9df4593ca 06:22:54 Step 10/24 : ENV GO111MODULE=on 06:22:54 ---> Running in ff6d96cecfdc 06:22:54 Removing intermediate container ff6d96cecfdc 06:22:54 ---> eac91edbb591 06:22:54 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:22:54 ---> Running in f2e6ca651e46 06:22:54 Removing intermediate container f2e6ca651e46 06:22:54 ---> 67ebdda4b8d5 06:22:54 Step 12/24 : COPY go.mod . 06:22:55 ---> 2ccfa9dcc71f 06:22:55 Step 13/24 : COPY Makefile . 06:22:55 ---> eb42242968c0 06:22:55 Step 14/24 : RUN make update 06:22:55 ---> Running in 44726c57408d 06:22:56 CGO_ENABLED=0 GO111MODULE=on go mod download 06:22:56 Removing intermediate container 44726c57408d 06:22:56 ---> 677a4bf0f851 06:22:56 Step 15/24 : COPY . . 06:22:57 ---> 9b02ea6c40df 06:22:57 Step 16/24 : RUN ${MAKE} 06:22:57 ---> Running in 5bdc11b6909b 06:22:58 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 06:23:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:23:08 Removing intermediate container 5bdc11b6909b 06:23:08 ---> d08b0f190789 06:23:08 Step 17/24 : FROM alpine 06:23:08 latest: Pulling from library/alpine 06:23:08 df20fa9351a1: Already exists 06:23:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:23:08 Status: Downloaded newer image for alpine:latest 06:23:08 ---> a24bb4013296 06:23:08 Step 18/24 : EXPOSE 4000 06:23:08 ---> Running in ee055ca22a02 06:23:09 Removing intermediate container ee055ca22a02 06:23:09 ---> 5d7541b52f97 06:23:09 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 06:23:10 ---> 07d432c5c1bb 06:23:10 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:23:10 ---> Running in 4b30782a31dd 06:23:10 Removing intermediate container 4b30782a31dd 06:23:10 ---> ad8e5796484f 06:23:10 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:23:10 ---> Running in 0b3be5b5aedf 06:23:10 Removing intermediate container 0b3be5b5aedf 06:23:10 ---> 29ac3f86c5c2 06:23:10 Step 22/24 : LABEL arch=amd64 06:23:10 ---> Running in 69702733caad 06:23:11 Removing intermediate container 69702733caad 06:23:11 ---> f1078d2b0b48 06:23:11 Step 23/24 : LABEL git_sha=510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:23:11 ---> Running in 44a9e6e44704 06:23:11 Removing intermediate container 44a9e6e44704 06:23:11 ---> 5b98627aa21c 06:23:11 Step 24/24 : LABEL version=0.0.0 06:23:11 ---> Running in e3ed8377e6fe 06:23:11 Removing intermediate container e3ed8377e6fe 06:23:11 ---> 7de010764dd2 06:23:11 [Warning] One or more build-args [ARCH] were not consumed 06:23:11 Successfully built 7de010764dd2 06:23:11 Successfully tagged docker-edgex-ui-go: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 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:23:12 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:23:12 GO111MODULE=on go vet ./... [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash 06:23:18 Warning: overwriting stash ‘coverage-report’ 06:23:18 Stashed 1 file(s) [Pipeline] } 06:23:18 $ docker stop --time=1 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 06:23:21 $ docker rm -f 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:23:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:23:22 + ls -al . 06:23:22 total 120 06:23:22 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:22 . 06:23:22 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:21 .. 06:23:22 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:21 .git 06:23:22 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:21 .github 06:23:22 -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:21 .gitignore 06:23:22 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 .semver 06:23:22 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:21 CONTRIBUTING.md 06:23:22 -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:21 Dockerfile 06:23:22 -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:21 Dockerfile.build 06:23:22 -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 06:21 Jenkinsfile 06:23:22 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:21 LICENSE 06:23:22 -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:21 Makefile 06:23:22 -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:21 README.md 06:23:22 -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 06:18 VERSION 06:23:22 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 assets 06:23:22 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:21 bin 06:23:22 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 cmd 06:23:22 -rw-r--r-- 1 jenkins jenkins 10 Sep 20 06:22 coverage.out 06:23:22 drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:21 docs 06:23:22 -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:21 go.mod 06:23:22 -rw-r--r-- 1 jenkins jenkins 20718 Sep 20 06:22 go.sum 06:23:22 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:21 internal 06:23:22 -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:21 version.go [Pipeline] isUnix [Pipeline] sh 06:23:23 + 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=510fa8e429d66c522ea7cd3000e25a135ef96cf5 --label arch=arm64 --label version=0.0.0 . 06:23:23 Sending build context to Docker daemon 22.01MB 06:23:23 Step 1/24 : ARG BASE=golang:1.15-alpine 06:23:23 Step 2/24 : FROM ${BASE} AS builder 06:23:23 ---> d708170d5222 06:23:23 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:23:24 ---> Running in 871759e9fcea 06:23:24 Removing intermediate container 871759e9fcea 06:23:24 ---> 800ec390b53b 06:23:24 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 06:23:24 ---> Running in 80664e586246 06:23:25 Removing intermediate container 80664e586246 06:23:25 ---> 348323e66651 06:23:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:23:25 ---> Running in 2d132624cc14 06:23:25 Removing intermediate container 2d132624cc14 06:23:25 ---> 5c43f39e431d 06:23:25 Step 6/24 : LABEL Name=edgex-ui-go 06:23:25 ---> Running in 9eda1c7ea861 06:23:26 Removing intermediate container 9eda1c7ea861 06:23:26 ---> 3881386559de 06:23:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:23:26 ---> Running in 78a5db1510d1 06:23:27 Removing intermediate container 78a5db1510d1 06:23:27 ---> eedbc691f12d 06:23:27 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:27 ---> Running in 3be5fec8b72b 06:23:29 Removing intermediate container 3be5fec8b72b 06:23:29 ---> 28a4ea5d039a 06:23:29 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:23:29 ---> Running in 50e99dc1f719 06:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:33 v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:23:33 v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:23:33 OK: 12622 distinct packages available 06:23:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:34 OK: 142 MiB in 39 packages 06:23:36 Removing intermediate container 50e99dc1f719 06:23:36 ---> 993b62887169 06:23:36 Step 10/24 : ENV GO111MODULE=on 06:23:36 ---> Running in 4451f98e2e54 06:23:36 Removing intermediate container 4451f98e2e54 06:23:36 ---> 8078f28d99e3 06:23:36 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:23:36 ---> Running in f11fc0543f8f 06:23:37 Removing intermediate container f11fc0543f8f 06:23:37 ---> 367bf659ddf0 06:23:37 Step 12/24 : COPY go.mod . 06:23:38 ---> 48e810acd586 06:23:38 Step 13/24 : COPY Makefile . 06:23:38 ---> 935f4d6fc0f3 06:23:38 Step 14/24 : RUN make update 06:23:39 ---> Running in 89c139b94e07 06:23:40 CGO_ENABLED=0 GO111MODULE=on go mod download 06:23:42 Removing intermediate container 89c139b94e07 06:23:42 ---> dc8e30c7bba1 06:23:42 Step 15/24 : COPY . . 06:23:44 ---> d096e0ae9cfb 06:23:44 Step 16/24 : RUN ${MAKE} 06:23:44 ---> Running in 67f0014d6e4a 06:23:45 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 06:24:07 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:24:13 Removing intermediate container 67f0014d6e4a 06:24:13 ---> ffa5b7f95cc1 06:24:13 Step 17/24 : FROM alpine 06:24:13 latest: Pulling from library/alpine 06:24:13 b538f80385f9: Already exists 06:24:13 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:24:13 Status: Downloaded newer image for alpine:latest 06:24:13 ---> 62ee0e9f8440 06:24:13 Step 18/24 : EXPOSE 4000 06:24:13 ---> Running in 086d11439d9b 06:24:14 Removing intermediate container 086d11439d9b 06:24:14 ---> 94922d3541cf 06:24:14 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 06:24:15 ---> b9798a27f882 06:24:15 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:24:15 ---> Running in b9d0b3a3c8f1 06:24:16 Removing intermediate container b9d0b3a3c8f1 06:24:16 ---> b532a9aaf1bd 06:24:16 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:24:16 ---> Running in bfd74592b1be 06:24:16 Removing intermediate container bfd74592b1be 06:24:16 ---> f3f678e310b5 06:24:16 Step 22/24 : LABEL arch=arm64 06:24:16 ---> Running in a0e2a0d61d3c 06:24:17 Removing intermediate container a0e2a0d61d3c 06:24:17 ---> 52da07403530 06:24:17 Step 23/24 : LABEL git_sha=510fa8e429d66c522ea7cd3000e25a135ef96cf5 06:24:17 ---> Running in bc1c52a1b058 06:24:17 Removing intermediate container bc1c52a1b058 06:24:17 ---> 5af81b2114e6 06:24:17 Step 24/24 : LABEL version=0.0.0 06:24:17 ---> Running in c9c410198045 06:24:18 Removing intermediate container c9c410198045 06:24:18 ---> bad4a599223e 06:24:18 [Warning] One or more build-args [ARCH] were not consumed 06:24:18 Successfully built bad4a599223e 06:24:18 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 06:24:20 provisioning config files... 06:24:20 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7002268965248902856tmp [Pipeline] { [Pipeline] sh 06:24:20 + curl -s https://codecov.io/bash 06:24:20 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7002268965248902856tmp [Pipeline] } 06:24:21 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 06:24:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:24:24 ---> package-listing.sh 06:24:24 ++ facter osfamily 06:24:24 ++ tr '[:upper:]' '[:lower:]' 06:24:24 + OS_FAMILY=redhat 06:24:24 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-260 06:24:24 + START_PACKAGES=/tmp/packages_start.txt 06:24:24 + END_PACKAGES=/tmp/packages_end.txt 06:24:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:24:24 + PACKAGES=/tmp/packages_start.txt 06:24:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' 06:24:24 + PACKAGES=/tmp/packages_end.txt 06:24:24 + case "${OS_FAMILY}" in 06:24:24 + rpm -qa 06:24:24 + sort 06:24:28 + '[' -f /tmp/packages_start.txt ']' 06:24:28 + '[' -f /tmp/packages_end.txt ']' 06:24:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:24:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' 06:24:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-260/archives/ 06:24:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-260/archives/ [Pipeline] isUnix [Pipeline] sh 06:24:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:29 06:24:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:24:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:29 alpine: Pulling from edgex-lftools-log-publisher 06:24:29 df20fa9351a1: Pulling fs layer 06:24:29 36b3adc4ff6f: Pulling fs layer 06:24:29 8ad3a11d3b57: Pulling fs layer 06:24:29 46f8f816bc3b: Pulling fs layer 06:24:29 0dadc02b9964: Pulling fs layer 06:24:29 ce6a7cf60c04: Pulling fs layer 06:24:29 7a184a31f384: Pulling fs layer 06:24:29 0879bd2ef858: Pulling fs layer 06:24:29 0dadc02b9964: Waiting 06:24:29 7a184a31f384: Waiting 06:24:29 36b3adc4ff6f: Download complete 06:24:29 46f8f816bc3b: Verifying Checksum 06:24:29 46f8f816bc3b: Download complete 06:24:29 df20fa9351a1: Verifying Checksum 06:24:29 ce6a7cf60c04: Verifying Checksum 06:24:29 ce6a7cf60c04: Download complete 06:24:29 0dadc02b9964: Verifying Checksum 06:24:29 0dadc02b9964: Download complete 06:24:29 7a184a31f384: Verifying Checksum 06:24:29 7a184a31f384: Download complete 06:24:29 8ad3a11d3b57: Verifying Checksum 06:24:29 8ad3a11d3b57: Download complete 06:24:29 df20fa9351a1: Pull complete 06:24:30 36b3adc4ff6f: Pull complete 06:24:30 0879bd2ef858: Verifying Checksum 06:24:30 0879bd2ef858: Download complete 06:24:30 8ad3a11d3b57: Pull complete 06:24:30 46f8f816bc3b: Pull complete 06:24:31 0dadc02b9964: Pull complete 06:24:31 ce6a7cf60c04: Pull complete 06:24:31 7a184a31f384: Pull complete 06:24:33 0879bd2ef858: Pull complete 06:24:33 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:24:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:24:34 prd-centos7-docker-4c-2g-551 does not seem to be running inside a container 06:24:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_PR-260 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260:/w/workspace/edgexfoundry_edgex-ui-go_PR-260:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@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 06:24:39 $ docker top 812512477b21c46ec2f94e68c96d4a8f2764101b1adde44e60eadd8d88997acf -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:40 + mkdir -p /var/log/sa [Pipeline] sh 06:24:40 + ls /var/log/sa-host 06:24:40 + sadf -c /var/log/sa-host/sa05 06:24:40 file_magic: OK 06:24:40 HZ: Using current value: 100 06:24:40 file_header: OK 06:24:40 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 06:24:40 Statistics: 06:24:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:24:40 File successfully converted to sysstat format version 12.2.1 06:24:40 + sadf -c /var/log/sa-host/sa20 06:24:40 file_magic: OK 06:24:40 HZ: Using current value: 100 06:24:40 file_header: OK 06:24:40 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 06:24:40 Statistics: 06:24:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:24:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:24:40 provisioning config files... 06:24:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config4424732968881522474tmp [Pipeline] { [Pipeline] echo 06:24:40 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:24:40 ---> create-netrc.sh [Pipeline] echo 06:24:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:24:41 ---> logs-deploy.sh 06:24:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-260/4 06:24:41 INFO: archiving workspace using pattern(s): 06:24:42 Archives upload complete. 06:24:42 INFO: archiving logs to Nexus