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 [2020-09-20T06:17:42.132Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T06:17:42.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T06:17:42.492Z] ========================================================= [2020-09-20T06:17:42.492Z] EdgeX Global Pipelines Version Info [2020-09-20T06:17:42.492Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:17:43.969Z] ------------------- [2020-09-20T06:17:43.969Z] stable info: [2020-09-20T06:17:43.969Z] ------------------- [2020-09-20T06:17:43.969Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T06:17:43.969Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T06:17:43.969Z] Message: update stable to v1.0.122 [2020-09-20T06:17:44.922Z] ------------------- [2020-09-20T06:17:44.922Z] experimental info: [2020-09-20T06:17:44.922Z] ------------------- [2020-09-20T06:17:44.922Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T06:17:44.922Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T06:17:44.922Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T06:17:45.444Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-20T06:17:45.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-20T06:17:45.660Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T06:17:45.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T06:17:45.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T06:17:45.989Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-20T06:17:46.090Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T06:17:46.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-20T06:17:46.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-20T06:17:46.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T06:17:46.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T06:17:46.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-20T06:17:46.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T06:17:46.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T06:17:46.936Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:17:47.033Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:17:47.128Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:17:47.236Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:17:47.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T06:17:47.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T06:17:47.618Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T06:17:47.721Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T06:17:47.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-260 [Pipeline] echo [2020-09-20T06:17:47.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-260 [Pipeline] echo [2020-09-20T06:17:48.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-260 [Pipeline] echo [2020-09-20T06:17:48.115Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [Pipeline] echo [2020-09-20T06:17:48.216Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 510fa8e [Pipeline] echo [2020-09-20T06:17:48.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:17:48.887Z] + git log --format=format:%s -1 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [Pipeline] echo [2020-09-20T06:17:48.970Z] GIT_COMMIT: 510fa8e429d66c522ea7cd3000e25a135ef96cf5, Commit Message: Merge branch 'master' into issue_#257 [Pipeline] echo [2020-09-20T06:17:49.022Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:17:49.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:17:49.846Z] [2020-09-20T06:17:49.846Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:17:50.199Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:17:50.199Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T06:17:50.199Z] 31603596830f: Pulling fs layer [2020-09-20T06:17:50.199Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T06:17:50.199Z] 6ca5941a6612: Pulling fs layer [2020-09-20T06:17:50.199Z] ecc8261a40a4: Pulling fs layer [2020-09-20T06:17:50.199Z] ecc8261a40a4: Waiting [2020-09-20T06:17:50.199Z] 2a8b12db71e7: Verifying Checksum [2020-09-20T06:17:50.199Z] 2a8b12db71e7: Download complete [2020-09-20T06:17:50.464Z] 31603596830f: Verifying Checksum [2020-09-20T06:17:50.464Z] 31603596830f: Download complete [2020-09-20T06:17:50.464Z] ecc8261a40a4: Verifying Checksum [2020-09-20T06:17:50.464Z] ecc8261a40a4: Download complete [2020-09-20T06:17:50.464Z] 6ca5941a6612: Verifying Checksum [2020-09-20T06:17:50.464Z] 6ca5941a6612: Download complete [2020-09-20T06:17:50.727Z] 31603596830f: Pull complete [2020-09-20T06:17:50.998Z] 2a8b12db71e7: Pull complete [2020-09-20T06:17:51.579Z] 6ca5941a6612: Pull complete [2020-09-20T06:17:51.842Z] ecc8261a40a4: Pull complete [2020-09-20T06:17:51.842Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T06:17:51.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:17:51.842Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T06:17:51.958Z] prd-centos7-docker-4c-2g-551 does not seem to be running inside a container [2020-09-20T06:17:52.005Z] $ 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 [2020-09-20T06:17:54.647Z] $ docker top 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:17:55.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:17:55.011Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:17:55.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:17:55.235Z] $ docker exec 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent [2020-09-20T06:17:55.397Z] SSH_AUTH_SOCK=/tmp/ssh-AiarVZ1r7UEg/agent.11 [2020-09-20T06:17:55.397Z] SSH_AGENT_PID=16 [2020-09-20T06:17:55.410Z] Running ssh-add (command line suppressed) [2020-09-20T06:17:55.526Z] 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) [2020-09-20T06:17:55.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:17:55.921Z] + git describe --exact-match --tags HEAD [2020-09-20T06:17:55.921Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T06:17:55.945Z] $ docker exec --env ******** --env ******** 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent -k [2020-09-20T06:17:56.054Z] unset SSH_AUTH_SOCK; [2020-09-20T06:17:56.054Z] unset SSH_AGENT_PID; [2020-09-20T06:17:56.054Z] echo Agent pid 16 killed; [2020-09-20T06:17:56.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T06:17:56.194Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T06:17:56.194Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T06:17:56.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:17:56.329Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:17:56.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:17:56.500Z] $ docker exec 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent [2020-09-20T06:17:56.726Z] SSH_AUTH_SOCK=/tmp/ssh-X9qEMdwwz82o/agent.44 [2020-09-20T06:17:56.726Z] SSH_AGENT_PID=49 [2020-09-20T06:17:56.743Z] Running ssh-add (command line suppressed) [2020-09-20T06:17:56.903Z] 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) [2020-09-20T06:17:56.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:17:57.297Z] + git semver init [2020-09-20T06:17:57.298Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:17:57.298Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.git [2020-09-20T06:17:57.298Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [2020-09-20T06:17:57.298Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:17:57.298Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:17:57.298Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:17:57.298Z] # $SEMVER_BRANCH = PR-260 [2020-09-20T06:17:57.298Z] # $SEMVER_TEMP = /tmp/semver-697831227 [2020-09-20T06:17:57.298Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-20T06:17:58.247Z] # '/tmp/semver-697831227' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver' [2020-09-20T06:17:58.247Z] # -> Force: false [2020-09-20T06:17:58.510Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver [Pipeline] } [2020-09-20T06:17:58.524Z] $ docker exec --env ******** --env ******** 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 ssh-agent -k [2020-09-20T06:17:58.638Z] unset SSH_AUTH_SOCK; [2020-09-20T06:17:58.639Z] unset SSH_AGENT_PID; [2020-09-20T06:17:58.639Z] echo Agent pid 49 killed; [2020-09-20T06:17:58.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:17:59.197Z] + git semver [Pipeline] } [2020-09-20T06:17:59.217Z] $ docker stop --time=1 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 [2020-09-20T06:18:00.671Z] $ docker rm -f 1c376d4582a58f46535ff3bf618c4c00f3ec664061bdd209678971984c2af579 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T06:18:02.005Z] Stashed 25 file(s) [Pipeline] echo [2020-09-20T06:18:02.007Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-20T06:18:02.113Z] 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 [2020-09-20T06:18:17.550Z] Still waiting to schedule task [2020-09-20T06:18:17.551Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-20T06:18:17.553Z] Still waiting to schedule task [2020-09-20T06:18:17.554Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-550’ [2020-09-20T06:21:20.376Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-553 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws [2020-09-20T06:21:20.436Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-09-20T06:21:25.735Z] using credential edgex-jenkins-ssh [2020-09-20T06:21:25.838Z] Cloning the remote Git repository [2020-09-20T06:21:25.838Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:21:25.899Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:26.003Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-09-20T06:21:26.060Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:26.061Z] > git --version # timeout=10 [2020-09-20T06:21:26.083Z] > git --version # 'git version 2.17.1' [2020-09-20T06:21:26.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:26.171Z] > 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 [2020-09-20T06:21:27.535Z] Fetching without tags [2020-09-20T06:21:27.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:21:27.469Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-09-20T06:21:27.486Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:21:27.513Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:21:27.546Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:27.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:27.558Z] > 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 [2020-09-20T06:21:28.024Z] Merging remotes/origin/master commit e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 into PR head commit 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:21:28.546Z] Merge succeeded, producing 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:21:28.547Z] Checking out Revision 510fa8e429d66c522ea7cd3000e25a135ef96cf5 (PR-260) [2020-09-20T06:21:28.043Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:21:28.070Z] > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 [2020-09-20T06:21:28.311Z] > git remote # timeout=10 [2020-09-20T06:21:28.328Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T06:21:28.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:28.423Z] > git merge e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [2020-09-20T06:21:28.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T06:21:28.555Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:21:28.587Z] > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 [2020-09-20T06:21:31.248Z] Running on prd-centos7-docker-4c-2g-554 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws [2020-09-20T06:21:31.310Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2020-09-20T06:21:33.112Z] Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-20T06:21:34.079Z] using credential edgex-jenkins-ssh [2020-09-20T06:21:34.136Z] Cloning the remote Git repository [2020-09-20T06:21:34.137Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:21:34.163Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:34.235Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2020-09-20T06:21:34.286Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:34.287Z] > git --version # timeout=10 [2020-09-20T06:21:34.293Z] > git --version # 'git version 2.16.5' [2020-09-20T06:21:34.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:34.321Z] > 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 [2020-09-20T06:21:35.022Z] ========================================================= [2020-09-20T06:21:35.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-20T06:21:35.022Z] ========================================================= [2020-09-20T06:21:35.067Z] Fetching without tags [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:35.504Z] Merging remotes/origin/master commit e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 into PR head commit 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:21:35.715Z] Merge succeeded, producing 510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:21:35.716Z] Checking out Revision 510fa8e429d66c522ea7cd3000e25a135ef96cf5 (PR-260) [2020-09-20T06:21:36.032Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-20T06:21:35.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:21:35.047Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-09-20T06:21:35.052Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:21:35.061Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:21:35.072Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:21:35.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:35.078Z] > 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 [2020-09-20T06:21:35.515Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:21:35.522Z] > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 [2020-09-20T06:21:35.687Z] > git remote # timeout=10 [2020-09-20T06:21:35.691Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T06:21:35.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:21:35.700Z] > git merge e4aaba1e436e480f0c8d9d5a27a8fbdcace5efe6 # timeout=10 [2020-09-20T06:21:35.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T06:21:35.721Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:21:35.726Z] > git checkout -f 510fa8e429d66c522ea7cd3000e25a135ef96cf5 # timeout=10 [2020-09-20T06:21:37.035Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:21:37.036Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:21:37.036Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:21:37.309Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T06:21:37.309Z] b538f80385f9: Pulling fs layer [2020-09-20T06:21:37.309Z] 74f711af9a0d: Pulling fs layer [2020-09-20T06:21:37.309Z] 99f96fe45779: Pulling fs layer [2020-09-20T06:21:37.309Z] 8529a6b9a6be: Pulling fs layer [2020-09-20T06:21:37.309Z] 45590311c82a: Pulling fs layer [2020-09-20T06:21:37.309Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-20T06:21:37.309Z] 209524e5b208: Pulling fs layer [2020-09-20T06:21:37.309Z] 45590311c82a: Waiting [2020-09-20T06:21:37.309Z] 8529a6b9a6be: Waiting [2020-09-20T06:21:37.309Z] 69ca0ff8b7b3: Waiting [2020-09-20T06:21:37.309Z] 209524e5b208: Waiting [2020-09-20T06:21:37.587Z] 99f96fe45779: Download complete [2020-09-20T06:21:37.587Z] 74f711af9a0d: Verifying Checksum [2020-09-20T06:21:37.588Z] 74f711af9a0d: Download complete [2020-09-20T06:21:37.588Z] 45590311c82a: Verifying Checksum [2020-09-20T06:21:37.588Z] 45590311c82a: Download complete [2020-09-20T06:21:37.588Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-20T06:21:37.588Z] 69ca0ff8b7b3: Download complete [2020-09-20T06:21:37.588Z] b538f80385f9: Verifying Checksum [2020-09-20T06:21:37.588Z] b538f80385f9: Download complete [2020-09-20T06:21:38.196Z] b538f80385f9: Pull complete [2020-09-20T06:21:38.802Z] 74f711af9a0d: Pull complete [2020-09-20T06:21:39.402Z] 99f96fe45779: Pull complete [2020-09-20T06:21:39.497Z] Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-09-20T06:21:40.002Z] 209524e5b208: Verifying Checksum [2020-09-20T06:21:40.002Z] 209524e5b208: Download complete [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:21:40.600Z] ========================================================= [2020-09-20T06:21:40.600Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-20T06:21:40.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:21:41.267Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-20T06:21:41.454Z] 8529a6b9a6be: Verifying Checksum [2020-09-20T06:21:41.454Z] 8529a6b9a6be: Download complete [2020-09-20T06:21:41.886Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:21:41.886Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T06:21:41.886Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:21:41.886Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T06:21:41.886Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:21:41.886Z] ed8968b2872e: Pulling fs layer [2020-09-20T06:21:41.886Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T06:21:41.886Z] e871e8e8d7a9: Pulling fs layer [2020-09-20T06:21:41.886Z] e73272ec9a57: Pulling fs layer [2020-09-20T06:21:41.886Z] 1e910a182e73: Pulling fs layer [2020-09-20T06:21:41.886Z] 4e634b169226: Pulling fs layer [2020-09-20T06:21:41.886Z] e871e8e8d7a9: Waiting [2020-09-20T06:21:41.886Z] e73272ec9a57: Waiting [2020-09-20T06:21:41.886Z] 1e910a182e73: Waiting [2020-09-20T06:21:41.886Z] 4e634b169226: Waiting [2020-09-20T06:21:41.886Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T06:21:41.886Z] a92cc7c5fd73: Download complete [2020-09-20T06:21:41.886Z] ed8968b2872e: Download complete [2020-09-20T06:21:41.886Z] e73272ec9a57: Verifying Checksum [2020-09-20T06:21:41.886Z] e73272ec9a57: Download complete [2020-09-20T06:21:41.886Z] 1e910a182e73: Verifying Checksum [2020-09-20T06:21:41.886Z] 1e910a182e73: Download complete [2020-09-20T06:21:41.886Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:21:41.886Z] df20fa9351a1: Download complete [2020-09-20T06:21:42.154Z] df20fa9351a1: Pull complete [2020-09-20T06:21:42.419Z] ed8968b2872e: Pull complete [2020-09-20T06:21:42.684Z] a92cc7c5fd73: Pull complete [2020-09-20T06:21:43.638Z] 4e634b169226: Verifying Checksum [2020-09-20T06:21:43.638Z] 4e634b169226: Download complete [2020-09-20T06:21:44.584Z] e871e8e8d7a9: Verifying Checksum [2020-09-20T06:21:44.584Z] e871e8e8d7a9: Download complete [2020-09-20T06:21:49.916Z] e871e8e8d7a9: Pull complete [2020-09-20T06:21:49.916Z] e73272ec9a57: Pull complete [2020-09-20T06:21:49.916Z] 1e910a182e73: Pull complete [2020-09-20T06:21:51.661Z] 8529a6b9a6be: Pull complete [2020-09-20T06:21:51.661Z] 45590311c82a: Pull complete [2020-09-20T06:21:51.932Z] 69ca0ff8b7b3: Pull complete [2020-09-20T06:21:56.255Z] 209524e5b208: Pull complete [2020-09-20T06:21:56.255Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-20T06:21:56.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-20T06:21:56.255Z] ---> 5bddaf1c2fca [2020-09-20T06:21:56.255Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:21:56.560Z] 4e634b169226: Pull complete [2020-09-20T06:21:56.560Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-20T06:21:56.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-20T06:21:56.560Z] ---> f7629b54cfaa [2020-09-20T06:21:56.560Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:21:56.560Z] ---> Running in 7c5cc57df56d [2020-09-20T06:21:56.560Z] Removing intermediate container 7c5cc57df56d [2020-09-20T06:21:56.560Z] ---> 7d317cee2be1 [2020-09-20T06:21:56.560Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:21:56.560Z] ---> Running in 3f736b378b89 [2020-09-20T06:21:57.514Z] Removing intermediate container 3f736b378b89 [2020-09-20T06:21:57.514Z] ---> f83e588ceb92 [2020-09-20T06:21:57.514Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:21:57.514Z] ---> Running in d970aafadfec [2020-09-20T06:21:58.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:21:58.885Z] ---> Running in aa3c833bcb1a [2020-09-20T06:21:58.885Z] Removing intermediate container aa3c833bcb1a [2020-09-20T06:21:58.885Z] ---> cf5eb98509e2 [2020-09-20T06:21:58.885Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:21:58.885Z] ---> Running in 0513969eaf7d [2020-09-20T06:21:59.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:21:59.314Z] OK: 166 MiB in 39 packages [2020-09-20T06:21:59.893Z] Removing intermediate container d970aafadfec [2020-09-20T06:21:59.893Z] ---> 4b1b6cb87b29 [2020-09-20T06:21:59.893Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:21:59.893Z] ---> Running in d109edd814c7 [2020-09-20T06:22:00.156Z] Removing intermediate container d109edd814c7 [2020-09-20T06:22:00.156Z] ---> 21ef5e078fe6 [2020-09-20T06:22:00.156Z] Step 7/8 : COPY . . [2020-09-20T06:22:02.082Z] ---> 42cce893a815 [2020-09-20T06:22:02.082Z] Step 8/8 : RUN go mod download [2020-09-20T06:22:02.082Z] ---> Running in 0184e3029f86 [2020-09-20T06:22:02.287Z] Removing intermediate container 0513969eaf7d [2020-09-20T06:22:02.287Z] ---> d51cd05e99d7 [2020-09-20T06:22:02.287Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:22:02.287Z] ---> Running in 7d9740467842 [2020-09-20T06:22:03.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:22:04.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:22:04.849Z] OK: 142 MiB in 39 packages [2020-09-20T06:22:05.829Z] Removing intermediate container 7d9740467842 [2020-09-20T06:22:05.829Z] ---> 52891db8e37e [2020-09-20T06:22:05.829Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:22:06.105Z] ---> Running in ec672c4fef6a [2020-09-20T06:22:06.707Z] Removing intermediate container ec672c4fef6a [2020-09-20T06:22:06.707Z] ---> ab298198e39b [2020-09-20T06:22:06.707Z] Step 7/8 : COPY . . [2020-09-20T06:22:08.687Z] ---> 51fc73f93c99 [2020-09-20T06:22:08.687Z] Step 8/8 : RUN go mod download [2020-09-20T06:22:08.687Z] ---> Running in 4f53acb1c52d [2020-09-20T06:22:24.099Z] Removing intermediate container 0184e3029f86 [2020-09-20T06:22:24.099Z] ---> 5cddbe6eccba [2020-09-20T06:22:24.099Z] Successfully built 5cddbe6eccba [2020-09-20T06:22:24.099Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:24.479Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:22:24.479Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:24.797Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2020-09-20T06:22:24.881Z] $ 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 [2020-09-20T06:22:26.042Z] $ docker top d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:22:26.543Z] + go version [2020-09-20T06:22:26.543Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-20T06:22:26.562Z] $ docker stop --time=1 d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 [2020-09-20T06:22:27.911Z] $ docker rm -f d51c152807d912745962b8150234b8e140ebb8b894cfd88f52722374c82ad224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:28.703Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:22:28.703Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:28.806Z] prd-centos7-docker-4c-2g-554 does not seem to be running inside a container [2020-09-20T06:22:28.857Z] $ 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 [2020-09-20T06:22:29.450Z] $ docker top 580ec8777be0ac7855a925467ea8370fc287f66d4f15949f15a482056b703750 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:22:29.944Z] + make test [2020-09-20T06:22:29.944Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T06:22:30.909Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T06:22:35.496Z] Removing intermediate container 4f53acb1c52d [2020-09-20T06:22:35.496Z] ---> d708170d5222 [2020-09-20T06:22:35.496Z] Successfully built d708170d5222 [2020-09-20T06:22:35.496Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:35.909Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:22:35.909Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:36.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-553 does not seem to be running inside a container [2020-09-20T06:22:36.248Z] $ 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 [2020-09-20T06:22:38.072Z] $ docker top aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T06:22:39.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T06:22:39.162Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-09-20T06:22:39.511Z] + go version [2020-09-20T06:22:39.511Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-20T06:22:39.537Z] $ docker stop --time=1 aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e [2020-09-20T06:22:39.703Z] Stashed 1 file(s) [2020-09-20T06:22:41.545Z] $ docker rm -f aca9a19aaca05667fdf4ea851a92efbfb82afb7838730744a21c8798a186906e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-09-20T06:22:41.855Z] $ docker stop --time=1 580ec8777be0ac7855a925467ea8370fc287f66d4f15949f15a482056b703750 [2020-09-20T06:22:43.995Z] $ 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 [2020-09-20T06:22:45.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:22:45.725Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:22:45.725Z] . [Pipeline] withDockerContainer [2020-09-20T06:22:45.865Z] + ls -al . [2020-09-20T06:22:45.865Z] total 84 [2020-09-20T06:22:45.865Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:22 . [2020-09-20T06:22:45.865Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 20 06:21 .. [2020-09-20T06:22:45.865Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:21 assets [2020-09-20T06:22:45.865Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:21 bin [2020-09-20T06:22:45.865Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:21 cmd [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:21 CONTRIBUTING.md [2020-09-20T06:22:45.865Z] -rw-r--r--. 1 jenkins jenkins 10 Sep 20 06:22 coverage.out [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:21 Dockerfile [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:21 Dockerfile.build [2020-09-20T06:22:45.865Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:21 docs [2020-09-20T06:22:45.865Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 20 06:21 .git [2020-09-20T06:22:45.865Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:21 .github [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:21 .gitignore [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:21 go.mod [2020-09-20T06:22:45.865Z] -rw-r--r--. 1 jenkins jenkins 20718 Sep 20 06:22 go.sum [2020-09-20T06:22:45.865Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:21 internal [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 06:21 Jenkinsfile [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:21 LICENSE [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:21 Makefile [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:21 README.md [2020-09-20T06:22:45.865Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 20 06:21 .semver [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 20 06:18 VERSION [2020-09-20T06:22:45.865Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:21 version.go [2020-09-20T06:22:45.956Z] prd-ubuntu18.04-docker-arm64-4c-16g-553 does not seem to be running inside a container [2020-09-20T06:22:46.043Z] $ 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 [2020-09-20T06:22:47.826Z] $ docker top 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:22:48.643Z] + 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 . [2020-09-20T06:22:48.910Z] Sending build context to Docker daemon 22.01MB [2020-09-20T06:22:48.911Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:22:48.911Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:22:48.911Z] ---> 5cddbe6eccba [2020-09-20T06:22:48.911Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:22:49.174Z] ---> Running in 524794a0abbd [2020-09-20T06:22:49.268Z] + make test [2020-09-20T06:22:49.269Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T06:22:49.436Z] Removing intermediate container 524794a0abbd [2020-09-20T06:22:49.436Z] ---> 0ecb2804753d [2020-09-20T06:22:49.436Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:22:49.436Z] ---> Running in e9406adc104d [2020-09-20T06:22:49.700Z] Removing intermediate container e9406adc104d [2020-09-20T06:22:49.700Z] ---> 86fc8f850db8 [2020-09-20T06:22:49.700Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:22:49.700Z] ---> Running in b2d78f3cab72 [2020-09-20T06:22:49.964Z] Removing intermediate container b2d78f3cab72 [2020-09-20T06:22:49.964Z] ---> 770d60f6cc40 [2020-09-20T06:22:49.964Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:22:49.964Z] ---> Running in 108043ec1020 [2020-09-20T06:22:49.964Z] Removing intermediate container 108043ec1020 [2020-09-20T06:22:49.964Z] ---> 07fcad2984b6 [2020-09-20T06:22:49.964Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:22:50.226Z] ---> Running in a728617503eb [2020-09-20T06:22:50.226Z] Removing intermediate container a728617503eb [2020-09-20T06:22:50.226Z] ---> ff903b152766 [2020-09-20T06:22:50.226Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:22:50.285Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T06:22:50.488Z] ---> Running in 01855afcfff5 [2020-09-20T06:22:51.062Z] Removing intermediate container 01855afcfff5 [2020-09-20T06:22:51.063Z] ---> da4c3a02cdd5 [2020-09-20T06:22:51.063Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:22:51.063Z] ---> Running in 06aa98ee5a6c [2020-09-20T06:22:51.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:22:52.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:22:52.817Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:22:52.817Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:22:52.817Z] OK: 12751 distinct packages available [2020-09-20T06:22:52.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:22:53.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:22:53.978Z] OK: 166 MiB in 39 packages [2020-09-20T06:22:54.244Z] Removing intermediate container 06aa98ee5a6c [2020-09-20T06:22:54.244Z] ---> 6ad9df4593ca [2020-09-20T06:22:54.244Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:22:54.506Z] ---> Running in ff6d96cecfdc [2020-09-20T06:22:54.506Z] Removing intermediate container ff6d96cecfdc [2020-09-20T06:22:54.506Z] ---> eac91edbb591 [2020-09-20T06:22:54.507Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:22:54.507Z] ---> Running in f2e6ca651e46 [2020-09-20T06:22:54.768Z] Removing intermediate container f2e6ca651e46 [2020-09-20T06:22:54.768Z] ---> 67ebdda4b8d5 [2020-09-20T06:22:54.768Z] Step 12/24 : COPY go.mod . [2020-09-20T06:22:55.035Z] ---> 2ccfa9dcc71f [2020-09-20T06:22:55.035Z] Step 13/24 : COPY Makefile . [2020-09-20T06:22:55.300Z] ---> eb42242968c0 [2020-09-20T06:22:55.300Z] Step 14/24 : RUN make update [2020-09-20T06:22:55.300Z] ---> Running in 44726c57408d [2020-09-20T06:22:56.251Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:22:56.521Z] Removing intermediate container 44726c57408d [2020-09-20T06:22:56.521Z] ---> 677a4bf0f851 [2020-09-20T06:22:56.521Z] Step 15/24 : COPY . . [2020-09-20T06:22:57.918Z] ---> 9b02ea6c40df [2020-09-20T06:22:57.918Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:22:57.918Z] ---> Running in 5bdc11b6909b [2020-09-20T06:22:58.188Z] 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 [2020-09-20T06:23:06.466Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:23:08.421Z] Removing intermediate container 5bdc11b6909b [2020-09-20T06:23:08.421Z] ---> d08b0f190789 [2020-09-20T06:23:08.421Z] Step 17/24 : FROM alpine [2020-09-20T06:23:08.684Z] latest: Pulling from library/alpine [2020-09-20T06:23:08.947Z] df20fa9351a1: Already exists [2020-09-20T06:23:08.947Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:23:08.947Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:23:08.947Z] ---> a24bb4013296 [2020-09-20T06:23:08.947Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:23:08.947Z] ---> Running in ee055ca22a02 [2020-09-20T06:23:09.208Z] Removing intermediate container ee055ca22a02 [2020-09-20T06:23:09.208Z] ---> 5d7541b52f97 [2020-09-20T06:23:09.208Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:23:10.225Z] ---> 07d432c5c1bb [2020-09-20T06:23:10.225Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:23:10.225Z] ---> Running in 4b30782a31dd [2020-09-20T06:23:10.489Z] Removing intermediate container 4b30782a31dd [2020-09-20T06:23:10.489Z] ---> ad8e5796484f [2020-09-20T06:23:10.489Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:23:10.489Z] ---> Running in 0b3be5b5aedf [2020-09-20T06:23:10.754Z] Removing intermediate container 0b3be5b5aedf [2020-09-20T06:23:10.754Z] ---> 29ac3f86c5c2 [2020-09-20T06:23:10.754Z] Step 22/24 : LABEL arch=amd64 [2020-09-20T06:23:10.754Z] ---> Running in 69702733caad [2020-09-20T06:23:11.017Z] Removing intermediate container 69702733caad [2020-09-20T06:23:11.017Z] ---> f1078d2b0b48 [2020-09-20T06:23:11.017Z] Step 23/24 : LABEL git_sha=510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:23:11.017Z] ---> Running in 44a9e6e44704 [2020-09-20T06:23:11.017Z] Removing intermediate container 44a9e6e44704 [2020-09-20T06:23:11.017Z] ---> 5b98627aa21c [2020-09-20T06:23:11.017Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T06:23:11.279Z] ---> Running in e3ed8377e6fe [2020-09-20T06:23:11.279Z] Removing intermediate container e3ed8377e6fe [2020-09-20T06:23:11.279Z] ---> 7de010764dd2 [2020-09-20T06:23:11.279Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:23:11.279Z] Successfully built 7de010764dd2 [2020-09-20T06:23:11.542Z] 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 [2020-09-20T06:23:12.538Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T06:23:12.539Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T06:23:12.539Z] GO111MODULE=on go vet ./... [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash [2020-09-20T06:23:18.040Z] Warning: overwriting stash ‘coverage-report’ [2020-09-20T06:23:18.819Z] Stashed 1 file(s) [Pipeline] } [2020-09-20T06:23:18.844Z] $ docker stop --time=1 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 [2020-09-20T06:23:21.112Z] $ docker rm -f 66e9a18ab39a5803a610cf933e7bf55952443479134f6e82fcfb4295eeda4599 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:23:22.356Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:23:22.776Z] + ls -al . [2020-09-20T06:23:22.776Z] total 120 [2020-09-20T06:23:22.776Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:22 . [2020-09-20T06:23:22.776Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:21 .. [2020-09-20T06:23:22.776Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:21 .git [2020-09-20T06:23:22.776Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:21 .github [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:21 .gitignore [2020-09-20T06:23:22.776Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 .semver [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:21 CONTRIBUTING.md [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:21 Dockerfile [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:21 Dockerfile.build [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 06:21 Jenkinsfile [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:21 LICENSE [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:21 Makefile [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:21 README.md [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 06:18 VERSION [2020-09-20T06:23:22.776Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 assets [2020-09-20T06:23:22.776Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:21 bin [2020-09-20T06:23:22.776Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:21 cmd [2020-09-20T06:23:22.776Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 20 06:22 coverage.out [2020-09-20T06:23:22.776Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:21 docs [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:21 go.mod [2020-09-20T06:23:22.776Z] -rw-r--r-- 1 jenkins jenkins 20718 Sep 20 06:22 go.sum [2020-09-20T06:23:22.776Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:21 internal [2020-09-20T06:23:22.776Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:23:23.139Z] + 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 . [2020-09-20T06:23:23.765Z] Sending build context to Docker daemon 22.01MB [2020-09-20T06:23:23.765Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T06:23:23.765Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:23:23.765Z] ---> d708170d5222 [2020-09-20T06:23:23.765Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:23:24.402Z] ---> Running in 871759e9fcea [2020-09-20T06:23:24.726Z] Removing intermediate container 871759e9fcea [2020-09-20T06:23:24.726Z] ---> 800ec390b53b [2020-09-20T06:23:24.726Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:23:24.726Z] ---> Running in 80664e586246 [2020-09-20T06:23:25.408Z] Removing intermediate container 80664e586246 [2020-09-20T06:23:25.408Z] ---> 348323e66651 [2020-09-20T06:23:25.408Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:23:25.408Z] ---> Running in 2d132624cc14 [2020-09-20T06:23:25.682Z] Removing intermediate container 2d132624cc14 [2020-09-20T06:23:25.682Z] ---> 5c43f39e431d [2020-09-20T06:23:25.682Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:23:25.955Z] ---> Running in 9eda1c7ea861 [2020-09-20T06:23:26.551Z] Removing intermediate container 9eda1c7ea861 [2020-09-20T06:23:26.551Z] ---> 3881386559de [2020-09-20T06:23:26.551Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:23:26.551Z] ---> Running in 78a5db1510d1 [2020-09-20T06:23:27.152Z] Removing intermediate container 78a5db1510d1 [2020-09-20T06:23:27.152Z] ---> eedbc691f12d [2020-09-20T06:23:27.152Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:23:27.152Z] ---> Running in 3be5fec8b72b [2020-09-20T06:23:29.866Z] Removing intermediate container 3be5fec8b72b [2020-09-20T06:23:29.866Z] ---> 28a4ea5d039a [2020-09-20T06:23:29.866Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:23:29.866Z] ---> Running in 50e99dc1f719 [2020-09-20T06:23:31.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:23:32.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:23:33.294Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:23:33.294Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:23:33.294Z] OK: 12622 distinct packages available [2020-09-20T06:23:33.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:23:34.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:23:34.563Z] OK: 142 MiB in 39 packages [2020-09-20T06:23:36.020Z] Removing intermediate container 50e99dc1f719 [2020-09-20T06:23:36.020Z] ---> 993b62887169 [2020-09-20T06:23:36.020Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:23:36.326Z] ---> Running in 4451f98e2e54 [2020-09-20T06:23:36.610Z] Removing intermediate container 4451f98e2e54 [2020-09-20T06:23:36.610Z] ---> 8078f28d99e3 [2020-09-20T06:23:36.610Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:23:36.907Z] ---> Running in f11fc0543f8f [2020-09-20T06:23:37.569Z] Removing intermediate container f11fc0543f8f [2020-09-20T06:23:37.569Z] ---> 367bf659ddf0 [2020-09-20T06:23:37.569Z] Step 12/24 : COPY go.mod . [2020-09-20T06:23:38.193Z] ---> 48e810acd586 [2020-09-20T06:23:38.193Z] Step 13/24 : COPY Makefile . [2020-09-20T06:23:38.811Z] ---> 935f4d6fc0f3 [2020-09-20T06:23:38.811Z] Step 14/24 : RUN make update [2020-09-20T06:23:39.095Z] ---> Running in 89c139b94e07 [2020-09-20T06:23:40.575Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:23:42.032Z] Removing intermediate container 89c139b94e07 [2020-09-20T06:23:42.032Z] ---> dc8e30c7bba1 [2020-09-20T06:23:42.032Z] Step 15/24 : COPY . . [2020-09-20T06:23:44.045Z] ---> d096e0ae9cfb [2020-09-20T06:23:44.045Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:23:44.045Z] ---> Running in 67f0014d6e4a [2020-09-20T06:23:45.482Z] 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 [2020-09-20T06:24:07.998Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:24:13.410Z] Removing intermediate container 67f0014d6e4a [2020-09-20T06:24:13.410Z] ---> ffa5b7f95cc1 [2020-09-20T06:24:13.410Z] Step 17/24 : FROM alpine [2020-09-20T06:24:13.410Z] latest: Pulling from library/alpine [2020-09-20T06:24:13.410Z] b538f80385f9: Already exists [2020-09-20T06:24:13.411Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:24:13.411Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:24:13.411Z] ---> 62ee0e9f8440 [2020-09-20T06:24:13.411Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:24:13.411Z] ---> Running in 086d11439d9b [2020-09-20T06:24:14.024Z] Removing intermediate container 086d11439d9b [2020-09-20T06:24:14.024Z] ---> 94922d3541cf [2020-09-20T06:24:14.024Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:24:15.463Z] ---> b9798a27f882 [2020-09-20T06:24:15.463Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:24:15.738Z] ---> Running in b9d0b3a3c8f1 [2020-09-20T06:24:16.013Z] Removing intermediate container b9d0b3a3c8f1 [2020-09-20T06:24:16.013Z] ---> b532a9aaf1bd [2020-09-20T06:24:16.013Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:24:16.287Z] ---> Running in bfd74592b1be [2020-09-20T06:24:16.563Z] Removing intermediate container bfd74592b1be [2020-09-20T06:24:16.563Z] ---> f3f678e310b5 [2020-09-20T06:24:16.563Z] Step 22/24 : LABEL arch=arm64 [2020-09-20T06:24:16.839Z] ---> Running in a0e2a0d61d3c [2020-09-20T06:24:17.115Z] Removing intermediate container a0e2a0d61d3c [2020-09-20T06:24:17.115Z] ---> 52da07403530 [2020-09-20T06:24:17.115Z] Step 23/24 : LABEL git_sha=510fa8e429d66c522ea7cd3000e25a135ef96cf5 [2020-09-20T06:24:17.390Z] ---> Running in bc1c52a1b058 [2020-09-20T06:24:17.991Z] Removing intermediate container bc1c52a1b058 [2020-09-20T06:24:17.991Z] ---> 5af81b2114e6 [2020-09-20T06:24:17.991Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T06:24:17.991Z] ---> Running in c9c410198045 [2020-09-20T06:24:18.587Z] Removing intermediate container c9c410198045 [2020-09-20T06:24:18.587Z] ---> bad4a599223e [2020-09-20T06:24:18.587Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:24:18.587Z] Successfully built bad4a599223e [2020-09-20T06:24:18.587Z] 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 [2020-09-20T06:24:20.486Z] provisioning config files... [2020-09-20T06:24:20.503Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7002268965248902856tmp [Pipeline] { [Pipeline] sh [2020-09-20T06:24:20.905Z] + curl -s https://codecov.io/bash [2020-09-20T06:24:20.905Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7002268965248902856tmp [Pipeline] } [2020-09-20T06:24:21.177Z] 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 [2020-09-20T06:24:23.759Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:24:24.329Z] ---> package-listing.sh [2020-09-20T06:24:24.329Z] ++ facter osfamily [2020-09-20T06:24:24.329Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T06:24:24.329Z] + OS_FAMILY=redhat [2020-09-20T06:24:24.329Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-260 [2020-09-20T06:24:24.329Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T06:24:24.329Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T06:24:24.329Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T06:24:24.329Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T06:24:24.329Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' [2020-09-20T06:24:24.329Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T06:24:24.329Z] + case "${OS_FAMILY}" in [2020-09-20T06:24:24.329Z] + rpm -qa [2020-09-20T06:24:24.329Z] + sort [2020-09-20T06:24:28.563Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T06:24:28.563Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T06:24:28.563Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T06:24:28.563Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' [2020-09-20T06:24:28.563Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-260/archives/ [2020-09-20T06:24:28.563Z] + 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 [2020-09-20T06:24:29.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:24:29.037Z] [2020-09-20T06:24:29.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:24:29.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:24:29.383Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T06:24:29.383Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:24:29.383Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T06:24:29.383Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T06:24:29.384Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T06:24:29.384Z] 0dadc02b9964: Pulling fs layer [2020-09-20T06:24:29.384Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T06:24:29.384Z] 7a184a31f384: Pulling fs layer [2020-09-20T06:24:29.384Z] 0879bd2ef858: Pulling fs layer [2020-09-20T06:24:29.384Z] 0dadc02b9964: Waiting [2020-09-20T06:24:29.384Z] 7a184a31f384: Waiting [2020-09-20T06:24:29.384Z] 36b3adc4ff6f: Download complete [2020-09-20T06:24:29.384Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T06:24:29.384Z] 46f8f816bc3b: Download complete [2020-09-20T06:24:29.647Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:24:29.647Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T06:24:29.647Z] ce6a7cf60c04: Download complete [2020-09-20T06:24:29.647Z] 0dadc02b9964: Verifying Checksum [2020-09-20T06:24:29.647Z] 0dadc02b9964: Download complete [2020-09-20T06:24:29.647Z] 7a184a31f384: Verifying Checksum [2020-09-20T06:24:29.647Z] 7a184a31f384: Download complete [2020-09-20T06:24:29.647Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T06:24:29.647Z] 8ad3a11d3b57: Download complete [2020-09-20T06:24:29.917Z] df20fa9351a1: Pull complete [2020-09-20T06:24:30.179Z] 36b3adc4ff6f: Pull complete [2020-09-20T06:24:30.179Z] 0879bd2ef858: Verifying Checksum [2020-09-20T06:24:30.179Z] 0879bd2ef858: Download complete [2020-09-20T06:24:30.765Z] 8ad3a11d3b57: Pull complete [2020-09-20T06:24:30.765Z] 46f8f816bc3b: Pull complete [2020-09-20T06:24:31.027Z] 0dadc02b9964: Pull complete [2020-09-20T06:24:31.290Z] ce6a7cf60c04: Pull complete [2020-09-20T06:24:31.290Z] 7a184a31f384: Pull complete [2020-09-20T06:24:33.866Z] 0879bd2ef858: Pull complete [2020-09-20T06:24:33.866Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T06:24:33.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:24:33.866Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T06:24:34.004Z] prd-centos7-docker-4c-2g-551 does not seem to be running inside a container [2020-09-20T06:24:34.047Z] $ 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 [2020-09-20T06:24:39.541Z] $ docker top 812512477b21c46ec2f94e68c96d4a8f2764101b1adde44e60eadd8d88997acf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:24:40.114Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T06:24:40.412Z] + ls /var/log/sa-host [2020-09-20T06:24:40.412Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T06:24:40.412Z] file_magic: OK [2020-09-20T06:24:40.412Z] HZ: Using current value: 100 [2020-09-20T06:24:40.412Z] file_header: OK [2020-09-20T06:24:40.412Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T06:24:40.412Z] Statistics: [2020-09-20T06:24:40.412Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:24:40.412Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T06:24:40.412Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T06:24:40.412Z] file_magic: OK [2020-09-20T06:24:40.412Z] HZ: Using current value: 100 [2020-09-20T06:24:40.412Z] file_header: OK [2020-09-20T06:24:40.412Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T06:24:40.412Z] Statistics: [2020-09-20T06:24:40.412Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:24:40.412Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:24:40.479Z] provisioning config files... [2020-09-20T06:24:40.498Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config4424732968881522474tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:24:40.587Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:24:40.882Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T06:24:40.894Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:24:41.194Z] ---> logs-deploy.sh [2020-09-20T06:24:41.194Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-260/4 [2020-09-20T06:24:41.194Z] INFO: archiving workspace using pattern(s): [2020-09-20T06:24:42.585Z] Archives upload complete. [2020-09-20T06:24:42.585Z] INFO: archiving logs to Nexus