Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fbcfcb12aca33ea1091684a020041deec15b3973+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (c19b4e6b3e0195ddd10682229a3c273c37c9f45f) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22155 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 Merge succeeded, producing 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 Checking out Revision 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 (PR-291) > git config core.sparsecheckout # timeout=10 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 # timeout=10 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:38 ========================================================= 02:06:38 EdgeX Global Pipelines Version Info 02:06:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 02:06:40 ------------------- 02:06:40 stable info: 02:06:40 ------------------- 02:06:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:06:40 Message: update stable to v1.0.179 02:06:41 ------------------- 02:06:41 experimental info: 02:06:41 ------------------- 02:06:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:06:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:06:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:06:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6dc3f28 [Pipeline] echo 02:06:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:44 provisioning config files... 02:06:44 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config553994652413652768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:45 ---> docker-login.sh 02:06:45 nexus3.edgexfoundry.org:10001 02:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:45 Configure a credential helper to remove this warning. See 02:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:45 02:06:45 Login Succeeded 02:06:45 nexus3.edgexfoundry.org:10002 02:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:45 Configure a credential helper to remove this warning. See 02:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:45 02:06:45 Login Succeeded 02:06:45 nexus3.edgexfoundry.org:10003 02:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:45 Configure a credential helper to remove this warning. See 02:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:45 02:06:45 Login Succeeded 02:06:45 nexus3.edgexfoundry.org:10004 02:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:46 Configure a credential helper to remove this warning. See 02:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:46 02:06:46 Login Succeeded 02:06:46 docker.io 02:06:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:46 Configure a credential helper to remove this warning. See 02:06:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:46 02:06:46 Login Succeeded 02:06:46 ---> docker-login.sh ends [Pipeline] } 02:06:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:47 + git log --format=format:%s -1 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] echo 02:06:47 GIT_COMMIT: 6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0, Commit Message: Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD [Pipeline] echo 02:06:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:48 02:06:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:48 latest: Pulling from edgex-devops/git-semver 02:06:48 31603596830f: Pulling fs layer 02:06:48 2a8b12db71e7: Pulling fs layer 02:06:48 6ca5941a6612: Pulling fs layer 02:06:48 ecc8261a40a4: Pulling fs layer 02:06:48 ecc8261a40a4: Waiting 02:06:48 2a8b12db71e7: Verifying Checksum 02:06:48 2a8b12db71e7: Download complete 02:06:48 31603596830f: Verifying Checksum 02:06:48 31603596830f: Download complete 02:06:48 ecc8261a40a4: Verifying Checksum 02:06:48 ecc8261a40a4: Download complete 02:06:48 6ca5941a6612: Verifying Checksum 02:06:48 6ca5941a6612: Download complete 02:06:49 31603596830f: Pull complete 02:06:49 2a8b12db71e7: Pull complete 02:06:50 6ca5941a6612: Pull complete 02:06:50 ecc8261a40a4: Pull complete 02:06:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:06:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:06:50 prd-centos7-docker-4c-2g-22155 does not seem to be running inside a container 02:06:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:06:52 $ docker top 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:52 [ssh-agent] Looking for ssh-agent implementation... 02:06:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:53 $ docker exec 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent 02:06:53 SSH_AUTH_SOCK=/tmp/ssh-CpHLRk7WkvUT/agent.11 02:06:53 SSH_AGENT_PID=16 02:06:53 Running ssh-add (command line suppressed) 02:06:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_395811964755714604.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_395811964755714604.key) 02:06:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:53 + git tag --points-at HEAD [Pipeline] } 02:06:53 $ docker exec --env ******** --env ******** 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent -k 02:06:54 unset SSH_AUTH_SOCK; 02:06:54 unset SSH_AGENT_PID; 02:06:54 echo Agent pid 16 killed; 02:06:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:06:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:54 [ssh-agent] Looking for ssh-agent implementation... 02:06:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:54 $ docker exec 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent 02:06:54 SSH_AUTH_SOCK=/tmp/ssh-CzBdr5clGscV/agent.45 02:06:54 SSH_AGENT_PID=51 02:06:54 Running ssh-add (command line suppressed) 02:06:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3888072674546148219.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/private_key_3888072674546148219.key) 02:06:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:55 + git semver init 02:06:55 # -> Open(): unable to determine branch for HEAD 02:06:55 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.git 02:06:55 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:06:55 # $SEMVER_REMOTE_NAME = origin 02:06:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:06:55 # $SEMVER_USER_NAME = edgex-jenkins 02:06:55 # $SEMVER_BRANCH = PR-291 02:06:55 # $SEMVER_TEMP = /tmp/semver-837714755 02:06:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:06:55 # '/tmp/semver-837714755' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver' 02:06:55 # -> Force: false 02:06:55 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-291/.semver [Pipeline] } 02:06:55 $ docker exec --env ******** --env ******** 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 ssh-agent -k 02:06:56 unset SSH_AUTH_SOCK; 02:06:56 unset SSH_AGENT_PID; 02:06:56 echo Agent pid 51 killed; 02:06:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:06:56 + git semver [Pipeline] } 02:06:56 $ docker stop --time=1 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 02:06:58 $ docker rm -f 6139fb88e94cc1583532fb90cd0f4982390b7af3c4a727fe1b702ee60aa1cf23 [Pipeline] // withDockerContainer [Pipeline] sh 02:06:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:06:59 Stashed 1 file(s) [Pipeline] echo 02:06:59 [edgeXSemver]: initialized semver on 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 02:07:14 Still waiting to schedule task 02:07:14 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22146’ is offline; ‘prd-centos7-docker-4c-2g-22156’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 02:07:14 Still waiting to schedule task 02:07:14 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:08:39 Running on prd-centos7-docker-4c-2g-22159 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 02:08:39 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 02:08:42 using credential edgex-jenkins-ssh 02:08:42 Cloning the remote Git repository 02:08:42 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:08:42 > git init /w/workspace/edgex-ui-go/7 # timeout=10 02:08:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:08:42 > git --version # timeout=10 02:08:42 > git --version # 'git version 2.24.3' 02:08:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:44 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 02:08:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:08:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:08:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:08:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:08:44 > git config core.sparsecheckout # timeout=10 02:08:44 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 02:08:44 > git remote # timeout=10 02:08:44 > git config --get remote.origin.url # timeout=10 02:08:44 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:44 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 02:08:44 Merge succeeded, producing 2da253a649624e7d18a33a697808c99c3940a375 02:08:44 Checking out Revision 2da253a649624e7d18a33a697808c99c3940a375 (PR-291) 02:08:44 > git rev-parse HEAD^{commit} # timeout=10 02:08:44 > git config core.sparsecheckout # timeout=10 02:08:44 > git checkout -f 2da253a649624e7d18a33a697808c99c3940a375 # timeout=10 02:08:48 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" 02:08:48 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:08:48 > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 02:08:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:08:50 + sudo service docker restart 02:08:50 + true 02:08:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:08:52 provisioning config files... 02:08:52 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config9591839435788671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:52 ---> docker-login.sh 02:08:52 nexus3.edgexfoundry.org:10001 02:08:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:52 Configure a credential helper to remove this warning. See 02:08:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:52 02:08:53 Login Succeeded 02:08:53 nexus3.edgexfoundry.org:10002 02:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:53 Configure a credential helper to remove this warning. See 02:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:53 02:08:53 Login Succeeded 02:08:53 nexus3.edgexfoundry.org:10003 02:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:53 Configure a credential helper to remove this warning. See 02:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:53 02:08:53 Login Succeeded 02:08:53 nexus3.edgexfoundry.org:10004 02:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:53 Configure a credential helper to remove this warning. See 02:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:53 02:08:53 Login Succeeded 02:08:53 docker.io 02:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:53 Configure a credential helper to remove this warning. See 02:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:53 02:08:53 Login Succeeded 02:08:53 ---> docker-login.sh ends [Pipeline] } 02:08:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:08:54 ========================================================= 02:08:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:08:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:08:54 + 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 . 02:08:55 Sending build context to Docker daemon 16.7MB 02:08:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:08:55 Step 2/8 : FROM ${BASE} 02:08:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:08:55 188c0c94c7c5: Pulling fs layer 02:08:55 0ef7d3d256c8: Pulling fs layer 02:08:55 de9db76c5a1d: Pulling fs layer 02:08:55 bca2f99d35d6: Pulling fs layer 02:08:55 93359f2a8cfa: Pulling fs layer 02:08:55 7c6f9722023f: Pulling fs layer 02:08:55 a35cf1a2eb13: Pulling fs layer 02:08:55 bca2f99d35d6: Waiting 02:08:55 93359f2a8cfa: Waiting 02:08:55 7c6f9722023f: Waiting 02:08:55 a35cf1a2eb13: Waiting 02:08:55 0ef7d3d256c8: Verifying Checksum 02:08:55 0ef7d3d256c8: Download complete 02:08:55 de9db76c5a1d: Verifying Checksum 02:08:55 de9db76c5a1d: Download complete 02:08:55 93359f2a8cfa: Verifying Checksum 02:08:55 93359f2a8cfa: Download complete 02:08:55 7c6f9722023f: Download complete 02:08:55 188c0c94c7c5: Verifying Checksum 02:08:55 188c0c94c7c5: Download complete 02:08:55 188c0c94c7c5: Pull complete 02:08:56 0ef7d3d256c8: Pull complete 02:08:56 de9db76c5a1d: Pull complete 02:08:57 a35cf1a2eb13: Verifying Checksum 02:08:57 a35cf1a2eb13: Download complete 02:08:58 bca2f99d35d6: Verifying Checksum 02:08:58 bca2f99d35d6: Download complete 02:08:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22158 in /w/workspace/edgexfoundry_edgex-ui-go_PR-291 [Pipeline] { [Pipeline] ws 02:08:59 Running in /w/workspace/edgex-ui-go/7 [Pipeline] { [Pipeline] checkout 02:09:04 using credential edgex-jenkins-ssh 02:09:04 Cloning the remote Git repository 02:09:04 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:09:05 bca2f99d35d6: Pull complete 02:09:05 93359f2a8cfa: Pull complete 02:09:05 7c6f9722023f: Pull complete 02:09:05 > git init /w/workspace/edgex-ui-go/7 # timeout=10 02:09:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:05 > git --version # timeout=10 02:09:05 > git --version # 'git version 2.17.1' 02:09:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:07 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit fbcfcb12aca33ea1091684a020041deec15b3973 02:09:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:09:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:09:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:07 > git config core.sparsecheckout # timeout=10 02:09:07 > git checkout -f fbcfcb12aca33ea1091684a020041deec15b3973 # timeout=10 02:09:08 Merge succeeded, producing 95fa28efafa8b36c515e49bfcc3b244ef2287671 02:09:08 Checking out Revision 95fa28efafa8b36c515e49bfcc3b244ef2287671 (PR-291) 02:09:07 > git remote # timeout=10 02:09:07 > git config --get remote.origin.url # timeout=10 02:09:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:07 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 02:09:08 > git rev-parse HEAD^{commit} # timeout=10 02:09:08 > git config core.sparsecheckout # timeout=10 02:09:08 > git checkout -f 95fa28efafa8b36c515e49bfcc3b244ef2287671 # timeout=10 02:09:12 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" 02:09:12 First time build. Skipping changelog. 02:09:12 > git rev-list --no-walk 1b33eeee1d18db0cd761a5da3eb21dda37f5e270 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:09:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:15 + sudo service docker restart 02:09:15 + true 02:09:15 a35cf1a2eb13: Pull complete 02:09:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:09:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:09:15 ---> a62c8e92a672 02:09:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:15 ---> Running in 4687d6eaf383 02:09:15 Removing intermediate container 4687d6eaf383 02:09:15 ---> 7d795c242307 02:09:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:15 ---> Running in 3ec8b2eec867 02:09:17 Removing intermediate container 3ec8b2eec867 02:09:17 ---> 9185ea15cb6e 02:09:17 Step 5/8 : RUN apk add --no-cache make git 02:09:17 ---> Running in bd6a85b1a943 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:09:18 provisioning config files... 02:09:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/7@tmp/config6279037507243782237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:18 ---> docker-login.sh 02:09:18 nexus3.edgexfoundry.org:10001 02:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:19 Configure a credential helper to remove this warning. See 02:09:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:19 02:09:19 Login Succeeded 02:09:19 nexus3.edgexfoundry.org:10002 02:09:19 OK: 166 MiB in 39 packages 02:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:20 Removing intermediate container bd6a85b1a943 02:09:20 ---> 6dfc4ddfbaf1 02:09:20 Step 6/8 : WORKDIR /edgex-ui-go 02:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:20 Configure a credential helper to remove this warning. See 02:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:20 02:09:20 Login Succeeded 02:09:20 nexus3.edgexfoundry.org:10003 02:09:20 ---> Running in 3cc34ddadc18 02:09:20 Removing intermediate container 3cc34ddadc18 02:09:20 ---> d35cdd8db39a 02:09:20 Step 7/8 : COPY . . 02:09:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:20 Configure a credential helper to remove this warning. See 02:09:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:20 02:09:20 Login Succeeded 02:09:20 nexus3.edgexfoundry.org:10004 02:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:21 Configure a credential helper to remove this warning. See 02:09:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:21 02:09:21 Login Succeeded 02:09:21 docker.io 02:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:21 Configure a credential helper to remove this warning. See 02:09:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:21 02:09:21 Login Succeeded 02:09:21 ---> docker-login.sh ends [Pipeline] } 02:09:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 02:09:22 ---> ea265256cffa 02:09:22 Step 8/8 : RUN go mod download [Pipeline] echo 02:09:22 ========================================================= 02:09:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:09:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:22 ---> Running in 10b32e477142 02:09:22 + 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 . 02:09:23 Sending build context to Docker daemon 16.7MB 02:09:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:09:23 Step 2/8 : FROM ${BASE} 02:09:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:23 5f621e34cdf4: Pulling fs layer 02:09:23 a4357932f1b6: Pulling fs layer 02:09:23 18c013af1878: Pulling fs layer 02:09:23 00ac8860ef70: Pulling fs layer 02:09:23 63d7cb157983: Pulling fs layer 02:09:23 b116817d02f9: Pulling fs layer 02:09:23 745a02a5169b: Pulling fs layer 02:09:23 b116817d02f9: Waiting 02:09:23 745a02a5169b: Waiting 02:09:23 63d7cb157983: Waiting 02:09:23 00ac8860ef70: Waiting 02:09:23 18c013af1878: Verifying Checksum 02:09:23 18c013af1878: Download complete 02:09:23 a4357932f1b6: Verifying Checksum 02:09:23 a4357932f1b6: Download complete 02:09:23 63d7cb157983: Verifying Checksum 02:09:23 63d7cb157983: Download complete 02:09:23 b116817d02f9: Verifying Checksum 02:09:23 b116817d02f9: Download complete 02:09:23 5f621e34cdf4: Verifying Checksum 02:09:23 5f621e34cdf4: Download complete 02:09:24 5f621e34cdf4: Pull complete 02:09:24 a4357932f1b6: Pull complete 02:09:25 18c013af1878: Pull complete 02:09:27 745a02a5169b: Verifying Checksum 02:09:27 745a02a5169b: Download complete 02:09:28 00ac8860ef70: Verifying Checksum 02:09:28 00ac8860ef70: Download complete 02:09:38 00ac8860ef70: Pull complete 02:09:38 63d7cb157983: Pull complete 02:09:38 b116817d02f9: Pull complete 02:09:41 745a02a5169b: Pull complete 02:09:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:41 ---> b7e6874047d6 02:09:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:09:44 ---> Running in 855c1efd86bb 02:09:44 Removing intermediate container 855c1efd86bb 02:09:44 ---> 6f951f56e45f 02:09:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:44 ---> Running in 1e90ec24a782 02:09:47 Removing intermediate container 1e90ec24a782 02:09:47 ---> 3a324586472b 02:09:47 Step 5/8 : RUN apk add --no-cache make git 02:09:47 ---> Running in 45a9b559e8bb 02:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:49 Removing intermediate container 10b32e477142 02:09:49 ---> 35a3e9484582 02:09:49 Successfully built 35a3e9484582 02:09:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:09:49 + docker inspect -f . ci-base-image-x86_64 02:09:49 . [Pipeline] withDockerContainer 02:09:49 prd-centos7-docker-4c-2g-22159 does not seem to be running inside a container 02:09:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:50 OK: 142 MiB in 39 packages 02:09:50 Removing intermediate container 45a9b559e8bb 02:09:50 ---> 6804e832dd8e 02:09:50 Step 6/8 : WORKDIR /edgex-ui-go 02:09:50 $ docker top d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db -eo pid,comm [Pipeline] { 02:09:50 ---> Running in 9cb672834bdd [Pipeline] sh 02:09:51 + go version 02:09:51 go version go1.15.5 linux/amd64 [Pipeline] } 02:09:51 $ docker stop --time=1 d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db 02:09:51 Removing intermediate container 9cb672834bdd 02:09:51 ---> 40554f7661b1 02:09:51 Step 7/8 : COPY . . 02:09:52 $ docker rm -f d49a9d32f4a501a32516e1bfcd64fd6187f869dcc48c9086a3f332fb072d58db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:53 + docker inspect -f . ci-base-image-x86_64 02:09:53 . [Pipeline] withDockerContainer 02:09:53 ---> 5c1330ffde54 02:09:53 Step 8/8 : RUN go mod download 02:09:53 ---> Running in bc4ccf8700fe 02:09:53 prd-centos7-docker-4c-2g-22159 does not seem to be running inside a container 02:09:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:54 $ docker top 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:54 + make test 02:09:54 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:09:56 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:10:04 GO111MODULE=on go vet ./... [Pipeline] } 02:10:05 $ docker stop --time=1 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e 02:10:07 $ docker rm -f 36a5df9ca3795f66fa06d735c3aa28bf68b5300bcc57792ec4d51edfb358b77e [Pipeline] // withDockerContainer [Pipeline] sh 02:10:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:10:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:10:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:10:11 + ls -al . 02:10:11 total 92 02:10:11 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 02:09 . 02:10:11 drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 02:08 .. 02:10:11 drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 02:08 assets 02:10:11 drwxrwxr-x. 2 jenkins jenkins 35 Jan 22 02:08 bin 02:10:11 drwxrwxr-x. 3 jenkins jenkins 29 Jan 22 02:08 cmd 02:10:11 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 22 02:08 CONTRIBUTING.md 02:10:11 -rw-r--r--. 1 jenkins jenkins 10 Jan 22 02:09 coverage.out 02:10:11 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 22 02:08 Dockerfile 02:10:11 -rw-rw-r--. 1 jenkins jenkins 902 Jan 22 02:08 Dockerfile.build 02:10:11 drwxrwxr-x. 5 jenkins jenkins 104 Jan 22 02:08 docs 02:10:11 drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 02:08 .git 02:10:11 drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 02:08 .github 02:10:11 -rw-rw-r--. 1 jenkins jenkins 153 Jan 22 02:08 .gitignore 02:10:11 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 22 02:08 go.mod 02:10:11 -rw-r--r--. 1 jenkins jenkins 20843 Jan 22 02:09 go.sum 02:10:11 drwxrwxr-x. 10 jenkins jenkins 139 Jan 22 02:08 internal 02:10:11 -rw-rw-r--. 1 jenkins jenkins 652 Jan 22 02:08 Jenkinsfile 02:10:11 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 22 02:08 LICENSE 02:10:11 -rw-rw-r--. 1 jenkins jenkins 951 Jan 22 02:08 Makefile 02:10:11 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 22 02:08 README.md 02:10:11 -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 02:06 VERSION 02:10:11 -rw-rw-r--. 1 jenkins jenkins 155 Jan 22 02:08 version.go 02:10:11 drwxrwxr-x. 4 jenkins jenkins 4096 Jan 22 02:08 web [Pipeline] isUnix [Pipeline] sh 02:10:12 + 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=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 --label arch=amd64 --label version=0.0.0 . 02:10:12 Sending build context to Docker daemon 16.72MB 02:10:12 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:10:12 Step 2/24 : FROM ${BASE} AS builder 02:10:12 ---> 35a3e9484582 02:10:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:10:13 ---> Running in c40656041b0d 02:10:13 Removing intermediate container c40656041b0d 02:10:13 ---> 918c53a9c6f6 02:10:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:10:13 ---> Running in 9e19ba207f39 02:10:13 Removing intermediate container 9e19ba207f39 02:10:13 ---> e7c2af6aa32a 02:10:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:10:13 ---> Running in 51d46a181e5a 02:10:13 Removing intermediate container 51d46a181e5a 02:10:13 ---> 0d399f78cc2e 02:10:13 Step 6/24 : LABEL Name=edgex-ui-go 02:10:13 ---> Running in 576b7a79b0d3 02:10:13 Removing intermediate container 576b7a79b0d3 02:10:13 ---> 42ede4bee1d2 02:10:13 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:10:14 ---> Running in ff5f9ff55480 02:10:14 Removing intermediate container ff5f9ff55480 02:10:14 ---> b546358fd829 02:10:14 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:14 ---> Running in 010e13209456 02:10:15 Removing intermediate container 010e13209456 02:10:15 ---> c867f5a5c2b8 02:10:15 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:10:15 ---> Running in 2b05263dc20d 02:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:17 OK: 166 MiB in 39 packages 02:10:17 Removing intermediate container 2b05263dc20d 02:10:17 ---> 43cafa52e228 02:10:17 Step 10/24 : ENV GO111MODULE=on 02:10:17 ---> Running in 0fbb62d8429f 02:10:18 Removing intermediate container 0fbb62d8429f 02:10:18 ---> 8d06be11744c 02:10:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:10:18 ---> Running in 7bbe185a9a0e 02:10:18 Removing intermediate container 7bbe185a9a0e 02:10:18 ---> 2d3de6cf3b83 02:10:18 Step 12/24 : COPY go.mod . 02:10:18 ---> 77066a8b0192 02:10:18 Step 13/24 : COPY Makefile . 02:10:18 ---> f9e6e977976a 02:10:18 Step 14/24 : RUN make update 02:10:19 ---> Running in c9a300ec7a76 02:10:19 CGO_ENABLED=0 GO111MODULE=on go mod download 02:10:19 Removing intermediate container c9a300ec7a76 02:10:19 ---> 80b785fc6303 02:10:19 Step 15/24 : COPY . . 02:10:20 Removing intermediate container bc4ccf8700fe 02:10:20 ---> 1e1eb764c76b 02:10:20 Successfully built 1e1eb764c76b 02:10:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:20 + docker inspect -f . ci-base-image-arm64 02:10:20 . [Pipeline] withDockerContainer 02:10:20 prd-ubuntu18.04-docker-arm64-4c-16g-22158 does not seem to be running inside a container 02:10:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:21 ---> c38e86a09de9 02:10:21 Step 16/24 : RUN ${MAKE} 02:10:21 ---> Running in e74ed9966561 02:10:22 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 02:10:22 $ docker top 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:23 + go version 02:10:23 go version go1.15.5 linux/arm64 [Pipeline] } 02:10:23 $ docker stop --time=1 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 02:10:25 $ docker rm -f 7c6edcfb4a3a81fb32c128a3d50feb57612b7ec2def38cabe2275e3cf0f8e436 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:26 + docker inspect -f . ci-base-image-arm64 02:10:26 . [Pipeline] withDockerContainer 02:10:26 prd-ubuntu18.04-docker-arm64-4c-16g-22158 does not seem to be running inside a container 02:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/7 -v /w/workspace/edgex-ui-go/7:/w/workspace/edgex-ui-go/7:rw,z -v /w/workspace/edgex-ui-go/7@tmp:/w/workspace/edgex-ui-go/7@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:10:28 $ docker top 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:29 + make test 02:10:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:10:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:10:30 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:10:34 Removing intermediate container e74ed9966561 02:10:34 ---> f2f864f6a516 02:10:34 Step 17/24 : FROM alpine:3.12 02:10:34 3.12: Pulling from library/alpine 02:10:35 801bfaa63ef2: Pulling fs layer 02:10:35 801bfaa63ef2: Verifying Checksum 02:10:35 801bfaa63ef2: Download complete 02:10:35 801bfaa63ef2: Pull complete 02:10:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:10:35 Status: Downloaded newer image for alpine:3.12 02:10:35 ---> 389fef711851 02:10:35 Step 18/24 : EXPOSE 4000 02:10:36 ---> Running in f8c210177045 02:10:36 Removing intermediate container f8c210177045 02:10:36 ---> 73c1d7779f8e 02:10:36 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 02:10:37 ---> b90bbe9ffb12 02:10:37 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:10:37 ---> Running in 1620d4efde1f 02:10:37 Removing intermediate container 1620d4efde1f 02:10:37 ---> 6fba06f706e8 02:10:37 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:10:37 ---> Running in 63cf0e5eb9dd 02:10:37 Removing intermediate container 63cf0e5eb9dd 02:10:37 ---> e65191b5640b 02:10:37 Step 22/24 : LABEL arch=amd64 02:10:37 ---> Running in 10e60625d33c 02:10:38 Removing intermediate container 10e60625d33c 02:10:38 ---> 63940d011d47 02:10:38 Step 23/24 : LABEL git_sha=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 02:10:38 ---> Running in 18c4500fae27 02:10:38 Removing intermediate container 18c4500fae27 02:10:38 ---> db7971149d48 02:10:38 Step 24/24 : LABEL version=0.0.0 02:10:38 ---> Running in a2a48630112f 02:10:38 Removing intermediate container a2a48630112f 02:10:38 ---> 5829cbed6d3c 02:10:38 [Warning] One or more build-args [ARCH] were not consumed 02:10:38 Successfully built 5829cbed6d3c 02:10:38 Successfully tagged docker-edgex-ui-go:latest [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] } 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:10:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:10:53 GO111MODULE=on go vet ./... [Pipeline] } 02:10:58 $ docker stop --time=1 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f 02:11:00 $ docker rm -f 59129e7504a014c92bd9adf23305648909b489fea26fd3619c155a39b17b2e8f [Pipeline] // withDockerContainer [Pipeline] sh 02:11:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:01 Warning: overwriting stash ‘coverage-report’ 02:11:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:11:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:03 + ls -al . 02:11:03 total 124 02:11:03 drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:10 . 02:11:03 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:09 .. 02:11:03 drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 02:09 .git 02:11:03 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:09 .github 02:11:03 -rw-rw-r-- 1 jenkins jenkins 153 Jan 22 02:09 .gitignore 02:11:03 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 22 02:09 CONTRIBUTING.md 02:11:03 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 22 02:09 Dockerfile 02:11:03 -rw-rw-r-- 1 jenkins jenkins 902 Jan 22 02:09 Dockerfile.build 02:11:03 -rw-rw-r-- 1 jenkins jenkins 652 Jan 22 02:09 Jenkinsfile 02:11:03 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 22 02:09 LICENSE 02:11:03 -rw-rw-r-- 1 jenkins jenkins 951 Jan 22 02:09 Makefile 02:11:03 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 22 02:09 README.md 02:11:03 -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 02:06 VERSION 02:11:03 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:09 assets 02:11:03 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 02:09 bin 02:11:03 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 02:09 cmd 02:11:03 -rw-r--r-- 1 jenkins jenkins 10 Jan 22 02:10 coverage.out 02:11:03 drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 02:09 docs 02:11:03 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 22 02:09 go.mod 02:11:03 -rw-r--r-- 1 jenkins jenkins 20843 Jan 22 02:10 go.sum 02:11:03 drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 02:09 internal 02:11:03 -rw-rw-r-- 1 jenkins jenkins 155 Jan 22 02:09 version.go 02:11:03 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 02:09 web [Pipeline] isUnix [Pipeline] sh 02:11:03 + 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=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 --label arch=arm64 --label version=0.0.0 . 02:11:04 Sending build context to Docker daemon 16.72MB 02:11:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:11:04 Step 2/24 : FROM ${BASE} AS builder 02:11:04 ---> 1e1eb764c76b 02:11:04 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:11:04 ---> Running in 4bd279e9908a 02:11:05 Removing intermediate container 4bd279e9908a 02:11:05 ---> 51a9614ca61b 02:11:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:11:05 ---> Running in 6bb7250147f2 02:11:06 Removing intermediate container 6bb7250147f2 02:11:06 ---> e4c725ee5e84 02:11:06 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:11:06 ---> Running in 122bc07133d4 02:11:06 Removing intermediate container 122bc07133d4 02:11:06 ---> 99a5adbf85d6 02:11:06 Step 6/24 : LABEL Name=edgex-ui-go 02:11:06 ---> Running in 30fead7509d1 02:11:07 Removing intermediate container 30fead7509d1 02:11:07 ---> ff7f97d21d33 02:11:07 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:11:07 ---> Running in b2f075afc31a 02:11:07 Removing intermediate container b2f075afc31a 02:11:07 ---> 54e4ecfe4805 02:11:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:07 ---> Running in 4e3928ebc246 02:11:09 Removing intermediate container 4e3928ebc246 02:11:09 ---> 28f39a90fbd7 02:11:09 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:09 ---> Running in c3dc37a87815 02:11:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:12 OK: 142 MiB in 39 packages 02:11:14 Removing intermediate container c3dc37a87815 02:11:14 ---> dc878b7e0772 02:11:14 Step 10/24 : ENV GO111MODULE=on 02:11:14 ---> Running in 8f17c7b763f4 02:11:14 Removing intermediate container 8f17c7b763f4 02:11:14 ---> 6c3651e73854 02:11:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:11:14 ---> Running in 851fabcc3319 02:11:15 Removing intermediate container 851fabcc3319 02:11:15 ---> 5e801e1208bf 02:11:15 Step 12/24 : COPY go.mod . 02:11:15 ---> 6c2b462896ec 02:11:15 Step 13/24 : COPY Makefile . 02:11:16 ---> 097cfb67ae8b 02:11:16 Step 14/24 : RUN make update 02:11:16 ---> Running in 08f2d7707d15 02:11:17 CGO_ENABLED=0 GO111MODULE=on go mod download 02:11:19 Removing intermediate container 08f2d7707d15 02:11:19 ---> 995cc3901d66 02:11:19 Step 15/24 : COPY . . 02:11:21 ---> 2f0a0162fe12 02:11:21 Step 16/24 : RUN ${MAKE} 02:11:21 ---> Running in 8969aa93523f 02:11:22 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 02:11:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:11:51 Removing intermediate container 8969aa93523f 02:11:51 ---> fae07a404d03 02:11:51 Step 17/24 : FROM alpine:3.12 02:11:51 3.12: Pulling from library/alpine 02:11:51 159e5727ea61: Pulling fs layer 02:11:51 159e5727ea61: Verifying Checksum 02:11:51 159e5727ea61: Download complete 02:11:51 159e5727ea61: Pull complete 02:11:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:11:51 Status: Downloaded newer image for alpine:3.12 02:11:51 ---> afeebe901d6b 02:11:51 Step 18/24 : EXPOSE 4000 02:11:51 ---> Running in 73cf5aa1bc53 02:11:52 Removing intermediate container 73cf5aa1bc53 02:11:52 ---> baeb034b5af0 02:11:52 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 02:11:54 ---> b3b93c2a6a4b 02:11:54 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:11:54 ---> Running in 35765cd6c284 02:11:55 Removing intermediate container 35765cd6c284 02:11:55 ---> 2173f46628a6 02:11:55 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:11:55 ---> Running in fea87d8c0cb5 02:11:55 Removing intermediate container fea87d8c0cb5 02:11:55 ---> da5054bd5ba7 02:11:55 Step 22/24 : LABEL arch=arm64 02:11:55 ---> Running in 2faab6fb4c54 02:11:56 Removing intermediate container 2faab6fb4c54 02:11:56 ---> 5504f46e0a3f 02:11:56 Step 23/24 : LABEL git_sha=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 02:11:56 ---> Running in a07e907f511b 02:11:56 Removing intermediate container a07e907f511b 02:11:56 ---> 7b42f7f13983 02:11:56 Step 24/24 : LABEL version=0.0.0 02:11:56 ---> Running in 3100e280aab2 02:11:57 Removing intermediate container 3100e280aab2 02:11:57 ---> 04d573f7dc5b 02:11:57 [Warning] One or more build-args [ARCH] were not consumed 02:11:57 Successfully built 04d573f7dc5b 02:11:57 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] } [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 02:11:58 provisioning config files... 02:11:58 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config5199631267677595412tmp [Pipeline] { [Pipeline] sh 02:11:59 + set +x 02:11:59 + bash -s -- 02:11:59 + curl -s https://codecov.io/bash 02:11:59 02:11:59 _____ _ 02:11:59 / ____| | | 02:11:59 | | ___ __| | ___ ___ _____ __ 02:11:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:11:59 | |___| (_) | (_| | __/ (_| (_) \ V / 02:11:59 \_____\___/ \__,_|\___|\___\___/ \_/ 02:11:59 Bash-20210115-cec3c92 02:11:59 02:11:59 02:11:59 ==> git version 2.24.3 found 02:11:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:11:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:11:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:11:59 ==> Jenkins CI detected. 02:11:59 project root: . 02:11:59 --> token set from env 02:11:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:11:59 ==> Running gcov in . (disable via -X gcov) 02:11:59 ==> Python coveragepy not found 02:11:59 ==> Searching for coverage reports in: 02:11:59 + . 02:11:59 -> Found 1 reports 02:11:59 ==> Detecting git/mercurial file structure 02:11:59 ==> Reading reports 02:11:59 + ./coverage.out bytes=10 02:11:59 ==> Appending adjustments 02:11:59 https://docs.codecov.io/docs/fixing-reports 02:11:59 + Found adjustments 02:11:59 ==> Gzipping contents 02:11:59 4.0K /tmp/codecov.QPeM34.gz 02:11:59 ==> Uploading reports 02:11:59 url: https://codecov.io 02:11:59 query: branch=PR-291&commit=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 02:11:59 -> Pinging Codecov 02:11:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-291&commit=6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-291%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=291&job=&cmd_args= 02:12:00 -> Uploading to 02:12:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/FB506323287CE973F263BFD2A0EB1F37/6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0/6cf3089e-94a0-4790-b6a8-dea0573038e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T021200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=32381062309804dce75eafdc1e6880f70c6683c7a2a4c953c392ce0389d77375 02:12:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:12:00 Dload Upload Total Spent Left Speed 02:12:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 4984 --:--:-- --:--:-- --:--:-- 4978 100 2494 0 0 100 2494 0 4983 --:--:-- --:--:-- --:--:-- 4978 02:12:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6dc3f2805aca22ecfb934aaf85cf74f6278b7ad0 [Pipeline] } 02:12:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) 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 02:12:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:12:03 ---> package-listing.sh 02:12:03 ++ facter osfamily 02:12:03 ++ tr '[:upper:]' '[:lower:]' 02:12:03 + OS_FAMILY=redhat 02:12:03 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:12:03 + START_PACKAGES=/tmp/packages_start.txt 02:12:03 + END_PACKAGES=/tmp/packages_end.txt 02:12:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:12:03 + PACKAGES=/tmp/packages_start.txt 02:12:03 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 02:12:03 + PACKAGES=/tmp/packages_end.txt 02:12:03 + case "${OS_FAMILY}" in 02:12:03 + rpm -qa 02:12:03 + sort 02:12:09 + '[' -f /tmp/packages_start.txt ']' 02:12:09 + '[' -f /tmp/packages_end.txt ']' 02:12:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:12:09 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-291 ']' 02:12:09 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ 02:12:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-291/archives/ [Pipeline] echo 02:12:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:12:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:12:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:09 02:12:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:12:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:09 alpine: Pulling from edgex-lftools-log-publisher 02:12:09 df20fa9351a1: Pulling fs layer 02:12:09 36b3adc4ff6f: Pulling fs layer 02:12:09 8ad3a11d3b57: Pulling fs layer 02:12:09 46f8f816bc3b: Pulling fs layer 02:12:09 93b61091891f: Pulling fs layer 02:12:09 93b9cdb0e59b: Pulling fs layer 02:12:09 5e14af77c1be: Pulling fs layer 02:12:09 01666e4c0597: Pulling fs layer 02:12:09 aa168da1d23b: Pulling fs layer 02:12:09 46f8f816bc3b: Waiting 02:12:09 93b61091891f: Waiting 02:12:09 93b9cdb0e59b: Waiting 02:12:09 5e14af77c1be: Waiting 02:12:09 01666e4c0597: Waiting 02:12:09 aa168da1d23b: Waiting 02:12:09 36b3adc4ff6f: Verifying Checksum 02:12:09 36b3adc4ff6f: Download complete 02:12:09 46f8f816bc3b: Verifying Checksum 02:12:09 46f8f816bc3b: Download complete 02:12:09 df20fa9351a1: Verifying Checksum 02:12:09 df20fa9351a1: Download complete 02:12:10 93b9cdb0e59b: Verifying Checksum 02:12:10 93b9cdb0e59b: Download complete 02:12:10 5e14af77c1be: Verifying Checksum 02:12:10 5e14af77c1be: Download complete 02:12:10 93b61091891f: Download complete 02:12:10 01666e4c0597: Verifying Checksum 02:12:10 01666e4c0597: Download complete 02:12:10 df20fa9351a1: Pull complete 02:12:10 8ad3a11d3b57: Verifying Checksum 02:12:10 8ad3a11d3b57: Download complete 02:12:10 36b3adc4ff6f: Pull complete 02:12:11 8ad3a11d3b57: Pull complete 02:12:11 46f8f816bc3b: Pull complete 02:12:11 93b61091891f: Pull complete 02:12:11 93b9cdb0e59b: Pull complete 02:12:12 5e14af77c1be: Pull complete 02:12:12 01666e4c0597: Pull complete 02:12:13 aa168da1d23b: Verifying Checksum 02:12:13 aa168da1d23b: Download complete 02:12:21 aa168da1d23b: Pull complete 02:12:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:12:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:12:21 prd-centos7-docker-4c-2g-22155 does not seem to be running inside a container 02:12:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-291 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291:/w/workspace/edgexfoundry_edgex-ui-go_PR-291:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:12:25 $ docker top f936c7510222ca7cde0804b47401626e1f40aee38de40d721a6e8ad2d1a3d4aa -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:12:26 + mkdir -p /var/log/sa [Pipeline] sh 02:12:26 + ls /var/log/sa-host 02:12:26 + sadf -c /var/log/sa-host/sa22 02:12:26 file_magic: OK 02:12:26 HZ: Using current value: 100 02:12:26 file_header: OK 02:12:26 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 02:12:26 Statistics: 02:12:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:12:26 File successfully converted to sysstat format version 12.2.1 02:12:26 + sadf -c /var/log/sa-host/sa23 02:12:26 file_magic: OK 02:12:26 HZ: Using current value: 100 02:12:26 file_header: OK 02:12:26 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 02:12:26 Statistics: 02:12:26 Hnuu...uuuununununu... 02:12:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:26 provisioning config files... 02:12:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp/config5632464282362503327tmp [Pipeline] { [Pipeline] echo 02:12:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:12:27 ---> create-netrc.sh [Pipeline] } 02:12:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:12:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:12:27 ---> python-tools-install.sh [Pipeline] echo 02:12:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:12:27 ---> sudo-logs.sh 02:12:27 Archiving 'sudo' log.. [Pipeline] echo 02:12:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:12:28 ---> job-cost.sh 02:12:28 lf-activate-venv: SKIPPING 02:12:28 INFO: No Stack... 02:12:29 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:29 INFO: Archiving Costs [Pipeline] echo 02:12:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:12:30 ---> logs-deploy.sh 02:12:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-291/7 02:12:30 INFO: archiving workspace using pattern(s): 02:12:31 Archives upload complete. 02:12:31 INFO: archiving logs to Nexus 02:12:32 ---> uname -a: 02:12:32 Linux prd-centos7-docker-4c-2g-22155.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:12:32 02:12:32 02:12:32 ---> lscpu: 02:12:32 Architecture: x86_64 02:12:32 CPU op-mode(s): 32-bit, 64-bit 02:12:32 Byte Order: Little Endian 02:12:32 Address sizes: 40 bits physical, 48 bits virtual 02:12:32 CPU(s): 4 02:12:32 On-line CPU(s) list: 0-3 02:12:32 Thread(s) per core: 1 02:12:32 Core(s) per socket: 1 02:12:32 Socket(s): 4 02:12:32 NUMA node(s): 1 02:12:32 Vendor ID: GenuineIntel 02:12:32 CPU family: 6 02:12:32 Model: 44 02:12:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:12:32 Stepping: 1 02:12:32 CPU MHz: 2933.442 02:12:32 BogoMIPS: 5866.88 02:12:32 Virtualization: VT-x 02:12:32 Hypervisor vendor: KVM 02:12:32 Virtualization type: full 02:12:32 L1d cache: 128 KiB 02:12:32 L1i cache: 128 KiB 02:12:32 L2 cache: 16 MiB 02:12:32 L3 cache: 64 MiB 02:12:32 NUMA node0 CPU(s): 0-3 02:12:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:12:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:12:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:12:32 Vulnerability Meltdown: Mitigation; PTI 02:12:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:12:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:12:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:12:32 Vulnerability Srbds: Not affected 02:12:32 Vulnerability Tsx async abort: Not affected 02:12:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:12:32 02:12:32 02:12:32 ---> nproc: 02:12:32 4 02:12:32 02:12:32 02:12:32 ---> df -h: 02:12:32 Filesystem Size Used Available Use% Mounted on 02:12:32 overlay 50.0G 7.3G 42.7G 15% / 02:12:32 tmpfs 64.0M 0 64.0M 0% /dev 02:12:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:12:32 shm 64.0M 0 64.0M 0% /dev/shm 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-291@tmp 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:12:32 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:12:32 02:12:32 02:12:32 ---> free -m: 02:12:32 total used free shared buff/cache available 02:12:32 Mem: 1837 679 102 0 1055 1053 02:12:32 Swap: 1023 1 1022 02:12:32 02:12:32 02:12:32 ---> ip addr: 02:12:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:12:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:12:32 inet 127.0.0.1/8 scope host lo 02:12:32 valid_lft forever preferred_lft forever 02:12:32 inet6 ::1/128 scope host 02:12:32 valid_lft forever preferred_lft forever 02:12:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:12:32 link/ether fa:16:3e:f2:06:53 brd ff:ff:ff:ff:ff:ff 02:12:32 inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 02:12:32 valid_lft 86007sec preferred_lft 86007sec 02:12:32 inet6 fe80::f816:3eff:fef2:653/64 scope link 02:12:32 valid_lft forever preferred_lft forever 02:12:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:12:32 link/ether 02:42:b9:e9:83:40 brd ff:ff:ff:ff:ff:ff 02:12:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:12:32 valid_lft forever preferred_lft forever 02:12:32 inet6 fe80::42:b9ff:fee9:8340/64 scope link 02:12:32 valid_lft forever preferred_lft forever 02:12:32 02:12:32 02:12:32 ---> sar -b -r -n DEV: 02:12:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 02:12:32 02:12:32 02:05:48 LINUX RESTART (4 CPU) 02:12:32 02:12:32 02:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:12:32 02:08:01 3.98 0.02 3.96 0.00 0.53 131.38 0.00 02:12:32 02:09:01 0.42 0.00 0.42 0.00 0.00 6.33 0.00 02:12:32 02:10:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 02:12:32 02:11:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 02:12:32 02:12:01 0.71 0.44 0.27 0.00 138.44 4.69 0.00 02:12:32 Average: 1.11 0.09 1.02 0.00 27.43 29.56 0.00 02:12:32 02:12:32 02:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:12:32 02:08:01 144048 0 566420 30.10 2620 1168456 1083632 36.98 416592 1120764 20 02:12:32 02:09:01 143252 0 567208 30.15 2620 1168464 1075432 36.70 427752 1110548 20 02:12:32 02:10:01 143632 0 566824 30.13 2620 1168468 1075444 36.70 423792 1114456 8 02:12:32 02:11:01 142608 0 567848 30.18 2620 1168468 1061392 36.22 426480 1112560 20 02:12:32 02:12:01 134956 0 571352 30.37 2620 1172616 1063180 36.28 427524 1118876 40 02:12:32 Average: 141699 0 567930 30.18 2620 1169294 1071816 36.58 424428 1115441 22 02:12:32 02:12:32 02:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:12:32 02:08:01 eth0 1.63 0.33 0.36 0.20 0.00 0.00 0.00 0.00 02:12:32 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:09:01 eth0 2.13 0.53 0.66 0.39 0.00 0.00 0.00 0.00 02:12:32 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:10:01 eth0 1.60 0.57 0.59 0.39 0.00 0.00 0.00 0.00 02:12:32 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:11:01 eth0 0.87 0.37 0.29 0.17 0.00 0.00 0.00 0.00 02:12:32 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:12:01 eth0 6.03 3.25 4.66 1.70 0.00 0.00 0.00 0.00 02:12:32 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 Average: eth0 2.44 1.00 1.30 0.57 0.00 0.00 0.00 0.00 02:12:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:32 02:12:32 02:12:32 ---> sar -P ALL: 02:12:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 02:12:32 02:12:32 02:05:48 LINUX RESTART (4 CPU) 02:12:32 02:12:32 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:12:32 02:08:01 all 0.19 0.00 0.04 0.00 0.00 99.77 02:12:32 02:08:01 0 0.10 0.00 0.05 0.00 0.02 99.83 02:12:32 02:08:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:12:32 02:08:01 2 0.10 0.00 0.07 0.00 0.00 99.83 02:12:32 02:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:12:32 02:09:01 all 0.18 0.00 0.04 0.00 0.00 99.79 02:12:32 02:09:01 0 0.13 0.00 0.05 0.00 0.00 99.82 02:12:32 02:09:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:12:32 02:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:12:32 02:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:12:32 02:10:01 all 0.16 0.00 0.09 0.00 0.00 99.75 02:12:32 02:10:01 0 0.07 0.00 0.05 0.00 0.00 99.88 02:12:32 02:10:01 1 0.50 0.00 0.08 0.00 0.00 99.42 02:12:32 02:10:01 2 0.05 0.00 0.13 0.00 0.00 99.82 02:12:32 02:10:01 3 0.03 0.00 0.08 0.00 0.00 99.88 02:12:32 02:11:01 all 0.44 0.00 0.12 0.00 0.00 99.44 02:12:32 02:11:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:12:32 02:11:01 1 1.13 0.00 0.15 0.00 0.00 98.72 02:12:32 02:11:01 2 0.43 0.00 0.17 0.00 0.00 99.40 02:12:32 02:11:01 3 0.13 0.00 0.12 0.00 0.00 99.75 02:12:32 02:12:01 all 0.55 0.00 0.32 0.00 0.01 99.12 02:12:32 02:12:01 0 0.46 0.00 0.47 0.00 0.02 99.05 02:12:32 02:12:01 1 0.20 0.00 0.36 0.00 0.02 99.42 02:12:32 02:12:01 2 1.22 0.00 0.17 0.00 0.02 98.59 02:12:32 02:12:01 3 0.31 0.00 0.27 0.00 0.00 99.42 02:12:32 Average: all 0.30 0.00 0.12 0.00 0.00 99.58 02:12:32 Average: 0 0.16 0.00 0.13 0.00 0.01 99.70 02:12:32 Average: 1 0.58 0.00 0.13 0.00 0.00 99.29 02:12:32 Average: 2 0.36 0.00 0.12 0.00 0.00 99.52 02:12:32 Average: 3 0.10 0.00 0.10 0.00 0.00 99.80 02:12:32 02:12:32 02:12:32