Pull request #154 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc+f3318b721e0f943881393329fd3e7443e525a415 (0e248a7d1719c2746e7585fe74b22c39bbdbc160) 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-ssh18368149872243460125.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh11241425905125076365.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 dae07dc806156effb2cae02074e2f5f64a063e83 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/device-rest-go/branches/PR-154/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/device-rest-go/branches/PR-154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5095413966354871182.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/device-rest-go/branches/PR-154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17681432342942202352.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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-ssh16011659194148198264.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/device-rest-go/branches/PR-154/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/device-rest-go/branches/PR-154/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2813248109367181268.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 dae07dc806156effb2cae02074e2f5f64a063e83 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:device-rest-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: device-rest-go-settings PROJECT: device-rest-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: device-rest 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-4328 in /w/workspace/gexfoundry_device-rest-go_PR-154 [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/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-154 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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/gexfoundry_device-rest-go_PR-154@tmp/jenkins-gitclient-ssh4648861854754826889.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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/gexfoundry_device-rest-go_PR-154@tmp/jenkins-gitclient-ssh4146418335446973137.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit f3318b721e0f943881393329fd3e7443e525a415 into PR head commit 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc Merge succeeded, producing 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc Checking out Revision 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc (PR-154) > git config core.sparsecheckout # timeout=10 > git checkout -f 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc # 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/gexfoundry_device-rest-go_PR-154@tmp/jenkins-gitclient-ssh9155661183395169152.key > git merge f3318b721e0f943881393329fd3e7443e525a415 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:03:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:03:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:03:53 ========================================================= 20:03:53 EdgeX Global Pipelines Version Info 20:03:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:03:54 ------------------- 20:03:54 stable info: 20:03:54 ------------------- 20:03:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:03:54 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:03:54 Message: update stable to v1.0.219 20:03:55 ------------------- 20:03:55 experimental info: 20:03:55 ------------------- 20:03:55 Commited By: **** collab-it+edgex@linuxfoundation.org 20:03:55 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:03:55 Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-154 [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-154 [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-154 [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc [Pipeline] echo 20:03:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c3e86d [Pipeline] echo 20:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:03:57 provisioning config files... 20:03:57 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-154@tmp/config4481689306036751507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:57 ---> docker-login.sh 20:03:57 nexus3.edgexfoundry.org:10001 20:03:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:57 Configure a credential helper to remove this warning. See 20:03:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:57 20:03:57 Login Succeeded 20:03:57 nexus3.edgexfoundry.org:10002 20:03:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:57 Configure a credential helper to remove this warning. See 20:03:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:57 20:03:57 Login Succeeded 20:03:57 nexus3.edgexfoundry.org:10003 20:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:58 Configure a credential helper to remove this warning. See 20:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:58 20:03:58 Login Succeeded 20:03:58 nexus3.edgexfoundry.org:10004 20:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:58 Configure a credential helper to remove this warning. See 20:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:58 20:03:58 Login Succeeded 20:03:58 docker.io 20:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:58 Configure a credential helper to remove this warning. See 20:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:58 20:03:58 Login Succeeded 20:03:58 ---> docker-login.sh ends [Pipeline] } 20:03:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:03:59 + git rev-list -1 --merges 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc~1..3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc [Pipeline] echo 20:03:59 -----------> git rev-list -1 --merges 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc~1..3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc [false] [Pipeline] sh 20:03:59 + git log --format=format:%s -1 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc [Pipeline] echo 20:03:59 ========================================================= 20:03:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:03:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:04:00 + git log --format=format:%s -1 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc [Pipeline] echo 20:04:00 [semverPrep] GIT_COMMIT: 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 20:04:00 [semverPrep] This is not a build commit. [Pipeline] sh 20:04:00 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 20:04:00 + grep -v github /etc/ssh/ssh_known_hosts 20:04:00 + '[' -e /tmp/ssh_known_hosts ']' 20:04:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:04:00 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 20:04:00 + sudo tee -a /etc/ssh/ssh_known_hosts 20:04:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 20:04:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:01 20:04:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:04:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:01 latest: Pulling from edgex-devops/git-semver 20:04:01 a0d0a0d46f8b: Pulling fs layer 20:04:01 3e5f54012d9b: Pulling fs layer 20:04:01 4c7163046ea9: Pulling fs layer 20:04:01 0c2d73faf560: Pulling fs layer 20:04:01 0c2d73faf560: Waiting 20:04:01 3e5f54012d9b: Verifying Checksum 20:04:01 3e5f54012d9b: Download complete 20:04:01 a0d0a0d46f8b: Verifying Checksum 20:04:01 a0d0a0d46f8b: Download complete 20:04:01 4c7163046ea9: Verifying Checksum 20:04:01 0c2d73faf560: Verifying Checksum 20:04:01 0c2d73faf560: Download complete 20:04:01 a0d0a0d46f8b: Pull complete 20:04:02 3e5f54012d9b: Pull complete 20:04:02 4c7163046ea9: Pull complete 20:04:02 0c2d73faf560: Pull complete 20:04:02 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:04:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:04:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:04:02 prd-centos7-docker-4c-2g-4328 does not seem to be running inside a container 20:04:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-154 -v /w/workspace/gexfoundry_device-rest-go_PR-154:/w/workspace/gexfoundry_device-rest-go_PR-154:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-154@tmp:/w/workspace/gexfoundry_device-rest-go_PR-154@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 20:04:03 $ docker top 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:04:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:04 [ssh-agent] Looking for ssh-agent implementation... 20:04:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:04 $ docker exec 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 ssh-agent 20:04:04 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOkBOnA/agent.14 20:04:04 SSH_AGENT_PID=21 20:04:04 Running ssh-add (command line suppressed) 20:04:04 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-154@tmp/private_key_8608164404263653380.key (/w/workspace/gexfoundry_device-rest-go_PR-154@tmp/private_key_8608164404263653380.key) 20:04:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:04 + git tag --points-at HEAD [Pipeline] } 20:04:04 $ docker exec --env ******** --env ******** 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 ssh-agent -k 20:04:04 unset SSH_AUTH_SOCK; 20:04:04 unset SSH_AGENT_PID; 20:04:04 echo Agent pid 21 killed; 20:04:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:04:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:04:04 [ssh-agent] Looking for ssh-agent implementation... 20:04:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:04:05 $ docker exec 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 ssh-agent 20:04:05 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJNBGhl/agent.54 20:04:05 SSH_AGENT_PID=61 20:04:05 Running ssh-add (command line suppressed) 20:04:05 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-154@tmp/private_key_454350290657227358.key (/w/workspace/gexfoundry_device-rest-go_PR-154@tmp/private_key_454350290657227358.key) 20:04:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:04:05 + git semver init 20:04:05 # -> Open(): unable to determine branch for HEAD 20:04:05 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-154/.git 20:04:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-154 20:04:05 # $SEMVER_REMOTE_NAME = origin 20:04:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:04:05 # $SEMVER_USER_NAME = edgex-jenkins 20:04:05 # $SEMVER_BRANCH = PR-154 20:04:05 # $SEMVER_TEMP = /tmp/semver-272141487 20:04:05 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 20:04:06 # '/tmp/semver-272141487' -> '/w/workspace/gexfoundry_device-rest-go_PR-154/.semver' 20:04:06 # -> Force: false 20:04:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-154/.semver [Pipeline] } 20:04:07 $ docker exec --env ******** --env ******** 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 ssh-agent -k 20:04:07 unset SSH_AUTH_SOCK; 20:04:07 unset SSH_AGENT_PID; 20:04:07 echo Agent pid 61 killed; 20:04:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:04:07 + git semver [Pipeline] } 20:04:07 $ docker stop --time=1 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 20:04:08 $ docker rm -f 187ad4d7d946044e238bfcbea196a80c6114a39b20638a10d73784307d1a6827 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:04:09 Stashed 1 file(s) [Pipeline] echo 20:04:09 [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 20:04:10 provisioning config files... 20:04:10 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-154@tmp/config4728722399472493165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:10 ---> docker-login.sh 20:04:10 nexus3.edgexfoundry.org:10001 20:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:10 Configure a credential helper to remove this warning. See 20:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:10 20:04:10 Login Succeeded 20:04:10 nexus3.edgexfoundry.org:10002 20:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:10 Configure a credential helper to remove this warning. See 20:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:10 20:04:10 Login Succeeded 20:04:10 nexus3.edgexfoundry.org:10003 20:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:10 Configure a credential helper to remove this warning. See 20:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:10 20:04:10 Login Succeeded 20:04:10 nexus3.edgexfoundry.org:10004 20:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:10 Configure a credential helper to remove this warning. See 20:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:10 20:04:10 Login Succeeded 20:04:10 docker.io 20:04:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:11 Configure a credential helper to remove this warning. See 20:04:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:11 20:04:11 Login Succeeded 20:04:11 ---> docker-login.sh ends [Pipeline] } 20:04:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:04:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:04:11 ========================================================= 20:04:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 20:04:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:04:11 + 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 . 20:04:11 Sending build context to Docker daemon 10.55MB 20:04:11 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 20:04:11 Step 2/12 : FROM ${BASE} AS builder 20:04:11 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 20:04:11 59bf1c3509f3: Pulling fs layer 20:04:11 666ba61612fd: Pulling fs layer 20:04:11 8ed8ca486205: Pulling fs layer 20:04:11 4fe6c5a15a65: Pulling fs layer 20:04:11 22a0e8bec74d: Pulling fs layer 20:04:11 f965cba54748: Pulling fs layer 20:04:11 861ffc35075e: Pulling fs layer 20:04:11 4b385c91608e: Pulling fs layer 20:04:11 560528eb2ebb: Pulling fs layer 20:04:11 4fe6c5a15a65: Waiting 20:04:11 22a0e8bec74d: Waiting 20:04:11 f965cba54748: Waiting 20:04:11 861ffc35075e: Waiting 20:04:11 4b385c91608e: Waiting 20:04:11 560528eb2ebb: Waiting 20:04:11 8ed8ca486205: Verifying Checksum 20:04:11 8ed8ca486205: Download complete 20:04:12 666ba61612fd: Verifying Checksum 20:04:12 666ba61612fd: Download complete 20:04:12 22a0e8bec74d: Verifying Checksum 20:04:12 22a0e8bec74d: Download complete 20:04:12 f965cba54748: Verifying Checksum 20:04:12 f965cba54748: Download complete 20:04:12 59bf1c3509f3: Verifying Checksum 20:04:12 59bf1c3509f3: Download complete 20:04:12 861ffc35075e: Verifying Checksum 20:04:12 861ffc35075e: Download complete 20:04:12 4b385c91608e: Verifying Checksum 20:04:12 4b385c91608e: Download complete 20:04:12 59bf1c3509f3: Pull complete 20:04:12 4fe6c5a15a65: Verifying Checksum 20:04:12 4fe6c5a15a65: Download complete 20:04:12 666ba61612fd: Pull complete 20:04:12 560528eb2ebb: Verifying Checksum 20:04:12 560528eb2ebb: Download complete 20:04:12 8ed8ca486205: Pull complete 20:04:16 4fe6c5a15a65: Pull complete 20:04:16 22a0e8bec74d: Pull complete 20:04:16 f965cba54748: Pull complete 20:04:16 861ffc35075e: Pull complete 20:04:17 4b385c91608e: Pull complete 20:04:19 560528eb2ebb: Pull complete 20:04:19 Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f 20:04:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:04:19 ---> dd4a08f94e63 20:04:19 Step 3/12 : ARG MAKE='make build' 20:04:24 Still waiting to schedule task 20:04:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:04:25 ---> Running in 345b5b202343 20:04:25 Removing intermediate container 345b5b202343 20:04:25 ---> b8debc7d4f5a 20:04:25 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:04:25 ---> Running in c6031b5dc4cd 20:04:25 Removing intermediate container c6031b5dc4cd 20:04:25 ---> 886b10f2764e 20:04:25 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 20:04:25 ---> Running in 69c60f5bd499 20:04:25 Removing intermediate container 69c60f5bd499 20:04:25 ---> 426bcb5985fc 20:04:25 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:04:25 ---> Running in 474f9c6c5c51 20:04:25 Removing intermediate container 474f9c6c5c51 20:04:25 ---> 9497837944dc 20:04:25 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:04:26 ---> Running in 2208d7de12b0 20:04:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:04:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:04:27 (1/4) Installing openssh-keygen (8.8_p1-r1) 20:04:27 (2/4) Installing libedit (20210910.3.1-r0) 20:04:27 (3/4) Installing openssh-client-common (8.8_p1-r1) 20:04:27 (4/4) Installing openssh-client-default (8.8_p1-r1) 20:04:27 Executing busybox-1.34.1-r3.trigger 20:04:28 OK: 224 MiB in 56 packages 20:04:28 Removing intermediate container 2208d7de12b0 20:04:28 ---> c652f2d1e443 20:04:28 Step 8/12 : WORKDIR /device-rest-go 20:04:28 ---> Running in b3aa614a8c78 20:04:28 Removing intermediate container b3aa614a8c78 20:04:28 ---> c56ed9bc9ca8 20:04:28 Step 9/12 : COPY go.mod vendor* ./ 20:04:28 ---> 24c4400f64c9 20:04:28 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:29 ---> Running in 1fe3a8633360 20:05:16 Removing intermediate container 1fe3a8633360 20:05:16 ---> c7d20585b5b6 20:05:16 Step 11/12 : COPY . . 20:05:16 ---> 916f43aba1c0 20:05:16 Step 12/12 : RUN $MAKE 20:05:16 ---> Running in 8f003a754ad2 20:05:16 noop 20:05:16 Removing intermediate container 8f003a754ad2 20:05:16 ---> 73f6fce3c915 20:05:16 Successfully built 73f6fce3c915 20:05:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:05:16 + docker inspect -f . ci-base-image-x86_64 20:05:16 . [Pipeline] withDockerContainer 20:05:16 prd-centos7-docker-4c-2g-4328 does not seem to be running inside a container 20:05:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-154 -v /w/workspace/gexfoundry_device-rest-go_PR-154:/w/workspace/gexfoundry_device-rest-go_PR-154:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-154@tmp:/w/workspace/gexfoundry_device-rest-go_PR-154@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 20:05:16 $ docker top 7bfb66c55a2cb720b7f52b77e0a7725da477f39637bd9a27ccec23906f5e7499 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:17 + go version 20:05:17 go version go1.17.6 linux/amd64 [Pipeline] } 20:05:17 $ docker stop --time=1 7bfb66c55a2cb720b7f52b77e0a7725da477f39637bd9a27ccec23906f5e7499 20:05:18 $ docker rm -f 7bfb66c55a2cb720b7f52b77e0a7725da477f39637bd9a27ccec23906f5e7499 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:19 + docker inspect -f . ci-base-image-x86_64 20:05:19 . [Pipeline] withDockerContainer 20:05:19 prd-centos7-docker-4c-2g-4328 does not seem to be running inside a container 20:05:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-154 -v /w/workspace/gexfoundry_device-rest-go_PR-154:/w/workspace/gexfoundry_device-rest-go_PR-154:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-154@tmp:/w/workspace/gexfoundry_device-rest-go_PR-154@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 20:05:19 $ docker top b13c8d47945513252faf3f86687bc49bc1e5b429424af88912e507319571bae5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:05:19 + make test 20:05:19 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:05:20 ? github.com/edgexfoundry/device-rest-go [no test files] 20:05:35 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:05:35 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 56.0% of statements 20:05:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:05:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:05:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:05:39 ./bin/test-attribution-txt.sh 20:05:39 An attribution for github.com/go-kit/log is missing from in Attribution.txt, please add 20:05:39 make: *** [Makefile:31: test] Error 1 [Pipeline] } 20:05:40 $ docker stop --time=1 b13c8d47945513252faf3f86687bc49bc1e5b429424af88912e507319571bae5 20:05:41 $ docker rm -f b13c8d47945513252faf3f86687bc49bc1e5b429424af88912e507319571bae5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:05:42 20:05:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:05:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:05:42 latest: Pulling from edgex-lftools-log-publisher 20:05:42 b4d181a07f80: Pulling fs layer 20:05:42 a1111a8f2ec3: Pulling fs layer 20:05:42 ed53099fbce6: Pulling fs layer 20:05:42 dc539afda2c1: Pulling fs layer 20:05:42 77bc0d833cb6: Pulling fs layer 20:05:42 9065ff56babe: Pulling fs layer 20:05:42 d287ab97295c: Pulling fs layer 20:05:42 77bc0d833cb6: Waiting 20:05:42 9065ff56babe: Waiting 20:05:42 d287ab97295c: Waiting 20:05:42 dc539afda2c1: Waiting 20:05:42 a1111a8f2ec3: Verifying Checksum 20:05:42 a1111a8f2ec3: Download complete 20:05:42 dc539afda2c1: Verifying Checksum 20:05:42 dc539afda2c1: Download complete 20:05:43 ed53099fbce6: Verifying Checksum 20:05:43 ed53099fbce6: Download complete 20:05:43 9065ff56babe: Verifying Checksum 20:05:43 9065ff56babe: Download complete 20:05:43 77bc0d833cb6: Verifying Checksum 20:05:43 77bc0d833cb6: Download complete 20:05:43 b4d181a07f80: Verifying Checksum 20:05:43 b4d181a07f80: Download complete 20:05:43 d287ab97295c: Verifying Checksum 20:05:43 d287ab97295c: Download complete 20:05:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4329 in /w/workspace/gexfoundry_device-rest-go_PR-154 [Pipeline] { [Pipeline] ws 20:05:44 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:05:44 The recommended git tool is: git 20:05:44 b4d181a07f80: Pull complete 20:05:44 a1111a8f2ec3: Pull complete 20:05:45 ed53099fbce6: Pull complete 20:05:45 dc539afda2c1: Pull complete 20:05:45 77bc0d833cb6: Pull complete 20:05:45 9065ff56babe: Pull complete 20:05:48 using credential edgex-jenkins-ssh 20:05:48 Cloning the remote Git repository 20:05:48 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:05:48 > git init /w/workspace/device-rest-go/1 # timeout=10 20:05:49 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:05:49 > git --version # timeout=10 20:05:49 > git --version # 'git version 2.17.1' 20:05:49 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:05:50 d287ab97295c: Pull complete 20:05:50 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:05:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:05:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:05:51 prd-centos7-docker-4c-2g-4328 does not seem to be running inside a container 20:05:51 $ 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/gexfoundry_device-rest-go_PR-154 -v /w/workspace/gexfoundry_device-rest-go_PR-154:/w/workspace/gexfoundry_device-rest-go_PR-154:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-154@tmp:/w/workspace/gexfoundry_device-rest-go_PR-154@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 20:05:51 Merging remotes/origin/main commit f3318b721e0f943881393329fd3e7443e525a415 into PR head commit 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc 20:05:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:05:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:05:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:05:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:05:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/154/head:refs/remotes/origin/PR-154 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:05:52 Merge succeeded, producing 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc 20:05:52 Checking out Revision 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc (PR-154) 20:05:51 > git config core.sparsecheckout # timeout=10 20:05:51 > git checkout -f 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc # timeout=10 20:05:52 > git remote # timeout=10 20:05:52 > git config --get remote.origin.url # timeout=10 20:05:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:52 > git merge f3318b721e0f943881393329fd3e7443e525a415 # timeout=10 20:05:52 > git rev-parse HEAD^{commit} # timeout=10 20:05:52 > git config core.sparsecheckout # timeout=10 20:05:52 > git checkout -f 3c3e86d16ef59e48b63e775ec1beadbddc9ac3cc # timeout=10 20:05:53 $ docker top 5e3761950b669c7e04ab231497aff90af9d726faa76166a2dd3ab75c6e56ec0b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:05:54 ---> job-cost.sh 20:05:54 lf-activate-venv: SKIPPING 20:05:54 INFO: No Stack... 20:05:54 INFO: Retrieving Pricing Info for: v3-standard-2 20:05:54 INFO: Archiving Costs [Pipeline] sh 20:05:55 + cat /w/workspace/gexfoundry_device-rest-go_PR-154/archives/cost.csv 20:05:55 + cut -d, -f6 [Pipeline] lock 20:05:55 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] 20:05:55 Resource [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] did not exist. Created. 20:05:55 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:05:55 + echo total: 0.05999999865889549 [Pipeline] stash 20:05:55 Stashed 1 file(s) [Pipeline] } 20:05:55 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:05:55 $ docker stop --time=1 5e3761950b669c7e04ab231497aff90af9d726faa76166a2dd3ab75c6e56ec0b 20:05:56 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 20:05:56 > git --version # timeout=10 20:05:56 > git --version # 'git version 2.17.1' 20:05:56 fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 20:05:56 20:05:56 GitHub has been notified of this commit’s build result 20:05:56 20:05:56 $ docker rm -f 5e3761950b669c7e04ab231497aff90af9d726faa76166a2dd3ab75c6e56ec0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:05:57 Failed in branch amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:05:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:05:57 % Total % Received % Xferd Average Speed Time Time Time Current 20:05:57 Dload Upload Total Spent Left Speed 20:05:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 91806 0 --:--:-- --:--:-- --:--:-- 91806 [Pipeline] sh 20:05:58 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:05:58 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 20:05:58 /etc/docker/daemon.new 20:05:58 { 20:05:58 "registry-mirrors": [ 20:05:58 "https://nexus3.edgexfoundry.org:10001" 20:05:58 ], 20:05:58 "bip": "10.250.0.254/24", 20:05:58 "hosts": [ 20:05:58 "tcp://0.0.0.0:5555", 20:05:58 "unix:///var/run/docker.sock" 20:05:58 ], 20:05:58 "mtu": 1458, 20:05:58 "selinux-enabled": true, 20:05:58 "seccomp-profile": "/etc/docker/seccomp.json" 20:05:58 } [Pipeline] sh 20:05:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:05:59 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:06:18 provisioning config files... 20:06:18 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config6513602379950792911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:06:18 ---> docker-login.sh 20:06:18 nexus3.edgexfoundry.org:10001 20:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:19 Configure a credential helper to remove this warning. See 20:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:19 20:06:19 Login Succeeded 20:06:19 nexus3.edgexfoundry.org:10002 20:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:19 Configure a credential helper to remove this warning. See 20:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:19 20:06:19 Login Succeeded 20:06:19 nexus3.edgexfoundry.org:10003 20:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:20 Configure a credential helper to remove this warning. See 20:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:20 20:06:20 Login Succeeded 20:06:20 nexus3.edgexfoundry.org:10004 20:06:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:20 Configure a credential helper to remove this warning. See 20:06:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:20 20:06:20 Login Succeeded 20:06:20 docker.io 20:06:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:21 Configure a credential helper to remove this warning. See 20:06:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:21 20:06:21 Login Succeeded 20:06:21 ---> docker-login.sh ends [Pipeline] } 20:06:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:06:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:06:21 ========================================================= 20:06:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 20:06:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:06:22 + 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 . 20:06:22 Sending build context to Docker daemon 124.4kB 20:06:22 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 20:06:22 Step 2/12 : FROM ${BASE} AS builder 20:06:22 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:06:22 9b3977197b4f: Pulling fs layer 20:06:22 1a89e8eeedd5: Pulling fs layer 20:06:22 94645a83ff95: Pulling fs layer 20:06:22 3f3a8bcf1eab: Pulling fs layer 20:06:22 0c92f367c5e7: Pulling fs layer 20:06:22 4b8299f9d1f4: Pulling fs layer 20:06:22 9a6b49a46696: Pulling fs layer 20:06:22 cf05db05a679: Pulling fs layer 20:06:22 4b8299f9d1f4: Waiting 20:06:22 9a6b49a46696: Waiting 20:06:22 cf05db05a679: Waiting 20:06:22 3f3a8bcf1eab: Waiting 20:06:22 0c92f367c5e7: Waiting 20:06:22 94645a83ff95: Verifying Checksum 20:06:22 94645a83ff95: Download complete 20:06:22 1a89e8eeedd5: Verifying Checksum 20:06:22 1a89e8eeedd5: Download complete 20:06:22 0c92f367c5e7: Verifying Checksum 20:06:22 0c92f367c5e7: Download complete 20:06:22 4b8299f9d1f4: Verifying Checksum 20:06:22 4b8299f9d1f4: Download complete 20:06:22 9b3977197b4f: Download complete 20:06:22 9a6b49a46696: Verifying Checksum 20:06:22 9a6b49a46696: Download complete 20:06:23 9b3977197b4f: Pull complete 20:06:24 1a89e8eeedd5: Pull complete 20:06:24 94645a83ff95: Pull complete 20:06:24 cf05db05a679: Verifying Checksum 20:06:24 cf05db05a679: Download complete 20:06:25 3f3a8bcf1eab: Verifying Checksum 20:06:25 3f3a8bcf1eab: Download complete 20:06:37 3f3a8bcf1eab: Pull complete 20:06:37 0c92f367c5e7: Pull complete 20:06:37 4b8299f9d1f4: Pull complete 20:06:37 9a6b49a46696: Pull complete 20:06:43 cf05db05a679: Pull complete 20:06:43 Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 20:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:06:43 ---> 0ccda1f7e2ee 20:06:43 Step 3/12 : ARG MAKE='make build' 20:06:44 ---> Running in 24cb67d20e87 20:06:44 Removing intermediate container 24cb67d20e87 20:06:44 ---> ae94b39bc868 20:06:44 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:06:45 ---> Running in a4c8d2ba2b5b 20:06:45 Removing intermediate container a4c8d2ba2b5b 20:06:45 ---> 57b2f1f59d51 20:06:45 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 20:06:45 ---> Running in 57dbfc6c1aa9 20:06:46 Removing intermediate container 57dbfc6c1aa9 20:06:46 ---> b4efd6c62a94 20:06:46 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:06:46 ---> Running in 30532e966452 20:06:47 Removing intermediate container 30532e966452 20:06:47 ---> 5b6495cda78e 20:06:47 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:06:47 ---> Running in fd40cd2582ed 20:06:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:06:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:06:50 (1/4) Installing openssh-keygen (8.8_p1-r1) 20:06:50 (2/4) Installing libedit (20210910.3.1-r0) 20:06:50 (3/4) Installing openssh-client-common (8.8_p1-r1) 20:06:50 (4/4) Installing openssh-client-default (8.8_p1-r1) 20:06:51 Executing busybox-1.34.1-r3.trigger 20:06:51 OK: 224 MiB in 56 packages 20:06:52 Removing intermediate container fd40cd2582ed 20:06:52 ---> 8e2508f2f6db 20:06:52 Step 8/12 : WORKDIR /device-rest-go 20:06:52 ---> Running in 4215ae1022b3 20:06:52 Removing intermediate container 4215ae1022b3 20:06:52 ---> b1b84894c497 20:06:52 Step 9/12 : COPY go.mod vendor* ./ 20:06:52 ---> e7e29f65b458 20:06:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:53 ---> Running in 9ff9cdcadf29 20:08:01 Removing intermediate container 9ff9cdcadf29 20:08:01 ---> a169562794d1 20:08:01 Step 11/12 : COPY . . 20:08:01 ---> e8997d6f1a4d 20:08:01 Step 12/12 : RUN $MAKE 20:08:01 ---> Running in 438f6bf305b1 20:08:02 noop 20:08:03 Removing intermediate container 438f6bf305b1 20:08:03 ---> 5a54341a4711 20:08:03 Successfully built 5a54341a4711 20:08:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:08:03 + docker inspect -f . ci-base-image-arm64 20:08:03 . [Pipeline] withDockerContainer 20:08:04 prd-ubuntu18.04-docker-arm64-4c-16g-4329 does not seem to be running inside a container 20:08:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat 20:08:05 $ docker top d2582ebc5b7b7a49cbf416c896431c6997acd36f7222fe5b2bf8e14958c05686 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:06 + go version 20:08:06 go version go1.17.6 linux/arm64 [Pipeline] } 20:08:06 $ docker stop --time=1 d2582ebc5b7b7a49cbf416c896431c6997acd36f7222fe5b2bf8e14958c05686 20:08:08 $ docker rm -f d2582ebc5b7b7a49cbf416c896431c6997acd36f7222fe5b2bf8e14958c05686 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:08:08 + docker inspect -f . ci-base-image-arm64 20:08:08 . [Pipeline] withDockerContainer 20:08:09 prd-ubuntu18.04-docker-arm64-4c-16g-4329 does not seem to be running inside a container 20:08:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat 20:08:10 $ docker top 1121f525eeb19cb4a68a621a0e8eedbdbb95508ce183d99d5e915fb0ad4820ec -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:08:11 + make test 20:08:11 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:08:12 ? github.com/edgexfoundry/device-rest-go [no test files] 20:08:59 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:08:59 ok github.com/edgexfoundry/device-rest-go/driver 0.055s coverage: 56.0% of statements 20:08:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:09:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:09:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:09:17 ./bin/test-attribution-txt.sh 20:09:18 An attribution for github.com/go-kit/log is missing from in Attribution.txt, please add 20:09:19 make: *** [Makefile:31: test] Error 1 [Pipeline] } 20:09:19 $ docker stop --time=1 1121f525eeb19cb4a68a621a0e8eedbdbb95508ce183d99d5e915fb0ad4820ec 20:09:20 $ docker rm -f 1121f525eeb19cb4a68a621a0e8eedbdbb95508ce183d99d5e915fb0ad4820ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:22 20:09:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:09:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:22 arm64: Pulling from edgex-lftools-log-publisher 20:09:22 448f6bf000e3: Pulling fs layer 20:09:22 f757da607395: Pulling fs layer 20:09:22 05883995daec: Pulling fs layer 20:09:22 8603b9c90790: Pulling fs layer 20:09:22 1560dd03e051: Pulling fs layer 20:09:22 27f5ce0e4adf: Pulling fs layer 20:09:22 c2d8d7efcc4b: Pulling fs layer 20:09:22 1560dd03e051: Waiting 20:09:22 27f5ce0e4adf: Waiting 20:09:22 8603b9c90790: Waiting 20:09:22 c2d8d7efcc4b: Waiting 20:09:22 f757da607395: Verifying Checksum 20:09:22 f757da607395: Download complete 20:09:22 8603b9c90790: Verifying Checksum 20:09:22 8603b9c90790: Download complete 20:09:22 1560dd03e051: Verifying Checksum 20:09:22 1560dd03e051: Download complete 20:09:23 27f5ce0e4adf: Verifying Checksum 20:09:23 27f5ce0e4adf: Download complete 20:09:23 05883995daec: Verifying Checksum 20:09:23 05883995daec: Download complete 20:09:23 448f6bf000e3: Verifying Checksum 20:09:23 448f6bf000e3: Download complete 20:09:25 c2d8d7efcc4b: Verifying Checksum 20:09:25 c2d8d7efcc4b: Download complete 20:09:26 448f6bf000e3: Pull complete 20:09:27 f757da607395: Pull complete 20:09:29 05883995daec: Pull complete 20:09:29 8603b9c90790: Pull complete 20:09:30 1560dd03e051: Pull complete 20:09:30 27f5ce0e4adf: Pull complete 20:09:45 c2d8d7efcc4b: Pull complete 20:09:45 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:09:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:09:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:09:45 prd-ubuntu18.04-docker-arm64-4c-16g-4329 does not seem to be running inside a container 20:09:45 $ 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/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:09:48 $ docker top 06b5d72a75b527ef30c4e21c5d309400ea8d566ded6258ca74339b102ec35257 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:49 ---> job-cost.sh 20:09:49 lf-activate-venv: SKIPPING 20:09:49 INFO: No Stack... 20:09:49 INFO: Retrieving Pricing Info for: v3-standard-4 20:09:49 INFO: Archiving Costs [Pipeline] sh 20:09:50 + cat /w/workspace/device-rest-go/1/archives/cost.csv 20:09:50 + cut -d, -f6 [Pipeline] lock 20:09:50 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] 20:09:50 Resource [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] did not exist. Created. 20:09:50 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:09:51 /w/workspace/device-rest-go/1@tmp/durable-1955f777/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-1955f777/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:09:52 + echo total: 0.10999999940395355 [Pipeline] stash 20:09:52 Warning: overwriting stash ‘stack-cost’ 20:09:52 Stashed 1 file(s) [Pipeline] } 20:09:52 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-154-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:09:52 $ docker stop --time=1 06b5d72a75b527ef30c4e21c5d309400ea8d566ded6258ca74339b102ec35257 20:09:54 $ docker rm -f 06b5d72a75b527ef30c4e21c5d309400ea8d566ded6258ca74339b102ec35257 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:09:54 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:09:56 + '[' -d /w/workspace/gexfoundry_device-rest-go_PR-154/archives ']' 20:09:56 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-154/archives 20:09:56 total 8 20:09:56 drwxr-xr-x. 3 root root 34 Jan 31 20:05 . 20:09:56 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 31 20:05 .. 20:09:56 drwxr-xr-x. 2 root root 6 Jan 31 20:05 cost 20:09:56 -rw-r--r--. 1 root root 85 Jan 31 20:05 cost.csv 20:09:56 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-154/archives 20:09:56 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-154/archives 20:09:56 total 8 20:09:56 drwxr-xr-x. 3 jenkins jenkins 34 Jan 31 20:05 . 20:09:56 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 31 20:05 .. 20:09:56 drwxr-xr-x. 2 jenkins jenkins 6 Jan 31 20:05 cost 20:09:56 -rw-r--r--. 1 jenkins jenkins 85 Jan 31 20:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:09:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:09:57 ---> package-listing.sh 20:09:57 ++ facter osfamily 20:09:57 ++ tr '[:upper:]' '[:lower:]' 20:09:58 + OS_FAMILY=redhat 20:09:58 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-154 20:09:58 + START_PACKAGES=/tmp/packages_start.txt 20:09:58 + END_PACKAGES=/tmp/packages_end.txt 20:09:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:09:58 + PACKAGES=/tmp/packages_start.txt 20:09:58 + '[' /w/workspace/gexfoundry_device-rest-go_PR-154 ']' 20:09:58 + PACKAGES=/tmp/packages_end.txt 20:09:58 + case "${OS_FAMILY}" in 20:09:58 + sort 20:09:58 + rpm -qa 20:09:58 + '[' -f /tmp/packages_start.txt ']' 20:09:58 + '[' -f /tmp/packages_end.txt ']' 20:09:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:09:58 + '[' /w/workspace/gexfoundry_device-rest-go_PR-154 ']' 20:09:58 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-154/archives/ 20:09:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-154/archives/ [Pipeline] echo 20:09:58 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/gexfoundry_device-rest-go_PR-154/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:09:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:09:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:09:59 . [Pipeline] withDockerContainer 20:09:59 prd-centos7-docker-4c-2g-4328 does not seem to be running inside a container 20:09:59 $ 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/gexfoundry_device-rest-go_PR-154/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-154 -v /w/workspace/gexfoundry_device-rest-go_PR-154:/w/workspace/gexfoundry_device-rest-go_PR-154:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-154@tmp:/w/workspace/gexfoundry_device-rest-go_PR-154@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 20:10:00 $ docker top b591a6bec01af70d7ab0ad4887156aa13656771a4abf95cff2b7eb2910fe67de -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:10:00 + mkdir -p /var/log/sysstat [Pipeline] sh 20:10:01 + ls /var/log/sa-host 20:10:01 + sadf -c /var/log/sa-host/sa17 20:10:01 file_magic: OK 20:10:01 HZ: Using current value: 100 20:10:01 file_header: OK 20:10:01 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 20:10:01 Statistics: 20:10:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:10:01 File successfully converted to sysstat format version 12.0.3 20:10:01 + sadf -c /var/log/sa-host/sa31 20:10:01 file_magic: OK 20:10:01 HZ: Using current value: 100 20:10:01 file_header: OK 20:10:01 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 20:10:01 Statistics: 20:10:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:10:01 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:10:01 provisioning config files... 20:10:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-154@tmp/config6327833621140548224tmp [Pipeline] { [Pipeline] echo 20:10:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:10:01 ---> create-netrc.sh [Pipeline] } 20:10:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:10:02 ---> python-tools-install.sh [Pipeline] echo 20:10:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:10:02 ---> sudo-logs.sh 20:10:02 Archiving 'sudo' log.. 20:10:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-4328.novalocal: Name or service not known 20:10:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-4328.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:10:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:10:03 ---> job-cost.sh 20:10:03 lf-activate-venv: SKIPPING 20:10:03 DEBUG: total: 0.05999999865889549 20:10:03 INFO: Retrieving Stack Cost... 20:10:03 INFO: Retrieving Pricing Info for: v3-standard-2 20:10:03 INFO: Archiving Costs [Pipeline] echo 20:10:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:10:04 ---> logs-deploy.sh 20:10:04 lf-activate-venv: SKIPPING 20:10:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-154/1 20:10:04 INFO: archiving workspace using pattern(s): 20:10:04 Archives upload complete. 20:10:04 INFO: archiving logs to Nexus