Pull request #417 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 57097926a47ac5e2c4708890a9da924e47c86c0c+8ad9699a6dce6de25ce5ac2145c2ba17367dec2a (87d21efd795e820995293eec00ead1c282234e4e) 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-ssh8792549601214089531.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh14662763542569933104.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-417/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-417/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15576676416704363371.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-417/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8511967876196739748.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh7620664161771095829.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-417/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-417/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16575078546931465661.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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.20 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 ‘prd-ubuntu20.04-docker-8c-8g-2894’ Running on prd-ubuntu20.04-docker-8c-8g-2897 in /w/workspace/foundry_device-virtual-go_PR-417 [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-417 # 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 Merging remotes/origin/main commit 8ad9699a6dce6de25ce5ac2145c2ba17367dec2a into PR head commit 57097926a47ac5e2c4708890a9da924e47c86c0c Merge succeeded, producing 57097926a47ac5e2c4708890a9da924e47c86c0c Checking out Revision 57097926a47ac5e2c4708890a9da924e47c86c0c (PR-417) 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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 > 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/417/head:refs/remotes/origin/PR-417 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57097926a47ac5e2c4708890a9da924e47c86c0c # 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 8ad9699a6dce6de25ce5ac2145c2ba17367dec2a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57097926a47ac5e2c4708890a9da924e47c86c0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:17:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:17:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:17:33 ========================================================= 11:17:33 EdgeX Global Pipelines Version Info 11:17:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:17:34 ------------------- 11:17:34 stable info: 11:17:34 ------------------- 11:17:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:17:34 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 11:17:34 Message: update stable to v1.0.250 11:17:34 ------------------- 11:17:34 experimental info: 11:17:34 ------------------- 11:17:34 Commited By: **** collab-it+edgex@linuxfoundation.org 11:17:34 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 11:17:34 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:17:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:17:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:17:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-417 [Pipeline] echo 11:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-417 [Pipeline] echo 11:17:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-417 [Pipeline] echo 11:17:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57097926a47ac5e2c4708890a9da924e47c86c0c [Pipeline] echo 11:17:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5709792 [Pipeline] echo 11:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:17:36 provisioning config files... 11:17:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-417@tmp/config12417596768727890811tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:17:36 ---> docker-login.sh 11:17:36 nexus3.edgexfoundry.org:10001 11:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:36 Configure a credential helper to remove this warning. See 11:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:36 11:17:36 Login Succeeded 11:17:36 nexus3.edgexfoundry.org:10002 11:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:36 Configure a credential helper to remove this warning. See 11:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:36 11:17:36 Login Succeeded 11:17:36 nexus3.edgexfoundry.org:10003 11:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:37 Configure a credential helper to remove this warning. See 11:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:37 11:17:37 Login Succeeded 11:17:37 nexus3.edgexfoundry.org:10004 11:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:37 Configure a credential helper to remove this warning. See 11:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:37 11:17:37 Login Succeeded 11:17:37 docker.io 11:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:37 Configure a credential helper to remove this warning. See 11:17:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:37 11:17:37 Login Succeeded 11:17:37 ---> docker-login.sh ends [Pipeline] } 11:17:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:17:38 + git rev-list -1 --merges 57097926a47ac5e2c4708890a9da924e47c86c0c~1..57097926a47ac5e2c4708890a9da924e47c86c0c [Pipeline] echo 11:17:38 -----------> git rev-list -1 --merges 57097926a47ac5e2c4708890a9da924e47c86c0c~1..57097926a47ac5e2c4708890a9da924e47c86c0c 57097926a47ac5e2c4708890a9da924e47c86c0c [false] [Pipeline] sh 11:17:38 + git log --format=format:%s -1 57097926a47ac5e2c4708890a9da924e47c86c0c [Pipeline] echo 11:17:38 ========================================================= 11:17:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:17:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:17:38 + git log --format=format:%s -1 57097926a47ac5e2c4708890a9da924e47c86c0c [Pipeline] echo 11:17:38 [semverPrep] GIT_COMMIT: 57097926a47ac5e2c4708890a9da924e47c86c0c, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 11:17:38 [semverPrep] This is not a build commit. [Pipeline] sh 11:17:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:17:39 + grep -v github /etc/ssh/ssh_known_hosts 11:17:39 + [ -e /tmp/ssh_known_hosts ] 11:17:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:17:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:17:39 + sudo tee -a /etc/ssh/ssh_known_hosts 11:17:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:17:39 11:17:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:17:40 0.1.4: Pulling from edgex-devops/py-git-semver 11:17:40 b85a868b505f: Pulling fs layer 11:17:40 e2be974225ed: Pulling fs layer 11:17:40 339a4e72a1f5: Pulling fs layer 11:17:40 988bab9f4d93: Pulling fs layer 11:17:40 1469e6f7b9e6: Pulling fs layer 11:17:40 eaf3925da568: Pulling fs layer 11:17:40 bab4dde63d76: Pulling fs layer 11:17:40 bde34c3a00c8: Pulling fs layer 11:17:40 b352a97aabf1: Pulling fs layer 11:17:40 4872d77fe225: Pulling fs layer 11:17:40 5851b861e8e6: Pulling fs layer 11:17:40 4872d77fe225: Waiting 11:17:40 5851b861e8e6: Waiting 11:17:40 eaf3925da568: Waiting 11:17:40 bab4dde63d76: Waiting 11:17:40 bde34c3a00c8: Waiting 11:17:40 988bab9f4d93: Waiting 11:17:40 b352a97aabf1: Waiting 11:17:40 1469e6f7b9e6: Waiting 11:17:40 e2be974225ed: Verifying Checksum 11:17:40 e2be974225ed: Download complete 11:17:40 988bab9f4d93: Download complete 11:17:40 1469e6f7b9e6: Verifying Checksum 11:17:40 1469e6f7b9e6: Download complete 11:17:40 eaf3925da568: Verifying Checksum 11:17:40 eaf3925da568: Download complete 11:17:40 339a4e72a1f5: Download complete 11:17:40 bde34c3a00c8: Verifying Checksum 11:17:40 bde34c3a00c8: Download complete 11:17:40 b352a97aabf1: Download complete 11:17:40 4872d77fe225: Download complete 11:17:40 5851b861e8e6: Verifying Checksum 11:17:40 5851b861e8e6: Download complete 11:17:40 b85a868b505f: Verifying Checksum 11:17:40 b85a868b505f: Download complete 11:17:40 bab4dde63d76: Verifying Checksum 11:17:40 bab4dde63d76: Download complete 11:17:41 b85a868b505f: Pull complete 11:17:41 e2be974225ed: Pull complete 11:17:42 339a4e72a1f5: Pull complete 11:17:42 988bab9f4d93: Pull complete 11:17:42 1469e6f7b9e6: Pull complete 11:17:42 eaf3925da568: Pull complete 11:17:44 bab4dde63d76: Pull complete 11:17:44 bde34c3a00c8: Pull complete 11:17:44 b352a97aabf1: Pull complete 11:17:44 4872d77fe225: Pull complete 11:17:44 5851b861e8e6: Pull complete 11:17:44 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:17:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:17:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:44 prd-ubuntu20.04-docker-8c-8g-2897 does not seem to be running inside a container 11:17:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-417 -v /w/workspace/foundry_device-virtual-go_PR-417:/w/workspace/foundry_device-virtual-go_PR-417:rw,z -v /w/workspace/foundry_device-virtual-go_PR-417@tmp:/w/workspace/foundry_device-virtual-go_PR-417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:17:47 $ docker top 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 -eo pid,comm 11:17:47 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). 11:17:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:17:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:17:47 [ssh-agent] Looking for ssh-agent implementation... 11:17:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:17:47 $ docker exec 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 ssh-agent 11:17:47 SSH_AUTH_SOCK=/tmp/ssh-Pl4rkL2ZytY6/agent.32 11:17:47 SSH_AGENT_PID=38 11:17:47 Running ssh-add (command line suppressed) 11:17:47 Identity added: /w/workspace/foundry_device-virtual-go_PR-417@tmp/private_key_1710440581996162494.key (/w/workspace/foundry_device-virtual-go_PR-417@tmp/private_key_1710440581996162494.key) 11:17:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:17:48 + git tag --points-at HEAD [Pipeline] } 11:17:48 $ docker exec --env ******** --env ******** 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 ssh-agent -k 11:17:48 unset SSH_AUTH_SOCK; 11:17:48 unset SSH_AGENT_PID; 11:17:48 echo Agent pid 38 killed; 11:17:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:17:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:17:48 [ssh-agent] Looking for ssh-agent implementation... 11:17:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:17:48 $ docker exec 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 ssh-agent 11:17:48 SSH_AUTH_SOCK=/tmp/ssh-IUOmslYGfu0l/agent.70 11:17:48 SSH_AGENT_PID=76 11:17:48 Running ssh-add (command line suppressed) 11:17:48 Identity added: /w/workspace/foundry_device-virtual-go_PR-417@tmp/private_key_4639697686252389579.key (/w/workspace/foundry_device-virtual-go_PR-417@tmp/private_key_4639697686252389579.key) 11:17:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:17:49 + git semver init 11:17:49 2023-08-04 11:17:49,405 [run_init] DEBUG init version:0.0.0 force:False 11:17:49 2023-08-04 11:17:49,406 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-417/.semver 11:17:49 2023-08-04 11:17:49,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-417/.semver 11:17:49 2023-08-04 11:17:49,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-417/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-417, universal_newlines=False, shell=None, istream=None) 11:17:50 2023-08-04 11:17:50,539 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-417/.git/info/exclude 11:17:50 2023-08-04 11:17:50,540 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-417/.semver/PR-417 with force:False 11:17:50 2023-08-04 11:17:50,540 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-417/.semver/PR-417 11:17:50 2023-08-04 11:17:50,545 [execute] INFO git cat-file --batch-check 11:17:50 2023-08-04 11:17:50,545 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-417/.semver, universal_newlines=False, shell=None, istream=) 11:17:50 2023-08-04 11:17:50,552 [execute] INFO git cat-file --batch 11:17:50 2023-08-04 11:17:50,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-417/.semver, universal_newlines=False, shell=None, istream=) 11:17:50 2023-08-04 11:17:50,556 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-417/.semver/PR-417 11:17:50 0.0.0 [Pipeline] } 11:17:50 $ docker exec --env ******** --env ******** 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 ssh-agent -k 11:17:50 unset SSH_AUTH_SOCK; 11:17:50 unset SSH_AGENT_PID; 11:17:50 echo Agent pid 76 killed; 11:17:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:17:51 + git semver [Pipeline] } 11:17:51 $ docker stop --time=1 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 11:17:52 $ docker rm -f --volumes 0127f51b44df3a2ccc716fda177b221f360d075038337806e837ff323d8a0fa4 [Pipeline] // withDockerContainer [Pipeline] sh 11:17:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:17:53 Stashed 1 file(s) [Pipeline] echo 11:17:53 [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 11:17:54 provisioning config files... 11:17:54 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-417@tmp/config1725204690270830303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:17:54 ---> docker-login.sh 11:17:54 nexus3.edgexfoundry.org:10001 11:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:54 Configure a credential helper to remove this warning. See 11:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:54 11:17:54 Login Succeeded 11:17:54 nexus3.edgexfoundry.org:10002 11:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:54 Configure a credential helper to remove this warning. See 11:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:54 11:17:54 Login Succeeded 11:17:54 nexus3.edgexfoundry.org:10003 11:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:54 Configure a credential helper to remove this warning. See 11:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:54 11:17:54 Login Succeeded 11:17:54 nexus3.edgexfoundry.org:10004 11:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:54 Configure a credential helper to remove this warning. See 11:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:54 11:17:54 Login Succeeded 11:17:54 docker.io 11:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:17:55 Configure a credential helper to remove this warning. See 11:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:17:55 11:17:55 Login Succeeded 11:17:55 ---> docker-login.sh ends [Pipeline] } 11:17:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:17:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:17:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:17:55 ========================================================= 11:17:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:17:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:55 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:17:55 Sending build context to Docker daemon 23.54MB 11:17:55 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:17:55 Step 2/12 : FROM ${BASE} AS builder 11:17:56 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:17:56 4db1b89c0bd1: Pulling fs layer 11:17:56 6911f1a30b25: Pulling fs layer 11:17:56 e194b8c5c2a9: Pulling fs layer 11:17:56 6863d3e3a2b1: Pulling fs layer 11:17:56 ec0bb842ea78: Pulling fs layer 11:17:56 40a00589a448: Pulling fs layer 11:17:56 6c08303d61cc: Pulling fs layer 11:17:56 798269fcf238: Pulling fs layer 11:17:56 ec0bb842ea78: Waiting 11:17:56 40a00589a448: Waiting 11:17:56 6c08303d61cc: Waiting 11:17:56 798269fcf238: Waiting 11:17:56 6863d3e3a2b1: Waiting 11:17:56 6911f1a30b25: Download complete 11:17:56 6863d3e3a2b1: Verifying Checksum 11:17:56 6863d3e3a2b1: Download complete 11:17:56 ec0bb842ea78: Verifying Checksum 11:17:56 ec0bb842ea78: Download complete 11:17:56 4db1b89c0bd1: Verifying Checksum 11:17:56 4db1b89c0bd1: Download complete 11:17:56 40a00589a448: Verifying Checksum 11:17:56 40a00589a448: Download complete 11:17:56 4db1b89c0bd1: Pull complete 11:17:56 6911f1a30b25: Pull complete 11:17:56 e194b8c5c2a9: Verifying Checksum 11:17:56 e194b8c5c2a9: Download complete 11:17:56 798269fcf238: Verifying Checksum 11:17:56 798269fcf238: Download complete 11:17:56 6c08303d61cc: Verifying Checksum 11:17:56 6c08303d61cc: Download complete 11:18:00 e194b8c5c2a9: Pull complete 11:18:00 6863d3e3a2b1: Pull complete 11:18:00 ec0bb842ea78: Pull complete 11:18:00 40a00589a448: Pull complete 11:18:02 6c08303d61cc: Pull complete 11:18:03 798269fcf238: Pull complete 11:18:03 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 11:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:18:03 ---> ec979cd7f677 11:18:03 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:18:07 ---> Running in d8d19b9159b8 11:18:07 Removing intermediate container d8d19b9159b8 11:18:07 ---> b69fd32d13b9 11:18:07 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:18:07 ---> Running in 5ba7c9531f0c 11:18:07 Removing intermediate container 5ba7c9531f0c 11:18:07 ---> 2b01ff8e8761 11:18:07 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:18:07 ---> Running in 4f54472c14db 11:18:07 Removing intermediate container 4f54472c14db 11:18:07 ---> d7c28a1237f2 11:18:07 Step 6/12 : WORKDIR /device-virtual-go 11:18:07 ---> Running in 24893377725e 11:18:07 Removing intermediate container 24893377725e 11:18:07 ---> 8456b6198bcf 11:18:07 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:18:07 ---> Running in 73935f58f498 11:18:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:18:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:18:08 (1/4) Installing openssh-keygen (9.1_p1-r4) 11:18:08 (2/4) Installing libedit (20221030.3.1-r0) 11:18:08 (3/4) Installing openssh-client-common (9.1_p1-r4) 11:18:08 (4/4) Installing openssh-client-default (9.1_p1-r4) 11:18:08 Executing busybox-1.35.0-r29.trigger 11:18:08 OK: 269 MiB in 57 packages 11:18:08 Removing intermediate container 73935f58f498 11:18:08 ---> b822bc56873f 11:18:08 Step 8/12 : COPY go.mod vendor* ./ 11:18:08 ---> 91059a37ac01 11:18:08 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:18:08 ---> Running in 408a4c845ce2 11:18:09 Still waiting to schedule task 11:18:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2895’ 11:18:47 Removing intermediate container 408a4c845ce2 11:18:47 ---> 950d15e01145 11:18:47 Step 10/12 : COPY . . 11:18:47 ---> 5bea12944e14 11:18:47 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:18:47 ---> Running in fe94a04bdb35 11:18:47 Removing intermediate container fe94a04bdb35 11:18:47 ---> 2443eee4b58d 11:18:47 Step 12/12 : RUN $MAKE 11:18:47 ---> Running in 1057be1f1363 11:18:47 noop 11:18:47 Removing intermediate container 1057be1f1363 11:18:47 ---> 1d303526a2bb 11:18:47 Successfully built 1d303526a2bb 11:18:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:48 + docker inspect -f . ci-base-image-x86_64 11:18:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:48 prd-ubuntu20.04-docker-8c-8g-2897 does not seem to be running inside a container 11:18:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-417 -v /w/workspace/foundry_device-virtual-go_PR-417:/w/workspace/foundry_device-virtual-go_PR-417:rw,z -v /w/workspace/foundry_device-virtual-go_PR-417@tmp:/w/workspace/foundry_device-virtual-go_PR-417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:18:48 $ docker top 76dc6d50e750cd3ee1fa0ffd3260ad3fc7eca70cd54af03cea8168e230e212af -eo pid,comm [Pipeline] { [Pipeline] sh 11:18:48 + go version 11:18:48 go version go1.20.6 linux/amd64 [Pipeline] } 11:18:48 $ docker stop --time=1 76dc6d50e750cd3ee1fa0ffd3260ad3fc7eca70cd54af03cea8168e230e212af 11:18:50 $ docker rm -f --volumes 76dc6d50e750cd3ee1fa0ffd3260ad3fc7eca70cd54af03cea8168e230e212af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:50 + docker inspect -f . ci-base-image-x86_64 11:18:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:51 prd-ubuntu20.04-docker-8c-8g-2897 does not seem to be running inside a container 11:18:51 $ 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-417 -v /w/workspace/foundry_device-virtual-go_PR-417:/w/workspace/foundry_device-virtual-go_PR-417:rw,z -v /w/workspace/foundry_device-virtual-go_PR-417@tmp:/w/workspace/foundry_device-virtual-go_PR-417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:18:51 $ docker top 07f06d6ff0c732757e899053f82ee1d2e4f20c86c556f1b5f26e091ce17c24b3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:18:51 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-417 [Pipeline] fileExists [Pipeline] sh 11:18:52 + make test 11:18:52 go test ./... -coverprofile=coverage.out 11:18:56 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:19:06 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:19:06 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.021s coverage: 58.6% of statements 11:19:12 go vet ./... 11:19:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:19:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:19:15 ./bin/test-attribution-txt.sh 11:19:15 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 11:19:15 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 11:19:15 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 11:19:15 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 11:19:15 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 11:19:15 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 11:19:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:19:15 $ docker stop --time=1 07f06d6ff0c732757e899053f82ee1d2e4f20c86c556f1b5f26e091ce17c24b3 11:19:18 $ docker rm -f --volumes 07f06d6ff0c732757e899053f82ee1d2e4f20c86c556f1b5f26e091ce17c24b3 [Pipeline] // withDockerContainer [Pipeline] sh 11:19:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:19:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:19:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:19:20 + ls -al . 11:19:20 total 204 11:19:20 drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 11:18 . 11:19:20 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 11:17 .. 11:19:20 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 11:17 .git 11:19:20 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:17 .github 11:19:20 -rw-rw-r-- 1 jenkins jenkins 337 Aug 4 11:17 .gitignore 11:19:20 -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 11:17 .golangci.yml 11:19:20 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 11:17 .semver 11:19:20 -rw-rw-r-- 1 jenkins jenkins 9050 Aug 4 11:17 Attribution.txt 11:19:20 -rw-rw-r-- 1 jenkins jenkins 14372 Aug 4 11:17 CHANGELOG.md 11:19:20 -rw-rw-r-- 1 jenkins jenkins 1646 Aug 4 11:17 Dockerfile 11:19:20 -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 11:17 GOVERNANCE.md 11:19:20 -rw-rw-r-- 1 jenkins jenkins 660 Aug 4 11:17 Jenkinsfile 11:19:20 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 4 11:17 LICENSE 11:19:20 -rw-rw-r-- 1 jenkins jenkins 1947 Aug 4 11:17 Makefile 11:19:20 -rw-rw-r-- 1 jenkins jenkins 623 Aug 4 11:17 OWNERS.md 11:19:20 -rw-rw-r-- 1 jenkins jenkins 4111 Aug 4 11:17 README.md 11:19:20 -rw-rw-r-- 1 jenkins jenkins 5 Aug 4 11:17 VERSION 11:19:20 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 11:17 bin 11:19:20 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:17 cmd 11:19:20 -rw-r--r-- 1 jenkins jenkins 43063 Aug 4 11:19 coverage.out 11:19:20 -rw-rw-r-- 1 jenkins jenkins 3636 Aug 4 11:17 go.mod 11:19:20 -rw-rw-r-- 1 jenkins jenkins 33427 Aug 4 11:17 go.sum 11:19:20 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:17 internal 11:19:20 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 11:17 snap 11:19:20 -rw-rw-r-- 1 jenkins jenkins 235 Aug 4 11:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:20 + 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=57097926a47ac5e2c4708890a9da924e47c86c0c --label arch=amd64 --label version=0.0.0 . 11:19:20 Sending build context to Docker daemon 23.59MB 11:19:20 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 11:19:20 Step 2/25 : FROM ${BASE} AS builder 11:19:20 ---> 1d303526a2bb 11:19:20 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:19:21 ---> Running in 30ae637937dd 11:19:21 Removing intermediate container 30ae637937dd 11:19:21 ---> 68f8efc1371e 11:19:21 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 11:19:21 ---> Running in b3aa6e95a6e7 11:19:21 Removing intermediate container b3aa6e95a6e7 11:19:21 ---> 14f36c004089 11:19:21 Step 5/25 : ARG ADD_BUILD_TAGS="" 11:19:21 ---> Running in 9f2a3116393c 11:19:21 Removing intermediate container 9f2a3116393c 11:19:21 ---> 6aaf7af8991c 11:19:21 Step 6/25 : WORKDIR /device-virtual-go 11:19:21 ---> Running in 5849ee7f8e8e 11:19:21 Removing intermediate container 5849ee7f8e8e 11:19:21 ---> 424877f49eb2 11:19:21 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:19:21 ---> Running in 3bfeb448e4fd 11:19:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:19:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:19:22 OK: 269 MiB in 57 packages 11:19:22 Removing intermediate container 3bfeb448e4fd 11:19:22 ---> 8fbe1ed29212 11:19:22 Step 8/25 : COPY go.mod vendor* ./ 11:19:22 ---> 9190ae1257e3 11:19:22 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:19:22 ---> Running in bc3afff7d68b 11:19:23 Removing intermediate container bc3afff7d68b 11:19:23 ---> 0b44ba8b8098 11:19:23 Step 10/25 : COPY . . 11:19:24 ---> 29af8d3aa3f7 11:19:24 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:19:24 ---> Running in 2b7f79515fc3 11:19:24 Removing intermediate container 2b7f79515fc3 11:19:24 ---> 36d24e2d2610 11:19:24 Step 12/25 : RUN $MAKE 11:19:24 ---> Running in 2261d7af2aa4 11:19:24 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 11:19:46 Removing intermediate container 2261d7af2aa4 11:19:46 ---> e52ad842adaa 11:19:46 Step 13/25 : FROM alpine:3.17 11:19:46 3.17: Pulling from library/alpine 11:19:46 4db1b89c0bd1: Already exists 11:19:46 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 11:19:46 Status: Downloaded newer image for alpine:3.17 11:19:46 ---> 1f73a9d63274 11:19:46 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:19:46 ---> Running in 7113f601dc5d 11:19:46 Removing intermediate container 7113f601dc5d 11:19:46 ---> f17e0cb39d88 11:19:46 Step 15/25 : RUN apk add --update --no-cache dumb-init 11:19:46 ---> Running in 8d13020bf7e8 11:19:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:19:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:19:46 (1/1) Installing dumb-init (1.2.5-r2) 11:19:46 Executing busybox-1.35.0-r29.trigger 11:19:46 OK: 7 MiB in 16 packages 11:19:46 Removing intermediate container 8d13020bf7e8 11:19:46 ---> 37c420b70776 11:19:46 Step 16/25 : WORKDIR / 11:19:46 ---> Running in ac57ffefeec0 11:19:46 Removing intermediate container ac57ffefeec0 11:19:46 ---> 95b6fe918afd 11:19:46 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:19:46 ---> a555622843a0 11:19:46 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 11:19:46 ---> 6a3855a5ae6f 11:19:46 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 11:19:46 ---> 3d72679e44d6 11:19:46 Step 20/25 : EXPOSE 59900 11:19:46 ---> Running in 04f8df38bf88 11:19:46 Removing intermediate container 04f8df38bf88 11:19:46 ---> 21009214ee4f 11:19:46 Step 21/25 : ENTRYPOINT ["/device-virtual"] 11:19:46 ---> Running in 92be7a1d7401 11:19:46 Removing intermediate container 92be7a1d7401 11:19:46 ---> 95c9ae7d8f46 11:19:46 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 11:19:46 ---> Running in 566bf0ecec0a 11:19:46 Removing intermediate container 566bf0ecec0a 11:19:46 ---> 4ff138fada1a 11:19:46 Step 23/25 : LABEL arch=amd64 11:19:46 ---> Running in e3bdda29d313 11:19:46 Removing intermediate container e3bdda29d313 11:19:46 ---> 1b4bf822ab7a 11:19:46 Step 24/25 : LABEL git_sha=57097926a47ac5e2c4708890a9da924e47c86c0c 11:19:46 ---> Running in 32277731812c 11:19:46 Removing intermediate container 32277731812c 11:19:46 ---> 65a0318c87b0 11:19:46 Step 25/25 : LABEL version=0.0.0 11:19:46 ---> Running in e1df4fc12215 11:19:46 Removing intermediate container e1df4fc12215 11:19:46 ---> 0c77fa48e8dd 11:19:46 [Warning] One or more build-args [ARCH] were not consumed 11:19:46 Successfully built 0c77fa48e8dd 11:19:46 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 11:19:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:19:47 11:19:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:19:47 latest: Pulling from edgex-lftools-log-publisher 11:19:47 5eb5b503b376: Pulling fs layer 11:19:47 5c69ac0246d0: Pulling fs layer 11:19:47 ec43610c2a17: Pulling fs layer 11:19:47 3a2ae6a8a46f: Pulling fs layer 11:19:47 33b1e0a273af: Pulling fs layer 11:19:47 5d3b04190fa2: Pulling fs layer 11:19:47 2f39f015ded8: Pulling fs layer 11:19:47 5d3b04190fa2: Waiting 11:19:47 3a2ae6a8a46f: Waiting 11:19:47 33b1e0a273af: Waiting 11:19:47 2f39f015ded8: Waiting 11:19:47 5c69ac0246d0: Download complete 11:19:47 3a2ae6a8a46f: Verifying Checksum 11:19:47 3a2ae6a8a46f: Download complete 11:19:47 33b1e0a273af: Verifying Checksum 11:19:47 33b1e0a273af: Download complete 11:19:47 5d3b04190fa2: Verifying Checksum 11:19:47 5d3b04190fa2: Download complete 11:19:47 ec43610c2a17: Verifying Checksum 11:19:47 ec43610c2a17: Download complete 11:19:47 5eb5b503b376: Verifying Checksum 11:19:47 5eb5b503b376: Download complete 11:19:48 2f39f015ded8: Download complete 11:19:49 5eb5b503b376: Pull complete 11:19:49 5c69ac0246d0: Pull complete 11:19:49 ec43610c2a17: Pull complete 11:19:49 3a2ae6a8a46f: Pull complete 11:19:49 33b1e0a273af: Pull complete 11:19:49 5d3b04190fa2: Pull complete 11:19:54 2f39f015ded8: Pull complete 11:19:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:19:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:19:54 prd-ubuntu20.04-docker-8c-8g-2897 does not seem to be running inside a container 11:19:54 $ 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-417 -v /w/workspace/foundry_device-virtual-go_PR-417:/w/workspace/foundry_device-virtual-go_PR-417:rw,z -v /w/workspace/foundry_device-virtual-go_PR-417@tmp:/w/workspace/foundry_device-virtual-go_PR-417@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:latest cat 11:19:58 $ docker top e0a522506b49ff3673a47ae1dc5ad1d5803c899c67aa950abed6907b791dfdcb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:19:58 ---> job-cost.sh 11:19:58 lf-activate-venv: SKIPPING 11:19:58 INFO: No Stack... 11:19:59 INFO: Retrieving Pricing Info for: v3-standard-8 11:19:59 INFO: Archiving Costs [Pipeline] sh 11:19:59 + cat /w/workspace/foundry_device-virtual-go_PR-417/archives/cost.csv 11:19:59 + cut -d, -f6 [Pipeline] lock 11:19:59 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] 11:19:59 Resource [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] did not exist. Created. 11:19:59 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:20:00 + echo total: 0.2199999988079071 [Pipeline] stash 11:20:00 Stashed 1 file(s) [Pipeline] } 11:20:00 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:20:00 $ docker stop --time=1 e0a522506b49ff3673a47ae1dc5ad1d5803c899c67aa950abed6907b791dfdcb 11:20:01 $ docker rm -f --volumes e0a522506b49ff3673a47ae1dc5ad1d5803c899c67aa950abed6907b791dfdcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:20:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2898 in /w/workspace/foundry_device-virtual-go_PR-417 [Pipeline] { [Pipeline] ws 11:20:08 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 11:20:08 The recommended git tool is: git 11:20:13 using credential edgex-jenkins-ssh 11:20:13 Cloning the remote Git repository 11:20:13 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:20:13 > git init /w/workspace/device-virtual-go/1 # timeout=10 11:20:13 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:20:13 > git --version # timeout=10 11:20:13 > git --version # 'git version 2.25.1' 11:20:13 using GIT_SSH to set credentials SSH Credentials for GitHub 11:20:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:20:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:20:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:20:16 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:20:16 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:20:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:20:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/417/head:refs/remotes/origin/PR-417 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:20:17 Merging remotes/origin/main commit 8ad9699a6dce6de25ce5ac2145c2ba17367dec2a into PR head commit 57097926a47ac5e2c4708890a9da924e47c86c0c 11:20:17 Merge succeeded, producing 57097926a47ac5e2c4708890a9da924e47c86c0c 11:20:17 Checking out Revision 57097926a47ac5e2c4708890a9da924e47c86c0c (PR-417) 11:20:17 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 11:20:17 > git --version # timeout=10 11:20:17 > git --version # 'git version 2.25.1' 11:20:18 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 11:20:17 > git config core.sparsecheckout # timeout=10 11:20:17 > git checkout -f 57097926a47ac5e2c4708890a9da924e47c86c0c # timeout=10 11:20:17 > git remote # timeout=10 11:20:17 > git config --get remote.origin.url # timeout=10 11:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 11:20:17 > git merge 8ad9699a6dce6de25ce5ac2145c2ba17367dec2a # timeout=10 11:20:17 > git rev-parse HEAD^{commit} # timeout=10 11:20:17 > git config core.sparsecheckout # timeout=10 11:20:17 > git checkout -f 57097926a47ac5e2c4708890a9da924e47c86c0c # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 11:20:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:20:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:20:19 Dload Upload Total Spent Left Speed 11:20:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh 11:20:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:20:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:20:20 + sudo tee /etc/docker/daemon.new 11:20:20 { 11:20:20 "registry-mirrors": [ 11:20:20 "https://nexus3.edgexfoundry.org:10001" 11:20:20 ], 11:20:20 "bip": "10.250.0.254/24", 11:20:20 "hosts": [ 11:20:20 "tcp://0.0.0.0:5555", 11:20:20 "unix:///var/run/docker.sock" 11:20:20 ], 11:20:20 "mtu": 1458, 11:20:20 "selinux-enabled": true, 11:20:20 "seccomp-profile": "/etc/docker/seccomp.json" 11:20:20 } [Pipeline] sh 11:20:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:20:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:20:39 provisioning config files... 11:20:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config16512625454848775521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:20:39 ---> docker-login.sh 11:20:39 nexus3.edgexfoundry.org:10001 11:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:40 Configure a credential helper to remove this warning. See 11:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:40 11:20:40 Login Succeeded 11:20:40 nexus3.edgexfoundry.org:10002 11:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:40 Configure a credential helper to remove this warning. See 11:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:40 11:20:40 Login Succeeded 11:20:40 nexus3.edgexfoundry.org:10003 11:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:40 Configure a credential helper to remove this warning. See 11:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:40 11:20:40 Login Succeeded 11:20:40 nexus3.edgexfoundry.org:10004 11:20:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:41 Configure a credential helper to remove this warning. See 11:20:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:41 11:20:41 Login Succeeded 11:20:41 docker.io 11:20:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:41 Configure a credential helper to remove this warning. See 11:20:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:41 11:20:41 Login Succeeded 11:20:41 ---> docker-login.sh ends [Pipeline] } 11:20:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:20:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:20:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:20:42 ========================================================= 11:20:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:20:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:42 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:20:42 Sending build context to Docker daemon 11.9MB 11:20:42 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:20:42 Step 2/12 : FROM ${BASE} AS builder 11:20:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:20:43 edb6bdbacee9: Pulling fs layer 11:20:43 5f9638ab2659: Pulling fs layer 11:20:43 8d51d6327a98: Pulling fs layer 11:20:43 8b374f2dd631: Pulling fs layer 11:20:43 ec14aa9079de: Pulling fs layer 11:20:43 2f466654f4bb: Pulling fs layer 11:20:43 554e91adad29: Pulling fs layer 11:20:43 ec14aa9079de: Waiting 11:20:43 2f466654f4bb: Waiting 11:20:43 554e91adad29: Waiting 11:20:43 5f9638ab2659: Verifying Checksum 11:20:43 5f9638ab2659: Download complete 11:20:43 8b374f2dd631: Verifying Checksum 11:20:43 8b374f2dd631: Download complete 11:20:43 ec14aa9079de: Verifying Checksum 11:20:43 ec14aa9079de: Download complete 11:20:43 edb6bdbacee9: Verifying Checksum 11:20:44 edb6bdbacee9: Pull complete 11:20:45 554e91adad29: Verifying Checksum 11:20:45 554e91adad29: Download complete 11:20:45 8d51d6327a98: Verifying Checksum 11:20:45 2f466654f4bb: Verifying Checksum 11:20:45 2f466654f4bb: Download complete 11:20:46 5f9638ab2659: Pull complete 11:21:01 8d51d6327a98: Pull complete 11:21:01 8b374f2dd631: Pull complete 11:21:01 ec14aa9079de: Pull complete 11:21:08 2f466654f4bb: Pull complete 11:21:10 554e91adad29: Pull complete 11:21:10 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 11:21:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:21:10 ---> 1e15ea492957 11:21:10 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:21:12 ---> Running in 40957d51a203 11:21:12 Removing intermediate container 40957d51a203 11:21:12 ---> 76c3ed1385c4 11:21:12 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:21:12 ---> Running in 7b41eda724bc 11:21:12 Removing intermediate container 7b41eda724bc 11:21:12 ---> 833656988f03 11:21:12 Step 5/12 : ARG ADD_BUILD_TAGS="" 11:21:12 ---> Running in 81f10c087105 11:21:12 Removing intermediate container 81f10c087105 11:21:12 ---> a32defc106c8 11:21:12 Step 6/12 : WORKDIR /device-virtual-go 11:21:13 ---> Running in a92f21b92a64 11:21:13 Removing intermediate container a92f21b92a64 11:21:13 ---> 458ac87fe7b5 11:21:13 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:21:13 ---> Running in 555240ce75a2 11:21:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:21:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:21:16 (1/4) Installing openssh-keygen (9.1_p1-r4) 11:21:16 (2/4) Installing libedit (20221030.3.1-r0) 11:21:16 (3/4) Installing openssh-client-common (9.1_p1-r4) 11:21:16 (4/4) Installing openssh-client-default (9.1_p1-r4) 11:21:16 Executing busybox-1.35.0-r29.trigger 11:21:16 OK: 268 MiB in 57 packages 11:21:17 Removing intermediate container 555240ce75a2 11:21:17 ---> 41c988d9b3d1 11:21:17 Step 8/12 : COPY go.mod vendor* ./ 11:21:17 ---> f53b00c3655f 11:21:17 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:21:17 ---> Running in 188fc5f2b3be 11:22:25 Removing intermediate container 188fc5f2b3be 11:22:25 ---> 716d353c41b2 11:22:25 Step 10/12 : COPY . . 11:22:25 ---> 146aae366e34 11:22:25 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:22:25 ---> Running in 5a124269870a 11:22:25 Removing intermediate container 5a124269870a 11:22:25 ---> 0738a20b89f1 11:22:25 Step 12/12 : RUN $MAKE 11:22:25 ---> Running in b13cc0c7be09 11:22:25 noop 11:22:25 Removing intermediate container b13cc0c7be09 11:22:25 ---> 6658321537b9 11:22:25 Successfully built 6658321537b9 11:22:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:26 + docker inspect -f . ci-base-image-arm64 11:22:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:26 prd-ubuntu20.04-docker-arm64-4c-16g-2898 does not seem to be running inside a container 11:22:26 $ 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 11:22:27 $ docker top 39485199922ee93b8ac6e8dae7fb3e00ea995d290ea8819b2f4f46cfb76f36f4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:22:28 + go version 11:22:28 go version go1.20.6 linux/arm64 [Pipeline] } 11:22:28 $ docker stop --time=1 39485199922ee93b8ac6e8dae7fb3e00ea995d290ea8819b2f4f46cfb76f36f4 11:22:30 $ docker rm -f --volumes 39485199922ee93b8ac6e8dae7fb3e00ea995d290ea8819b2f4f46cfb76f36f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:30 + docker inspect -f . ci-base-image-arm64 11:22:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:31 prd-ubuntu20.04-docker-arm64-4c-16g-2898 does not seem to be running inside a container 11:22:31 $ 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 11:22:32 $ docker top e3460353bad17dd2399b9bc18791f6c4f8165be4abf1233f642831aad20253ec -eo pid,comm [Pipeline] { [Pipeline] sh 11:22:32 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 11:22:33 + make test 11:22:33 go test ./... -coverprofile=coverage.out 11:23:05 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:24:57 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:24:57 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.085s coverage: 58.4% of statements 11:24:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:24:58 go vet ./... 11:25:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:25:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:25:36 ./bin/test-attribution-txt.sh 11:25:36 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 11:25:36 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 11:25:36 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 11:25:36 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 11:25:36 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 11:25:36 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 11:25:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:25:37 $ docker stop --time=1 e3460353bad17dd2399b9bc18791f6c4f8165be4abf1233f642831aad20253ec 11:25:38 $ docker rm -f --volumes e3460353bad17dd2399b9bc18791f6c4f8165be4abf1233f642831aad20253ec [Pipeline] // withDockerContainer [Pipeline] sh 11:25:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:25:40 Warning: overwriting stash ‘coverage-report’ 11:25:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:25:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:25:41 + ls -al . 11:25:41 total 200 11:25:41 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 11:22 . 11:25:41 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 11:20 .. 11:25:41 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 11:20 .git 11:25:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:20 .github 11:25:41 -rw-rw-r-- 1 jenkins jenkins 337 Aug 4 11:20 .gitignore 11:25:41 -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 11:20 .golangci.yml 11:25:41 -rw-rw-r-- 1 jenkins jenkins 9050 Aug 4 11:20 Attribution.txt 11:25:41 -rw-rw-r-- 1 jenkins jenkins 14372 Aug 4 11:20 CHANGELOG.md 11:25:41 -rw-rw-r-- 1 jenkins jenkins 1646 Aug 4 11:20 Dockerfile 11:25:41 -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 11:20 GOVERNANCE.md 11:25:41 -rw-rw-r-- 1 jenkins jenkins 660 Aug 4 11:20 Jenkinsfile 11:25:41 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 4 11:20 LICENSE 11:25:41 -rw-rw-r-- 1 jenkins jenkins 1947 Aug 4 11:20 Makefile 11:25:41 -rw-rw-r-- 1 jenkins jenkins 623 Aug 4 11:20 OWNERS.md 11:25:41 -rw-rw-r-- 1 jenkins jenkins 4111 Aug 4 11:20 README.md 11:25:41 -rw-rw-r-- 1 jenkins jenkins 5 Aug 4 11:17 VERSION 11:25:41 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 11:20 bin 11:25:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:20 cmd 11:25:41 -rw-r--r-- 1 jenkins jenkins 43063 Aug 4 11:24 coverage.out 11:25:41 -rw-rw-r-- 1 jenkins jenkins 3636 Aug 4 11:20 go.mod 11:25:41 -rw-rw-r-- 1 jenkins jenkins 33427 Aug 4 11:20 go.sum 11:25:41 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 11:20 internal 11:25:41 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 11:20 snap 11:25:41 -rw-rw-r-- 1 jenkins jenkins 235 Aug 4 11:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:41 + 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=57097926a47ac5e2c4708890a9da924e47c86c0c --label arch=arm64 --label version=0.0.0 . 11:25:42 Sending build context to Docker daemon 11.94MB 11:25:42 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 11:25:42 Step 2/25 : FROM ${BASE} AS builder 11:25:42 ---> 6658321537b9 11:25:42 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 11:25:43 ---> Running in 59aaa3377513 11:25:43 Removing intermediate container 59aaa3377513 11:25:43 ---> b0da4fefa27a 11:25:43 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 11:25:43 ---> Running in 3ef86458ace0 11:25:43 Removing intermediate container 3ef86458ace0 11:25:43 ---> 0e5e21e99999 11:25:43 Step 5/25 : ARG ADD_BUILD_TAGS="" 11:25:44 ---> Running in b2ca75b164d8 11:25:44 Removing intermediate container b2ca75b164d8 11:25:44 ---> 926b154b9d74 11:25:44 Step 6/25 : WORKDIR /device-virtual-go 11:25:44 ---> Running in 1c568c116c02 11:25:44 Removing intermediate container 1c568c116c02 11:25:44 ---> d33daab6e6a1 11:25:44 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:25:44 ---> Running in 674bea4c526a 11:25:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:25:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:25:47 OK: 268 MiB in 57 packages 11:25:47 Removing intermediate container 674bea4c526a 11:25:47 ---> 755d63efed03 11:25:47 Step 8/25 : COPY go.mod vendor* ./ 11:25:48 ---> ad315e797cfe 11:25:48 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:25:48 ---> Running in 8b245371ac32 11:25:50 Removing intermediate container 8b245371ac32 11:25:50 ---> ddcd8c5a542f 11:25:50 Step 10/25 : COPY . . 11:25:51 ---> 19cb1852274c 11:25:51 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:25:51 ---> Running in 401696f8b074 11:25:52 Removing intermediate container 401696f8b074 11:25:52 ---> 38e47d99ceea 11:25:52 Step 12/25 : RUN $MAKE 11:25:52 ---> Running in 22a93901801a 11:25:53 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 11:27:59 Removing intermediate container 22a93901801a 11:27:59 ---> 2ff2135e2485 11:27:59 Step 13/25 : FROM alpine:3.17 11:27:59 3.17: Pulling from library/alpine 11:27:59 edb6bdbacee9: Already exists 11:27:59 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 11:27:59 Status: Downloaded newer image for alpine:3.17 11:27:59 ---> 779605e5fbc0 11:27:59 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:27:59 ---> Running in ac5419cb157b 11:27:59 Removing intermediate container ac5419cb157b 11:27:59 ---> b51050c969ca 11:27:59 Step 15/25 : RUN apk add --update --no-cache dumb-init 11:27:59 ---> Running in 7b953d76c7e5 11:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:28:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:28:02 (1/1) Installing dumb-init (1.2.5-r2) 11:28:02 Executing busybox-1.35.0-r29.trigger 11:28:02 OK: 8 MiB in 16 packages 11:28:03 Removing intermediate container 7b953d76c7e5 11:28:03 ---> 6a5a480c0011 11:28:03 Step 16/25 : WORKDIR / 11:28:03 ---> Running in ac3eb5643c55 11:28:03 Removing intermediate container ac3eb5643c55 11:28:03 ---> 86002836ec06 11:28:03 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:28:03 ---> fd2bafe92e5f 11:28:03 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 11:28:04 ---> 8fa1797ea439 11:28:04 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 11:28:05 ---> 337017767454 11:28:05 Step 20/25 : EXPOSE 59900 11:28:05 ---> Running in 891c3be97a9d 11:28:06 Removing intermediate container 891c3be97a9d 11:28:06 ---> aedaa286f7c9 11:28:06 Step 21/25 : ENTRYPOINT ["/device-virtual"] 11:28:06 ---> Running in bd7f40b69a4a 11:28:06 Removing intermediate container bd7f40b69a4a 11:28:06 ---> c5f93ac84047 11:28:06 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 11:28:06 ---> Running in 2d619fd6fd69 11:28:06 Removing intermediate container 2d619fd6fd69 11:28:06 ---> 56389e475bb6 11:28:06 Step 23/25 : LABEL arch=arm64 11:28:06 ---> Running in 06680a88e804 11:28:07 Removing intermediate container 06680a88e804 11:28:07 ---> 968b97ea02ae 11:28:07 Step 24/25 : LABEL git_sha=57097926a47ac5e2c4708890a9da924e47c86c0c 11:28:07 ---> Running in 762f5ef62e7e 11:28:07 Removing intermediate container 762f5ef62e7e 11:28:07 ---> a6b8498219f6 11:28:07 Step 25/25 : LABEL version=0.0.0 11:28:07 ---> Running in d30418e61274 11:28:07 Removing intermediate container d30418e61274 11:28:07 ---> 3b281d18f340 11:28:07 [Warning] One or more build-args [ARCH] were not consumed 11:28:07 Successfully built 3b281d18f340 11:28:07 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 11:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:28:08 11:28:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:28:08 arm64: Pulling from edgex-lftools-log-publisher 11:28:08 8998bd30e6a1: Pulling fs layer 11:28:08 04944245beec: Pulling fs layer 11:28:08 699f458cf7ca: Pulling fs layer 11:28:08 765212b225bb: Pulling fs layer 11:28:08 f23df028b6ca: Pulling fs layer 11:28:08 d65c8cfc05b1: Pulling fs layer 11:28:08 2437ff75d9bd: Pulling fs layer 11:28:08 765212b225bb: Waiting 11:28:08 f23df028b6ca: Waiting 11:28:08 d65c8cfc05b1: Waiting 11:28:08 2437ff75d9bd: Waiting 11:28:09 04944245beec: Verifying Checksum 11:28:09 04944245beec: Download complete 11:28:09 765212b225bb: Verifying Checksum 11:28:09 765212b225bb: Download complete 11:28:09 f23df028b6ca: Download complete 11:28:09 d65c8cfc05b1: Verifying Checksum 11:28:09 d65c8cfc05b1: Download complete 11:28:09 699f458cf7ca: Verifying Checksum 11:28:09 699f458cf7ca: Download complete 11:28:09 8998bd30e6a1: Verifying Checksum 11:28:09 8998bd30e6a1: Download complete 11:28:11 2437ff75d9bd: Verifying Checksum 11:28:11 2437ff75d9bd: Download complete 11:28:13 8998bd30e6a1: Pull complete 11:28:13 04944245beec: Pull complete 11:28:15 699f458cf7ca: Pull complete 11:28:15 765212b225bb: Pull complete 11:28:16 f23df028b6ca: Pull complete 11:28:16 d65c8cfc05b1: Pull complete 11:28:31 2437ff75d9bd: Pull complete 11:28:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:28:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:28:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:28:31 prd-ubuntu20.04-docker-arm64-4c-16g-2898 does not seem to be running inside a container 11:28:31 $ 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 11:28:34 $ docker top 3a88280527e37900952a856f2c94374ff921c2b47510a0e0cd2bf36d25c385fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:28:34 ---> job-cost.sh 11:28:35 lf-activate-venv: SKIPPING 11:28:35 INFO: No Stack... 11:28:35 INFO: Retrieving Pricing Info for: v3-standard-4 11:28:36 INFO: Archiving Costs [Pipeline] sh 11:28:36 + + cut -d, -f6 11:28:36 cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock 11:28:36 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] 11:28:36 Resource [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] did not exist. Created. 11:28:36 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:28:37 /w/workspace/device-virtual-go/1@tmp/durable-a48c49f8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:28:37 + echo total: 0.10999999940395355 [Pipeline] stash 11:28:37 Warning: overwriting stash ‘stack-cost’ 11:28:37 Stashed 1 file(s) [Pipeline] } 11:28:37 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-417-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:28:37 $ docker stop --time=1 3a88280527e37900952a856f2c94374ff921c2b47510a0e0cd2bf36d25c385fc 11:28:39 $ docker rm -f --volumes 3a88280527e37900952a856f2c94374ff921c2b47510a0e0cd2bf36d25c385fc [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 11:28:40 provisioning config files... 11:28:40 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-417@tmp/config1704020226092893074tmp [Pipeline] { [Pipeline] sh 11:28:40 + set +x 11:28:40 + curl -s https://codecov.io/bash 11:28:40 + bash -s -- 11:28:40 11:28:40 _____ _ 11:28:40 / ____| | | 11:28:40 | | ___ __| | ___ ___ _____ __ 11:28:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:28:40 | |___| (_) | (_| | __/ (_| (_) \ V / 11:28:40 \_____\___/ \__,_|\___|\___\___/ \_/ 11:28:40 Bash-1.0.6 11:28:40 11:28:40 11:28:40 ==> git version 2.25.1 found 11:28:40 ==> 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 11:28:40 Release-Date: 2020-01-08 11:28:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:28:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:28:40 ==> Jenkins CI detected. 11:28:40 current dir:  /w/workspace/foundry_device-virtual-go_PR-417 11:28:40 project root: . 11:28:40 --> token set from env 11:28:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:28:40 ==> Running gcov in . (disable via -X gcov) 11:28:40 ==> Python coveragepy not found 11:28:40 ==> Searching for coverage reports in: 11:28:40 + . 11:28:40 -> Found 1 reports 11:28:40 ==> Detecting git/mercurial file structure 11:28:40 ==> Reading reports 11:28:40 + ./coverage.out bytes=43063 11:28:40 ==> Appending adjustments 11:28:40 https://docs.codecov.io/docs/fixing-reports 11:28:40 + Found adjustments 11:28:40 ==> Gzipping contents 11:28:40 8.0K /tmp/codecov.xFSIkj.gz 11:28:40 ==> Uploading reports 11:28:40 url: https://codecov.io 11:28:40 query: branch=PR-417&commit=57097926a47ac5e2c4708890a9da924e47c86c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-417%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=417&job=&cmd_args= 11:28:40 -> Pinging Codecov 11:28:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-417&commit=57097926a47ac5e2c4708890a9da924e47c86c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-417%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=417&job=&cmd_args= 11:28:40 -> Uploading to 11:28:40 https://storage.googleapis.com/codecov/v4/raw/2023-08-04/5E52B4B073DB2E39498172D8E973AA87/57097926a47ac5e2c4708890a9da924e47c86c0c/09a2c3bd-77f4-47cb-9a1a-9418404fadcd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230804%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230804T112840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f74aa998d548ed4d8ca2a64bb4ae9e67b40d56914f4928324eb3bd25ebb7798 11:28:40 % Total % Received % Xferd Average Speed Time Time Time Current 11:28:40 Dload Upload Total Spent Left Speed 11:28:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 26181 --:--:-- --:--:-- --:--:-- 26181 11:28:41 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/57097926a47ac5e2c4708890a9da924e47c86c0c [Pipeline] } 11:28:41 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 11:28:42 + [ -d /w/workspace/foundry_device-virtual-go_PR-417/archives ] 11:28:42 + ls -al /w/workspace/foundry_device-virtual-go_PR-417/archives 11:28:42 total 16 11:28:42 drwxr-xr-x 3 root root 4096 Aug 4 11:19 . 11:28:42 drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 11:19 .. 11:28:42 drwxr-xr-x 2 root root 4096 Aug 4 11:19 cost 11:28:42 -rw-r--r-- 1 root root 89 Aug 4 11:19 cost.csv 11:28:42 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-417/archives 11:28:42 + ls -al /w/workspace/foundry_device-virtual-go_PR-417/archives 11:28:42 total 16 11:28:42 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 11:19 . 11:28:42 drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 11:19 .. 11:28:42 drwxr-xr-x 2 jenkins jenkins 4096 Aug 4 11:19 cost 11:28:42 -rw-r--r-- 1 jenkins jenkins 89 Aug 4 11:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:28:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:28:44 ---> package-listing.sh 11:28:44 ++ facter osfamily 11:28:44 ++ tr '[:upper:]' '[:lower:]' 11:28:44 + OS_FAMILY=debian 11:28:44 + workspace=/w/workspace/foundry_device-virtual-go_PR-417 11:28:44 + START_PACKAGES=/tmp/packages_start.txt 11:28:44 + END_PACKAGES=/tmp/packages_end.txt 11:28:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:28:44 + PACKAGES=/tmp/packages_start.txt 11:28:44 + '[' /w/workspace/foundry_device-virtual-go_PR-417 ']' 11:28:44 + PACKAGES=/tmp/packages_end.txt 11:28:44 + case "${OS_FAMILY}" in 11:28:44 + dpkg -l 11:28:44 + grep '^ii' 11:28:44 + '[' -f /tmp/packages_start.txt ']' 11:28:44 + '[' -f /tmp/packages_end.txt ']' 11:28:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:28:44 + '[' /w/workspace/foundry_device-virtual-go_PR-417 ']' 11:28:44 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-417/archives/ 11:28:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-417/archives/ [Pipeline] echo 11:28:44 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-417/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:28:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:28:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:28:45 prd-ubuntu20.04-docker-8c-8g-2897 does not seem to be running inside a container 11:28:45 $ 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-417/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-417 -v /w/workspace/foundry_device-virtual-go_PR-417:/w/workspace/foundry_device-virtual-go_PR-417:rw,z -v /w/workspace/foundry_device-virtual-go_PR-417@tmp:/w/workspace/foundry_device-virtual-go_PR-417@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 11:28:45 $ docker top fb231bc40845b15813a0e71094c9789b98da45ca65125136b1f21b664961080e -eo pid,comm [Pipeline] { [Pipeline] sh 11:28:46 + touch /tmp/pre-build-complete [Pipeline] sh 11:28:46 + mkdir -p /var/log/sysstat [Pipeline] sh 11:28:46 + ls /var/log/sa-host 11:28:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:28:46 provisioning config files... 11:28:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-417@tmp/config17750104219181522515tmp [Pipeline] { [Pipeline] echo 11:28:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:28:47 ---> create-netrc.sh [Pipeline] } 11:28:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:28:47 ---> python-tools-install.sh [Pipeline] echo 11:28:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:28:47 ---> sudo-logs.sh 11:28:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:28:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:28:48 ---> job-cost.sh 11:28:48 lf-activate-venv: SKIPPING 11:28:48 DEBUG: total: 0.2199999988079071 11:28:48 INFO: Retrieving Stack Cost... 11:28:48 INFO: Retrieving Pricing Info for: v3-standard-8 11:28:49 INFO: Archiving Costs [Pipeline] echo 11:28:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:28:49 ---> logs-deploy.sh 11:28:49 lf-activate-venv: SKIPPING 11:28:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-417/1 11:28:49 INFO: archiving workspace using pattern(s): 11:28:50 Archives upload complete. 11:28:50 INFO: archiving logs to Nexus