Pull request #500 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0de41ae85d301678a1d2dc95cf1ddf004345dffa+246039579fefe65770a4c1017b136de77c7f7cec (944dfbcddeedcd666d1e9e7c75cfc7de0ab26171) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11083597187619514831.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10761318030617288787.key > 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 efdbc04638cc485a1a2a98c60e49a0e43cac6f53 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8787761461313427235.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1640842651610433752.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11609646759916812737.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11529725599742006294.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6117 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-500 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh3566479114022102274.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 246039579fefe65770a4c1017b136de77c7f7cec into PR head commit 0de41ae85d301678a1d2dc95cf1ddf004345dffa Merge succeeded, producing 0de41ae85d301678a1d2dc95cf1ddf004345dffa Checking out Revision 0de41ae85d301678a1d2dc95cf1ddf004345dffa (PR-500) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh5844656887932643550.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh1762353897522511757.key > git merge 246039579fefe65770a4c1017b136de77c7f7cec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 Commit message: "chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:21 ========================================================= 04:30:21 EdgeX Global Pipelines Version Info 04:30:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:22 ------------------- 04:30:22 stable info: 04:30:22 ------------------- 04:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:22 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 04:30:22 Message: update stable to v1.0.220 04:30:22 ------------------- 04:30:22 experimental info: 04:30:22 ------------------- 04:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:22 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 04:30:22 Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-500 [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-500 [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-500 [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0de41ae [Pipeline] echo 04:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:30:24 provisioning config files... 04:30:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8441932589691146796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:24 ---> docker-login.sh 04:30:24 nexus3.edgexfoundry.org:10001 04:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:25 Configure a credential helper to remove this warning. See 04:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:25 04:30:25 Login Succeeded 04:30:25 nexus3.edgexfoundry.org:10002 04:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:25 Configure a credential helper to remove this warning. See 04:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:25 04:30:25 Login Succeeded 04:30:25 nexus3.edgexfoundry.org:10003 04:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:25 Configure a credential helper to remove this warning. See 04:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:25 04:30:25 Login Succeeded 04:30:25 nexus3.edgexfoundry.org:10004 04:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:25 Configure a credential helper to remove this warning. See 04:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:25 04:30:25 Login Succeeded 04:30:25 docker.io 04:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:25 Configure a credential helper to remove this warning. See 04:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:25 04:30:25 Login Succeeded 04:30:25 ---> docker-login.sh ends [Pipeline] } 04:30:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:30:26 + git rev-list -1 --merges 0de41ae85d301678a1d2dc95cf1ddf004345dffa~1..0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo 04:30:26 -----------> git rev-list -1 --merges 0de41ae85d301678a1d2dc95cf1ddf004345dffa~1..0de41ae85d301678a1d2dc95cf1ddf004345dffa 0de41ae85d301678a1d2dc95cf1ddf004345dffa [false] [Pipeline] sh 04:30:26 + git log --format=format:%s -1 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo 04:30:26 ========================================================= 04:30:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:30:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:30:27 + git log --format=format:%s -1 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo 04:30:27 [semverPrep] GIT_COMMIT: 0de41ae85d301678a1d2dc95cf1ddf004345dffa, Commit Message: chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web [Pipeline] echo 04:30:27 [semverPrep] This is not a build commit. [Pipeline] sh 04:30:27 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 04:30:27 + grep -v github /etc/ssh/ssh_known_hosts 04:30:27 + '[' -e /tmp/ssh_known_hosts ']' 04:30:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:30:27 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 04:30:27 + sudo tee -a /etc/ssh/ssh_known_hosts 04:30:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:28 04:30:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:28 latest: Pulling from edgex-devops/git-semver 04:30:28 a0d0a0d46f8b: Pulling fs layer 04:30:28 3e5f54012d9b: Pulling fs layer 04:30:28 4c7163046ea9: Pulling fs layer 04:30:28 0c2d73faf560: Pulling fs layer 04:30:28 0c2d73faf560: Waiting 04:30:28 3e5f54012d9b: Verifying Checksum 04:30:28 3e5f54012d9b: Download complete 04:30:28 a0d0a0d46f8b: Verifying Checksum 04:30:28 a0d0a0d46f8b: Download complete 04:30:28 0c2d73faf560: Verifying Checksum 04:30:28 0c2d73faf560: Download complete 04:30:28 4c7163046ea9: Verifying Checksum 04:30:28 4c7163046ea9: Download complete 04:30:28 a0d0a0d46f8b: Pull complete 04:30:28 3e5f54012d9b: Pull complete 04:30:29 4c7163046ea9: Pull complete 04:30:29 0c2d73faf560: Pull complete 04:30:29 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:29 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 04:30:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:30 $ docker top c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:30 [ssh-agent] Looking for ssh-agent implementation... 04:30:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:30 $ docker exec c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent 04:30:30 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLekgce/agent.13 04:30:30 SSH_AGENT_PID=19 04:30:30 Running ssh-add (command line suppressed) 04:30:30 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_6695584125371995944.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_6695584125371995944.key) 04:30:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:30 + git tag --points-at HEAD [Pipeline] } 04:30:31 $ docker exec --env ******** --env ******** c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent -k 04:30:31 unset SSH_AUTH_SOCK; 04:30:31 unset SSH_AGENT_PID; 04:30:31 echo Agent pid 19 killed; 04:30:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:30:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:31 [ssh-agent] Looking for ssh-agent implementation... 04:30:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:31 $ docker exec c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent 04:30:31 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkGigIM/agent.51 04:30:31 SSH_AGENT_PID=57 04:30:31 Running ssh-add (command line suppressed) 04:30:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_287957395299779706.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_287957395299779706.key) 04:30:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:31 + git semver init 04:30:31 # -> Open(): unable to determine branch for HEAD 04:30:31 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.git 04:30:31 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-500 04:30:31 # $SEMVER_REMOTE_NAME = origin 04:30:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:31 # $SEMVER_USER_NAME = edgex-jenkins 04:30:31 # $SEMVER_BRANCH = PR-500 04:30:31 # $SEMVER_TEMP = /tmp/semver-882450451 04:30:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 04:30:34 # '/tmp/semver-882450451' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver' 04:30:34 # -> Force: false 04:30:34 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver [Pipeline] } 04:30:34 $ docker exec --env ******** --env ******** c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent -k 04:30:34 unset SSH_AUTH_SOCK; 04:30:34 unset SSH_AGENT_PID; 04:30:34 echo Agent pid 57 killed; 04:30:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:35 + git semver [Pipeline] } 04:30:35 $ docker stop --time=1 c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 04:30:36 $ docker rm -f c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 [Pipeline] // withDockerContainer [Pipeline] sh 04:30:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:30:37 Stashed 1 file(s) [Pipeline] echo 04:30:37 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:30:37 provisioning config files... 04:30:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config7112919265482001688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:38 ---> docker-login.sh 04:30:38 nexus3.edgexfoundry.org:10001 04:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:38 Configure a credential helper to remove this warning. See 04:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:38 04:30:38 Login Succeeded 04:30:38 nexus3.edgexfoundry.org:10002 04:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:38 Configure a credential helper to remove this warning. See 04:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:38 04:30:38 Login Succeeded 04:30:38 nexus3.edgexfoundry.org:10003 04:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:38 Configure a credential helper to remove this warning. See 04:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:38 04:30:38 Login Succeeded 04:30:38 nexus3.edgexfoundry.org:10004 04:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:38 Configure a credential helper to remove this warning. See 04:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:38 04:30:38 Login Succeeded 04:30:38 docker.io 04:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:38 Configure a credential helper to remove this warning. See 04:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:38 04:30:38 Login Succeeded 04:30:38 ---> docker-login.sh ends [Pipeline] } 04:30:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:30:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:30:39 ========================================================= 04:30:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:30:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:30:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:30:39 Sending build context to Docker daemon 41.02MB 04:30:39 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 04:30:39 Step 2/15 : FROM ${BASE} AS builder 04:30:39 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:39 59bf1c3509f3: Pulling fs layer 04:30:39 666ba61612fd: Pulling fs layer 04:30:39 8ed8ca486205: Pulling fs layer 04:30:39 4fe6c5a15a65: Pulling fs layer 04:30:39 22a0e8bec74d: Pulling fs layer 04:30:39 640e595b4fbd: Pulling fs layer 04:30:39 763cafe07f6e: Pulling fs layer 04:30:39 0c0b528cf693: Pulling fs layer 04:30:39 10935f4eaf8b: Pulling fs layer 04:30:39 4fe6c5a15a65: Waiting 04:30:39 22a0e8bec74d: Waiting 04:30:39 640e595b4fbd: Waiting 04:30:39 763cafe07f6e: Waiting 04:30:39 0c0b528cf693: Waiting 04:30:39 10935f4eaf8b: Waiting 04:30:40 8ed8ca486205: Verifying Checksum 04:30:40 8ed8ca486205: Download complete 04:30:40 666ba61612fd: Download complete 04:30:40 22a0e8bec74d: Verifying Checksum 04:30:40 22a0e8bec74d: Download complete 04:30:40 59bf1c3509f3: Verifying Checksum 04:30:40 59bf1c3509f3: Download complete 04:30:40 640e595b4fbd: Verifying Checksum 04:30:40 640e595b4fbd: Download complete 04:30:40 763cafe07f6e: Verifying Checksum 04:30:40 763cafe07f6e: Download complete 04:30:40 0c0b528cf693: Verifying Checksum 04:30:40 0c0b528cf693: Download complete 04:30:40 59bf1c3509f3: Pull complete 04:30:40 4fe6c5a15a65: Verifying Checksum 04:30:40 4fe6c5a15a65: Download complete 04:30:40 10935f4eaf8b: Verifying Checksum 04:30:40 10935f4eaf8b: Download complete 04:30:40 666ba61612fd: Pull complete 04:30:40 8ed8ca486205: Pull complete 04:30:45 4fe6c5a15a65: Pull complete 04:30:45 22a0e8bec74d: Pull complete 04:30:45 640e595b4fbd: Pull complete 04:30:45 763cafe07f6e: Pull complete 04:30:45 0c0b528cf693: Pull complete 04:30:47 10935f4eaf8b: Pull complete 04:30:47 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 04:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:30:47 ---> 99d49a6021b9 04:30:47 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:30:49 ---> Running in 00849bf109f8 04:30:49 Removing intermediate container 00849bf109f8 04:30:49 ---> 1b694717be08 04:30:49 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 04:30:49 ---> Running in c52016b9eef7 04:30:49 Removing intermediate container c52016b9eef7 04:30:49 ---> 71f4428ac108 04:30:49 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 04:30:49 ---> Running in 0b630d0cf234 04:30:49 Removing intermediate container 0b630d0cf234 04:30:49 ---> d66de849d338 04:30:49 Step 6/15 : LABEL Name=edgex-ui-go 04:30:49 ---> Running in cab90e5bed56 04:30:49 Removing intermediate container cab90e5bed56 04:30:49 ---> a75ddd0b0ebd 04:30:49 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:30:49 ---> Running in 6915369fe3ca 04:30:49 Removing intermediate container 6915369fe3ca 04:30:49 ---> cd19db1274d1 04:30:49 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:30:49 ---> Running in d57a8e5874ba 04:30:50 Removing intermediate container d57a8e5874ba 04:30:50 ---> d1be5cdb14f0 04:30:50 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:30:50 ---> Running in 8ad2bd54055d 04:30:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:30:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:30:51 OK: 221 MiB in 52 packages 04:30:52 Removing intermediate container 8ad2bd54055d 04:30:52 ---> a77d230ccc5f 04:30:52 Step 10/15 : ENV GO111MODULE=on 04:30:52 ---> Running in 995c2ec91cf6 04:30:52 Removing intermediate container 995c2ec91cf6 04:30:52 ---> 523a0cd896d7 04:30:52 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:30:52 ---> Running in 830cf7a5e4a8 04:30:52 Removing intermediate container 830cf7a5e4a8 04:30:52 ---> 49ba5093e4ef 04:30:52 Step 12/15 : COPY go.mod vendor* ./ 04:30:52 ---> 34e86336fa7f 04:30:52 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:30:52 ---> Running in d81321aed56f 04:30:52 Still waiting to schedule task 04:30:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:39 Removing intermediate container d81321aed56f 04:31:39 ---> 3adcea37576a 04:31:39 Step 14/15 : COPY . . 04:31:39 ---> 64ecc796fe35 04:31:39 Step 15/15 : RUN ${MAKE} 04:31:39 ---> Running in 57065253d29f 04:31:39 noop 04:31:39 Removing intermediate container 57065253d29f 04:31:39 ---> a9435d9216a3 04:31:39 Successfully built a9435d9216a3 04:31:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:31:39 + docker inspect -f . ci-base-image-x86_64 04:31:39 . [Pipeline] withDockerContainer 04:31:39 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 04:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 ******** ci-base-image-x86_64 cat 04:31:40 $ docker top 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:40 + go version 04:31:40 go version go1.17.6 linux/amd64 [Pipeline] } 04:31:40 $ docker stop --time=1 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 04:31:41 $ docker rm -f 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:31:42 + docker inspect -f . ci-base-image-x86_64 04:31:42 . [Pipeline] withDockerContainer 04:31:42 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 04:31:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 ******** ci-base-image-x86_64 cat 04:31:42 $ docker top b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:31:43 + make test 04:31:43 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:43 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:31:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:31:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:31:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 04:31:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:31:59 $ docker stop --time=1 b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 04:32:00 $ docker rm -f b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 [Pipeline] // withDockerContainer [Pipeline] sh 04:32:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:32:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:32:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:32:02 + ls -al . 04:32:02 total 112 04:32:02 drwxrwxr-x. 13 jenkins jenkins 4096 Feb 28 04:31 . 04:32:02 drwxrwxr-x. 4 jenkins jenkins 110 Feb 28 04:30 .. 04:32:02 drwxrwxr-x. 3 jenkins jenkins 20 Feb 28 04:30 assets 04:32:02 drwxrwxr-x. 2 jenkins jenkins 66 Feb 28 04:30 bin 04:32:02 drwxrwxr-x. 3 jenkins jenkins 29 Feb 28 04:30 cmd 04:32:02 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 28 04:30 CONTRIBUTING.md 04:32:02 -rw-r--r--. 1 jenkins jenkins 10 Feb 28 04:31 coverage.out 04:32:02 -rw-rw-r--. 1 jenkins jenkins 1549 Feb 28 04:30 Dockerfile 04:32:02 drwxrwxr-x. 2 jenkins jenkins 23 Feb 28 04:30 docs 04:32:02 drwxrwxr-x. 8 jenkins jenkins 179 Feb 28 04:30 .git 04:32:02 drwxrwxr-x. 2 jenkins jenkins 103 Feb 28 04:30 .github 04:32:02 -rw-rw-r--. 1 jenkins jenkins 155 Feb 28 04:30 .gitignore 04:32:02 -rw-rw-r--. 1 jenkins jenkins 1944 Feb 28 04:30 go.mod 04:32:02 -rw-rw-r--. 1 jenkins jenkins 48565 Feb 28 04:30 go.sum 04:32:02 drwxrwxr-x. 9 jenkins jenkins 125 Feb 28 04:30 internal 04:32:02 -rw-rw-r--. 1 jenkins jenkins 652 Feb 28 04:30 Jenkinsfile 04:32:02 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 28 04:30 LICENSE 04:32:02 -rw-rw-r--. 1 jenkins jenkins 1212 Feb 28 04:30 Makefile 04:32:02 drwxrwxr-x. 3 jenkins jenkins 19 Feb 28 04:30 pkg 04:32:02 -rw-rw-r--. 1 jenkins jenkins 4450 Feb 28 04:30 README.md 04:32:02 drwx------. 3 jenkins jenkins 56 Feb 28 04:30 .semver 04:32:02 drwxrwxr-x. 4 jenkins jenkins 71 Feb 28 04:30 snap 04:32:02 -rw-rw-r--. 1 jenkins jenkins 5 Feb 28 04:30 VERSION 04:32:02 -rw-rw-r--. 1 jenkins jenkins 155 Feb 28 04:30 version.go 04:32:02 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 28 04:30 web [Pipeline] isUnix [Pipeline] sh 04:32:03 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa --label arch=amd64 --label version=0.0.0 . 04:32:03 Sending build context to Docker daemon 41.02MB 04:32:03 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 04:32:03 Step 2/23 : FROM ${BASE} AS builder 04:32:03 ---> a9435d9216a3 04:32:03 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:32:03 ---> Running in e1bacf0f0c8c 04:32:03 Removing intermediate container e1bacf0f0c8c 04:32:03 ---> 40ac916a84d6 04:32:03 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 04:32:03 ---> Running in 794c341ba076 04:32:03 Removing intermediate container 794c341ba076 04:32:03 ---> 5e811efba57f 04:32:03 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 04:32:03 ---> Running in a71a0c61dc99 04:32:03 Removing intermediate container a71a0c61dc99 04:32:03 ---> b31a8bd9eabc 04:32:03 Step 6/23 : LABEL Name=edgex-ui-go 04:32:03 ---> Running in 2c13f06685b8 04:32:03 Removing intermediate container 2c13f06685b8 04:32:03 ---> eef3d3d8dc82 04:32:03 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:32:03 ---> Running in ce32402fd33b 04:32:03 Removing intermediate container ce32402fd33b 04:32:03 ---> 568e5fd45615 04:32:03 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:32:03 ---> Running in d20b902e11aa 04:32:04 Removing intermediate container d20b902e11aa 04:32:04 ---> 622d75ce54f8 04:32:04 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:32:04 ---> Running in 3b69edc7a178 04:32:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:32:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:32:05 OK: 221 MiB in 52 packages 04:32:05 Removing intermediate container 3b69edc7a178 04:32:05 ---> 6b7556a66396 04:32:05 Step 10/23 : ENV GO111MODULE=on 04:32:06 ---> Running in 4108a025ebbb 04:32:06 Removing intermediate container 4108a025ebbb 04:32:06 ---> b52bea311355 04:32:06 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:32:06 ---> Running in 89a2c6f70ae0 04:32:06 Removing intermediate container 89a2c6f70ae0 04:32:06 ---> a69ba0823a1b 04:32:06 Step 12/23 : COPY go.mod vendor* ./ 04:32:06 ---> 761c4d90ffc5 04:32:06 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:32:06 ---> Running in 71159297fc39 04:32:07 Removing intermediate container 71159297fc39 04:32:07 ---> c91b07a9f75e 04:32:07 Step 14/23 : COPY . . 04:32:07 ---> 39421b371e7e 04:32:07 Step 15/23 : RUN ${MAKE} 04:32:07 ---> Running in d86ba37db467 04:32:08 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 04:32:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:32:18 Removing intermediate container d86ba37db467 04:32:18 ---> 5947116d91b4 04:32:18 Step 16/23 : FROM alpine:3.14 04:32:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6118 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] ws 04:32:18 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 04:32:18 The recommended git tool is: git 04:32:18 3.14: Pulling from library/alpine 04:32:18 97518928ae5f: Pulling fs layer 04:32:19 97518928ae5f: Verifying Checksum 04:32:19 97518928ae5f: Download complete 04:32:19 97518928ae5f: Pull complete 04:32:19 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 04:32:19 Status: Downloaded newer image for alpine:3.14 04:32:19 ---> 0a97eee8041e 04:32:19 Step 17/23 : EXPOSE 4000 04:32:19 ---> Running in 5f4fc332a437 04:32:19 Removing intermediate container 5f4fc332a437 04:32:19 ---> ac9d62edb486 04:32:19 Step 18/23 : 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 04:32:20 ---> f87127076c64 04:32:20 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:32:20 ---> Running in 2a4dc2ab8340 04:32:20 Removing intermediate container 2a4dc2ab8340 04:32:20 ---> c24b45a8361a 04:32:20 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:32:20 ---> Running in b31f7a8b0df2 04:32:20 Removing intermediate container b31f7a8b0df2 04:32:20 ---> 7178b7091ad5 04:32:20 Step 21/23 : LABEL arch=amd64 04:32:20 ---> Running in 081e3325f982 04:32:20 Removing intermediate container 081e3325f982 04:32:20 ---> 831e4b9b6acb 04:32:20 Step 22/23 : LABEL git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa 04:32:20 ---> Running in fdecb52924a3 04:32:20 Removing intermediate container fdecb52924a3 04:32:20 ---> 089e4d42c79a 04:32:20 Step 23/23 : LABEL version=0.0.0 04:32:20 ---> Running in ebaad9d655a7 04:32:20 Removing intermediate container ebaad9d655a7 04:32:20 ---> 0b17600abbb7 04:32:20 [Warning] One or more build-args [ARCH] were not consumed 04:32:20 Successfully built 0b17600abbb7 04:32:20 Successfully tagged edgex-ui: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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:21 04:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:21 latest: Pulling from edgex-lftools-log-publisher 04:32:21 5eb5b503b376: Pulling fs layer 04:32:21 5c69ac0246d0: Pulling fs layer 04:32:21 ec43610c2a17: Pulling fs layer 04:32:21 3a2ae6a8a46f: Pulling fs layer 04:32:21 33b1e0a273af: Pulling fs layer 04:32:21 5d3b04190fa2: Pulling fs layer 04:32:21 2f39f015ded8: Pulling fs layer 04:32:21 3a2ae6a8a46f: Waiting 04:32:21 33b1e0a273af: Waiting 04:32:21 5d3b04190fa2: Waiting 04:32:21 2f39f015ded8: Waiting 04:32:21 5c69ac0246d0: Download complete 04:32:21 3a2ae6a8a46f: Verifying Checksum 04:32:21 3a2ae6a8a46f: Download complete 04:32:21 ec43610c2a17: Verifying Checksum 04:32:21 ec43610c2a17: Download complete 04:32:21 5d3b04190fa2: Verifying Checksum 04:32:21 5d3b04190fa2: Download complete 04:32:21 33b1e0a273af: Verifying Checksum 04:32:21 33b1e0a273af: Download complete 04:32:21 5eb5b503b376: Verifying Checksum 04:32:21 5eb5b503b376: Download complete 04:32:22 2f39f015ded8: Verifying Checksum 04:32:22 2f39f015ded8: Download complete 04:32:23 5eb5b503b376: Pull complete 04:32:23 5c69ac0246d0: Pull complete 04:32:23 using credential edgex-jenkins-ssh 04:32:23 Cloning the remote Git repository 04:32:24 ec43610c2a17: Pull complete 04:32:24 3a2ae6a8a46f: Pull complete 04:32:24 33b1e0a273af: Pull complete 04:32:24 5d3b04190fa2: Pull complete 04:32:23 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 04:32:23 > git init /w/workspace/edgex-ui-go/1 # timeout=10 04:32:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:32:24 > git --version # timeout=10 04:32:24 > git --version # 'git version 2.17.1' 04:32:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:32:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 04:32:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 04:32:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:32:27 Merging remotes/origin/main commit 246039579fefe65770a4c1017b136de77c7f7cec into PR head commit 0de41ae85d301678a1d2dc95cf1ddf004345dffa 04:32:28 Merge succeeded, producing 0de41ae85d301678a1d2dc95cf1ddf004345dffa 04:32:28 Checking out Revision 0de41ae85d301678a1d2dc95cf1ddf004345dffa (PR-500) 04:32:27 > git config core.sparsecheckout # timeout=10 04:32:27 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 04:32:28 > git remote # timeout=10 04:32:28 > git config --get remote.origin.url # timeout=10 04:32:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:28 > git merge 246039579fefe65770a4c1017b136de77c7f7cec # timeout=10 04:32:28 > git rev-parse HEAD^{commit} # timeout=10 04:32:28 > git config core.sparsecheckout # timeout=10 04:32:28 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 04:32:29 2f39f015ded8: Pull complete 04:32:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:32:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:32:29 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 04:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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:latest cat 04:32:32 Commit message: "chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web" 04:32:32 $ docker top 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 -eo pid,comm 04:32:32 > git --version # timeout=10 04:32:32 > git --version # 'git version 2.17.1' 04:32:32 fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:32 04:32:32 GitHub has been notified of this commit’s build result 04:32:32 [Pipeline] withEnv [Pipeline] { 04:32:32 ---> job-cost.sh 04:32:32 lf-activate-venv: SKIPPING 04:32:32 INFO: No Stack... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:32:33 INFO: Retrieving Pricing Info for: v3-standard-2 04:32:33 INFO: Archiving Costs [Pipeline] sh 04:32:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 04:32:33 Dload Upload Total Spent Left Speed 04:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45030 0 --:--:-- --:--:-- --:--:-- 45030 04:32:33 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/cost.csv 04:32:33 + cut -d, -f6 [Pipeline] lock 04:32:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] 04:32:33 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] did not exist. Created. 04:32:33 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh 04:32:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:32:34 + echo total: 0.05999999865889549 [Pipeline] stash 04:32:34 Stashed 1 file(s) [Pipeline] } 04:32:34 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:32:34 $ docker stop --time=1 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 04:32:34 + sudo tee /etc/docker/daemon.new 04:32:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:32:34 { 04:32:34 "registry-mirrors": [ 04:32:34 "https://nexus3.edgexfoundry.org:10001" 04:32:34 ], 04:32:34 "bip": "10.250.0.254/24", 04:32:34 "hosts": [ 04:32:34 "tcp://0.0.0.0:5555", 04:32:34 "unix:///var/run/docker.sock" 04:32:34 ], 04:32:34 "mtu": 1458, 04:32:34 "selinux-enabled": true, 04:32:34 "seccomp-profile": "/etc/docker/seccomp.json" 04:32:34 } 04:32:35 $ docker rm -f 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:32:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:32:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:54 provisioning config files... 04:32:54 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4562981973046713620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:55 ---> docker-login.sh 04:32:55 nexus3.edgexfoundry.org:10001 04:32:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:56 Configure a credential helper to remove this warning. See 04:32:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:56 04:32:56 Login Succeeded 04:32:56 nexus3.edgexfoundry.org:10002 04:32:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:56 Configure a credential helper to remove this warning. See 04:32:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:56 04:32:56 Login Succeeded 04:32:56 nexus3.edgexfoundry.org:10003 04:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:57 Configure a credential helper to remove this warning. See 04:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:57 04:32:57 Login Succeeded 04:32:57 nexus3.edgexfoundry.org:10004 04:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:57 Configure a credential helper to remove this warning. See 04:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:57 04:32:57 Login Succeeded 04:32:57 docker.io 04:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:58 Configure a credential helper to remove this warning. See 04:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:58 04:32:58 Login Succeeded 04:32:58 ---> docker-login.sh ends [Pipeline] } 04:32:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:32:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:32:58 ========================================================= 04:32:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:32:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:32:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 04:33:00 Sending build context to Docker daemon 25.78MB 04:33:00 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 04:33:00 Step 2/15 : FROM ${BASE} AS builder 04:33:00 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:00 9b3977197b4f: Pulling fs layer 04:33:00 1a89e8eeedd5: Pulling fs layer 04:33:00 94645a83ff95: Pulling fs layer 04:33:00 3f3a8bcf1eab: Pulling fs layer 04:33:00 0c92f367c5e7: Pulling fs layer 04:33:00 f7c0051592d6: Pulling fs layer 04:33:00 a227ed2f7395: Pulling fs layer 04:33:00 7b1c46037f91: Pulling fs layer 04:33:00 3f3a8bcf1eab: Waiting 04:33:00 0c92f367c5e7: Waiting 04:33:00 f7c0051592d6: Waiting 04:33:00 a227ed2f7395: Waiting 04:33:00 7b1c46037f91: Waiting 04:33:00 94645a83ff95: Verifying Checksum 04:33:00 94645a83ff95: Download complete 04:33:00 1a89e8eeedd5: Verifying Checksum 04:33:00 1a89e8eeedd5: Download complete 04:33:00 0c92f367c5e7: Verifying Checksum 04:33:00 0c92f367c5e7: Download complete 04:33:00 f7c0051592d6: Verifying Checksum 04:33:00 f7c0051592d6: Download complete 04:33:00 9b3977197b4f: Verifying Checksum 04:33:00 9b3977197b4f: Download complete 04:33:00 a227ed2f7395: Verifying Checksum 04:33:00 a227ed2f7395: Download complete 04:33:01 9b3977197b4f: Pull complete 04:33:01 1a89e8eeedd5: Pull complete 04:33:01 94645a83ff95: Pull complete 04:33:02 7b1c46037f91: Verifying Checksum 04:33:02 7b1c46037f91: Download complete 04:33:02 3f3a8bcf1eab: Download complete 04:33:15 3f3a8bcf1eab: Pull complete 04:33:15 0c92f367c5e7: Pull complete 04:33:15 f7c0051592d6: Pull complete 04:33:15 a227ed2f7395: Pull complete 04:33:20 7b1c46037f91: Pull complete 04:33:20 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 04:33:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:33:20 ---> f79e39bc4007 04:33:20 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:33:22 ---> Running in cc99bfcde27c 04:33:22 Removing intermediate container cc99bfcde27c 04:33:22 ---> dd98cc6b8bac 04:33:22 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 04:33:22 ---> Running in e843dfa266b6 04:33:23 Removing intermediate container e843dfa266b6 04:33:23 ---> 44ce06f57425 04:33:23 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 04:33:23 ---> Running in 11f1c90a5156 04:33:23 Removing intermediate container 11f1c90a5156 04:33:23 ---> dc1bb378f784 04:33:23 Step 6/15 : LABEL Name=edgex-ui-go 04:33:23 ---> Running in 06680098fbf7 04:33:23 Removing intermediate container 06680098fbf7 04:33:23 ---> 7c77c3854c51 04:33:23 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:33:24 ---> Running in d30eed466999 04:33:24 Removing intermediate container d30eed466999 04:33:24 ---> 802023e5710b 04:33:24 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:24 ---> Running in 2c45121ae235 04:33:26 Removing intermediate container 2c45121ae235 04:33:26 ---> 45d18d3be9b4 04:33:26 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:33:26 ---> Running in ba6b4be0355c 04:33:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:33:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:33:29 OK: 220 MiB in 52 packages 04:33:30 Removing intermediate container ba6b4be0355c 04:33:30 ---> ad9876ead9f6 04:33:30 Step 10/15 : ENV GO111MODULE=on 04:33:30 ---> Running in 7590d51151ff 04:33:30 Removing intermediate container 7590d51151ff 04:33:30 ---> 56f91ea99e46 04:33:30 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:33:30 ---> Running in 4932d8a576e1 04:33:30 Removing intermediate container 4932d8a576e1 04:33:30 ---> 79f5f2280c6f 04:33:30 Step 12/15 : COPY go.mod vendor* ./ 04:33:31 ---> 305fd3f1caa4 04:33:31 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:31 ---> Running in b5c4beb40be6 04:34:39 Removing intermediate container b5c4beb40be6 04:34:39 ---> 280896b6a9e1 04:34:39 Step 14/15 : COPY . . 04:34:42 ---> 1a4f0ad9a066 04:34:42 Step 15/15 : RUN ${MAKE} 04:34:42 ---> Running in d9cde5c29c4e 04:34:42 noop 04:34:43 Removing intermediate container d9cde5c29c4e 04:34:43 ---> 25deafc2942a 04:34:43 Successfully built 25deafc2942a 04:34:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:34:44 + docker inspect -f . ci-base-image-arm64 04:34:44 . [Pipeline] withDockerContainer 04:34:44 prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container 04:34:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 04:34:45 $ docker top 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:46 + go version 04:34:46 go version go1.17.6 linux/arm64 [Pipeline] } 04:34:46 $ docker stop --time=1 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 04:34:48 $ docker rm -f 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:49 + docker inspect -f . ci-base-image-arm64 04:34:49 . [Pipeline] withDockerContainer 04:34:49 prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container 04:34:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 04:34:50 $ docker top be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:34:51 + make test 04:34:51 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:52 ? github.com/edgexfoundry/edgex-ui-go [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 04:35:31 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 04:35:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:35:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:35:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 04:35:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:35:44 $ docker stop --time=1 be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 04:35:45 $ docker rm -f be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 [Pipeline] // withDockerContainer [Pipeline] sh 04:35:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:35:46 Warning: overwriting stash ‘coverage-report’ 04:35:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:35:48 + ls -al . 04:35:48 total 152 04:35:48 drwxrwxr-x 12 jenkins jenkins 4096 Feb 28 04:34 . 04:35:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 .. 04:35:48 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 04:32 .git 04:35:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 .github 04:35:48 -rw-rw-r-- 1 jenkins jenkins 155 Feb 28 04:32 .gitignore 04:35:48 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 28 04:32 CONTRIBUTING.md 04:35:48 -rw-rw-r-- 1 jenkins jenkins 1549 Feb 28 04:32 Dockerfile 04:35:48 -rw-rw-r-- 1 jenkins jenkins 652 Feb 28 04:32 Jenkinsfile 04:35:48 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 28 04:32 LICENSE 04:35:48 -rw-rw-r-- 1 jenkins jenkins 1212 Feb 28 04:32 Makefile 04:35:48 -rw-rw-r-- 1 jenkins jenkins 4450 Feb 28 04:32 README.md 04:35:48 -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 04:30 VERSION 04:35:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 assets 04:35:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 bin 04:35:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 cmd 04:35:48 -rw-r--r-- 1 jenkins jenkins 10 Feb 28 04:34 coverage.out 04:35:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 docs 04:35:48 -rw-rw-r-- 1 jenkins jenkins 1944 Feb 28 04:32 go.mod 04:35:48 -rw-rw-r-- 1 jenkins jenkins 48565 Feb 28 04:32 go.sum 04:35:48 drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 04:32 internal 04:35:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 pkg 04:35:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 snap 04:35:48 -rw-rw-r-- 1 jenkins jenkins 155 Feb 28 04:32 version.go 04:35:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 web [Pipeline] isUnix [Pipeline] sh 04:35:48 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa --label arch=arm64 --label version=0.0.0 . 04:35:49 Sending build context to Docker daemon 25.78MB 04:35:49 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 04:35:49 Step 2/23 : FROM ${BASE} AS builder 04:35:49 ---> 25deafc2942a 04:35:49 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 04:35:49 ---> Running in 7dc7e12b72d4 04:35:50 Removing intermediate container 7dc7e12b72d4 04:35:50 ---> 3d290709cfb6 04:35:50 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 04:35:50 ---> Running in 5c14db915ec8 04:35:50 Removing intermediate container 5c14db915ec8 04:35:50 ---> 038ff46e57cf 04:35:50 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 04:35:50 ---> Running in 81572277d225 04:35:51 Removing intermediate container 81572277d225 04:35:51 ---> 312ea062c3cd 04:35:51 Step 6/23 : LABEL Name=edgex-ui-go 04:35:51 ---> Running in 1b0946f9f42b 04:35:51 Removing intermediate container 1b0946f9f42b 04:35:51 ---> d842008eca26 04:35:51 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 04:35:51 ---> Running in 04f05d595a2e 04:35:51 Removing intermediate container 04f05d595a2e 04:35:51 ---> b378f34ed23d 04:35:51 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:51 ---> Running in be11dd195715 04:35:53 Removing intermediate container be11dd195715 04:35:53 ---> 75e1b9a82822 04:35:53 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:35:53 ---> Running in bab2e4a30165 04:35:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:35:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:35:56 OK: 220 MiB in 52 packages 04:35:57 Removing intermediate container bab2e4a30165 04:35:57 ---> 10ea9ac9181a 04:35:57 Step 10/23 : ENV GO111MODULE=on 04:35:57 ---> Running in 7f10bfeafd3c 04:35:57 Removing intermediate container 7f10bfeafd3c 04:35:57 ---> 8d29bd7ef326 04:35:57 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 04:35:57 ---> Running in 5cd44f47b2cb 04:35:57 Removing intermediate container 5cd44f47b2cb 04:35:57 ---> 72932ffef22a 04:35:57 Step 12/23 : COPY go.mod vendor* ./ 04:35:58 ---> 10da2d91b341 04:35:58 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:35:58 ---> Running in 2c43668fa0bd 04:36:01 Removing intermediate container 2c43668fa0bd 04:36:01 ---> 92d00ce40137 04:36:01 Step 14/23 : COPY . . 04:36:03 ---> a70bacf3a033 04:36:03 Step 15/23 : RUN ${MAKE} 04:36:03 ---> Running in cd8b03ed37f7 04:36:04 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 04:36:36 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:36:42 Removing intermediate container cd8b03ed37f7 04:36:42 ---> 021b40f070ec 04:36:42 Step 16/23 : FROM alpine:3.14 04:36:42 3.14: Pulling from library/alpine 04:36:42 be307f383ecc: Pulling fs layer 04:36:42 be307f383ecc: Verifying Checksum 04:36:42 be307f383ecc: Download complete 04:36:43 be307f383ecc: Pull complete 04:36:43 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 04:36:43 Status: Downloaded newer image for alpine:3.14 04:36:43 ---> 5b8b7b635229 04:36:43 Step 17/23 : EXPOSE 4000 04:36:43 ---> Running in 970e228245f2 04:36:43 Removing intermediate container 970e228245f2 04:36:43 ---> 0cd27b4d0df4 04:36:43 Step 18/23 : 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 04:36:44 ---> 5cba9fca0ae0 04:36:44 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 04:36:45 ---> Running in a2102af7d366 04:36:45 Removing intermediate container a2102af7d366 04:36:45 ---> 0af22f9476b8 04:36:45 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 04:36:45 ---> Running in 7dec591d48c1 04:36:45 Removing intermediate container 7dec591d48c1 04:36:45 ---> 15576b20c40b 04:36:45 Step 21/23 : LABEL arch=arm64 04:36:45 ---> Running in b011b5e33dc5 04:36:46 Removing intermediate container b011b5e33dc5 04:36:46 ---> 4be5e5eb8414 04:36:46 Step 22/23 : LABEL git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa 04:36:46 ---> Running in ae084cf3fba6 04:36:46 Removing intermediate container ae084cf3fba6 04:36:46 ---> 2a5918cb107b 04:36:46 Step 23/23 : LABEL version=0.0.0 04:36:46 ---> Running in 2253506a04a1 04:36:47 Removing intermediate container 2253506a04a1 04:36:47 ---> 560a0ad0e9f2 04:36:47 [Warning] One or more build-args [ARCH] were not consumed 04:36:47 Successfully built 560a0ad0e9f2 04:36:47 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:36:48 04:36:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:36:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:36:48 arm64: Pulling from edgex-lftools-log-publisher 04:36:48 8998bd30e6a1: Pulling fs layer 04:36:48 04944245beec: Pulling fs layer 04:36:48 699f458cf7ca: Pulling fs layer 04:36:48 765212b225bb: Pulling fs layer 04:36:48 f23df028b6ca: Pulling fs layer 04:36:48 d65c8cfc05b1: Pulling fs layer 04:36:48 2437ff75d9bd: Pulling fs layer 04:36:48 f23df028b6ca: Waiting 04:36:48 d65c8cfc05b1: Waiting 04:36:48 2437ff75d9bd: Waiting 04:36:48 765212b225bb: Waiting 04:36:48 04944245beec: Verifying Checksum 04:36:48 04944245beec: Download complete 04:36:48 765212b225bb: Download complete 04:36:48 f23df028b6ca: Verifying Checksum 04:36:48 f23df028b6ca: Download complete 04:36:48 d65c8cfc05b1: Download complete 04:36:48 699f458cf7ca: Verifying Checksum 04:36:48 699f458cf7ca: Download complete 04:36:49 8998bd30e6a1: Verifying Checksum 04:36:49 8998bd30e6a1: Download complete 04:36:51 2437ff75d9bd: Verifying Checksum 04:36:51 2437ff75d9bd: Download complete 04:36:53 8998bd30e6a1: Pull complete 04:36:53 04944245beec: Pull complete 04:36:55 699f458cf7ca: Pull complete 04:36:55 765212b225bb: Pull complete 04:36:56 f23df028b6ca: Pull complete 04:36:56 d65c8cfc05b1: Pull complete 04:37:11 2437ff75d9bd: Pull complete 04:37:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:37:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:37:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:37:11 prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container 04:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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:arm64 cat 04:37:14 $ docker top 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:37:15 ---> job-cost.sh 04:37:15 lf-activate-venv: SKIPPING 04:37:15 INFO: No Stack... 04:37:15 INFO: Retrieving Pricing Info for: v3-standard-4 04:37:16 INFO: Archiving Costs [Pipeline] sh 04:37:17 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 04:37:17 + cut -d, -f6 [Pipeline] lock 04:37:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] 04:37:17 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] did not exist. Created. 04:37:17 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:37:18 /w/workspace/edgex-ui-go/1@tmp/durable-7f652bfd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:37:18 + echo total: 0.10999999940395355 [Pipeline] stash 04:37:18 Warning: overwriting stash ‘stack-cost’ 04:37:19 Stashed 1 file(s) [Pipeline] } 04:37:19 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:37:19 $ docker stop --time=1 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f 04:37:20 $ docker rm -f 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 04:37:21 provisioning config files... 04:37:21 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8286487963741169118tmp [Pipeline] { [Pipeline] sh 04:37:22 + set +x 04:37:22 + curl -s https://codecov.io/bash 04:37:22 + bash -s -- 04:37:22 04:37:22 _____ _ 04:37:22 / ____| | | 04:37:22 | | ___ __| | ___ ___ _____ __ 04:37:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:37:22 | |___| (_) | (_| | __/ (_| (_) \ V / 04:37:22 \_____\___/ \__,_|\___|\___\___/ \_/ 04:37:22 Bash-1.0.6 04:37:22 04:37:22 04:37:22 ==> git version 2.24.4 found 04:37:22 ==> 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 04:37:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:37:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:37:22 ==> Jenkins CI detected. 04:37:22 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-500 04:37:22 project root: . 04:37:22 --> token set from env 04:37:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:37:22 ==> Running gcov in . (disable via -X gcov) 04:37:22 ==> Python coveragepy not found 04:37:22 ==> Searching for coverage reports in: 04:37:22 + . 04:37:22 -> Found 1 reports 04:37:22 ==> Detecting git/mercurial file structure 04:37:22 ==> Reading reports 04:37:22 + ./coverage.out bytes=10 04:37:22 ==> Appending adjustments 04:37:22 https://docs.codecov.io/docs/fixing-reports 04:37:22 + Found adjustments 04:37:22 ==> Gzipping contents 04:37:22 4.0K /tmp/codecov.RfxtJE.gz 04:37:22 ==> Uploading reports 04:37:22 url: https://codecov.io 04:37:22 query: branch=PR-500&commit=0de41ae85d301678a1d2dc95cf1ddf004345dffa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= 04:37:22 -> Pinging Codecov 04:37:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-500&commit=0de41ae85d301678a1d2dc95cf1ddf004345dffa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= 04:37:22 -> Uploading to 04:37:22 https://storage.googleapis.com/codecov/v4/raw/2022-02-28/FB506323287CE973F263BFD2A0EB1F37/0de41ae85d301678a1d2dc95cf1ddf004345dffa/597d5986-d157-4d22-879f-68979b6f5a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220228T043722Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c150f96cc17e1b5f1fbc1137e925f78291db0834b549e526753387bead037cd1 04:37:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:37:22 Dload Upload Total Spent Left Speed 04:37:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3730 0 0 100 3730 0 11260 --:--:-- --:--:-- --:--:-- 11268 04:37:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] } 04:37:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:37:24 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives ']' 04:37:24 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 04:37:24 total 8 04:37:24 drwxr-xr-x. 3 root root 34 Feb 28 04:32 . 04:37:24 drwxrwxr-x. 14 jenkins jenkins 4096 Feb 28 04:32 .. 04:37:24 drwxr-xr-x. 2 root root 6 Feb 28 04:32 cost 04:37:24 -rw-r--r--. 1 root root 82 Feb 28 04:32 cost.csv 04:37:24 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 04:37:24 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 04:37:24 total 8 04:37:24 drwxr-xr-x. 3 jenkins jenkins 34 Feb 28 04:32 . 04:37:24 drwxrwxr-x. 14 jenkins jenkins 4096 Feb 28 04:32 .. 04:37:24 drwxr-xr-x. 2 jenkins jenkins 6 Feb 28 04:32 cost 04:37:24 -rw-r--r--. 1 jenkins jenkins 82 Feb 28 04:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:37:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:37:25 ---> package-listing.sh 04:37:25 ++ facter osfamily 04:37:25 ++ tr '[:upper:]' '[:lower:]' 04:37:26 + OS_FAMILY=redhat 04:37:26 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-500 04:37:26 + START_PACKAGES=/tmp/packages_start.txt 04:37:26 + END_PACKAGES=/tmp/packages_end.txt 04:37:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:37:26 + PACKAGES=/tmp/packages_start.txt 04:37:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' 04:37:26 + PACKAGES=/tmp/packages_end.txt 04:37:26 + case "${OS_FAMILY}" in 04:37:26 + rpm -qa 04:37:26 + sort 04:37:26 + '[' -f /tmp/packages_start.txt ']' 04:37:26 + '[' -f /tmp/packages_end.txt ']' 04:37:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:37:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' 04:37:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ 04:37:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [Pipeline] echo 04:37:26 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-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:37:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:37:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:37:27 . [Pipeline] withDockerContainer 04:37:27 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 04:37:27 $ 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-500/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-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:37:27 $ docker top 96ef835016c3a7f56aa27b2674bc94f2b772a381b9e034ef7a5e22354e7edc46 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:28 + touch /tmp/pre-build-complete [Pipeline] sh 04:37:28 + mkdir -p /var/log/sysstat [Pipeline] sh 04:37:29 + ls /var/log/sa-host 04:37:29 + sadf -c /var/log/sa-host/sa17 04:37:29 file_magic: OK 04:37:29 HZ: Using current value: 100 04:37:29 file_header: OK 04:37:29 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 04:37:29 Statistics: 04:37:29 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:37:29 File successfully converted to sysstat format version 12.5.2 04:37:29 + sadf -c /var/log/sa-host/sa28 04:37:29 file_magic: OK 04:37:29 HZ: Using current value: 100 04:37:29 file_header: OK 04:37:29 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 04:37:29 Statistics: 04:37:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:37:29 File successfully converted to sysstat format version 12.5.2 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:37:29 provisioning config files... 04:37:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config1476757071701224732tmp [Pipeline] { [Pipeline] echo 04:37:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:37:29 ---> create-netrc.sh [Pipeline] } 04:37:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:37:30 ---> python-tools-install.sh [Pipeline] echo 04:37:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:37:30 ---> sudo-logs.sh 04:37:30 Archiving 'sudo' log.. 04:37:30 sudo: unable to resolve host prd-centos7-docker-4c-2g-6117.novalocal: Name or service not known 04:37:30 sudo: unable to resolve host prd-centos7-docker-4c-2g-6117.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:37:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:37:30 ---> job-cost.sh 04:37:30 lf-activate-venv: SKIPPING 04:37:30 DEBUG: total: 0.05999999865889549 04:37:30 INFO: Retrieving Stack Cost... 04:37:31 INFO: Retrieving Pricing Info for: v3-standard-2 04:37:31 INFO: Archiving Costs [Pipeline] echo 04:37:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:37:32 ---> logs-deploy.sh 04:37:32 lf-activate-venv: SKIPPING 04:37:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-500/1 04:37:32 INFO: archiving workspace using pattern(s): 04:37:33 Archives upload complete. 04:37:33 INFO: archiving logs to Nexus