Pull request #350 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5740fee0ebaf7e18cdad794b389a42cc671a524e+de7f1fa98896349c300f3340708f5a9fee2488ae (991f36e82fc31d7e0deab8bafacec170552df72e) 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-ssh5094591377833407197.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh12774996278377076600.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-virtual-go/branches/PR-350/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-virtual-go/branches/PR-350/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17134530554896432583.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-virtual-go/branches/PR-350/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16753288876511153339.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh13527901844863234551.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-virtual-go/branches/PR-350/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-virtual-go/branches/PR-350/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10550323669658596846.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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-virtual-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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-virtual 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7999 in /w/workspace/foundry_device-virtual-go_PR-350 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-350 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit de7f1fa98896349c300f3340708f5a9fee2488ae into PR head commit 5740fee0ebaf7e18cdad794b389a42cc671a524e Merge succeeded, producing 5740fee0ebaf7e18cdad794b389a42cc671a524e Checking out Revision 5740fee0ebaf7e18cdad794b389a42cc671a524e (PR-350) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:43:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # 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 de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 [Pipeline] withCredentials 18:43:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:43:10 ========================================================= 18:43:10 EdgeX Global Pipelines Version Info 18:43:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:43:10 ------------------- 18:43:10 stable info: 18:43:10 ------------------- 18:43:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:43:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:43:10 Message: update stable to v1.0.244 18:43:11 ------------------- 18:43:11 experimental info: 18:43:11 ------------------- 18:43:11 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:43:11 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:43:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 18:43:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:43:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-350 [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-350 [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-350 [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5740fee [Pipeline] echo 18:43:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:43:13 provisioning config files... 18:43:13 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config11113220748739065423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:13 ---> docker-login.sh 18:43:13 nexus3.edgexfoundry.org:10001 18:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:13 Configure a credential helper to remove this warning. See 18:43:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:13 18:43:13 Login Succeeded 18:43:13 nexus3.edgexfoundry.org:10002 18:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:14 Configure a credential helper to remove this warning. See 18:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:14 18:43:14 Login Succeeded 18:43:14 nexus3.edgexfoundry.org:10003 18:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:14 Configure a credential helper to remove this warning. See 18:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:14 18:43:14 Login Succeeded 18:43:14 nexus3.edgexfoundry.org:10004 18:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:14 Configure a credential helper to remove this warning. See 18:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:14 18:43:14 Login Succeeded 18:43:14 docker.io 18:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:14 Configure a credential helper to remove this warning. See 18:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:14 18:43:14 Login Succeeded 18:43:14 ---> docker-login.sh ends [Pipeline] } 18:43:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:43:15 + git rev-list -1 --merges 5740fee0ebaf7e18cdad794b389a42cc671a524e~1..5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo 18:43:15 -----------> git rev-list -1 --merges 5740fee0ebaf7e18cdad794b389a42cc671a524e~1..5740fee0ebaf7e18cdad794b389a42cc671a524e 5740fee0ebaf7e18cdad794b389a42cc671a524e [false] [Pipeline] sh 18:43:15 + git log --format=format:%s -1 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo 18:43:15 ========================================================= 18:43:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:43:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:16 + git log --format=format:%s -1 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo 18:43:16 [semverPrep] GIT_COMMIT: 5740fee0ebaf7e18cdad794b389a42cc671a524e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 18:43:16 [semverPrep] This is not a build commit. [Pipeline] sh 18:43:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:43:16 + grep -v github /etc/ssh/ssh_known_hosts 18:43:16 + [ -e /tmp/ssh_known_hosts ] 18:43:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:43:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:43:16 + sudo tee -a /etc/ssh/ssh_known_hosts 18:43:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:43:17 18:43:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:43:17 0.1.4: Pulling from edgex-devops/py-git-semver 18:43:17 b85a868b505f: Pulling fs layer 18:43:17 e2be974225ed: Pulling fs layer 18:43:17 339a4e72a1f5: Pulling fs layer 18:43:17 988bab9f4d93: Pulling fs layer 18:43:17 1469e6f7b9e6: Pulling fs layer 18:43:17 eaf3925da568: Pulling fs layer 18:43:17 bab4dde63d76: Pulling fs layer 18:43:17 bde34c3a00c8: Pulling fs layer 18:43:17 b352a97aabf1: Pulling fs layer 18:43:17 4872d77fe225: Pulling fs layer 18:43:17 5851b861e8e6: Pulling fs layer 18:43:17 bab4dde63d76: Waiting 18:43:17 1469e6f7b9e6: Waiting 18:43:17 eaf3925da568: Waiting 18:43:17 b352a97aabf1: Waiting 18:43:17 4872d77fe225: Waiting 18:43:17 5851b861e8e6: Waiting 18:43:17 988bab9f4d93: Waiting 18:43:17 e2be974225ed: Verifying Checksum 18:43:17 e2be974225ed: Download complete 18:43:17 988bab9f4d93: Verifying Checksum 18:43:17 988bab9f4d93: Download complete 18:43:17 1469e6f7b9e6: Verifying Checksum 18:43:17 1469e6f7b9e6: Download complete 18:43:17 339a4e72a1f5: Verifying Checksum 18:43:17 339a4e72a1f5: Download complete 18:43:17 bde34c3a00c8: Verifying Checksum 18:43:17 b352a97aabf1: Verifying Checksum 18:43:17 b352a97aabf1: Download complete 18:43:17 4872d77fe225: Download complete 18:43:17 5851b861e8e6: Verifying Checksum 18:43:17 5851b861e8e6: Download complete 18:43:17 b85a868b505f: Verifying Checksum 18:43:17 b85a868b505f: Download complete 18:43:18 bab4dde63d76: Download complete 18:43:19 b85a868b505f: Pull complete 18:43:19 e2be974225ed: Pull complete 18:43:19 339a4e72a1f5: Pull complete 18:43:19 988bab9f4d93: Pull complete 18:43:19 1469e6f7b9e6: Pull complete 18:43:19 eaf3925da568: Pull complete 18:43:21 bab4dde63d76: Pull complete 18:43:21 bde34c3a00c8: Pull complete 18:43:21 b352a97aabf1: Pull complete 18:43:21 4872d77fe225: Pull complete 18:43:21 5851b861e8e6: Pull complete 18:43:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:43:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:43:22 prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container 18:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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:10003/edgex-devops/py-git-semver:0.1.4 cat 18:43:23 $ docker top da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 -eo pid,comm 18:43:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:43:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:23 [ssh-agent] Looking for ssh-agent implementation... 18:43:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:23 $ docker exec da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent 18:43:23 SSH_AUTH_SOCK=/tmp/ssh-ZEGGkfBSlaA4/agent.32 18:43:23 SSH_AGENT_PID=38 18:43:23 Running ssh-add (command line suppressed) 18:43:23 Identity added: /w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_1662770784329335392.key (/w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_1662770784329335392.key) 18:43:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:24 + git tag --points-at HEAD [Pipeline] } 18:43:24 $ docker exec --env ******** --env ******** da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent -k 18:43:24 unset SSH_AUTH_SOCK; 18:43:24 unset SSH_AGENT_PID; 18:43:24 echo Agent pid 38 killed; 18:43:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:43:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:24 [ssh-agent] Looking for ssh-agent implementation... 18:43:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:24 $ docker exec da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent 18:43:24 SSH_AUTH_SOCK=/tmp/ssh-u7RRkVugwi9e/agent.70 18:43:24 SSH_AGENT_PID=76 18:43:24 Running ssh-add (command line suppressed) 18:43:24 Identity added: /w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_5541032312707814969.key (/w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_5541032312707814969.key) 18:43:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:25 + git semver init 18:43:25 2023-03-01 18:43:25,325 [run_init] DEBUG init version:0.0.0 force:False 18:43:25 2023-03-01 18:43:25,326 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-350/.semver 18:43:25 2023-03-01 18:43:25,327 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-350/.semver 18:43:25 2023-03-01 18:43:25,327 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-350/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-350, universal_newlines=False, shell=None, istream=None) 18:43:26 2023-03-01 18:43:26,495 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-350/.git/info/exclude 18:43:26 2023-03-01 18:43:26,496 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 with force:False 18:43:26 2023-03-01 18:43:26,496 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 18:43:26 2023-03-01 18:43:26,500 [execute] INFO git cat-file --batch-check 18:43:26 2023-03-01 18:43:26,500 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-350/.semver, universal_newlines=False, shell=None, istream=) 18:43:26 2023-03-01 18:43:26,505 [execute] INFO git cat-file --batch 18:43:26 2023-03-01 18:43:26,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-350/.semver, universal_newlines=False, shell=None, istream=) 18:43:26 2023-03-01 18:43:26,510 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 18:43:26 0.0.0 [Pipeline] } 18:43:26 $ docker exec --env ******** --env ******** da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent -k 18:43:26 unset SSH_AUTH_SOCK; 18:43:26 unset SSH_AGENT_PID; 18:43:26 echo Agent pid 76 killed; 18:43:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:27 + git semver [Pipeline] } 18:43:27 $ docker stop --time=1 da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 18:43:28 $ docker rm -f --volumes da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 [Pipeline] // withDockerContainer [Pipeline] sh 18:43:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:43:29 Stashed 1 file(s) [Pipeline] echo 18:43:29 [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 18:43:30 provisioning config files... 18:43:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config17511027158611314792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:30 ---> docker-login.sh 18:43:30 nexus3.edgexfoundry.org:10001 18:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:30 Configure a credential helper to remove this warning. See 18:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:30 18:43:30 Login Succeeded 18:43:30 nexus3.edgexfoundry.org:10002 18:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:30 Configure a credential helper to remove this warning. See 18:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:30 18:43:30 Login Succeeded 18:43:30 nexus3.edgexfoundry.org:10003 18:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:30 Configure a credential helper to remove this warning. See 18:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:30 18:43:30 Login Succeeded 18:43:30 nexus3.edgexfoundry.org:10004 18:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:30 Configure a credential helper to remove this warning. See 18:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:30 18:43:30 Login Succeeded 18:43:30 docker.io 18:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:30 Configure a credential helper to remove this warning. See 18:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:30 18:43:30 Login Succeeded 18:43:30 ---> docker-login.sh ends [Pipeline] } 18:43:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:43:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:43:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:43:31 ========================================================= 18:43:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:43:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:31 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:43:31 Sending build context to Docker daemon 23.4MB 18:43:31 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:43:31 Step 2/12 : FROM ${BASE} AS builder 18:43:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:32 213ec9aee27d: Pulling fs layer 18:43:32 4583459ba037: Pulling fs layer 18:43:32 93c1e223e6f2: Pulling fs layer 18:43:32 53926ce57604: Pulling fs layer 18:43:32 21b2b0c7a3f4: Pulling fs layer 18:43:32 22ff95d597cd: Pulling fs layer 18:43:32 12d6caf4c0d1: Pulling fs layer 18:43:32 96b7cbca73a9: Pulling fs layer 18:43:32 a7acece74701: Pulling fs layer 18:43:32 21b2b0c7a3f4: Waiting 18:43:32 22ff95d597cd: Waiting 18:43:32 12d6caf4c0d1: Waiting 18:43:32 96b7cbca73a9: Waiting 18:43:32 a7acece74701: Waiting 18:43:32 53926ce57604: Waiting 18:43:32 93c1e223e6f2: Verifying Checksum 18:43:32 93c1e223e6f2: Download complete 18:43:32 4583459ba037: Download complete 18:43:32 21b2b0c7a3f4: Download complete 18:43:32 22ff95d597cd: Verifying Checksum 18:43:32 22ff95d597cd: Download complete 18:43:32 213ec9aee27d: Verifying Checksum 18:43:32 213ec9aee27d: Download complete 18:43:32 12d6caf4c0d1: Verifying Checksum 18:43:32 12d6caf4c0d1: Download complete 18:43:32 213ec9aee27d: Pull complete 18:43:32 4583459ba037: Pull complete 18:43:32 93c1e223e6f2: Pull complete 18:43:32 a7acece74701: Verifying Checksum 18:43:32 a7acece74701: Download complete 18:43:33 53926ce57604: Verifying Checksum 18:43:33 53926ce57604: Download complete 18:43:33 96b7cbca73a9: Verifying Checksum 18:43:33 96b7cbca73a9: Download complete 18:43:37 53926ce57604: Pull complete 18:43:37 21b2b0c7a3f4: Pull complete 18:43:37 22ff95d597cd: Pull complete 18:43:37 12d6caf4c0d1: Pull complete 18:43:39 96b7cbca73a9: Pull complete 18:43:39 a7acece74701: Pull complete 18:43:39 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:43:39 ---> db6d94c90886 18:43:39 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:43:41 ---> Running in 65a33ea85dc0 18:43:41 Removing intermediate container 65a33ea85dc0 18:43:41 ---> 62087fc176dc 18:43:41 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:43:41 ---> Running in 2345fbe449ce 18:43:41 Removing intermediate container 2345fbe449ce 18:43:41 ---> 26ae00891260 18:43:41 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:43:41 ---> Running in 21271ea35fcc 18:43:42 Removing intermediate container 21271ea35fcc 18:43:42 ---> 4be77cff70c1 18:43:42 Step 6/12 : WORKDIR /device-virtual-go 18:43:42 ---> Running in fdd88e631070 18:43:42 Removing intermediate container fdd88e631070 18:43:42 ---> 78a582232b7b 18:43:42 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:43:42 ---> Running in ba125a98d33f 18:43:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:43:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:43:42 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:43:42 (2/4) Installing libedit (20210910.3.1-r0) 18:43:42 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:43:42 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:43:42 Executing busybox-1.35.0-r17.trigger 18:43:42 OK: 216 MiB in 55 packages 18:43:43 Removing intermediate container ba125a98d33f 18:43:43 ---> 9cd932eb264c 18:43:43 Step 8/12 : COPY go.mod vendor* ./ 18:43:43 ---> d9913a3708a6 18:43:43 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:43:43 ---> Running in c49c059b72fc 18:43:44 Still waiting to schedule task 18:43:44 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 18:44:09 Removing intermediate container c49c059b72fc 18:44:09 ---> 7da622b5daa5 18:44:09 Step 10/12 : COPY . . 18:44:09 ---> 482b5f58c610 18:44:09 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:44:09 ---> Running in 63e5e47187eb 18:44:09 Removing intermediate container 63e5e47187eb 18:44:09 ---> 821e63644de8 18:44:09 Step 12/12 : RUN $MAKE 18:44:09 ---> Running in 18918d15de85 18:44:09 noop 18:44:09 Removing intermediate container 18918d15de85 18:44:09 ---> 10ec68cf27a1 18:44:09 Successfully built 10ec68cf27a1 18:44:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:10 + docker inspect -f . ci-base-image-x86_64 18:44:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:10 prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container 18:44:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 18:44:10 $ docker top 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:11 + go version 18:44:11 go version go1.18.7 linux/amd64 [Pipeline] } 18:44:11 $ docker stop --time=1 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 18:44:12 $ docker rm -f --volumes 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:13 + docker inspect -f . ci-base-image-x86_64 18:44:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:13 prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container 18:44:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 18:44:13 $ docker top 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:14 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-350 [Pipeline] fileExists [Pipeline] sh 18:44:14 + make test 18:44:14 go test ./... -coverprofile=coverage.out 18:44:14 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:44:22 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:44:23 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.6% of statements 18:44:29 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:44:29 go vet ./... 18:44:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:44:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:44:32 ./bin/test-attribution-txt.sh [Pipeline] echo 18:44:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:44:32 $ docker stop --time=1 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a 18:44:34 $ docker rm -f --volumes 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a [Pipeline] // withDockerContainer [Pipeline] sh 18:44:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:44:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:44:36 + ls -al . 18:44:36 total 192 18:44:36 drwxrwxr-x 9 jenkins jenkins 4096 Mar 1 18:44 . 18:44:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:43 .. 18:44:36 drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:44 .git 18:44:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 .github 18:44:36 -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 18:43 .gitignore 18:44:36 -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 18:43 .golangci.yml 18:44:36 drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 18:43 .semver 18:44:36 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 18:43 Attribution.txt 18:44:36 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 18:43 CHANGELOG.md 18:44:36 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 18:43 Dockerfile 18:44:36 -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 18:43 GOVERNANCE.md 18:44:36 -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 18:43 Jenkinsfile 18:44:36 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 18:43 LICENSE 18:44:36 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 18:43 Makefile 18:44:36 -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 18:43 OWNERS.md 18:44:36 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 18:43 README.md 18:44:36 -rw-rw-r-- 1 jenkins jenkins 5 Mar 1 18:43 VERSION 18:44:36 drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 18:43 bin 18:44:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 cmd 18:44:36 -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 18:44 coverage.out 18:44:36 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 18:43 go.mod 18:44:36 -rw-rw-r-- 1 jenkins jenkins 30609 Mar 1 18:43 go.sum 18:44:36 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 internal 18:44:36 drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:43 snap 18:44:36 -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 18:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:36 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e --label arch=amd64 --label version=0.0.0 . 18:44:36 Sending build context to Docker daemon 23.45MB 18:44:36 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:44:36 Step 2/25 : FROM ${BASE} AS builder 18:44:36 ---> 10ec68cf27a1 18:44:36 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:44:36 ---> Running in 5076e42f0d64 18:44:36 Removing intermediate container 5076e42f0d64 18:44:36 ---> 6a7807511488 18:44:36 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 18:44:36 ---> Running in d445cb55e9ed 18:44:36 Removing intermediate container d445cb55e9ed 18:44:36 ---> 49f0c949613c 18:44:36 Step 5/25 : ARG ADD_BUILD_TAGS="" 18:44:36 ---> Running in 1f9edc934c7c 18:44:37 Removing intermediate container 1f9edc934c7c 18:44:37 ---> 62ce3e6439e1 18:44:37 Step 6/25 : WORKDIR /device-virtual-go 18:44:37 ---> Running in ea322bf3fa6a 18:44:37 Removing intermediate container ea322bf3fa6a 18:44:37 ---> fedb2e183571 18:44:37 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:44:37 ---> Running in 5efbe17cdf03 18:44:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:44:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:44:37 OK: 216 MiB in 55 packages 18:44:38 Removing intermediate container 5efbe17cdf03 18:44:38 ---> 736a5daaef36 18:44:38 Step 8/25 : COPY go.mod vendor* ./ 18:44:38 ---> 0629d0cc30a2 18:44:38 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:44:38 ---> Running in 050d1bdef415 18:44:39 Removing intermediate container 050d1bdef415 18:44:39 ---> 1ce42ab18973 18:44:39 Step 10/25 : COPY . . 18:44:39 ---> e88181e9dd84 18:44:39 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:44:39 ---> Running in ae414aa9dd70 18:44:39 Removing intermediate container ae414aa9dd70 18:44:39 ---> 7fe1152a418c 18:44:39 Step 12/25 : RUN $MAKE 18:44:39 ---> Running in 6c69a6fab625 18:44:40 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 18:44:58 Removing intermediate container 6c69a6fab625 18:44:58 ---> 1cb0657fa6c1 18:44:58 Step 13/25 : FROM alpine:3.16 18:44:58 3.16: Pulling from library/alpine 18:44:58 ef5531b6e74e: Pulling fs layer 18:44:58 ef5531b6e74e: Verifying Checksum 18:44:58 ef5531b6e74e: Download complete 18:44:58 ef5531b6e74e: Pull complete 18:44:58 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:44:58 Status: Downloaded newer image for alpine:3.16 18:44:58 ---> dfd21b5a31f5 18:44:58 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:44:58 ---> Running in 5d9379923694 18:44:58 Removing intermediate container 5d9379923694 18:44:58 ---> cf44e10109f3 18:44:58 Step 15/25 : RUN apk add --update --no-cache dumb-init 18:44:58 ---> Running in 67fc1670b663 18:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:44:58 (1/1) Installing dumb-init (1.2.5-r1) 18:44:58 Executing busybox-1.35.0-r17.trigger 18:44:58 OK: 6 MiB in 15 packages 18:44:58 Removing intermediate container 67fc1670b663 18:44:58 ---> a0dbc0cc7cb1 18:44:58 Step 16/25 : WORKDIR / 18:44:58 ---> Running in 60be78855138 18:44:58 Removing intermediate container 60be78855138 18:44:58 ---> aa30c2b6315e 18:44:58 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:44:58 ---> 4f065d9e2d98 18:44:58 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 18:44:58 ---> 8269fc9b90ad 18:44:58 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 18:44:59 ---> 7936c695cb4a 18:44:59 Step 20/25 : EXPOSE 59900 18:44:59 ---> Running in 19ef62fc6086 18:44:59 Removing intermediate container 19ef62fc6086 18:44:59 ---> dd71db552646 18:44:59 Step 21/25 : ENTRYPOINT ["/device-virtual"] 18:44:59 ---> Running in 902f9d759975 18:44:59 Removing intermediate container 902f9d759975 18:44:59 ---> b276a3ddd6b8 18:44:59 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:44:59 ---> Running in e8a10022ba2f 18:44:59 Removing intermediate container e8a10022ba2f 18:44:59 ---> e08e2b44c681 18:44:59 Step 23/25 : LABEL arch=amd64 18:44:59 ---> Running in 00ec7ef5f336 18:44:59 Removing intermediate container 00ec7ef5f336 18:44:59 ---> 8d7e07570c61 18:44:59 Step 24/25 : LABEL git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e 18:44:59 ---> Running in 37ba87cd0ca6 18:44:59 Removing intermediate container 37ba87cd0ca6 18:44:59 ---> df9757811582 18:44:59 Step 25/25 : LABEL version=0.0.0 18:44:59 ---> Running in ece7acbd58ba 18:44:59 Removing intermediate container ece7acbd58ba 18:44:59 ---> 69327c77fd82 18:44:59 [Warning] One or more build-args [ARCH] were not consumed 18:44:59 Successfully built 69327c77fd82 18:44:59 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 18:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:45:00 18:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:45:01 latest: Pulling from edgex-lftools-log-publisher 18:45:01 5eb5b503b376: Pulling fs layer 18:45:01 5c69ac0246d0: Pulling fs layer 18:45:01 ec43610c2a17: Pulling fs layer 18:45:01 3a2ae6a8a46f: Pulling fs layer 18:45:01 33b1e0a273af: Pulling fs layer 18:45:01 5d3b04190fa2: Pulling fs layer 18:45:01 2f39f015ded8: Pulling fs layer 18:45:01 3a2ae6a8a46f: Waiting 18:45:01 33b1e0a273af: Waiting 18:45:01 2f39f015ded8: Waiting 18:45:01 5c69ac0246d0: Verifying Checksum 18:45:01 5c69ac0246d0: Download complete 18:45:01 3a2ae6a8a46f: Verifying Checksum 18:45:01 3a2ae6a8a46f: Download complete 18:45:01 33b1e0a273af: Verifying Checksum 18:45:01 33b1e0a273af: Download complete 18:45:01 ec43610c2a17: Download complete 18:45:01 5d3b04190fa2: Verifying Checksum 18:45:01 5d3b04190fa2: Download complete 18:45:01 5eb5b503b376: Download complete 18:45:02 2f39f015ded8: Download complete 18:45:02 5eb5b503b376: Pull complete 18:45:02 5c69ac0246d0: Pull complete 18:45:03 ec43610c2a17: Pull complete 18:45:03 3a2ae6a8a46f: Pull complete 18:45:03 33b1e0a273af: Pull complete 18:45:03 5d3b04190fa2: Pull complete 18:45:07 2f39f015ded8: Pull complete 18:45:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:45:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:45:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:08 prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container 18:45:08 $ 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/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 18:45:09 $ docker top 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:45:10 ---> job-cost.sh 18:45:10 lf-activate-venv: SKIPPING 18:45:10 INFO: No Stack... 18:45:10 INFO: Retrieving Pricing Info for: v3-standard-8 18:45:10 INFO: Archiving Costs [Pipeline] sh 18:45:11 + cat /w/workspace/foundry_device-virtual-go_PR-350/archives/cost.csv 18:45:11 + cut -d, -f6 [Pipeline] lock 18:45:11 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] 18:45:11 Resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] did not exist. Created. 18:45:11 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:45:11 + echo total: 0.2199999988079071 [Pipeline] stash 18:45:11 Stashed 1 file(s) [Pipeline] } 18:45:11 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:45:11 $ docker stop --time=1 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 18:45:12 $ docker rm -f --volumes 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:46:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8001 in /w/workspace/foundry_device-virtual-go_PR-350 [Pipeline] { [Pipeline] ws 18:46:32 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 18:46:32 The recommended git tool is: git 18:46:39 using credential edgex-jenkins-ssh 18:46:39 Cloning the remote Git repository 18:46:39 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:46:39 > git init /w/workspace/device-virtual-go/1 # timeout=10 18:46:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:46:39 > git --version # timeout=10 18:46:39 > git --version # 'git version 2.25.1' 18:46:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:44 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:46:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:46:45 Merging remotes/origin/main commit de7f1fa98896349c300f3340708f5a9fee2488ae into PR head commit 5740fee0ebaf7e18cdad794b389a42cc671a524e 18:46:45 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:46:45 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:46:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:46:45 > git config core.sparsecheckout # timeout=10 18:46:45 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 18:46:45 > git remote # timeout=10 18:46:46 Merge succeeded, producing 5740fee0ebaf7e18cdad794b389a42cc671a524e 18:46:46 Checking out Revision 5740fee0ebaf7e18cdad794b389a42cc671a524e (PR-350) 18:46:46 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 18:46:46 > git --version # timeout=10 18:46:46 > git --version # 'git version 2.25.1' 18:46:46 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:45 > git config --get remote.origin.url # timeout=10 18:46:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:46 > git merge de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 18:46:46 > git rev-parse HEAD^{commit} # timeout=10 18:46:46 > git config core.sparsecheckout # timeout=10 18:46:46 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 18:46:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:46:48 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:48 Dload Upload Total Spent Left Speed 18:46:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77278 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh 18:46:48 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:46:49 + sudo tee /etc/docker/daemon.new 18:46:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:46:49 { 18:46:49 "registry-mirrors": [ 18:46:49 "https://nexus3.edgexfoundry.org:10001" 18:46:49 ], 18:46:49 "bip": "10.250.0.254/24", 18:46:49 "hosts": [ 18:46:49 "tcp://0.0.0.0:5555", 18:46:49 "unix:///var/run/docker.sock" 18:46:49 ], 18:46:49 "mtu": 1458, 18:46:49 "selinux-enabled": true, 18:46:49 "seccomp-profile": "/etc/docker/seccomp.json" 18:46:49 } [Pipeline] sh 18:46:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:46:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:12 provisioning config files... 18:47:12 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config12178872650151312868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:47:12 ---> docker-login.sh 18:47:12 nexus3.edgexfoundry.org:10001 18:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:13 nexus3.edgexfoundry.org:10002 18:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:13 nexus3.edgexfoundry.org:10003 18:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:13 Configure a credential helper to remove this warning. See 18:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:13 18:47:13 Login Succeeded 18:47:14 nexus3.edgexfoundry.org:10004 18:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:14 Configure a credential helper to remove this warning. See 18:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:14 18:47:14 Login Succeeded 18:47:14 docker.io 18:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:15 Configure a credential helper to remove this warning. See 18:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:15 18:47:15 Login Succeeded 18:47:15 ---> docker-login.sh ends [Pipeline] } 18:47:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:47:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:15 ========================================================= 18:47:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:47:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:47:16 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:47:16 Sending build context to Docker daemon 11.85MB 18:47:16 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:47:16 Step 2/12 : FROM ${BASE} AS builder 18:47:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:16 9b18e9b68314: Pulling fs layer 18:47:16 35d82f9e3411: Pulling fs layer 18:47:16 e16973657156: Pulling fs layer 18:47:16 fc693d55d65f: Pulling fs layer 18:47:16 7e9fc2657dce: Pulling fs layer 18:47:16 dda99020689f: Pulling fs layer 18:47:16 db1c61fa0a46: Pulling fs layer 18:47:16 891c053d2c06: Pulling fs layer 18:47:16 fc693d55d65f: Waiting 18:47:16 db1c61fa0a46: Waiting 18:47:16 891c053d2c06: Waiting 18:47:16 7e9fc2657dce: Waiting 18:47:16 dda99020689f: Waiting 18:47:16 e16973657156: Verifying Checksum 18:47:16 e16973657156: Download complete 18:47:16 35d82f9e3411: Verifying Checksum 18:47:16 35d82f9e3411: Download complete 18:47:16 7e9fc2657dce: Verifying Checksum 18:47:16 7e9fc2657dce: Download complete 18:47:16 dda99020689f: Verifying Checksum 18:47:16 dda99020689f: Download complete 18:47:16 9b18e9b68314: Verifying Checksum 18:47:16 9b18e9b68314: Download complete 18:47:17 9b18e9b68314: Pull complete 18:47:17 891c053d2c06: Verifying Checksum 18:47:17 891c053d2c06: Download complete 18:47:18 35d82f9e3411: Pull complete 18:47:18 e16973657156: Pull complete 18:47:18 db1c61fa0a46: Verifying Checksum 18:47:18 db1c61fa0a46: Download complete 18:47:19 fc693d55d65f: Download complete 18:47:31 fc693d55d65f: Pull complete 18:47:31 7e9fc2657dce: Pull complete 18:47:31 dda99020689f: Pull complete 18:47:37 db1c61fa0a46: Pull complete 18:47:38 891c053d2c06: Pull complete 18:47:38 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:47:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:47:38 ---> f96f9c87975a 18:47:38 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:47:40 ---> Running in 4d52a779a92e 18:47:41 Removing intermediate container 4d52a779a92e 18:47:41 ---> 7669544d92bf 18:47:41 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:47:41 ---> Running in 024c779d9595 18:47:41 Removing intermediate container 024c779d9595 18:47:41 ---> 8806c6420683 18:47:41 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:47:41 ---> Running in 3acaa59e271d 18:47:41 Removing intermediate container 3acaa59e271d 18:47:41 ---> 51467b65c7d6 18:47:41 Step 6/12 : WORKDIR /device-virtual-go 18:47:41 ---> Running in e07c876dd3b0 18:47:42 Removing intermediate container e07c876dd3b0 18:47:42 ---> 65b92a39415f 18:47:42 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:47:42 ---> Running in 4535db086a1c 18:47:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:44 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:47:44 (2/4) Installing libedit (20210910.3.1-r0) 18:47:44 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:47:45 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:47:45 Executing busybox-1.35.0-r17.trigger 18:47:45 OK: 226 MiB in 55 packages 18:47:46 Removing intermediate container 4535db086a1c 18:47:46 ---> 1d0b5f3c915f 18:47:46 Step 8/12 : COPY go.mod vendor* ./ 18:47:47 ---> 075aa42c877c 18:47:47 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:47 ---> Running in 09921e832004 18:48:55 Removing intermediate container 09921e832004 18:48:55 ---> a41b8e1004a6 18:48:55 Step 10/12 : COPY . . 18:48:55 ---> 1b1a27f83c3f 18:48:55 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:48:55 ---> Running in adf482b04736 18:48:55 Removing intermediate container adf482b04736 18:48:55 ---> 9b12e563b8d8 18:48:55 Step 12/12 : RUN $MAKE 18:48:55 ---> Running in ffb6bb9e44d9 18:48:56 noop 18:48:56 Removing intermediate container ffb6bb9e44d9 18:48:56 ---> 61d4a77e6f74 18:48:56 Successfully built 61d4a77e6f74 18:48:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:48:57 + docker inspect -f . ci-base-image-arm64 18:48:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:48:57 prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container 18:48:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:48:58 $ docker top 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:59 + go version 18:48:59 go version go1.18.7 linux/arm64 [Pipeline] } 18:48:59 $ docker stop --time=1 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c 18:49:01 $ docker rm -f --volumes 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:49:02 + docker inspect -f . ci-base-image-arm64 18:49:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:49:02 prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container 18:49:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:49:03 $ docker top e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:04 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 18:49:04 + make test 18:49:05 go test ./... -coverprofile=coverage.out 18:49:06 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:50:43 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:50:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.140s coverage: 65.6% of statements 18:50:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:50:43 go vet ./... 18:51:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:51:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:51:01 ./bin/test-attribution-txt.sh [Pipeline] echo 18:51:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:51:01 $ docker stop --time=1 e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 18:51:03 $ docker rm -f --volumes e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 [Pipeline] // withDockerContainer [Pipeline] sh 18:51:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:51:04 Warning: overwriting stash ‘coverage-report’ 18:51:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:51:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:51:06 + ls -al . 18:51:06 total 188 18:51:06 drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:49 . 18:51:06 drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:46 .. 18:51:06 drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:46 .git 18:51:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 .github 18:51:06 -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 18:46 .gitignore 18:51:06 -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 18:46 .golangci.yml 18:51:06 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 18:46 Attribution.txt 18:51:06 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 18:46 CHANGELOG.md 18:51:06 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 18:46 Dockerfile 18:51:06 -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 18:46 GOVERNANCE.md 18:51:06 -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 18:46 Jenkinsfile 18:51:06 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 18:46 LICENSE 18:51:06 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 18:46 Makefile 18:51:06 -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 18:46 OWNERS.md 18:51:06 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 18:46 README.md 18:51:06 -rw-rw-r-- 1 jenkins jenkins 5 Mar 1 18:43 VERSION 18:51:06 drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 18:46 bin 18:51:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 cmd 18:51:06 -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 18:50 coverage.out 18:51:06 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 18:46 go.mod 18:51:06 -rw-rw-r-- 1 jenkins jenkins 30609 Mar 1 18:46 go.sum 18:51:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 internal 18:51:06 drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:46 snap 18:51:06 -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 18:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:07 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e --label arch=arm64 --label version=0.0.0 . 18:51:08 Sending build context to Docker daemon 11.9MB 18:51:08 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:51:08 Step 2/25 : FROM ${BASE} AS builder 18:51:08 ---> 61d4a77e6f74 18:51:08 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:51:08 ---> Running in bd60abc358b7 18:51:08 Removing intermediate container bd60abc358b7 18:51:08 ---> d56787075b84 18:51:08 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 18:51:08 ---> Running in 34bcdc979d35 18:51:09 Removing intermediate container 34bcdc979d35 18:51:09 ---> 84ed113e4558 18:51:09 Step 5/25 : ARG ADD_BUILD_TAGS="" 18:51:09 ---> Running in 6fad3c6c0b41 18:51:09 Removing intermediate container 6fad3c6c0b41 18:51:09 ---> ef3788241a46 18:51:09 Step 6/25 : WORKDIR /device-virtual-go 18:51:09 ---> Running in 3e0800547c2a 18:51:10 Removing intermediate container 3e0800547c2a 18:51:10 ---> 6ef97f9cf4e6 18:51:10 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:51:10 ---> Running in 19288babc522 18:51:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:51:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:51:13 OK: 226 MiB in 55 packages 18:51:14 Removing intermediate container 19288babc522 18:51:14 ---> 9b3beadee636 18:51:14 Step 8/25 : COPY go.mod vendor* ./ 18:51:14 ---> f6e62491d61d 18:51:14 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:15 ---> Running in d5bd59ba6760 18:51:18 Removing intermediate container d5bd59ba6760 18:51:18 ---> 3dba3a51b20e 18:51:18 Step 10/25 : COPY . . 18:51:19 ---> 058ff20e3038 18:51:19 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:51:19 ---> Running in 33cef177e5e3 18:51:20 Removing intermediate container 33cef177e5e3 18:51:20 ---> e7bb29cbccc4 18:51:20 Step 12/25 : RUN $MAKE 18:51:20 ---> Running in ff171e5b7f34 18:51:21 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 18:53:57 Removing intermediate container ff171e5b7f34 18:53:57 ---> 80de8028b84b 18:53:57 Step 13/25 : FROM alpine:3.16 18:53:57 3.16: Pulling from library/alpine 18:53:57 3760b48202b3: Pulling fs layer 18:53:57 3760b48202b3: Verifying Checksum 18:53:57 3760b48202b3: Download complete 18:53:57 3760b48202b3: Pull complete 18:53:57 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:53:57 Status: Downloaded newer image for alpine:3.16 18:53:57 ---> 4c81e5bf8899 18:53:57 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:53:57 ---> Running in a89432ad65fc 18:53:57 Removing intermediate container a89432ad65fc 18:53:57 ---> 3dbb8cc3c74d 18:53:57 Step 15/25 : RUN apk add --update --no-cache dumb-init 18:53:57 ---> Running in 5c2a1b456f75 18:53:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:53:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:53:57 (1/1) Installing dumb-init (1.2.5-r1) 18:53:57 Executing busybox-1.35.0-r17.trigger 18:53:57 OK: 5 MiB in 15 packages 18:53:57 Removing intermediate container 5c2a1b456f75 18:53:57 ---> 22081426a495 18:53:57 Step 16/25 : WORKDIR / 18:53:57 ---> Running in 598e1e3c303e 18:53:57 Removing intermediate container 598e1e3c303e 18:53:57 ---> 4a9677142aec 18:53:57 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:53:57 ---> 4dfdb44b45c0 18:53:57 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 18:53:57 ---> c6d0d8a6acb3 18:53:57 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 18:53:57 ---> 9a40af847b72 18:53:57 Step 20/25 : EXPOSE 59900 18:53:57 ---> Running in 65fd7a8af389 18:53:57 Removing intermediate container 65fd7a8af389 18:53:57 ---> a32b6915edde 18:53:57 Step 21/25 : ENTRYPOINT ["/device-virtual"] 18:53:57 ---> Running in 46e78fe270ac 18:53:57 Removing intermediate container 46e78fe270ac 18:53:57 ---> 85389ee06dc6 18:53:57 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:53:57 ---> Running in 057e85f4ea0d 18:53:57 Removing intermediate container 057e85f4ea0d 18:53:57 ---> 9dd8043b9fb8 18:53:57 Step 23/25 : LABEL arch=arm64 18:53:57 ---> Running in 23548d60a0ed 18:53:57 Removing intermediate container 23548d60a0ed 18:53:57 ---> c4a9228a340d 18:53:57 Step 24/25 : LABEL git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e 18:53:57 ---> Running in 1730e691ebec 18:53:57 Removing intermediate container 1730e691ebec 18:53:57 ---> 75c40eec1f4b 18:53:57 Step 25/25 : LABEL version=0.0.0 18:53:57 ---> Running in ac9099907a22 18:53:57 Removing intermediate container ac9099907a22 18:53:57 ---> e0056b6a4ce1 18:53:57 [Warning] One or more build-args [ARCH] were not consumed 18:53:57 Successfully built e0056b6a4ce1 18:53:57 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 18:53:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:53:58 18:53:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:53:59 arm64: Pulling from edgex-lftools-log-publisher 18:53:59 8998bd30e6a1: Pulling fs layer 18:53:59 04944245beec: Pulling fs layer 18:53:59 699f458cf7ca: Pulling fs layer 18:53:59 765212b225bb: Pulling fs layer 18:53:59 f23df028b6ca: Pulling fs layer 18:53:59 d65c8cfc05b1: Pulling fs layer 18:53:59 2437ff75d9bd: Pulling fs layer 18:53:59 765212b225bb: Waiting 18:53:59 d65c8cfc05b1: Waiting 18:53:59 f23df028b6ca: Waiting 18:53:59 2437ff75d9bd: Waiting 18:53:59 04944245beec: Verifying Checksum 18:53:59 04944245beec: Download complete 18:53:59 765212b225bb: Verifying Checksum 18:53:59 765212b225bb: Download complete 18:53:59 f23df028b6ca: Verifying Checksum 18:53:59 f23df028b6ca: Download complete 18:53:59 d65c8cfc05b1: Verifying Checksum 18:53:59 d65c8cfc05b1: Download complete 18:53:59 699f458cf7ca: Verifying Checksum 18:53:59 699f458cf7ca: Download complete 18:53:59 8998bd30e6a1: Verifying Checksum 18:53:59 8998bd30e6a1: Download complete 18:54:02 2437ff75d9bd: Verifying Checksum 18:54:02 2437ff75d9bd: Download complete 18:54:03 8998bd30e6a1: Pull complete 18:54:04 04944245beec: Pull complete 18:54:05 699f458cf7ca: Pull complete 18:54:05 765212b225bb: Pull complete 18:54:06 f23df028b6ca: Pull complete 18:54:06 d65c8cfc05b1: Pull complete 18:54:21 2437ff75d9bd: Pull complete 18:54:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:54:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:54:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:22 prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container 18:54:22 $ 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-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:54:24 $ docker top c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:25 ---> job-cost.sh 18:54:25 lf-activate-venv: SKIPPING 18:54:25 INFO: No Stack... 18:54:26 INFO: Retrieving Pricing Info for: v3-standard-4 18:54:27 INFO: Archiving Costs [Pipeline] sh 18:54:27 + cut -d, -f6 18:54:27 + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock 18:54:27 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] 18:54:27 Resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] did not exist. Created. 18:54:27 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:54:28 /w/workspace/device-virtual-go/1@tmp/durable-d9c4d80e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:54:29 + echo total: 0.10999999940395355 [Pipeline] stash 18:54:29 Warning: overwriting stash ‘stack-cost’ 18:54:29 Stashed 1 file(s) [Pipeline] } 18:54:29 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:54:29 $ docker stop --time=1 c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d 18:54:31 $ docker rm -f --volumes c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d [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 18:54:31 provisioning config files... 18:54:31 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config11261722977401930942tmp [Pipeline] { [Pipeline] sh 18:54:32 + set +x 18:54:32 + bash -s -- 18:54:32 + curl -s https://codecov.io/bash 18:54:32 18:54:32 _____ _ 18:54:32 / ____| | | 18:54:32 | | ___ __| | ___ ___ _____ __ 18:54:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:54:32 | |___| (_) | (_| | __/ (_| (_) \ V / 18:54:32 \_____\___/ \__,_|\___|\___\___/ \_/ 18:54:32 Bash-1.0.6 18:54:32 18:54:32 18:54:32 ==> git version 2.25.1 found 18:54:32 ==> 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 18:54:32 Release-Date: 2020-01-08 18:54:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:54:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:54:32 ==> Jenkins CI detected. 18:54:32 current dir:  /w/workspace/foundry_device-virtual-go_PR-350 18:54:32 project root: . 18:54:32 --> token set from env 18:54:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:54:32 ==> Running gcov in . (disable via -X gcov) 18:54:32 ==> Python coveragepy not found 18:54:32 ==> Searching for coverage reports in: 18:54:32 + . 18:54:32 -> Found 1 reports 18:54:32 ==> Detecting git/mercurial file structure 18:54:32 ==> Reading reports 18:54:32 + ./coverage.out bytes=44128 18:54:32 ==> Appending adjustments 18:54:32 https://docs.codecov.io/docs/fixing-reports 18:54:32 + Found adjustments 18:54:32 ==> Gzipping contents 18:54:32 8.0K /tmp/codecov.ygI8hm.gz 18:54:32 ==> Uploading reports 18:54:32 url: https://codecov.io 18:54:32 query: branch=PR-350&commit=5740fee0ebaf7e18cdad794b389a42cc671a524e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-350%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=350&job=&cmd_args= 18:54:32 -> Pinging Codecov 18:54:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-350&commit=5740fee0ebaf7e18cdad794b389a42cc671a524e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-350%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=350&job=&cmd_args= 18:54:32 -> Uploading to 18:54:32 https://storage.googleapis.com/codecov/v4/raw/2023-03-01/5E52B4B073DB2E39498172D8E973AA87/5740fee0ebaf7e18cdad794b389a42cc671a524e/fa864207-644d-421c-8e12-d76c96302cde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T185432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b57a75a456897181821285d894d808699cc09b3323d0c8781d9c9dcf2f77acc 18:54:32 % Total % Received % Xferd Average Speed Time Time Time Current 18:54:32 Dload Upload Total Spent Left Speed 18:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5496 0 0 100 5496 0 15057 --:--:-- --:--:-- --:--:-- 15057 18:54:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] } 18:54:33 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 18:54:35 + [ -d /w/workspace/foundry_device-virtual-go_PR-350/archives ] 18:54:35 + ls -al /w/workspace/foundry_device-virtual-go_PR-350/archives 18:54:35 total 16 18:54:35 drwxr-xr-x 3 root root 4096 Mar 1 18:45 . 18:54:35 drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 18:45 .. 18:54:35 drwxr-xr-x 2 root root 4096 Mar 1 18:45 cost 18:54:35 -rw-r--r-- 1 root root 89 Mar 1 18:45 cost.csv 18:54:35 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-350/archives 18:54:35 + ls -al /w/workspace/foundry_device-virtual-go_PR-350/archives 18:54:35 total 16 18:54:35 drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 18:45 . 18:54:35 drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 18:45 .. 18:54:35 drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 18:45 cost 18:54:35 -rw-r--r-- 1 jenkins jenkins 89 Mar 1 18:45 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:54:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:54:36 ---> package-listing.sh 18:54:36 ++ facter osfamily 18:54:36 ++ tr '[:upper:]' '[:lower:]' 18:54:36 + OS_FAMILY=debian 18:54:36 + workspace=/w/workspace/foundry_device-virtual-go_PR-350 18:54:36 + START_PACKAGES=/tmp/packages_start.txt 18:54:36 + END_PACKAGES=/tmp/packages_end.txt 18:54:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:54:36 + PACKAGES=/tmp/packages_start.txt 18:54:36 + '[' /w/workspace/foundry_device-virtual-go_PR-350 ']' 18:54:36 + PACKAGES=/tmp/packages_end.txt 18:54:36 + case "${OS_FAMILY}" in 18:54:36 + dpkg -l 18:54:36 + grep '^ii' 18:54:36 + '[' -f /tmp/packages_start.txt ']' 18:54:36 + '[' -f /tmp/packages_end.txt ']' 18:54:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:54:36 + '[' /w/workspace/foundry_device-virtual-go_PR-350 ']' 18:54:36 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-350/archives/ 18:54:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-350/archives/ [Pipeline] echo 18:54:36 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/foundry_device-virtual-go_PR-350/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:54:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:54:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:37 prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container 18:54:37 $ 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/foundry_device-virtual-go_PR-350/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 18:54:38 $ docker top e6e9b7c097b96bea257cda7c9682a8b13cb072d022c46b33aaeb68a96df83f09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:38 + touch /tmp/pre-build-complete [Pipeline] sh 18:54:38 + mkdir -p /var/log/sysstat [Pipeline] sh 18:54:39 + ls /var/log/sa-host 18:54:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:54:39 provisioning config files... 18:54:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config720301671488267638tmp [Pipeline] { [Pipeline] echo 18:54:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:54:39 ---> create-netrc.sh [Pipeline] } 18:54:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:54:39 ---> python-tools-install.sh [Pipeline] echo 18:54:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:54:40 ---> sudo-logs.sh 18:54:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:54:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:54:40 ---> job-cost.sh 18:54:40 lf-activate-venv: SKIPPING 18:54:40 DEBUG: total: 0.2199999988079071 18:54:40 INFO: Retrieving Stack Cost... 18:54:41 INFO: Retrieving Pricing Info for: v3-standard-8 18:54:41 INFO: Archiving Costs [Pipeline] echo 18:54:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:54:41 ---> logs-deploy.sh 18:54:41 lf-activate-venv: SKIPPING 18:54:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-350/1 18:54:41 INFO: archiving workspace using pattern(s): 18:54:42 Archives upload complete. 18:54:42 INFO: archiving logs to Nexus