Pull request #517 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ccad3fd6222edab32041a8adcdba68746abd3cf8+f03538133d9c149f93a50abb1160b8af7c3ba7fe (66e394e297cf407e03803e129feabc5f57c61727) 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-ssh8483696136913093231.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh1539476497290757371.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-517/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10775982282404546110.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh736977791775389148.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-517/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16201418119142027834.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-23591 in /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [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-517 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f03538133d9c149f93a50abb1160b8af7c3ba7fe into PR head commit ccad3fd6222edab32041a8adcdba68746abd3cf8 Merge succeeded, producing ccad3fd6222edab32041a8adcdba68746abd3cf8 Checking out Revision ccad3fd6222edab32041a8adcdba68746abd3cf8 (PR-517) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/517/head:refs/remotes/origin/PR-517 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f03538133d9c149f93a50abb1160b8af7c3ba7fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:14:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:14:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:14:40 ========================================================= 09:14:40 EdgeX Global Pipelines Version Info 09:14:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b933366bef25f069134b1e08e89a437876d73529 # timeout=10 09:14:40 ------------------- 09:14:40 stable info: 09:14:40 ------------------- 09:14:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:14:40 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 09:14:40 Message: update stable to v1.0.221 09:14:41 ------------------- 09:14:41 experimental info: 09:14:41 ------------------- 09:14:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:14:41 Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b 09:14:41 Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:14:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-517 [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-517 [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-517 [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ccad3fd [Pipeline] echo 09:14:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:14:42 provisioning config files... 09:14:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config5375755973425555241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:14:42 ---> docker-login.sh 09:14:42 nexus3.edgexfoundry.org:10001 09:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:42 Configure a credential helper to remove this warning. See 09:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:42 09:14:42 Login Succeeded 09:14:42 nexus3.edgexfoundry.org:10002 09:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:42 Configure a credential helper to remove this warning. See 09:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:42 09:14:42 Login Succeeded 09:14:42 nexus3.edgexfoundry.org:10003 09:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:43 Configure a credential helper to remove this warning. See 09:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:43 09:14:43 Login Succeeded 09:14:43 nexus3.edgexfoundry.org:10004 09:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:43 Configure a credential helper to remove this warning. See 09:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:43 09:14:43 Login Succeeded 09:14:43 docker.io 09:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:43 Configure a credential helper to remove this warning. See 09:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:43 09:14:43 Login Succeeded 09:14:43 ---> docker-login.sh ends [Pipeline] } 09:14:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:14:44 + git rev-list -1 --merges ccad3fd6222edab32041a8adcdba68746abd3cf8~1..ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo 09:14:44 -----------> git rev-list -1 --merges ccad3fd6222edab32041a8adcdba68746abd3cf8~1..ccad3fd6222edab32041a8adcdba68746abd3cf8 ccad3fd6222edab32041a8adcdba68746abd3cf8 [false] [Pipeline] sh 09:14:44 + git log --format=format:%s -1 ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo 09:14:44 ========================================================= 09:14:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:14:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:14:45 + git log --format=format:%s -1 ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo 09:14:45 [semverPrep] GIT_COMMIT: ccad3fd6222edab32041a8adcdba68746abd3cf8, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5 [Pipeline] echo 09:14:45 [semverPrep] This is not a build commit. [Pipeline] sh 09:14:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:14:45 + grep -v github /etc/ssh/ssh_known_hosts 09:14:45 + [ -e /tmp/ssh_known_hosts ] 09:14:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:14:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:14:45 + sudo tee -a /etc/ssh/ssh_known_hosts 09:14:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 09:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:14:46 09:14:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:14:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:14:46 latest: Pulling from edgex-devops/git-semver 09:14:46 a0d0a0d46f8b: Pulling fs layer 09:14:46 3e5f54012d9b: Pulling fs layer 09:14:46 4c7163046ea9: Pulling fs layer 09:14:46 0c2d73faf560: Pulling fs layer 09:14:46 3e5f54012d9b: Verifying Checksum 09:14:46 3e5f54012d9b: Download complete 09:14:46 a0d0a0d46f8b: Download complete 09:14:46 0c2d73faf560: Verifying Checksum 09:14:46 0c2d73faf560: Download complete 09:14:46 4c7163046ea9: Verifying Checksum 09:14:46 4c7163046ea9: Download complete 09:14:46 a0d0a0d46f8b: Pull complete 09:14:46 3e5f54012d9b: Pull complete 09:14:47 4c7163046ea9: Pull complete 09:14:47 0c2d73faf560: Pull complete 09:14:47 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 09:14:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:14:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:14:47 prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container 09:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@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:10004/edgex-devops/git-semver:latest cat 09:14:48 $ docker top e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:14:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:14:48 [ssh-agent] Looking for ssh-agent implementation... 09:14:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:14:48 $ docker exec e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent 09:14:48 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKdPHON/agent.14 09:14:48 SSH_AGENT_PID=21 09:14:48 Running ssh-add (command line suppressed) 09:14:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1210082845657557914.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1210082845657557914.key) 09:14:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:14:49 + git tag --points-at HEAD [Pipeline] } 09:14:49 $ docker exec --env ******** --env ******** e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent -k 09:14:49 unset SSH_AUTH_SOCK; 09:14:49 unset SSH_AGENT_PID; 09:14:49 echo Agent pid 21 killed; 09:14:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:14:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:14:49 [ssh-agent] Looking for ssh-agent implementation... 09:14:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:14:49 $ docker exec e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent 09:14:49 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFAbonH/agent.53 09:14:49 SSH_AGENT_PID=59 09:14:49 Running ssh-add (command line suppressed) 09:14:49 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1010463255192673677.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1010463255192673677.key) 09:14:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:14:50 + git semver init 09:14:50 # -> Open(): unable to determine branch for HEAD 09:14:50 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-517/.git 09:14:50 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-517 09:14:50 # $SEMVER_REMOTE_NAME = origin 09:14:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:14:50 # $SEMVER_USER_NAME = edgex-jenkins 09:14:50 # $SEMVER_BRANCH = PR-517 09:14:50 # $SEMVER_TEMP = /tmp/semver-201972079 09:14:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:14:52 # '/tmp/semver-201972079' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-517/.semver' 09:14:52 # -> Force: false 09:14:52 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-517/.semver [Pipeline] } 09:14:52 $ docker exec --env ******** --env ******** e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent -k 09:14:52 unset SSH_AUTH_SOCK; 09:14:52 unset SSH_AGENT_PID; 09:14:52 echo Agent pid 59 killed; 09:14:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:14:52 + git semver [Pipeline] } 09:14:52 $ docker stop --time=1 e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 09:14:54 $ docker rm -f e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 [Pipeline] // withDockerContainer [Pipeline] sh 09:14:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:14:55 Stashed 1 file(s) [Pipeline] echo 09:14:55 [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 09:14:55 provisioning config files... 09:14:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config2446538046907026122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:14:55 ---> docker-login.sh 09:14:55 nexus3.edgexfoundry.org:10001 09:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:55 Configure a credential helper to remove this warning. See 09:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:55 09:14:55 Login Succeeded 09:14:55 nexus3.edgexfoundry.org:10002 09:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:55 Configure a credential helper to remove this warning. See 09:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:55 09:14:55 Login Succeeded 09:14:55 nexus3.edgexfoundry.org:10003 09:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:55 Configure a credential helper to remove this warning. See 09:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:55 09:14:55 Login Succeeded 09:14:55 nexus3.edgexfoundry.org:10004 09:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:56 Configure a credential helper to remove this warning. See 09:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:56 09:14:56 Login Succeeded 09:14:56 docker.io 09:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:14:56 Configure a credential helper to remove this warning. See 09:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:14:56 09:14:56 Login Succeeded 09:14:56 ---> docker-login.sh ends [Pipeline] } 09:14:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:14:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:14:56 ========================================================= 09:14:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 09:14:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 09:14:56 + 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 . 09:14:57 Sending build context to Docker daemon 42.86MB 09:14:57 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 09:14:57 Step 2/15 : FROM ${BASE} AS builder 09:14:57 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 09:14:57 59bf1c3509f3: Pulling fs layer 09:14:57 666ba61612fd: Pulling fs layer 09:14:57 8ed8ca486205: Pulling fs layer 09:14:57 4fe6c5a15a65: Pulling fs layer 09:14:57 22a0e8bec74d: Pulling fs layer 09:14:57 ca2b28591e48: Pulling fs layer 09:14:57 a51346096db8: Pulling fs layer 09:14:57 daebc70d1ce1: Pulling fs layer 09:14:57 0e18a0eac166: Pulling fs layer 09:14:57 ca2b28591e48: Waiting 09:14:57 22a0e8bec74d: Waiting 09:14:57 4fe6c5a15a65: Waiting 09:14:57 daebc70d1ce1: Waiting 09:14:57 8ed8ca486205: Verifying Checksum 09:14:57 8ed8ca486205: Download complete 09:14:57 666ba61612fd: Download complete 09:14:57 22a0e8bec74d: Verifying Checksum 09:14:57 22a0e8bec74d: Download complete 09:14:57 ca2b28591e48: Download complete 09:14:57 a51346096db8: Download complete 09:14:57 59bf1c3509f3: Verifying Checksum 09:14:57 59bf1c3509f3: Download complete 09:14:57 daebc70d1ce1: Verifying Checksum 09:14:57 daebc70d1ce1: Download complete 09:14:57 59bf1c3509f3: Pull complete 09:14:57 666ba61612fd: Pull complete 09:14:57 8ed8ca486205: Pull complete 09:14:58 0e18a0eac166: Verifying Checksum 09:14:58 0e18a0eac166: Download complete 09:14:58 4fe6c5a15a65: Verifying Checksum 09:14:58 4fe6c5a15a65: Download complete 09:15:02 4fe6c5a15a65: Pull complete 09:15:02 22a0e8bec74d: Pull complete 09:15:02 ca2b28591e48: Pull complete 09:15:02 a51346096db8: Pull complete 09:15:02 daebc70d1ce1: Pull complete 09:15:04 0e18a0eac166: Pull complete 09:15:04 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 09:15:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 09:15:04 ---> f018257e8ee9 09:15:04 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:15:06 ---> Running in a289ae7a11e5 09:15:06 Removing intermediate container a289ae7a11e5 09:15:06 ---> 7aed11a440a8 09:15:06 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 09:15:06 ---> Running in 1fe539a656e6 09:15:06 Removing intermediate container 1fe539a656e6 09:15:06 ---> 60d02e0a06f0 09:15:06 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 09:15:06 ---> Running in 48097b05ec7b 09:15:06 Removing intermediate container 48097b05ec7b 09:15:06 ---> f98a0bed9524 09:15:06 Step 6/15 : LABEL Name=edgex-ui-go 09:15:06 ---> Running in 79b4e1c31423 09:15:06 Removing intermediate container 79b4e1c31423 09:15:06 ---> 2b737a65d90f 09:15:06 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:15:06 ---> Running in 2a999990bc8e 09:15:07 Removing intermediate container 2a999990bc8e 09:15:07 ---> b945e00b2b81 09:15:07 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:07 ---> Running in b9fb93026bc6 09:15:07 Removing intermediate container b9fb93026bc6 09:15:07 ---> 43e57b0813fc 09:15:07 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:15:07 ---> Running in ea9a08edaefd 09:15:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:15:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:15:09 OK: 221 MiB in 52 packages 09:15:09 Removing intermediate container ea9a08edaefd 09:15:09 ---> 117055cf66e8 09:15:09 Step 10/15 : ENV GO111MODULE=on 09:15:09 ---> Running in 7c6e6c7d12c6 09:15:09 Removing intermediate container 7c6e6c7d12c6 09:15:09 ---> f75518297de8 09:15:09 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:15:09 ---> Running in 1ff297b2e12a 09:15:09 Removing intermediate container 1ff297b2e12a 09:15:09 ---> a274992fcd3b 09:15:09 Step 12/15 : COPY go.mod vendor* ./ 09:15:09 ---> 5a67e76c0d7d 09:15:09 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:09 ---> Running in 8a7498c6d180 09:15:10 Still waiting to schedule task 09:15:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:15:31 Removing intermediate container 8a7498c6d180 09:15:31 ---> 2c8437b6a771 09:15:31 Step 14/15 : COPY . . 09:15:32 ---> dc37ca034eaf 09:15:32 Step 15/15 : RUN ${MAKE} 09:15:32 ---> Running in 2fbb18a9f777 09:15:32 noop 09:15:33 Removing intermediate container 2fbb18a9f777 09:15:33 ---> 83e9a4fddaac 09:15:33 Successfully built 83e9a4fddaac 09:15:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:15:33 + docker inspect -f . ci-base-image-x86_64 09:15:33 . [Pipeline] withDockerContainer 09:15:33 prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container 09:15:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:15:34 $ docker top 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 -eo pid,comm [Pipeline] { [Pipeline] sh 09:15:34 + go version 09:15:34 go version go1.17.6 linux/amd64 [Pipeline] } 09:15:34 $ docker stop --time=1 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 09:15:35 $ docker rm -f 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:15:36 + docker inspect -f . ci-base-image-x86_64 09:15:36 . [Pipeline] withDockerContainer 09:15:36 prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container 09:15:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:15:36 $ docker top f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:15:37 + make test 09:15:37 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:15:37 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:15:42 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 09:15:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:15:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:15:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:15:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:15:46 $ docker stop --time=1 f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 09:15:47 $ docker rm -f f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 [Pipeline] // withDockerContainer [Pipeline] sh 09:15:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:15:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:15:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:15:49 + ls -al . 09:15:49 total 164 09:15:49 drwxrwxr-x 14 jenkins jenkins 4096 Apr 26 09:15 . 09:15:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 .. 09:15:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 09:14 .git 09:15:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 .github 09:15:49 -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:14 .gitignore 09:15:49 drwx------ 3 jenkins jenkins 4096 Apr 26 09:14 .semver 09:15:49 -rw-rw-r-- 1 jenkins jenkins 2022 Apr 26 09:14 Attribution.txt 09:15:49 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 26 09:14 CONTRIBUTING.md 09:15:49 -rw-rw-r-- 1 jenkins jenkins 1549 Apr 26 09:14 Dockerfile 09:15:49 -rw-rw-r-- 1 jenkins jenkins 652 Apr 26 09:14 Jenkinsfile 09:15:49 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 26 09:14 LICENSE 09:15:49 -rw-rw-r-- 1 jenkins jenkins 1212 Apr 26 09:14 Makefile 09:15:49 -rw-rw-r-- 1 jenkins jenkins 4450 Apr 26 09:14 README.md 09:15:49 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 09:14 VERSION 09:15:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 assets 09:15:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:14 bin 09:15:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 cmd 09:15:49 -rw-r--r-- 1 jenkins jenkins 10 Apr 26 09:15 coverage.out 09:15:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:14 docs 09:15:49 -rw-rw-r-- 1 jenkins jenkins 1944 Apr 26 09:14 go.mod 09:15:49 -rw-rw-r-- 1 jenkins jenkins 48565 Apr 26 09:14 go.sum 09:15:49 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 09:14 internal 09:15:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 pkg 09:15:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 snap 09:15:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 testing 09:15:49 -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:14 version.go 09:15:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 web [Pipeline] isUnix [Pipeline] sh 09:15:49 + 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=ccad3fd6222edab32041a8adcdba68746abd3cf8 --label arch=amd64 --label version=0.0.0 . 09:15:49 Sending build context to Docker daemon 42.86MB 09:15:49 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 09:15:49 Step 2/23 : FROM ${BASE} AS builder 09:15:49 ---> 83e9a4fddaac 09:15:49 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:15:49 ---> Running in 24f4c7a90b73 09:15:49 Removing intermediate container 24f4c7a90b73 09:15:49 ---> 85efefc194c7 09:15:49 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 09:15:49 ---> Running in af52930e0c0f 09:15:49 Removing intermediate container af52930e0c0f 09:15:49 ---> 293cfdb224aa 09:15:49 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 09:15:50 ---> Running in 8e070f3ceb13 09:15:50 Removing intermediate container 8e070f3ceb13 09:15:50 ---> 7b7855834764 09:15:50 Step 6/23 : LABEL Name=edgex-ui-go 09:15:50 ---> Running in 52ef3785ab14 09:15:50 Removing intermediate container 52ef3785ab14 09:15:50 ---> 54c4c1fd36d9 09:15:50 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:15:50 ---> Running in b2a21fe0a29c 09:15:50 Removing intermediate container b2a21fe0a29c 09:15:50 ---> f5892beabbd4 09:15:50 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:50 ---> Running in c789027d52dc 09:15:51 Removing intermediate container c789027d52dc 09:15:51 ---> d92f0344d101 09:15:51 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:15:51 ---> Running in 807f53b57b51 09:15:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:15:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:15:52 OK: 221 MiB in 52 packages 09:15:53 Removing intermediate container 807f53b57b51 09:15:53 ---> d6b48c8862b6 09:15:53 Step 10/23 : ENV GO111MODULE=on 09:15:53 ---> Running in 34a4d1cb48cd 09:15:53 Removing intermediate container 34a4d1cb48cd 09:15:53 ---> 1838c456239d 09:15:53 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:15:53 ---> Running in c873a6861b81 09:15:53 Removing intermediate container c873a6861b81 09:15:53 ---> d7779fff1dde 09:15:53 Step 12/23 : COPY go.mod vendor* ./ 09:15:53 ---> 2ab4c050b9f0 09:15:53 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:53 ---> Running in eca6e2df9a09 09:15:54 Removing intermediate container eca6e2df9a09 09:15:54 ---> ee304db89c2d 09:15:54 Step 14/23 : COPY . . 09:15:55 ---> 5b3c38be53e2 09:15:55 Step 15/23 : RUN ${MAKE} 09:15:55 ---> Running in da1192a06c8a 09:15:55 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 09:16:01 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:16:03 Removing intermediate container da1192a06c8a 09:16:03 ---> 6250db7e681b 09:16:03 Step 16/23 : FROM alpine:3.14 09:16:03 3.14: Pulling from library/alpine 09:16:06 8663204ce13b: Pulling fs layer 09:16:06 8663204ce13b: Verifying Checksum 09:16:06 8663204ce13b: Download complete 09:16:06 8663204ce13b: Pull complete 09:16:06 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 09:16:06 Status: Downloaded newer image for alpine:3.14 09:16:06 ---> e04c818066af 09:16:06 Step 17/23 : EXPOSE 4000 09:16:06 ---> Running in 5b1916f95314 09:16:06 Removing intermediate container 5b1916f95314 09:16:06 ---> e2317c38891a 09:16:06 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 09:16:07 ---> 5024580c3921 09:16:07 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:16:07 ---> Running in 680c031ba877 09:16:07 Removing intermediate container 680c031ba877 09:16:07 ---> 1cb66639ccea 09:16:07 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:16:07 ---> Running in 8b35f2913325 09:16:07 Removing intermediate container 8b35f2913325 09:16:07 ---> 27bba929de74 09:16:07 Step 21/23 : LABEL arch=amd64 09:16:07 ---> Running in b634dcd966fc 09:16:07 Removing intermediate container b634dcd966fc 09:16:07 ---> 07216f8cd047 09:16:07 Step 22/23 : LABEL git_sha=ccad3fd6222edab32041a8adcdba68746abd3cf8 09:16:07 ---> Running in e82a87303a74 09:16:07 Removing intermediate container e82a87303a74 09:16:07 ---> 70874402f3ba 09:16:07 Step 23/23 : LABEL version=0.0.0 09:16:07 ---> Running in 3764fa470666 09:16:07 Removing intermediate container 3764fa470666 09:16:07 ---> 175a9237e7ab 09:16:07 [Warning] One or more build-args [ARCH] were not consumed 09:16:08 Successfully built 175a9237e7ab 09:16:08 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 09:16:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:16:08 09:16:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 09:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:16:08 latest: Pulling from edgex-lftools-log-publisher 09:16:08 5eb5b503b376: Pulling fs layer 09:16:08 5c69ac0246d0: Pulling fs layer 09:16:08 ec43610c2a17: Pulling fs layer 09:16:08 3a2ae6a8a46f: Pulling fs layer 09:16:08 33b1e0a273af: Pulling fs layer 09:16:08 5d3b04190fa2: Pulling fs layer 09:16:08 2f39f015ded8: Pulling fs layer 09:16:08 5d3b04190fa2: Waiting 09:16:08 3a2ae6a8a46f: Waiting 09:16:08 2f39f015ded8: Waiting 09:16:08 33b1e0a273af: Waiting 09:16:08 5c69ac0246d0: Verifying Checksum 09:16:08 5c69ac0246d0: Download complete 09:16:08 3a2ae6a8a46f: Verifying Checksum 09:16:08 3a2ae6a8a46f: Download complete 09:16:08 33b1e0a273af: Verifying Checksum 09:16:08 33b1e0a273af: Download complete 09:16:08 ec43610c2a17: Verifying Checksum 09:16:08 ec43610c2a17: Download complete 09:16:08 5d3b04190fa2: Download complete 09:16:09 5eb5b503b376: Verifying Checksum 09:16:09 5eb5b503b376: Download complete 09:16:09 2f39f015ded8: Download complete 09:16:10 5eb5b503b376: Pull complete 09:16:10 5c69ac0246d0: Pull complete 09:16:11 ec43610c2a17: Pull complete 09:16:11 3a2ae6a8a46f: Pull complete 09:16:11 33b1e0a273af: Pull complete 09:16:11 5d3b04190fa2: Pull complete 09:16:15 2f39f015ded8: Pull complete 09:16:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:16:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:16:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 09:16:15 prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container 09:16:15 $ 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-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:16:17 $ docker top 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:16:18 ---> job-cost.sh 09:16:18 lf-activate-venv: SKIPPING 09:16:18 INFO: No Stack... 09:16:18 INFO: Retrieving Pricing Info for: v3-standard-8 09:16:18 INFO: Archiving Costs [Pipeline] sh 09:16:19 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/cost.csv 09:16:19 + cut -d, -f6 [Pipeline] lock 09:16:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] 09:16:19 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] did not exist. Created. 09:16:19 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:16:19 + echo total: 0.2199999988079071 [Pipeline] stash 09:16:19 Stashed 1 file(s) [Pipeline] } 09:16:19 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] // lock [Pipeline] } 09:16:19 $ docker stop --time=1 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 09:16:20 $ docker rm -f 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:17:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23593 in /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [Pipeline] { [Pipeline] ws 09:17:53 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:17:53 The recommended git tool is: git 09:18:00 using credential edgex-jenkins-ssh 09:18:00 Cloning the remote Git repository 09:18:00 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:18:00 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:18:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:18:00 > git --version # timeout=10 09:18:00 > git --version # 'git version 2.25.1' 09:18:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:18:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:18:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:18:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:18:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:18:03 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/517/head:refs/remotes/origin/PR-517 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:18:04 Merging remotes/origin/main commit f03538133d9c149f93a50abb1160b8af7c3ba7fe into PR head commit ccad3fd6222edab32041a8adcdba68746abd3cf8 09:18:04 Merge succeeded, producing ccad3fd6222edab32041a8adcdba68746abd3cf8 09:18:04 Checking out Revision ccad3fd6222edab32041a8adcdba68746abd3cf8 (PR-517) 09:18:04 > git config core.sparsecheckout # timeout=10 09:18:04 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 09:18:04 > git remote # timeout=10 09:18:04 > git config --get remote.origin.url # timeout=10 09:18:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:04 > git merge f03538133d9c149f93a50abb1160b8af7c3ba7fe # timeout=10 09:18:04 > git rev-parse HEAD^{commit} # timeout=10 09:18:04 > git config core.sparsecheckout # timeout=10 09:18:04 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 09:18:09 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:18:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 09:18:10 Dload Upload Total Spent Left Speed 09:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 09:18:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:18:11 + sudo tee /etc/docker/daemon.new 09:18:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:18:11 { 09:18:11 "registry-mirrors": [ 09:18:11 "https://nexus3.edgexfoundry.org:10001" 09:18:11 ], 09:18:11 "bip": "10.250.0.254/24", 09:18:11 "hosts": [ 09:18:11 "tcp://0.0.0.0:5555", 09:18:11 "unix:///var/run/docker.sock" 09:18:11 ], 09:18:11 "mtu": 1458, 09:18:11 "selinux-enabled": true, 09:18:11 "seccomp-profile": "/etc/docker/seccomp.json" 09:18:11 } [Pipeline] sh 09:18:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:18:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:18:30 provisioning config files... 09:18:30 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3250133052678123704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:18:30 ---> docker-login.sh 09:18:30 nexus3.edgexfoundry.org:10001 09:18:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:18:31 Configure a credential helper to remove this warning. See 09:18:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:18:31 09:18:31 Login Succeeded 09:18:31 nexus3.edgexfoundry.org:10002 09:18:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:18:31 Configure a credential helper to remove this warning. See 09:18:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:18:31 09:18:31 Login Succeeded 09:18:31 nexus3.edgexfoundry.org:10003 09:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:18:32 Configure a credential helper to remove this warning. See 09:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:18:32 09:18:32 Login Succeeded 09:18:32 nexus3.edgexfoundry.org:10004 09:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:18:32 Configure a credential helper to remove this warning. See 09:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:18:32 09:18:32 Login Succeeded 09:18:32 docker.io 09:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:18:33 Configure a credential helper to remove this warning. See 09:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:18:33 09:18:33 Login Succeeded 09:18:33 ---> docker-login.sh ends [Pipeline] } 09:18:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:18:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:18:34 ========================================================= 09:18:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 09:18:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 09:18:34 + 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 . 09:18:35 Sending build context to Docker daemon 26.93MB 09:18:35 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 09:18:35 Step 2/15 : FROM ${BASE} AS builder 09:18:35 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:18:35 9b3977197b4f: Pulling fs layer 09:18:35 1a89e8eeedd5: Pulling fs layer 09:18:35 94645a83ff95: Pulling fs layer 09:18:35 3f3a8bcf1eab: Pulling fs layer 09:18:35 0c92f367c5e7: Pulling fs layer 09:18:35 3096ccb668a1: Pulling fs layer 09:18:35 e8cf19c19ddd: Pulling fs layer 09:18:35 a4caa8a26152: Pulling fs layer 09:18:35 3096ccb668a1: Waiting 09:18:35 3f3a8bcf1eab: Waiting 09:18:35 0c92f367c5e7: Waiting 09:18:35 e8cf19c19ddd: Waiting 09:18:35 a4caa8a26152: Waiting 09:18:35 94645a83ff95: Download complete 09:18:35 1a89e8eeedd5: Verifying Checksum 09:18:35 1a89e8eeedd5: Download complete 09:18:35 0c92f367c5e7: Verifying Checksum 09:18:35 0c92f367c5e7: Download complete 09:18:35 3096ccb668a1: Verifying Checksum 09:18:35 3096ccb668a1: Download complete 09:18:35 9b3977197b4f: Verifying Checksum 09:18:35 9b3977197b4f: Download complete 09:18:35 e8cf19c19ddd: Verifying Checksum 09:18:35 e8cf19c19ddd: Download complete 09:18:36 9b3977197b4f: Pull complete 09:18:37 1a89e8eeedd5: Pull complete 09:18:37 94645a83ff95: Pull complete 09:18:37 a4caa8a26152: Verifying Checksum 09:18:37 a4caa8a26152: Download complete 09:18:38 3f3a8bcf1eab: Download complete 09:18:50 3f3a8bcf1eab: Pull complete 09:18:50 0c92f367c5e7: Pull complete 09:18:50 3096ccb668a1: Pull complete 09:18:50 e8cf19c19ddd: Pull complete 09:18:57 a4caa8a26152: Pull complete 09:18:57 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 09:18:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 09:18:57 ---> 725f1c02e7f9 09:18:57 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:18:58 ---> Running in 17ebf98e2470 09:18:58 Removing intermediate container 17ebf98e2470 09:18:58 ---> 6343432adfae 09:18:58 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 09:18:59 ---> Running in 862539b1a729 09:18:59 Removing intermediate container 862539b1a729 09:18:59 ---> 14c3ffcf32df 09:18:59 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 09:18:59 ---> Running in 86c2479ec8c7 09:19:00 Removing intermediate container 86c2479ec8c7 09:19:00 ---> 4c3cc1b6010f 09:19:00 Step 6/15 : LABEL Name=edgex-ui-go 09:19:01 ---> Running in 5764e17bfcd4 09:19:01 Removing intermediate container 5764e17bfcd4 09:19:01 ---> 04fd1b41deba 09:19:01 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:19:01 ---> Running in 6373612fa39d 09:19:01 Removing intermediate container 6373612fa39d 09:19:01 ---> a0686f37bab3 09:19:01 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:01 ---> Running in cf43c17ae697 09:19:03 Removing intermediate container cf43c17ae697 09:19:03 ---> 4c81e67cc1de 09:19:03 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:19:03 ---> Running in 7b2619cd4391 09:19:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:19:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:19:06 OK: 220 MiB in 52 packages 09:19:07 Removing intermediate container 7b2619cd4391 09:19:07 ---> 5c8833569d67 09:19:07 Step 10/15 : ENV GO111MODULE=on 09:19:07 ---> Running in 72b6b85ffb88 09:19:07 Removing intermediate container 72b6b85ffb88 09:19:07 ---> 5138c5dfe35f 09:19:07 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:19:07 ---> Running in 7c33ddf7fc74 09:19:07 Removing intermediate container 7c33ddf7fc74 09:19:07 ---> e7ee79553bf1 09:19:07 Step 12/15 : COPY go.mod vendor* ./ 09:19:08 ---> b2b402a1de76 09:19:08 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:08 ---> Running in 924e9a98db60 09:20:30 Removing intermediate container 924e9a98db60 09:20:30 ---> cb4d0463e9f7 09:20:30 Step 14/15 : COPY . . 09:20:30 ---> 459607334856 09:20:30 Step 15/15 : RUN ${MAKE} 09:20:30 ---> Running in 2d7488b0ffd3 09:20:30 noop 09:20:30 Removing intermediate container 2d7488b0ffd3 09:20:30 ---> b6a23bf13c41 09:20:30 Successfully built b6a23bf13c41 09:20:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:20:31 + docker inspect -f . ci-base-image-arm64 09:20:31 . [Pipeline] withDockerContainer 09:20:31 prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container 09:20:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:20:32 $ docker top 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd -eo pid,comm [Pipeline] { [Pipeline] sh 09:20:33 + go version 09:20:33 go version go1.17.6 linux/arm64 [Pipeline] } 09:20:33 $ docker stop --time=1 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd 09:20:35 $ docker rm -f 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:20:36 + docker inspect -f . ci-base-image-arm64 09:20:36 . [Pipeline] withDockerContainer 09:20:36 prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container 09:20:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:20:37 $ docker top 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:20:38 + make test 09:20:38 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:20:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:21:19 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 09:21:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:21:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:21:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:21:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:21:37 $ docker stop --time=1 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c 09:21:39 $ docker rm -f 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c [Pipeline] // withDockerContainer [Pipeline] sh 09:21:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:21:40 Warning: overwriting stash ‘coverage-report’ 09:21:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:21:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:21:41 + ls -al . 09:21:41 total 160 09:21:41 drwxrwxr-x 13 jenkins jenkins 4096 Apr 26 09:20 . 09:21:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 .. 09:21:41 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 09:18 .git 09:21:41 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 .github 09:21:41 -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:18 .gitignore 09:21:41 -rw-rw-r-- 1 jenkins jenkins 2022 Apr 26 09:18 Attribution.txt 09:21:41 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 26 09:18 CONTRIBUTING.md 09:21:41 -rw-rw-r-- 1 jenkins jenkins 1549 Apr 26 09:18 Dockerfile 09:21:41 -rw-rw-r-- 1 jenkins jenkins 652 Apr 26 09:18 Jenkinsfile 09:21:41 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 26 09:18 LICENSE 09:21:41 -rw-rw-r-- 1 jenkins jenkins 1212 Apr 26 09:18 Makefile 09:21:41 -rw-rw-r-- 1 jenkins jenkins 4450 Apr 26 09:18 README.md 09:21:41 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 09:14 VERSION 09:21:41 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 assets 09:21:41 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:18 bin 09:21:41 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 cmd 09:21:41 -rw-r--r-- 1 jenkins jenkins 10 Apr 26 09:20 coverage.out 09:21:41 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:18 docs 09:21:41 -rw-rw-r-- 1 jenkins jenkins 1944 Apr 26 09:18 go.mod 09:21:41 -rw-rw-r-- 1 jenkins jenkins 48565 Apr 26 09:18 go.sum 09:21:41 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 09:18 internal 09:21:41 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 pkg 09:21:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 snap 09:21:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 testing 09:21:41 -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:18 version.go 09:21:41 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 web [Pipeline] isUnix [Pipeline] sh 09:21:42 + 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=ccad3fd6222edab32041a8adcdba68746abd3cf8 --label arch=arm64 --label version=0.0.0 . 09:21:43 Sending build context to Docker daemon 26.93MB 09:21:43 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 09:21:43 Step 2/23 : FROM ${BASE} AS builder 09:21:43 ---> b6a23bf13c41 09:21:43 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:21:43 ---> Running in 6e7cbde9f77e 09:21:43 Removing intermediate container 6e7cbde9f77e 09:21:43 ---> 7f5a8c1705f4 09:21:43 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 09:21:43 ---> Running in abd0456a5629 09:21:43 Removing intermediate container abd0456a5629 09:21:43 ---> fb59bf51a903 09:21:43 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 09:21:44 ---> Running in d1a155882989 09:21:44 Removing intermediate container d1a155882989 09:21:44 ---> 48e2267a55c1 09:21:44 Step 6/23 : LABEL Name=edgex-ui-go 09:21:44 ---> Running in 52c09694cbcc 09:21:44 Removing intermediate container 52c09694cbcc 09:21:44 ---> a96d4eea2ed4 09:21:44 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:21:44 ---> Running in 8ed993f48cd9 09:21:45 Removing intermediate container 8ed993f48cd9 09:21:45 ---> c63b8e2dec3d 09:21:45 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:21:45 ---> Running in 5f2b24c25ff6 09:21:47 Removing intermediate container 5f2b24c25ff6 09:21:47 ---> 041307671298 09:21:47 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:21:47 ---> Running in fc8afa08c600 09:21:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:21:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:21:49 OK: 220 MiB in 52 packages 09:21:50 Removing intermediate container fc8afa08c600 09:21:50 ---> 8bfc968c3620 09:21:50 Step 10/23 : ENV GO111MODULE=on 09:21:50 ---> Running in 819c6f3c2a1b 09:21:50 Removing intermediate container 819c6f3c2a1b 09:21:50 ---> 44ddc260c162 09:21:50 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:21:50 ---> Running in 68ef966fd292 09:21:51 Removing intermediate container 68ef966fd292 09:21:51 ---> 2ff33a99b2d4 09:21:51 Step 12/23 : COPY go.mod vendor* ./ 09:21:51 ---> 378127591200 09:21:51 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:21:51 ---> Running in 556d80755431 09:21:53 Removing intermediate container 556d80755431 09:21:53 ---> c7cf65f28e2b 09:21:53 Step 14/23 : COPY . . 09:21:57 ---> aa4e2bcc5782 09:21:57 Step 15/23 : RUN ${MAKE} 09:21:57 ---> Running in 03475e048b57 09:21:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:22:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:22:33 Removing intermediate container 03475e048b57 09:22:33 ---> 2d00cbfa38dd 09:22:33 Step 16/23 : FROM alpine:3.14 09:22:33 3.14: Pulling from library/alpine 09:22:34 455c02918c45: Pulling fs layer 09:22:34 455c02918c45: Verifying Checksum 09:22:34 455c02918c45: Download complete 09:22:35 455c02918c45: Pull complete 09:22:35 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 09:22:35 Status: Downloaded newer image for alpine:3.14 09:22:35 ---> ac73e934f311 09:22:35 Step 17/23 : EXPOSE 4000 09:22:35 ---> Running in 7f8b1f7a0289 09:22:35 Removing intermediate container 7f8b1f7a0289 09:22:35 ---> d7ae438755f5 09:22:35 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 09:22:36 ---> 45e30ec81d05 09:22:36 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:22:36 ---> Running in a54b16dcc29a 09:22:37 Removing intermediate container a54b16dcc29a 09:22:37 ---> 5dc154c81170 09:22:37 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:22:37 ---> Running in d64ae7f8357c 09:22:37 Removing intermediate container d64ae7f8357c 09:22:37 ---> 005ba30e5be8 09:22:37 Step 21/23 : LABEL arch=arm64 09:22:37 ---> Running in 213ad459043d 09:22:37 Removing intermediate container 213ad459043d 09:22:37 ---> 4738ef513e03 09:22:37 Step 22/23 : LABEL git_sha=ccad3fd6222edab32041a8adcdba68746abd3cf8 09:22:37 ---> Running in e95d0f94f0fd 09:22:38 Removing intermediate container e95d0f94f0fd 09:22:38 ---> 6b77580501c2 09:22:38 Step 23/23 : LABEL version=0.0.0 09:22:38 ---> Running in 1ab6c973717b 09:22:38 Removing intermediate container 1ab6c973717b 09:22:38 ---> 961ccdd8ef4b 09:22:38 [Warning] One or more build-args [ARCH] were not consumed 09:22:38 Successfully built 961ccdd8ef4b 09:22:38 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 09:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:22:39 09:22:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 09:22:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:22:39 arm64: Pulling from edgex-lftools-log-publisher 09:22:39 8998bd30e6a1: Pulling fs layer 09:22:39 04944245beec: Pulling fs layer 09:22:39 699f458cf7ca: Pulling fs layer 09:22:39 765212b225bb: Pulling fs layer 09:22:39 f23df028b6ca: Pulling fs layer 09:22:39 d65c8cfc05b1: Pulling fs layer 09:22:39 2437ff75d9bd: Pulling fs layer 09:22:39 765212b225bb: Waiting 09:22:39 f23df028b6ca: Waiting 09:22:39 d65c8cfc05b1: Waiting 09:22:39 2437ff75d9bd: Waiting 09:22:39 04944245beec: Verifying Checksum 09:22:39 04944245beec: Download complete 09:22:39 765212b225bb: Verifying Checksum 09:22:39 765212b225bb: Download complete 09:22:39 f23df028b6ca: Verifying Checksum 09:22:39 f23df028b6ca: Download complete 09:22:39 d65c8cfc05b1: Verifying Checksum 09:22:39 d65c8cfc05b1: Download complete 09:22:40 699f458cf7ca: Verifying Checksum 09:22:40 699f458cf7ca: Download complete 09:22:40 8998bd30e6a1: Verifying Checksum 09:22:40 8998bd30e6a1: Download complete 09:22:43 2437ff75d9bd: Verifying Checksum 09:22:43 2437ff75d9bd: Download complete 09:22:45 8998bd30e6a1: Pull complete 09:22:45 04944245beec: Pull complete 09:22:47 699f458cf7ca: Pull complete 09:22:47 765212b225bb: Pull complete 09:22:48 f23df028b6ca: Pull complete 09:22:48 d65c8cfc05b1: Pull complete 09:23:04 2437ff75d9bd: Pull complete 09:23:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:23:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:23:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 09:23:04 prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container 09:23:04 $ 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/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:23:07 $ docker top 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:23:08 ---> job-cost.sh 09:23:08 lf-activate-venv: SKIPPING 09:23:08 INFO: No Stack... 09:23:08 INFO: Retrieving Pricing Info for: v3-standard-4 09:23:09 INFO: Archiving Costs [Pipeline] sh 09:23:10 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 09:23:10 + cut -d, -f6 [Pipeline] lock 09:23:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] 09:23:10 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] did not exist. Created. 09:23:10 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:23:10 /w/workspace/edgex-ui-go/2@tmp/durable-d465d97e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:23:11 + echo total: 0.10999999940395355 [Pipeline] stash 09:23:11 Warning: overwriting stash ‘stack-cost’ 09:23:11 Stashed 1 file(s) [Pipeline] } 09:23:11 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] // lock [Pipeline] } 09:23:11 $ docker stop --time=1 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce 09:23:13 $ docker rm -f 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce [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 09:23:13 provisioning config files... 09:23:13 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config4697954123183554771tmp [Pipeline] { [Pipeline] sh 09:23:13 + set +x 09:23:13 + curl -s https://codecov.io/bash 09:23:13 + bash -s -- 09:23:13 09:23:13 _____ _ 09:23:13 / ____| | | 09:23:13 | | ___ __| | ___ ___ _____ __ 09:23:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:23:13 | |___| (_) | (_| | __/ (_| (_) \ V / 09:23:13 \_____\___/ \__,_|\___|\___\___/ \_/ 09:23:13 Bash-1.0.6 09:23:13 09:23:13 09:23:13 ==> git version 2.25.1 found 09:23:13 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 09:23:13 Release-Date: 2020-01-08 09:23:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:23:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:23:13 ==> Jenkins CI detected. 09:23:13 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-517 09:23:13 project root: . 09:23:13 --> token set from env 09:23:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:23:13 ==> Running gcov in . (disable via -X gcov) 09:23:13 ==> Python coveragepy not found 09:23:13 ==> Searching for coverage reports in: 09:23:13 + . 09:23:13 -> Found 1 reports 09:23:13 ==> Detecting git/mercurial file structure 09:23:13 ==> Reading reports 09:23:13 + ./coverage.out bytes=10 09:23:13 ==> Appending adjustments 09:23:13 https://docs.codecov.io/docs/fixing-reports 09:23:14 + Found adjustments 09:23:14 ==> Gzipping contents 09:23:14 4.0K /tmp/codecov.wGULqE.gz 09:23:14 ==> Uploading reports 09:23:14 url: https://codecov.io 09:23:14 query: branch=PR-517&commit=ccad3fd6222edab32041a8adcdba68746abd3cf8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-517%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=517&job=&cmd_args= 09:23:14 -> Pinging Codecov 09:23:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-517&commit=ccad3fd6222edab32041a8adcdba68746abd3cf8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-517%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=517&job=&cmd_args= 09:23:14 -> Uploading to 09:23:14 https://storage.googleapis.com/codecov/v4/raw/2022-04-26/FB506323287CE973F263BFD2A0EB1F37/ccad3fd6222edab32041a8adcdba68746abd3cf8/4d9c1dff-608d-408b-bdc5-4775d85e431e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220426T092314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07a2991c8d1f443e12d610b5a78c2894656f0bde0d8ac51ef09eda003960c504 09:23:14 % Total % Received % Xferd Average Speed Time Time Time Current 09:23:14 Dload Upload Total Spent Left Speed 09:23:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 19995 --:--:-- --:--:-- --:--:-- 19995 100 4059 0 0 100 4059 0 18450 --:--:-- --:--:-- --:--:-- 18366 09:23:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] } 09:23:14 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 09:23:15 + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives ] 09:23:15 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives 09:23:15 total 16 09:23:15 drwxr-xr-x 3 root root 4096 Apr 26 09:16 . 09:23:15 drwxrwxr-x 15 jenkins jenkins 4096 Apr 26 09:16 .. 09:23:15 drwxr-xr-x 2 root root 4096 Apr 26 09:16 cost 09:23:15 -rw-r--r-- 1 root root 82 Apr 26 09:16 cost.csv 09:23:15 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives 09:23:15 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives 09:23:15 total 16 09:23:15 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 09:16 . 09:23:15 drwxrwxr-x 15 jenkins jenkins 4096 Apr 26 09:16 .. 09:23:15 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 09:16 cost 09:23:15 -rw-r--r-- 1 jenkins jenkins 82 Apr 26 09:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:23:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:23:16 ---> package-listing.sh 09:23:16 ++ facter osfamily 09:23:16 ++ tr '[:upper:]' '[:lower:]' 09:23:16 + OS_FAMILY=debian 09:23:16 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-517 09:23:16 + START_PACKAGES=/tmp/packages_start.txt 09:23:16 + END_PACKAGES=/tmp/packages_end.txt 09:23:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:23:16 + PACKAGES=/tmp/packages_start.txt 09:23:16 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-517 ']' 09:23:16 + PACKAGES=/tmp/packages_end.txt 09:23:16 + case "${OS_FAMILY}" in 09:23:16 + dpkg -l 09:23:16 + grep '^ii' 09:23:16 + '[' -f /tmp/packages_start.txt ']' 09:23:16 + '[' -f /tmp/packages_end.txt ']' 09:23:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:23:16 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-517 ']' 09:23:16 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/ 09:23:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/ [Pipeline] echo 09:23:16 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:23:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:23:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:23:17 . [Pipeline] withDockerContainer 09:23:17 prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container 09:23:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517/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-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:23:18 $ docker top 961e75fe4e17d5c35faa01a53b29d68aca0a3be7c5e4427459560c1351aa2487 -eo pid,comm [Pipeline] { [Pipeline] sh 09:23:18 + touch /tmp/pre-build-complete [Pipeline] sh 09:23:18 + mkdir -p /var/log/sysstat [Pipeline] sh 09:23:19 + ls /var/log/sa-host 09:23:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:23:19 provisioning config files... 09:23:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config2384130631140157076tmp [Pipeline] { [Pipeline] echo 09:23:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:23:19 ---> create-netrc.sh [Pipeline] } 09:23:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:23:19 ---> python-tools-install.sh [Pipeline] echo 09:23:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:23:20 ---> sudo-logs.sh 09:23:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:23:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:23:20 ---> job-cost.sh 09:23:20 lf-activate-venv: SKIPPING 09:23:20 DEBUG: total: 0.2199999988079071 09:23:20 INFO: Retrieving Stack Cost... 09:23:20 INFO: Retrieving Pricing Info for: v3-standard-8 09:23:21 INFO: Archiving Costs [Pipeline] echo 09:23:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:23:21 ---> logs-deploy.sh 09:23:21 lf-activate-venv: SKIPPING 09:23:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-517/2 09:23:21 INFO: archiving workspace using pattern(s): 09:23:22 Archives upload complete. 09:23:22 INFO: archiving logs to Nexus