Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1c180997f30d70459501805a18d6262edcd2f8f 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-ssh16245041566848501888.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh10530649061028583579.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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5755017393532242306.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh7133289775719504579.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8124459136721463036.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-14793 in /w/workspace/exfoundry_device-virtual-go_main [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/exfoundry_device-virtual-go_main # 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 Avoid second fetch Checking out Revision b1c180997f30d70459501805a18d6262edcd2f8f (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402)" > git config core.sparsecheckout # timeout=10 > git checkout -f b1c180997f30d70459501805a18d6262edcd2f8f # timeout=10 > git rev-list --no-walk e88a56d1e6585e93dcd7e4f327c101309364504a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-09T22:34:29.458Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-09T22:34:29.516Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-09T22:34:29.541Z] ========================================================= [2023-05-09T22:34:29.541Z] EdgeX Global Pipelines Version Info [2023-05-09T22:34:29.541Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:34:30.290Z] ------------------- [2023-05-09T22:34:30.290Z] stable info: [2023-05-09T22:34:30.290Z] ------------------- [2023-05-09T22:34:30.290Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-09T22:34:30.290Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-09T22:34:30.290Z] Message: update stable to v1.0.249 [2023-05-09T22:34:30.858Z] ------------------- [2023-05-09T22:34:30.858Z] experimental info: [2023-05-09T22:34:30.858Z] ------------------- [2023-05-09T22:34:30.858Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-09T22:34:30.858Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-09T22:34:30.858Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-09T22:34:31.049Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-05-09T22:34:31.061Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-05-09T22:34:31.075Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-09T22:34:31.088Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-09T22:34:31.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-09T22:34:31.120Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-09T22:34:31.138Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-09T22:34:31.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-09T22:34:31.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-09T22:34:31.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-09T22:34:31.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-09T22:34:31.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-05-09T22:34:31.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-09T22:34:31.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-09T22:34:31.237Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-09T22:34:31.255Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-09T22:34:31.271Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-09T22:34:31.290Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-09T22:34:31.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-09T22:34:31.319Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-09T22:34:31.338Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-09T22:34:31.355Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-09T22:34:31.376Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-09T22:34:31.396Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-09T22:34:31.412Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-09T22:34:31.431Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-09T22:34:31.451Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-09T22:34:31.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-09T22:34:31.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-09T22:34:31.493Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-09T22:34:31.508Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo [2023-05-09T22:34:31.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1c1809 [Pipeline] echo [2023-05-09T22:34:31.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:34:31.578Z] provisioning config files... [2023-05-09T22:34:31.594Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12813235515057323202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:34:31.900Z] ---> docker-login.sh [2023-05-09T22:34:31.900Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:34:32.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:32.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:32.161Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:32.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:32.161Z] [2023-05-09T22:34:32.161Z] Login Succeeded [2023-05-09T22:34:32.161Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:34:32.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:32.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:32.161Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:32.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:32.161Z] [2023-05-09T22:34:32.161Z] Login Succeeded [2023-05-09T22:34:32.161Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:34:32.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:32.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:32.424Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:32.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:32.424Z] [2023-05-09T22:34:32.424Z] Login Succeeded [2023-05-09T22:34:32.424Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:34:32.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:32.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:32.424Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:32.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:32.424Z] [2023-05-09T22:34:32.424Z] Login Succeeded [2023-05-09T22:34:32.424Z] docker.io [2023-05-09T22:34:32.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:32.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:32.685Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:32.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:32.685Z] [2023-05-09T22:34:32.685Z] Login Succeeded [2023-05-09T22:34:32.685Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:34:32.693Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-09T22:34:33.062Z] + git rev-list -1 --merges b1c180997f30d70459501805a18d6262edcd2f8f~1..b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo [2023-05-09T22:34:33.116Z] -----------> git rev-list -1 --merges b1c180997f30d70459501805a18d6262edcd2f8f~1..b1c180997f30d70459501805a18d6262edcd2f8f b1c180997f30d70459501805a18d6262edcd2f8f [false] [Pipeline] sh [2023-05-09T22:34:33.406Z] + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo [2023-05-09T22:34:33.419Z] ========================================================= [2023-05-09T22:34:33.419Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-09T22:34:33.419Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:34:33.744Z] + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] echo [2023-05-09T22:34:33.756Z] [semverPrep] GIT_COMMIT: b1c180997f30d70459501805a18d6262edcd2f8f, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402) [Pipeline] echo [2023-05-09T22:34:33.766Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-09T22:34:34.120Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-09T22:34:34.120Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-09T22:34:34.120Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-09T22:34:34.120Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-09T22:34:34.120Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-09T22:34:34.120Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-09T22:34:34.120Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:34:34.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:34:34.540Z] [2023-05-09T22:34:34.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:34:34.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:34:34.839Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-09T22:34:34.839Z] b85a868b505f: Pulling fs layer [2023-05-09T22:34:34.839Z] e2be974225ed: Pulling fs layer [2023-05-09T22:34:34.839Z] 339a4e72a1f5: Pulling fs layer [2023-05-09T22:34:34.839Z] 988bab9f4d93: Pulling fs layer [2023-05-09T22:34:34.839Z] 1469e6f7b9e6: Pulling fs layer [2023-05-09T22:34:34.839Z] eaf3925da568: Pulling fs layer [2023-05-09T22:34:34.839Z] bab4dde63d76: Pulling fs layer [2023-05-09T22:34:34.839Z] bde34c3a00c8: Pulling fs layer [2023-05-09T22:34:34.839Z] b352a97aabf1: Pulling fs layer [2023-05-09T22:34:34.839Z] 4872d77fe225: Pulling fs layer [2023-05-09T22:34:34.839Z] 5851b861e8e6: Pulling fs layer [2023-05-09T22:34:34.839Z] bab4dde63d76: Waiting [2023-05-09T22:34:34.839Z] 1469e6f7b9e6: Waiting [2023-05-09T22:34:34.839Z] bde34c3a00c8: Waiting [2023-05-09T22:34:34.839Z] eaf3925da568: Waiting [2023-05-09T22:34:34.839Z] 4872d77fe225: Waiting [2023-05-09T22:34:34.839Z] 5851b861e8e6: Waiting [2023-05-09T22:34:34.839Z] 988bab9f4d93: Waiting [2023-05-09T22:34:34.839Z] b352a97aabf1: Waiting [2023-05-09T22:34:34.839Z] e2be974225ed: Download complete [2023-05-09T22:34:34.839Z] 988bab9f4d93: Download complete [2023-05-09T22:34:34.839Z] 1469e6f7b9e6: Verifying Checksum [2023-05-09T22:34:34.839Z] 1469e6f7b9e6: Download complete [2023-05-09T22:34:34.839Z] 339a4e72a1f5: Verifying Checksum [2023-05-09T22:34:34.839Z] 339a4e72a1f5: Download complete [2023-05-09T22:34:35.099Z] eaf3925da568: Download complete [2023-05-09T22:34:35.099Z] bde34c3a00c8: Download complete [2023-05-09T22:34:35.099Z] b352a97aabf1: Verifying Checksum [2023-05-09T22:34:35.099Z] b352a97aabf1: Download complete [2023-05-09T22:34:35.099Z] 4872d77fe225: Verifying Checksum [2023-05-09T22:34:35.099Z] 4872d77fe225: Download complete [2023-05-09T22:34:35.099Z] 5851b861e8e6: Verifying Checksum [2023-05-09T22:34:35.099Z] 5851b861e8e6: Download complete [2023-05-09T22:34:35.099Z] b85a868b505f: Verifying Checksum [2023-05-09T22:34:35.099Z] b85a868b505f: Download complete [2023-05-09T22:34:35.357Z] bab4dde63d76: Verifying Checksum [2023-05-09T22:34:35.357Z] bab4dde63d76: Download complete [2023-05-09T22:34:36.295Z] b85a868b505f: Pull complete [2023-05-09T22:34:36.295Z] e2be974225ed: Pull complete [2023-05-09T22:34:36.555Z] 339a4e72a1f5: Pull complete [2023-05-09T22:34:36.555Z] 988bab9f4d93: Pull complete [2023-05-09T22:34:36.815Z] 1469e6f7b9e6: Pull complete [2023-05-09T22:34:36.815Z] eaf3925da568: Pull complete [2023-05-09T22:34:38.723Z] bab4dde63d76: Pull complete [2023-05-09T22:34:38.723Z] bde34c3a00c8: Pull complete [2023-05-09T22:34:38.723Z] b352a97aabf1: Pull complete [2023-05-09T22:34:38.723Z] 4872d77fe225: Pull complete [2023-05-09T22:34:38.723Z] 5851b861e8e6: Pull complete [2023-05-09T22:34:38.723Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-09T22:34:38.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:34:38.723Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:34:38.814Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:34:38.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-09T22:34:39.990Z] $ docker top b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 -eo pid,comm [2023-05-09T22:34:40.042Z] 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). [2023-05-09T22:34:40.042Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-09T22:34:40.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:34:40.071Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:34:40.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:34:40.177Z] $ docker exec b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent [2023-05-09T22:34:40.277Z] SSH_AUTH_SOCK=/tmp/ssh-GrHP5m132Fwa/agent.32 [2023-05-09T22:34:40.277Z] SSH_AGENT_PID=38 [2023-05-09T22:34:40.283Z] Running ssh-add (command line suppressed) [2023-05-09T22:34:40.362Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10866978827069659024.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10866978827069659024.key) [2023-05-09T22:34:40.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:34:40.662Z] + git tag --points-at HEAD [Pipeline] } [2023-05-09T22:34:40.670Z] $ docker exec --env ******** --env ******** b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent -k [2023-05-09T22:34:40.759Z] unset SSH_AUTH_SOCK; [2023-05-09T22:34:40.759Z] unset SSH_AGENT_PID; [2023-05-09T22:34:40.759Z] echo Agent pid 38 killed; [2023-05-09T22:34:40.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-09T22:34:40.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:34:40.807Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:34:40.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:34:40.926Z] $ docker exec b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent [2023-05-09T22:34:41.034Z] SSH_AUTH_SOCK=/tmp/ssh-fLmqxk3l7Y22/agent.70 [2023-05-09T22:34:41.034Z] SSH_AGENT_PID=77 [2023-05-09T22:34:41.039Z] Running ssh-add (command line suppressed) [2023-05-09T22:34:41.121Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11849607221820750803.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11849607221820750803.key) [2023-05-09T22:34:41.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:34:41.426Z] + git semver init [2023-05-09T22:34:41.685Z] 2023-05-09 22:34:41,624 [run_init] DEBUG init version:0.0.0 force:False [2023-05-09T22:34:41.685Z] 2023-05-09 22:34:41,624 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-05-09T22:34:41.685Z] 2023-05-09 22:34:41,625 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-05-09T22:34:41.685Z] 2023-05-09 22:34:41,625 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:34:43.065Z] 2023-05-09 22:34:42,656 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-05-09T22:34:43.065Z] 2023-05-09 22:34:42,657 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-05-09T22:34:43.065Z] 2023-05-09 22:34:42,657 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:34:43.065Z] 2023-05-09 22:34:42,657 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:34:43.065Z] 3.0.0-dev.43 [Pipeline] } [2023-05-09T22:34:43.072Z] $ docker exec --env ******** --env ******** b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 ssh-agent -k [2023-05-09T22:34:43.162Z] unset SSH_AUTH_SOCK; [2023-05-09T22:34:43.162Z] unset SSH_AGENT_PID; [2023-05-09T22:34:43.162Z] echo Agent pid 77 killed; [2023-05-09T22:34:43.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-09T22:34:43.489Z] + git semver [Pipeline] } [2023-05-09T22:34:44.068Z] $ docker stop --time=1 b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 [2023-05-09T22:34:45.342Z] $ docker rm -f --volumes b776f1987be8017fe5fd8c19fc696ed842a70808e1f6dc6bf571847c6046f5b1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:34:45.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-09T22:34:45.921Z] Stashed 1 file(s) [Pipeline] echo [2023-05-09T22:34:45.923Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.43 [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 [2023-05-09T22:34:46.064Z] provisioning config files... [2023-05-09T22:34:46.073Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1858341710701225238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:34:46.368Z] ---> docker-login.sh [2023-05-09T22:34:46.368Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:34:46.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:46.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:46.368Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:46.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:46.368Z] [2023-05-09T22:34:46.368Z] Login Succeeded [2023-05-09T22:34:46.368Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:34:46.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:46.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:46.368Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:46.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:46.368Z] [2023-05-09T22:34:46.368Z] Login Succeeded [2023-05-09T22:34:46.368Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:34:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:46.627Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:46.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:46.627Z] [2023-05-09T22:34:46.627Z] Login Succeeded [2023-05-09T22:34:46.627Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:34:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:46.627Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:46.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:46.627Z] [2023-05-09T22:34:46.627Z] Login Succeeded [2023-05-09T22:34:46.627Z] docker.io [2023-05-09T22:34:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:34:46.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:34:46.887Z] Configure a credential helper to remove this warning. See [2023-05-09T22:34:46.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:34:46.887Z] [2023-05-09T22:34:46.887Z] Login Succeeded [2023-05-09T22:34:46.887Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:34:46.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-09T22:34:46.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:34:46.960Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:34:46.968Z] ========================================================= [2023-05-09T22:34:46.968Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-09T22:34:46.968Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:34:47.270Z] + 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 . [2023-05-09T22:34:47.270Z] Sending build context to Docker daemon 23.62MB [2023-05-09T22:34:47.270Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:34:47.270Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-09T22:34:47.270Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-09T22:34:47.270Z] f56be85fc22e: Pulling fs layer [2023-05-09T22:34:47.270Z] 85791d961cd3: Pulling fs layer [2023-05-09T22:34:47.270Z] d694b5ae8c79: Pulling fs layer [2023-05-09T22:34:47.270Z] 9f32a84ed3da: Pulling fs layer [2023-05-09T22:34:47.270Z] 4d19c01a9841: Pulling fs layer [2023-05-09T22:34:47.271Z] 9325e15d5711: Pulling fs layer [2023-05-09T22:34:47.271Z] 556b6ee489ea: Pulling fs layer [2023-05-09T22:34:47.271Z] c5a4b2cf53e6: Pulling fs layer [2023-05-09T22:34:47.271Z] 9f32a84ed3da: Waiting [2023-05-09T22:34:47.271Z] 4d19c01a9841: Waiting [2023-05-09T22:34:47.271Z] c5a4b2cf53e6: Waiting [2023-05-09T22:34:47.271Z] 556b6ee489ea: Waiting [2023-05-09T22:34:47.271Z] 9325e15d5711: Waiting [2023-05-09T22:34:47.544Z] 85791d961cd3: Verifying Checksum [2023-05-09T22:34:47.544Z] 85791d961cd3: Download complete [2023-05-09T22:34:47.544Z] 9f32a84ed3da: Verifying Checksum [2023-05-09T22:34:47.544Z] 9f32a84ed3da: Download complete [2023-05-09T22:34:47.544Z] 4d19c01a9841: Download complete [2023-05-09T22:34:47.544Z] f56be85fc22e: Download complete [2023-05-09T22:34:47.544Z] 9325e15d5711: Verifying Checksum [2023-05-09T22:34:47.544Z] 9325e15d5711: Download complete [2023-05-09T22:34:47.544Z] f56be85fc22e: Pull complete [2023-05-09T22:34:47.813Z] 85791d961cd3: Pull complete [2023-05-09T22:34:48.073Z] c5a4b2cf53e6: Verifying Checksum [2023-05-09T22:34:48.073Z] c5a4b2cf53e6: Download complete [2023-05-09T22:34:48.333Z] d694b5ae8c79: Verifying Checksum [2023-05-09T22:34:48.334Z] d694b5ae8c79: Download complete [2023-05-09T22:34:48.593Z] 556b6ee489ea: Verifying Checksum [2023-05-09T22:34:48.593Z] 556b6ee489ea: Download complete [2023-05-09T22:34:51.889Z] d694b5ae8c79: Pull complete [2023-05-09T22:34:51.889Z] 9f32a84ed3da: Pull complete [2023-05-09T22:34:51.889Z] 4d19c01a9841: Pull complete [2023-05-09T22:34:51.889Z] 9325e15d5711: Pull complete [2023-05-09T22:34:53.796Z] 556b6ee489ea: Pull complete [2023-05-09T22:34:54.733Z] c5a4b2cf53e6: Pull complete [2023-05-09T22:34:54.733Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-09T22:34:54.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-09T22:34:54.993Z] ---> c4be618373d6 [2023-05-09T22:34:54.993Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:34:56.372Z] ---> Running in be9168361865 [2023-05-09T22:34:56.635Z] Removing intermediate container be9168361865 [2023-05-09T22:34:56.635Z] ---> 4bd8603b6414 [2023-05-09T22:34:56.635Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:34:56.635Z] ---> Running in 5b10c44eaf05 [2023-05-09T22:34:56.635Z] Removing intermediate container 5b10c44eaf05 [2023-05-09T22:34:56.635Z] ---> 803ad4bc5206 [2023-05-09T22:34:56.635Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:34:56.635Z] ---> Running in cea4f6d9c19a [2023-05-09T22:34:56.895Z] Removing intermediate container cea4f6d9c19a [2023-05-09T22:34:56.895Z] ---> 6d3aa80e34b4 [2023-05-09T22:34:56.895Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-09T22:34:56.895Z] ---> Running in 9ee1a245e157 [2023-05-09T22:34:56.895Z] Removing intermediate container 9ee1a245e157 [2023-05-09T22:34:56.895Z] ---> 7f64969cb3b0 [2023-05-09T22:34:56.895Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:34:56.895Z] ---> Running in 4eb5cf32b091 [2023-05-09T22:34:57.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:34:57.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:34:57.414Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-09T22:34:57.414Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-09T22:34:57.414Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-09T22:34:57.674Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-09T22:34:57.674Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:34:57.674Z] OK: 269 MiB in 57 packages [2023-05-09T22:34:57.935Z] Removing intermediate container 4eb5cf32b091 [2023-05-09T22:34:57.935Z] ---> ba12522207b0 [2023-05-09T22:34:57.935Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-09T22:34:57.935Z] ---> ab6e53250547 [2023-05-09T22:34:57.935Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:34:57.935Z] ---> Running in ae6183f4653e [2023-05-09T22:35:01.034Z] Still waiting to schedule task [2023-05-09T22:35:01.034Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-09T22:35:19.878Z] Removing intermediate container ae6183f4653e [2023-05-09T22:35:19.878Z] ---> 0f11c0c8a528 [2023-05-09T22:35:19.878Z] Step 10/12 : COPY . . [2023-05-09T22:35:19.878Z] ---> a7019e7ebd41 [2023-05-09T22:35:19.878Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:35:19.878Z] ---> Running in 23c1976d5364 [2023-05-09T22:35:19.878Z] Removing intermediate container 23c1976d5364 [2023-05-09T22:35:19.878Z] ---> 3a61c8f86cae [2023-05-09T22:35:19.878Z] Step 12/12 : RUN $MAKE [2023-05-09T22:35:19.878Z] ---> Running in e9fbeb332efe [2023-05-09T22:35:19.879Z] noop [2023-05-09T22:35:19.879Z] Removing intermediate container e9fbeb332efe [2023-05-09T22:35:19.879Z] ---> e05597ceb270 [2023-05-09T22:35:19.879Z] Successfully built e05597ceb270 [2023-05-09T22:35:19.879Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:35:20.207Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-09T22:35:20.207Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:35:20.273Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:35:20.300Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-09T22:35:20.633Z] $ docker top 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:35:20.976Z] + go version [2023-05-09T22:35:20.976Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-09T22:35:20.987Z] $ docker stop --time=1 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 [2023-05-09T22:35:22.278Z] $ docker rm -f --volumes 51eb99e7c5abf96970dbfabaa6d100146ca1cb87683a4e066d65ac0a9188e067 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:35:22.660Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-09T22:35:22.660Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:35:22.721Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:35:22.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-09T22:35:23.054Z] $ docker top 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:35:23.397Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-05-09T22:35:23.690Z] + make test [2023-05-09T22:35:23.690Z] go test ./... -coverprofile=coverage.out [2023-05-09T22:35:28.963Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-09T22:35:38.932Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-09T22:35:38.932Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.015s coverage: 58.6% of statements [2023-05-09T22:35:45.496Z] go vet ./... [2023-05-09T22:35:48.034Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-09T22:35:48.034Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-09T22:35:48.034Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-09T22:35:48.046Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-09T22:35:48.060Z] $ docker stop --time=1 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b [2023-05-09T22:35:49.845Z] $ docker rm -f --volumes 136755cc4eab5487d8a2394575008fe30bcd0c19aa47e58fab19099df54c6c8b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:35:50.342Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-09T22:35:50.397Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-09T22:35:50.902Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-09T22:35:51.184Z] + ls -al . [2023-05-09T22:35:51.184Z] total 192 [2023-05-09T22:35:51.184Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 22:35 . [2023-05-09T22:35:51.184Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:34 .. [2023-05-09T22:35:51.184Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:34 .git [2023-05-09T22:35:51.184Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 .github [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:34 .gitignore [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:34 .golangci.yml [2023-05-09T22:35:51.184Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:34 .semver [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:34 Attribution.txt [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:34 CHANGELOG.md [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:34 Dockerfile [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:34 GOVERNANCE.md [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:34 Jenkinsfile [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:34 LICENSE [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:34 Makefile [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:34 OWNERS.md [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:34 README.md [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 12 May 9 22:34 VERSION [2023-05-09T22:35:51.184Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:34 bin [2023-05-09T22:35:51.184Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 cmd [2023-05-09T22:35:51.184Z] -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:35 coverage.out [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:34 go.mod [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:34 go.sum [2023-05-09T22:35:51.184Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:34 internal [2023-05-09T22:35:51.184Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:34 snap [2023-05-09T22:35:51.184Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:35:51.492Z] + 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=b1c180997f30d70459501805a18d6262edcd2f8f --label arch=amd64 --label version=3.0.0-dev.43 . [2023-05-09T22:35:51.492Z] Sending build context to Docker daemon 23.66MB [2023-05-09T22:35:51.492Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:35:51.492Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-09T22:35:51.492Z] ---> e05597ceb270 [2023-05-09T22:35:51.492Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:35:51.492Z] ---> Running in a7023fa44fbc [2023-05-09T22:35:51.751Z] Removing intermediate container a7023fa44fbc [2023-05-09T22:35:51.751Z] ---> 14a7fa3270c1 [2023-05-09T22:35:51.751Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:35:51.751Z] ---> Running in 6939e34941af [2023-05-09T22:35:51.751Z] Removing intermediate container 6939e34941af [2023-05-09T22:35:51.751Z] ---> ac24e39d2fdb [2023-05-09T22:35:51.751Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:35:51.751Z] ---> Running in f3f611e1fb13 [2023-05-09T22:35:51.751Z] Removing intermediate container f3f611e1fb13 [2023-05-09T22:35:51.751Z] ---> a2a0c581659d [2023-05-09T22:35:51.751Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-09T22:35:51.751Z] ---> Running in 6b035abe988b [2023-05-09T22:35:52.011Z] Removing intermediate container 6b035abe988b [2023-05-09T22:35:52.011Z] ---> 38fcfb01e83c [2023-05-09T22:35:52.011Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:35:52.011Z] ---> Running in dcd1099d9af1 [2023-05-09T22:35:52.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:35:52.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:35:52.531Z] OK: 269 MiB in 57 packages [2023-05-09T22:35:52.791Z] Removing intermediate container dcd1099d9af1 [2023-05-09T22:35:52.791Z] ---> 6d044be50016 [2023-05-09T22:35:52.791Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-09T22:35:53.051Z] ---> 3741828fcceb [2023-05-09T22:35:53.051Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:35:53.051Z] ---> Running in c3744020a6a2 [2023-05-09T22:35:53.621Z] Removing intermediate container c3744020a6a2 [2023-05-09T22:35:53.621Z] ---> 193911cec270 [2023-05-09T22:35:53.621Z] Step 10/25 : COPY . . [2023-05-09T22:35:54.188Z] ---> 42eceb0a2482 [2023-05-09T22:35:54.188Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:35:54.188Z] ---> Running in 6d08ed425cb6 [2023-05-09T22:35:54.188Z] Removing intermediate container 6d08ed425cb6 [2023-05-09T22:35:54.188Z] ---> bd9edfc09b54 [2023-05-09T22:35:54.188Z] Step 12/25 : RUN $MAKE [2023-05-09T22:35:54.188Z] ---> Running in 82ba970f26b3 [2023-05-09T22:35:54.447Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-05-09T22:36:12.530Z] Removing intermediate container 82ba970f26b3 [2023-05-09T22:36:12.530Z] ---> 5c0afc450fd5 [2023-05-09T22:36:12.530Z] Step 13/25 : FROM alpine:3.17 [2023-05-09T22:36:12.530Z] 3.17: Pulling from library/alpine [2023-05-09T22:36:12.530Z] f56be85fc22e: Already exists [2023-05-09T22:36:12.530Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-09T22:36:12.530Z] Status: Downloaded newer image for alpine:3.17 [2023-05-09T22:36:12.530Z] ---> 9ed4aefc74f6 [2023-05-09T22:36:12.530Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-09T22:36:12.530Z] ---> Running in 74c36b424a2d [2023-05-09T22:36:12.530Z] Removing intermediate container 74c36b424a2d [2023-05-09T22:36:12.530Z] ---> f21df74f140c [2023-05-09T22:36:12.530Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-09T22:36:12.530Z] ---> Running in 0d9922e2b9a9 [2023-05-09T22:36:12.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:36:12.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:36:12.530Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-09T22:36:12.530Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:36:12.530Z] OK: 7 MiB in 16 packages [2023-05-09T22:36:12.530Z] Removing intermediate container 0d9922e2b9a9 [2023-05-09T22:36:12.530Z] ---> 114853574df9 [2023-05-09T22:36:12.530Z] Step 16/25 : WORKDIR / [2023-05-09T22:36:12.530Z] ---> Running in 3c57a3ed853f [2023-05-09T22:36:12.530Z] Removing intermediate container 3c57a3ed853f [2023-05-09T22:36:12.530Z] ---> 79281517ec33 [2023-05-09T22:36:12.530Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-09T22:36:12.530Z] ---> b3dbdfc60364 [2023-05-09T22:36:12.530Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-09T22:36:12.530Z] ---> 371c08445c3d [2023-05-09T22:36:12.530Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-09T22:36:13.099Z] ---> df35b862b519 [2023-05-09T22:36:13.099Z] Step 20/25 : EXPOSE 59900 [2023-05-09T22:36:13.099Z] ---> Running in b54ea1b556bd [2023-05-09T22:36:13.099Z] Removing intermediate container b54ea1b556bd [2023-05-09T22:36:13.099Z] ---> 1579c1ffcaad [2023-05-09T22:36:13.099Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-09T22:36:13.099Z] ---> Running in fc09a6f1b55f [2023-05-09T22:36:13.099Z] Removing intermediate container fc09a6f1b55f [2023-05-09T22:36:13.099Z] ---> 1e4342bff0e8 [2023-05-09T22:36:13.099Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-09T22:36:13.359Z] ---> Running in 4da6931e0f31 [2023-05-09T22:36:13.359Z] Removing intermediate container 4da6931e0f31 [2023-05-09T22:36:13.359Z] ---> b3be2a310380 [2023-05-09T22:36:13.359Z] Step 23/25 : LABEL arch=amd64 [2023-05-09T22:36:13.359Z] ---> Running in 063f8869f917 [2023-05-09T22:36:13.359Z] Removing intermediate container 063f8869f917 [2023-05-09T22:36:13.359Z] ---> 024efbd022bf [2023-05-09T22:36:13.359Z] Step 24/25 : LABEL git_sha=b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:36:13.359Z] ---> Running in 83596481d0bd [2023-05-09T22:36:13.359Z] Removing intermediate container 83596481d0bd [2023-05-09T22:36:13.359Z] ---> 967cc4982dce [2023-05-09T22:36:13.359Z] Step 25/25 : LABEL version=3.0.0-dev.43 [2023-05-09T22:36:13.618Z] ---> Running in a24f99fb0af7 [2023-05-09T22:36:13.618Z] Removing intermediate container a24f99fb0af7 [2023-05-09T22:36:13.618Z] ---> 8a6b6ad5e377 [2023-05-09T22:36:13.618Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-09T22:36:13.618Z] Successfully built 8a6b6ad5e377 [2023-05-09T22:36:13.618Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:36:13.703Z] provisioning config files... [2023-05-09T22:36:13.712Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13260210980912263311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:36:14.010Z] ---> docker-login.sh [2023-05-09T22:36:14.010Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:36:14.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:36:14.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:36:14.010Z] Configure a credential helper to remove this warning. See [2023-05-09T22:36:14.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:36:14.010Z] [2023-05-09T22:36:14.010Z] Login Succeeded [2023-05-09T22:36:14.010Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:36:14.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:36:14.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:36:14.010Z] Configure a credential helper to remove this warning. See [2023-05-09T22:36:14.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:36:14.010Z] [2023-05-09T22:36:14.010Z] Login Succeeded [2023-05-09T22:36:14.010Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:36:14.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:36:14.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:36:14.294Z] Configure a credential helper to remove this warning. See [2023-05-09T22:36:14.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:36:14.294Z] [2023-05-09T22:36:14.294Z] Login Succeeded [2023-05-09T22:36:14.294Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:36:14.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:36:14.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:36:14.294Z] Configure a credential helper to remove this warning. See [2023-05-09T22:36:14.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:36:14.294Z] [2023-05-09T22:36:14.294Z] Login Succeeded [2023-05-09T22:36:14.294Z] docker.io [2023-05-09T22:36:14.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:36:14.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:36:14.566Z] Configure a credential helper to remove this warning. See [2023-05-09T22:36:14.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:36:14.566Z] [2023-05-09T22:36:14.566Z] Login Succeeded [2023-05-09T22:36:14.566Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:36:14.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-09T22:36:14.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:36:14.652Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-05-09T22:36:14.652Z] b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:36:14.652Z] latest [2023-05-09T22:36:14.652Z] 3.0.0-dev.43 [2023-05-09T22:36:14.652Z] b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:36:14.652Z] main [2023-05-09T22:36:14.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:15.027Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:15.343Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:36:15.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-05-09T22:36:15.343Z] ca4169c97a73: Preparing [2023-05-09T22:36:15.343Z] fa09e7822fdd: Preparing [2023-05-09T22:36:15.343Z] 38b3c74907cb: Preparing [2023-05-09T22:36:15.343Z] b8ea727e8733: Preparing [2023-05-09T22:36:15.343Z] f1417ff83b31: Preparing [2023-05-09T22:36:15.343Z] f1417ff83b31: Layer already exists [2023-05-09T22:36:15.343Z] fa09e7822fdd: Pushed [2023-05-09T22:36:15.343Z] 38b3c74907cb: Pushed [2023-05-09T22:36:15.343Z] b8ea727e8733: Pushed [2023-05-09T22:36:17.875Z] ca4169c97a73: Pushed [2023-05-09T22:36:17.875Z] b1c180997f30d70459501805a18d6262edcd2f8f: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:18.189Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:18.496Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-05-09T22:36:18.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-05-09T22:36:18.496Z] ca4169c97a73: Preparing [2023-05-09T22:36:18.496Z] fa09e7822fdd: Preparing [2023-05-09T22:36:18.496Z] 38b3c74907cb: Preparing [2023-05-09T22:36:18.496Z] b8ea727e8733: Preparing [2023-05-09T22:36:18.496Z] f1417ff83b31: Preparing [2023-05-09T22:36:18.496Z] 38b3c74907cb: Layer already exists [2023-05-09T22:36:18.496Z] ca4169c97a73: Layer already exists [2023-05-09T22:36:18.496Z] f1417ff83b31: Layer already exists [2023-05-09T22:36:18.496Z] b8ea727e8733: Layer already exists [2023-05-09T22:36:18.496Z] fa09e7822fdd: Layer already exists [2023-05-09T22:36:18.496Z] latest: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:18.817Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:19.124Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 [2023-05-09T22:36:19.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-05-09T22:36:19.124Z] ca4169c97a73: Preparing [2023-05-09T22:36:19.124Z] fa09e7822fdd: Preparing [2023-05-09T22:36:19.124Z] 38b3c74907cb: Preparing [2023-05-09T22:36:19.124Z] b8ea727e8733: Preparing [2023-05-09T22:36:19.124Z] f1417ff83b31: Preparing [2023-05-09T22:36:19.124Z] b8ea727e8733: Layer already exists [2023-05-09T22:36:19.124Z] fa09e7822fdd: Layer already exists [2023-05-09T22:36:19.124Z] f1417ff83b31: Layer already exists [2023-05-09T22:36:19.124Z] ca4169c97a73: Layer already exists [2023-05-09T22:36:19.124Z] 38b3c74907cb: Layer already exists [2023-05-09T22:36:19.124Z] 3.0.0-dev.43: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:19.434Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:19.737Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:36:19.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-05-09T22:36:19.737Z] ca4169c97a73: Preparing [2023-05-09T22:36:19.737Z] fa09e7822fdd: Preparing [2023-05-09T22:36:19.737Z] 38b3c74907cb: Preparing [2023-05-09T22:36:19.737Z] b8ea727e8733: Preparing [2023-05-09T22:36:19.737Z] f1417ff83b31: Preparing [2023-05-09T22:36:19.737Z] ca4169c97a73: Layer already exists [2023-05-09T22:36:19.737Z] 38b3c74907cb: Layer already exists [2023-05-09T22:36:19.737Z] fa09e7822fdd: Layer already exists [2023-05-09T22:36:19.737Z] b8ea727e8733: Layer already exists [2023-05-09T22:36:19.737Z] f1417ff83b31: Layer already exists [2023-05-09T22:36:19.737Z] b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:20.041Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:20.347Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-05-09T22:36:20.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-05-09T22:36:20.347Z] ca4169c97a73: Preparing [2023-05-09T22:36:20.347Z] fa09e7822fdd: Preparing [2023-05-09T22:36:20.347Z] 38b3c74907cb: Preparing [2023-05-09T22:36:20.347Z] b8ea727e8733: Preparing [2023-05-09T22:36:20.347Z] f1417ff83b31: Preparing [2023-05-09T22:36:20.347Z] f1417ff83b31: Layer already exists [2023-05-09T22:36:20.347Z] fa09e7822fdd: Layer already exists [2023-05-09T22:36:20.347Z] ca4169c97a73: Layer already exists [2023-05-09T22:36:20.347Z] b8ea727e8733: Layer already exists [2023-05-09T22:36:20.347Z] 38b3c74907cb: Layer already exists [2023-05-09T22:36:20.347Z] main: digest: sha256:049b26fabecddb1296a63241ebef78edc475aca22973c445eae414a87f8f7b03 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-09T22:36:20.398Z] ===================================================== [Pipeline] echo [2023-05-09T22:36:20.406Z] taggedImages: [2023-05-09T22:36:20.406Z] - nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:36:20.406Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-05-09T22:36:20.406Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.43 [2023-05-09T22:36:20.406Z] - nexus3.edgexfoundry.org:10004/device-virtual:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:36:20.406Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [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 [2023-05-09T22:36:20.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:36:20.779Z] [2023-05-09T22:36:20.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:36:21.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:36:21.083Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-09T22:36:21.083Z] 5eb5b503b376: Pulling fs layer [2023-05-09T22:36:21.083Z] 5c69ac0246d0: Pulling fs layer [2023-05-09T22:36:21.083Z] ec43610c2a17: Pulling fs layer [2023-05-09T22:36:21.083Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-09T22:36:21.083Z] 33b1e0a273af: Pulling fs layer [2023-05-09T22:36:21.083Z] 5d3b04190fa2: Pulling fs layer [2023-05-09T22:36:21.083Z] 2f39f015ded8: Pulling fs layer [2023-05-09T22:36:21.083Z] 5d3b04190fa2: Waiting [2023-05-09T22:36:21.083Z] 3a2ae6a8a46f: Waiting [2023-05-09T22:36:21.083Z] 2f39f015ded8: Waiting [2023-05-09T22:36:21.083Z] 5c69ac0246d0: Download complete [2023-05-09T22:36:21.083Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-09T22:36:21.083Z] 33b1e0a273af: Verifying Checksum [2023-05-09T22:36:21.083Z] 33b1e0a273af: Download complete [2023-05-09T22:36:21.083Z] 5d3b04190fa2: Verifying Checksum [2023-05-09T22:36:21.083Z] 5d3b04190fa2: Download complete [2023-05-09T22:36:21.083Z] ec43610c2a17: Verifying Checksum [2023-05-09T22:36:21.083Z] ec43610c2a17: Download complete [2023-05-09T22:36:21.361Z] 5eb5b503b376: Download complete [2023-05-09T22:36:21.927Z] 2f39f015ded8: Download complete [2023-05-09T22:36:22.492Z] 5eb5b503b376: Pull complete [2023-05-09T22:36:22.492Z] 5c69ac0246d0: Pull complete [2023-05-09T22:36:22.750Z] ec43610c2a17: Pull complete [2023-05-09T22:36:23.008Z] 3a2ae6a8a46f: Pull complete [2023-05-09T22:36:23.008Z] 33b1e0a273af: Pull complete [2023-05-09T22:36:23.008Z] 5d3b04190fa2: Pull complete [2023-05-09T22:36:27.191Z] 2f39f015ded8: Pull complete [2023-05-09T22:36:27.191Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-09T22:36:27.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:36:27.191Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:36:27.263Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:36:27.287Z] $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-09T22:36:28.458Z] $ docker top 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:36:28.835Z] ---> job-cost.sh [2023-05-09T22:36:28.835Z] lf-activate-venv: SKIPPING [2023-05-09T22:36:28.835Z] INFO: No Stack... [2023-05-09T22:36:29.095Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-09T22:36:29.355Z] INFO: Archiving Costs [Pipeline] sh [2023-05-09T22:36:29.642Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-05-09T22:36:29.642Z] + cut -d, -f6 [Pipeline] lock [2023-05-09T22:36:29.655Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [2023-05-09T22:36:29.664Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] did not exist. Created. [2023-05-09T22:36:29.664Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-09T22:36:29.957Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-09T22:36:29.984Z] Stashed 1 file(s) [Pipeline] } [2023-05-09T22:36:29.991Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-09T22:36:30.004Z] $ docker stop --time=1 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 [2023-05-09T22:36:31.137Z] $ docker rm -f --volumes 48efb7e38e8fe0969d85fbea513c659bf8d3c06d32fc7e919185ebfb1acf42d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-09T22:38:32.333Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14794 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-05-09T22:38:32.347Z] Running in /w/workspace/device-virtual-go/115 [Pipeline] { [Pipeline] checkout [2023-05-09T22:38:32.396Z] The recommended git tool is: git [2023-05-09T22:38:38.721Z] using credential edgex-jenkins-ssh [2023-05-09T22:38:38.740Z] Cloning the remote Git repository [2023-05-09T22:38:38.787Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-05-09T22:38:38.892Z] > git init /w/workspace/device-virtual-go/115 # timeout=10 [2023-05-09T22:38:39.053Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-09T22:38:39.054Z] > git --version # timeout=10 [2023-05-09T22:38:39.076Z] > git --version # 'git version 2.25.1' [2023-05-09T22:38:39.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-09T22:38:39.249Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-09T22:38:42.393Z] Avoid second fetch [2023-05-09T22:38:42.394Z] Checking out Revision b1c180997f30d70459501805a18d6262edcd2f8f (main) [2023-05-09T22:38:41.419Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-09T22:38:41.444Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-09T22:38:42.413Z] > git config core.sparsecheckout # timeout=10 [2023-05-09T22:38:42.489Z] > git checkout -f b1c180997f30d70459501805a18d6262edcd2f8f # timeout=10 [2023-05-09T22:38:43.020Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#402)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:38:43.844Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-09T22:38:43.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-09T22:38:43.844Z] Dload Upload Total Spent Left Speed [2023-05-09T22:38:43.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 94451 [Pipeline] sh [2023-05-09T22:38:44.518Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-09T22:38:44.856Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-09T22:38:44.856Z] + sudo tee /etc/docker/daemon.new [2023-05-09T22:38:44.856Z] { [2023-05-09T22:38:44.856Z] "registry-mirrors": [ [2023-05-09T22:38:44.856Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-09T22:38:44.856Z] ], [2023-05-09T22:38:44.856Z] "bip": "10.250.0.254/24", [2023-05-09T22:38:44.856Z] "hosts": [ [2023-05-09T22:38:44.856Z] "tcp://0.0.0.0:5555", [2023-05-09T22:38:44.856Z] "unix:///var/run/docker.sock" [2023-05-09T22:38:44.856Z] ], [2023-05-09T22:38:44.856Z] "mtu": 1458, [2023-05-09T22:38:44.856Z] "selinux-enabled": true, [2023-05-09T22:38:44.856Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-09T22:38:44.856Z] } [Pipeline] sh [2023-05-09T22:38:45.198Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-09T22:38:45.539Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:39:07.674Z] provisioning config files... [2023-05-09T22:39:07.698Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/115@tmp/config13075145588348361515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:39:08.045Z] ---> docker-login.sh [2023-05-09T22:39:08.045Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:39:08.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:39:08.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:39:08.906Z] Configure a credential helper to remove this warning. See [2023-05-09T22:39:08.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:39:08.906Z] [2023-05-09T22:39:08.906Z] Login Succeeded [2023-05-09T22:39:08.906Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:39:08.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:39:09.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:39:09.176Z] Configure a credential helper to remove this warning. See [2023-05-09T22:39:09.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:39:09.176Z] [2023-05-09T22:39:09.176Z] Login Succeeded [2023-05-09T22:39:09.176Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:39:09.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:39:09.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:39:09.446Z] Configure a credential helper to remove this warning. See [2023-05-09T22:39:09.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:39:09.446Z] [2023-05-09T22:39:09.446Z] Login Succeeded [2023-05-09T22:39:09.446Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:39:09.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:39:09.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:39:09.716Z] Configure a credential helper to remove this warning. See [2023-05-09T22:39:09.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:39:09.716Z] [2023-05-09T22:39:09.716Z] Login Succeeded [2023-05-09T22:39:09.716Z] docker.io [2023-05-09T22:39:09.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:39:10.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:39:10.256Z] Configure a credential helper to remove this warning. See [2023-05-09T22:39:10.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:39:10.256Z] [2023-05-09T22:39:10.256Z] Login Succeeded [2023-05-09T22:39:10.256Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:39:10.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-09T22:39:10.565Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:39:10.583Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:39:10.599Z] ========================================================= [2023-05-09T22:39:10.599Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-09T22:39:10.599Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:39:10.946Z] + 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 . [2023-05-09T22:39:11.216Z] Sending build context to Docker daemon 11.97MB [2023-05-09T22:39:11.487Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:39:11.487Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-09T22:39:11.487Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-09T22:39:11.487Z] c41833b44d91: Pulling fs layer [2023-05-09T22:39:11.487Z] ed15518f5707: Pulling fs layer [2023-05-09T22:39:11.487Z] feae8fd75edb: Pulling fs layer [2023-05-09T22:39:11.487Z] 242c74f7c9fa: Pulling fs layer [2023-05-09T22:39:11.487Z] 3cdef696dda3: Pulling fs layer [2023-05-09T22:39:11.487Z] 2ced38df9373: Pulling fs layer [2023-05-09T22:39:11.487Z] 58f1dce35555: Pulling fs layer [2023-05-09T22:39:11.487Z] 3cdef696dda3: Waiting [2023-05-09T22:39:11.487Z] 242c74f7c9fa: Waiting [2023-05-09T22:39:11.487Z] 2ced38df9373: Waiting [2023-05-09T22:39:11.487Z] 58f1dce35555: Waiting [2023-05-09T22:39:11.487Z] ed15518f5707: Verifying Checksum [2023-05-09T22:39:11.487Z] ed15518f5707: Download complete [2023-05-09T22:39:11.487Z] 242c74f7c9fa: Verifying Checksum [2023-05-09T22:39:11.487Z] 242c74f7c9fa: Download complete [2023-05-09T22:39:11.487Z] 3cdef696dda3: Verifying Checksum [2023-05-09T22:39:11.487Z] 3cdef696dda3: Download complete [2023-05-09T22:39:11.760Z] c41833b44d91: Download complete [2023-05-09T22:39:12.742Z] c41833b44d91: Pull complete [2023-05-09T22:39:13.016Z] 58f1dce35555: Verifying Checksum [2023-05-09T22:39:13.016Z] 58f1dce35555: Download complete [2023-05-09T22:39:13.288Z] ed15518f5707: Pull complete [2023-05-09T22:39:14.262Z] feae8fd75edb: Verifying Checksum [2023-05-09T22:39:14.262Z] feae8fd75edb: Download complete [2023-05-09T22:39:14.532Z] 2ced38df9373: Verifying Checksum [2023-05-09T22:39:14.532Z] 2ced38df9373: Download complete [2023-05-09T22:39:26.926Z] feae8fd75edb: Pull complete [2023-05-09T22:39:26.926Z] 242c74f7c9fa: Pull complete [2023-05-09T22:39:26.926Z] 3cdef696dda3: Pull complete [2023-05-09T22:39:33.610Z] 2ced38df9373: Pull complete [2023-05-09T22:39:35.580Z] 58f1dce35555: Pull complete [2023-05-09T22:39:35.580Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-09T22:39:35.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-09T22:39:35.580Z] ---> fadd8f120f05 [2023-05-09T22:39:35.580Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:39:37.568Z] ---> Running in f4baab38ee4d [2023-05-09T22:39:37.839Z] Removing intermediate container f4baab38ee4d [2023-05-09T22:39:37.839Z] ---> 08c7bc9414ba [2023-05-09T22:39:37.839Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:39:38.108Z] ---> Running in 11d3b16a584d [2023-05-09T22:39:38.376Z] Removing intermediate container 11d3b16a584d [2023-05-09T22:39:38.376Z] ---> 3623c1e92d81 [2023-05-09T22:39:38.376Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:39:38.376Z] ---> Running in e6af65410ef9 [2023-05-09T22:39:38.646Z] Removing intermediate container e6af65410ef9 [2023-05-09T22:39:38.646Z] ---> 4821696cbc78 [2023-05-09T22:39:38.646Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-09T22:39:39.015Z] ---> Running in c088fb9a2902 [2023-05-09T22:39:39.015Z] Removing intermediate container c088fb9a2902 [2023-05-09T22:39:39.015Z] ---> 0f0febd69bec [2023-05-09T22:39:39.015Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:39:39.291Z] ---> Running in b5f33b811d96 [2023-05-09T22:39:40.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:39:41.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:39:42.232Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-09T22:39:42.232Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-09T22:39:42.232Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-09T22:39:42.232Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-09T22:39:42.232Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:39:42.232Z] OK: 268 MiB in 57 packages [2023-05-09T22:39:45.602Z] Removing intermediate container b5f33b811d96 [2023-05-09T22:39:45.602Z] ---> 9633438b36d1 [2023-05-09T22:39:45.602Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-09T22:39:45.602Z] ---> b84370955828 [2023-05-09T22:39:45.602Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:39:45.602Z] ---> Running in f79b7753daef [2023-05-09T22:40:53.493Z] Removing intermediate container f79b7753daef [2023-05-09T22:40:53.493Z] ---> 17cef56164ba [2023-05-09T22:40:53.493Z] Step 10/12 : COPY . . [2023-05-09T22:40:53.493Z] ---> 4a22e029dfec [2023-05-09T22:40:53.493Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:40:53.493Z] ---> Running in 7c6adaa4abf1 [2023-05-09T22:40:53.493Z] Removing intermediate container 7c6adaa4abf1 [2023-05-09T22:40:53.493Z] ---> 2b97921a9e16 [2023-05-09T22:40:53.493Z] Step 12/12 : RUN $MAKE [2023-05-09T22:40:53.493Z] ---> Running in bcd6f9037a86 [2023-05-09T22:40:53.493Z] noop [2023-05-09T22:40:53.493Z] Removing intermediate container bcd6f9037a86 [2023-05-09T22:40:53.493Z] ---> c4e98e70c480 [2023-05-09T22:40:53.493Z] Successfully built c4e98e70c480 [2023-05-09T22:40:53.493Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:40:53.844Z] + docker inspect -f . ci-base-image-arm64 [2023-05-09T22:40:53.844Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:40:54.051Z] prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container [2023-05-09T22:40:54.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-09T22:40:55.330Z] $ docker top f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:40:56.165Z] + go version [2023-05-09T22:40:56.165Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-09T22:40:56.181Z] $ docker stop --time=1 f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 [2023-05-09T22:40:57.810Z] $ docker rm -f --volumes f78462ba8b71d2edd0836d9f6ca4688963bb01437d3e8b4238511e830a3601a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:40:58.352Z] + docker inspect -f . ci-base-image-arm64 [2023-05-09T22:40:58.353Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:40:58.544Z] prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container [2023-05-09T22:40:58.610Z] $ 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/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-09T22:40:59.760Z] $ docker top a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:41:00.273Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/115 [Pipeline] fileExists [Pipeline] sh [2023-05-09T22:41:01.191Z] + make test [2023-05-09T22:41:01.191Z] go test ./... -coverprofile=coverage.out [2023-05-09T22:41:33.498Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-09T22:43:25.206Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-09T22:43:25.206Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.086s coverage: 58.4% of statements [2023-05-09T22:43:25.206Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-09T22:43:25.206Z] go vet ./... [2023-05-09T22:43:47.296Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-09T22:43:47.296Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-09T22:43:47.296Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-09T22:43:47.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-09T22:43:47.324Z] $ docker stop --time=1 a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 [2023-05-09T22:43:49.094Z] $ docker rm -f --volumes a9feb991d8bc769a71bebb17b9e42ef19bde0de879071daa0cbc603d8e246232 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:43:50.189Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-09T22:43:50.212Z] Warning: overwriting stash ‘coverage-report’ [2023-05-09T22:43:50.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:43:51.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-09T22:43:51.375Z] + ls -al . [2023-05-09T22:43:51.375Z] total 188 [2023-05-09T22:43:51.375Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:41 . [2023-05-09T22:43:51.375Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:38 .. [2023-05-09T22:43:51.375Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:38 .git [2023-05-09T22:43:51.375Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 .github [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:38 .gitignore [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:38 .golangci.yml [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:38 Attribution.txt [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:38 CHANGELOG.md [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:38 Dockerfile [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:38 GOVERNANCE.md [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:38 Jenkinsfile [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:38 LICENSE [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:38 Makefile [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:38 OWNERS.md [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:38 README.md [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 12 May 9 22:34 VERSION [2023-05-09T22:43:51.375Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:38 bin [2023-05-09T22:43:51.375Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 cmd [2023-05-09T22:43:51.375Z] -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:43 coverage.out [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:38 go.mod [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:38 go.sum [2023-05-09T22:43:51.375Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:38 internal [2023-05-09T22:43:51.375Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:38 snap [2023-05-09T22:43:51.375Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:43:51.732Z] + 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=b1c180997f30d70459501805a18d6262edcd2f8f --label arch=arm64 --label version=3.0.0-dev.43 . [2023-05-09T22:43:52.000Z] Sending build context to Docker daemon 12.02MB [2023-05-09T22:43:52.267Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:43:52.267Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-09T22:43:52.267Z] ---> c4e98e70c480 [2023-05-09T22:43:52.267Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:43:52.267Z] ---> Running in 623cc8f73104 [2023-05-09T22:43:52.536Z] Removing intermediate container 623cc8f73104 [2023-05-09T22:43:52.536Z] ---> b65164b92feb [2023-05-09T22:43:52.536Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:43:52.804Z] ---> Running in 61e9dabf5663 [2023-05-09T22:43:53.074Z] Removing intermediate container 61e9dabf5663 [2023-05-09T22:43:53.074Z] ---> c9ee85a1a663 [2023-05-09T22:43:53.074Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:43:53.074Z] ---> Running in eec4c3934445 [2023-05-09T22:43:53.342Z] Removing intermediate container eec4c3934445 [2023-05-09T22:43:53.342Z] ---> 99fa11c5ab03 [2023-05-09T22:43:53.342Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-09T22:43:53.342Z] ---> Running in 290b354fa089 [2023-05-09T22:43:53.614Z] Removing intermediate container 290b354fa089 [2023-05-09T22:43:53.614Z] ---> 294cf672f949 [2023-05-09T22:43:53.614Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:43:53.890Z] ---> Running in dd05af206018 [2023-05-09T22:43:54.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:43:55.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:43:56.406Z] OK: 268 MiB in 57 packages [2023-05-09T22:43:57.367Z] Removing intermediate container dd05af206018 [2023-05-09T22:43:57.367Z] ---> b2dba51421f0 [2023-05-09T22:43:57.367Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-09T22:43:57.953Z] ---> 9a77ab36a35f [2023-05-09T22:43:57.953Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:43:57.953Z] ---> Running in 00cbbaae1292 [2023-05-09T22:44:02.223Z] Removing intermediate container 00cbbaae1292 [2023-05-09T22:44:02.223Z] ---> 122dc6ada933 [2023-05-09T22:44:02.223Z] Step 10/25 : COPY . . [2023-05-09T22:44:02.807Z] ---> 52f30256fccd [2023-05-09T22:44:02.807Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:44:03.073Z] ---> Running in 2c144040c857 [2023-05-09T22:44:03.339Z] Removing intermediate container 2c144040c857 [2023-05-09T22:44:03.339Z] ---> 73f8eb4c3761 [2023-05-09T22:44:03.339Z] Step 12/25 : RUN $MAKE [2023-05-09T22:44:03.339Z] ---> Running in 98a495be1d8a [2023-05-09T22:44:04.299Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.43" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-05-09T22:46:25.986Z] Removing intermediate container 98a495be1d8a [2023-05-09T22:46:25.986Z] ---> 04a88352a30d [2023-05-09T22:46:25.986Z] Step 13/25 : FROM alpine:3.17 [2023-05-09T22:46:25.986Z] 3.17: Pulling from library/alpine [2023-05-09T22:46:25.986Z] c41833b44d91: Already exists [2023-05-09T22:46:25.986Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-09T22:46:25.986Z] Status: Downloaded newer image for alpine:3.17 [2023-05-09T22:46:25.986Z] ---> 51e60588ff2c [2023-05-09T22:46:25.986Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-09T22:46:25.986Z] ---> Running in f92e0d8da395 [2023-05-09T22:46:25.986Z] Removing intermediate container f92e0d8da395 [2023-05-09T22:46:25.986Z] ---> 3b8cae31df94 [2023-05-09T22:46:25.986Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-09T22:46:25.986Z] ---> Running in d8cdf85fa6d1 [2023-05-09T22:46:25.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:46:25.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:46:25.986Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-09T22:46:25.986Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:46:25.986Z] OK: 8 MiB in 16 packages [2023-05-09T22:46:25.986Z] Removing intermediate container d8cdf85fa6d1 [2023-05-09T22:46:25.986Z] ---> 8773861d52e9 [2023-05-09T22:46:25.986Z] Step 16/25 : WORKDIR / [2023-05-09T22:46:25.986Z] ---> Running in 79ad91f76323 [2023-05-09T22:46:25.986Z] Removing intermediate container 79ad91f76323 [2023-05-09T22:46:25.986Z] ---> 74e97cf5e038 [2023-05-09T22:46:25.986Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-09T22:46:25.986Z] ---> f523e3512712 [2023-05-09T22:46:25.986Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-09T22:46:25.986Z] ---> 54c6ff89ce4c [2023-05-09T22:46:25.986Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-09T22:46:26.257Z] ---> e553c21ea5ec [2023-05-09T22:46:26.257Z] Step 20/25 : EXPOSE 59900 [2023-05-09T22:46:26.528Z] ---> Running in 408e0d0c17ee [2023-05-09T22:46:26.798Z] Removing intermediate container 408e0d0c17ee [2023-05-09T22:46:26.798Z] ---> 18e5b9bfc0ed [2023-05-09T22:46:26.798Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-09T22:46:26.798Z] ---> Running in ad59303d6aa3 [2023-05-09T22:46:27.069Z] Removing intermediate container ad59303d6aa3 [2023-05-09T22:46:27.069Z] ---> 7ec8e806e8e8 [2023-05-09T22:46:27.069Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-09T22:46:27.343Z] ---> Running in b1ded559d6f1 [2023-05-09T22:46:27.614Z] Removing intermediate container b1ded559d6f1 [2023-05-09T22:46:27.614Z] ---> 503cab22d4fc [2023-05-09T22:46:27.614Z] Step 23/25 : LABEL arch=arm64 [2023-05-09T22:46:27.614Z] ---> Running in b71fe8309bde [2023-05-09T22:46:28.206Z] Removing intermediate container b71fe8309bde [2023-05-09T22:46:28.206Z] ---> 91b93fe79606 [2023-05-09T22:46:28.206Z] Step 24/25 : LABEL git_sha=b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:46:28.206Z] ---> Running in bace77048bda [2023-05-09T22:46:28.475Z] Removing intermediate container bace77048bda [2023-05-09T22:46:28.475Z] ---> 8c487ca9838e [2023-05-09T22:46:28.475Z] Step 25/25 : LABEL version=3.0.0-dev.43 [2023-05-09T22:46:28.475Z] ---> Running in 0667f7ebe2e2 [2023-05-09T22:46:28.743Z] Removing intermediate container 0667f7ebe2e2 [2023-05-09T22:46:28.743Z] ---> 202f497080c4 [2023-05-09T22:46:28.743Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-09T22:46:28.743Z] Successfully built 202f497080c4 [2023-05-09T22:46:29.012Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:46:29.140Z] provisioning config files... [2023-05-09T22:46:29.156Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/115@tmp/config4818123940899108664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:46:29.504Z] ---> docker-login.sh [2023-05-09T22:46:29.504Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:46:29.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:46:29.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:46:29.773Z] Configure a credential helper to remove this warning. See [2023-05-09T22:46:29.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:46:29.773Z] [2023-05-09T22:46:29.773Z] Login Succeeded [2023-05-09T22:46:29.773Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:46:30.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:46:30.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:46:30.314Z] Configure a credential helper to remove this warning. See [2023-05-09T22:46:30.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:46:30.314Z] [2023-05-09T22:46:30.314Z] Login Succeeded [2023-05-09T22:46:30.314Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:46:30.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:46:30.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:46:30.583Z] Configure a credential helper to remove this warning. See [2023-05-09T22:46:30.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:46:30.583Z] [2023-05-09T22:46:30.583Z] Login Succeeded [2023-05-09T22:46:30.583Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:46:30.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:46:31.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:46:31.118Z] Configure a credential helper to remove this warning. See [2023-05-09T22:46:31.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:46:31.118Z] [2023-05-09T22:46:31.118Z] Login Succeeded [2023-05-09T22:46:31.118Z] docker.io [2023-05-09T22:46:31.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:46:31.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:46:31.652Z] Configure a credential helper to remove this warning. See [2023-05-09T22:46:31.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:46:31.652Z] [2023-05-09T22:46:31.652Z] Login Succeeded [2023-05-09T22:46:31.652Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:46:31.667Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-09T22:46:31.693Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:46:31.718Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-05-09T22:46:31.718Z] b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:46:31.718Z] latest [2023-05-09T22:46:31.718Z] 3.0.0-dev.43 [2023-05-09T22:46:31.718Z] b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:46:31.718Z] main [2023-05-09T22:46:31.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:32.075Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:32.510Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:46:32.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-05-09T22:46:32.510Z] c28a9e544de1: Preparing [2023-05-09T22:46:32.510Z] f191d9af932b: Preparing [2023-05-09T22:46:32.510Z] f2b2047a2092: Preparing [2023-05-09T22:46:32.510Z] fef294cb022f: Preparing [2023-05-09T22:46:32.510Z] 26cbea5cba74: Preparing [2023-05-09T22:46:32.510Z] 26cbea5cba74: Layer already exists [2023-05-09T22:46:32.780Z] f191d9af932b: Pushed [2023-05-09T22:46:32.780Z] f2b2047a2092: Pushed [2023-05-09T22:46:32.780Z] fef294cb022f: Pushed [2023-05-09T22:46:38.183Z] c28a9e544de1: Pushed [2023-05-09T22:46:38.183Z] b1c180997f30d70459501805a18d6262edcd2f8f: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:38.538Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:38.904Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-05-09T22:46:38.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-05-09T22:46:38.904Z] c28a9e544de1: Preparing [2023-05-09T22:46:38.904Z] f191d9af932b: Preparing [2023-05-09T22:46:38.904Z] f2b2047a2092: Preparing [2023-05-09T22:46:38.904Z] fef294cb022f: Preparing [2023-05-09T22:46:38.904Z] 26cbea5cba74: Preparing [2023-05-09T22:46:38.904Z] f2b2047a2092: Layer already exists [2023-05-09T22:46:38.904Z] f191d9af932b: Layer already exists [2023-05-09T22:46:38.904Z] 26cbea5cba74: Layer already exists [2023-05-09T22:46:38.904Z] c28a9e544de1: Layer already exists [2023-05-09T22:46:38.904Z] fef294cb022f: Layer already exists [2023-05-09T22:46:39.178Z] latest: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:39.551Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:39.912Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 [2023-05-09T22:46:39.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-05-09T22:46:39.912Z] c28a9e544de1: Preparing [2023-05-09T22:46:39.912Z] f191d9af932b: Preparing [2023-05-09T22:46:39.912Z] f2b2047a2092: Preparing [2023-05-09T22:46:39.912Z] fef294cb022f: Preparing [2023-05-09T22:46:39.912Z] 26cbea5cba74: Preparing [2023-05-09T22:46:39.912Z] 26cbea5cba74: Layer already exists [2023-05-09T22:46:39.912Z] c28a9e544de1: Layer already exists [2023-05-09T22:46:39.912Z] f2b2047a2092: Layer already exists [2023-05-09T22:46:39.912Z] fef294cb022f: Layer already exists [2023-05-09T22:46:39.912Z] f191d9af932b: Layer already exists [2023-05-09T22:46:39.912Z] 3.0.0-dev.43: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:40.541Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:40.892Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:46:40.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-05-09T22:46:40.892Z] c28a9e544de1: Preparing [2023-05-09T22:46:40.892Z] f191d9af932b: Preparing [2023-05-09T22:46:40.892Z] f2b2047a2092: Preparing [2023-05-09T22:46:40.892Z] fef294cb022f: Preparing [2023-05-09T22:46:40.892Z] 26cbea5cba74: Preparing [2023-05-09T22:46:40.892Z] 26cbea5cba74: Layer already exists [2023-05-09T22:46:40.892Z] f2b2047a2092: Layer already exists [2023-05-09T22:46:40.892Z] fef294cb022f: Layer already exists [2023-05-09T22:46:40.892Z] c28a9e544de1: Layer already exists [2023-05-09T22:46:40.892Z] f191d9af932b: Layer already exists [2023-05-09T22:46:41.162Z] b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:41.530Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:41.881Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-05-09T22:46:41.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-05-09T22:46:41.881Z] c28a9e544de1: Preparing [2023-05-09T22:46:41.881Z] f191d9af932b: Preparing [2023-05-09T22:46:41.881Z] f2b2047a2092: Preparing [2023-05-09T22:46:41.881Z] fef294cb022f: Preparing [2023-05-09T22:46:41.881Z] 26cbea5cba74: Preparing [2023-05-09T22:46:41.881Z] 26cbea5cba74: Layer already exists [2023-05-09T22:46:41.881Z] fef294cb022f: Layer already exists [2023-05-09T22:46:41.881Z] f2b2047a2092: Layer already exists [2023-05-09T22:46:41.881Z] c28a9e544de1: Layer already exists [2023-05-09T22:46:41.881Z] f191d9af932b: Layer already exists [2023-05-09T22:46:42.151Z] main: digest: sha256:3717a3fbfa1c61cb7bea05cf1f1d42273301578e0136160f28a1ee67686450bb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-09T22:46:42.197Z] ===================================================== [Pipeline] echo [2023-05-09T22:46:42.203Z] taggedImages: [2023-05-09T22:46:42.203Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f [2023-05-09T22:46:42.203Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-05-09T22:46:42.203Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.43 [2023-05-09T22:46:42.203Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:b1c180997f30d70459501805a18d6262edcd2f8f-3.0.0-dev.43 [2023-05-09T22:46:42.203Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:42.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:46:42.584Z] [2023-05-09T22:46:42.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:46:42.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:46:43.546Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-09T22:46:43.546Z] 8998bd30e6a1: Pulling fs layer [2023-05-09T22:46:43.546Z] 04944245beec: Pulling fs layer [2023-05-09T22:46:43.546Z] 699f458cf7ca: Pulling fs layer [2023-05-09T22:46:43.546Z] 765212b225bb: Pulling fs layer [2023-05-09T22:46:43.546Z] f23df028b6ca: Pulling fs layer [2023-05-09T22:46:43.546Z] d65c8cfc05b1: Pulling fs layer [2023-05-09T22:46:43.546Z] 2437ff75d9bd: Pulling fs layer [2023-05-09T22:46:43.546Z] 765212b225bb: Waiting [2023-05-09T22:46:43.546Z] f23df028b6ca: Waiting [2023-05-09T22:46:43.546Z] d65c8cfc05b1: Waiting [2023-05-09T22:46:43.546Z] 2437ff75d9bd: Waiting [2023-05-09T22:46:43.546Z] 04944245beec: Verifying Checksum [2023-05-09T22:46:43.546Z] 04944245beec: Download complete [2023-05-09T22:46:43.546Z] 765212b225bb: Verifying Checksum [2023-05-09T22:46:43.546Z] 765212b225bb: Download complete [2023-05-09T22:46:43.546Z] f23df028b6ca: Verifying Checksum [2023-05-09T22:46:43.546Z] f23df028b6ca: Download complete [2023-05-09T22:46:43.546Z] d65c8cfc05b1: Verifying Checksum [2023-05-09T22:46:43.546Z] d65c8cfc05b1: Download complete [2023-05-09T22:46:43.817Z] 699f458cf7ca: Verifying Checksum [2023-05-09T22:46:43.817Z] 699f458cf7ca: Download complete [2023-05-09T22:46:44.088Z] 8998bd30e6a1: Verifying Checksum [2023-05-09T22:46:44.088Z] 8998bd30e6a1: Download complete [2023-05-09T22:46:46.705Z] 2437ff75d9bd: Verifying Checksum [2023-05-09T22:46:46.705Z] 2437ff75d9bd: Download complete [2023-05-09T22:46:48.656Z] 8998bd30e6a1: Pull complete [2023-05-09T22:46:48.926Z] 04944245beec: Pull complete [2023-05-09T22:46:50.339Z] 699f458cf7ca: Pull complete [2023-05-09T22:46:50.339Z] 765212b225bb: Pull complete [2023-05-09T22:46:51.304Z] f23df028b6ca: Pull complete [2023-05-09T22:46:51.574Z] d65c8cfc05b1: Pull complete [2023-05-09T22:47:06.605Z] 2437ff75d9bd: Pull complete [2023-05-09T22:47:06.605Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-09T22:47:06.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:47:06.605Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:06.839Z] prd-ubuntu20.04-docker-arm64-4c-16g-14794 does not seem to be running inside a container [2023-05-09T22:47:06.929Z] $ 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/115 -v /w/workspace/device-virtual-go/115:/w/workspace/device-virtual-go/115:rw,z -v /w/workspace/device-virtual-go/115@tmp:/w/workspace/device-virtual-go/115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-09T22:47:10.006Z] $ docker top d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:47:10.905Z] ---> job-cost.sh [2023-05-09T22:47:10.905Z] lf-activate-venv: SKIPPING [2023-05-09T22:47:10.905Z] INFO: No Stack... [2023-05-09T22:47:11.176Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-09T22:47:12.147Z] INFO: Archiving Costs [Pipeline] sh [2023-05-09T22:47:12.804Z] + cat /w/workspace/device-virtual-go/115/archives/cost.csv [2023-05-09T22:47:12.804Z] + cut -d, -f6 [Pipeline] lock [2023-05-09T22:47:12.898Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [2023-05-09T22:47:12.904Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] did not exist. Created. [2023-05-09T22:47:12.904Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-09T22:47:13.589Z] /w/workspace/device-virtual-go/115@tmp/durable-b706eed7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-09T22:47:14.264Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-09T22:47:14.281Z] Warning: overwriting stash ‘stack-cost’ [2023-05-09T22:47:14.338Z] Stashed 1 file(s) [Pipeline] } [2023-05-09T22:47:14.348Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-09T22:47:14.368Z] $ docker stop --time=1 d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea [2023-05-09T22:47:15.938Z] $ docker rm -f --volumes d541343bae123dbfd99bb2259ae0771cf852fe3fc05932f641714a2c860498ea [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 [2023-05-09T22:47:16.346Z] provisioning config files... [2023-05-09T22:47:16.353Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11284907586491602981tmp [Pipeline] { [Pipeline] sh [2023-05-09T22:47:16.644Z] + set +x [2023-05-09T22:47:16.644Z] + curl -s https://codecov.io/bash [2023-05-09T22:47:16.644Z] + bash -s -- [2023-05-09T22:47:16.644Z] [2023-05-09T22:47:16.644Z] _____ _ [2023-05-09T22:47:16.644Z] / ____| | | [2023-05-09T22:47:16.644Z] | | ___ __| | ___ ___ _____ __ [2023-05-09T22:47:16.644Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-09T22:47:16.644Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-09T22:47:16.644Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-09T22:47:16.644Z] Bash-1.0.6 [2023-05-09T22:47:16.644Z] [2023-05-09T22:47:16.644Z] [2023-05-09T22:47:16.644Z] ==> git version 2.25.1 found [2023-05-09T22:47:16.644Z] ==> 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 [2023-05-09T22:47:16.644Z] Release-Date: 2020-01-08 [2023-05-09T22:47:16.644Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-09T22:47:16.644Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-09T22:47:16.644Z] ==> Jenkins CI detected. [2023-05-09T22:47:16.644Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-05-09T22:47:16.644Z] project root: . [2023-05-09T22:47:16.644Z] --> token set from env [2023-05-09T22:47:16.644Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-09T22:47:16.644Z] ==> Running gcov in . (disable via -X gcov) [2023-05-09T22:47:16.644Z] ==> Python coveragepy not found [2023-05-09T22:47:16.644Z] ==> Searching for coverage reports in: [2023-05-09T22:47:16.644Z] + . [2023-05-09T22:47:16.644Z] -> Found 1 reports [2023-05-09T22:47:16.644Z] ==> Detecting git/mercurial file structure [2023-05-09T22:47:16.644Z] ==> Reading reports [2023-05-09T22:47:16.644Z] + ./coverage.out bytes=43063 [2023-05-09T22:47:16.644Z] ==> Appending adjustments [2023-05-09T22:47:16.644Z] https://docs.codecov.io/docs/fixing-reports [2023-05-09T22:47:16.905Z] + Found adjustments [2023-05-09T22:47:16.905Z] ==> Gzipping contents [2023-05-09T22:47:16.905Z] 8.0K /tmp/codecov.o2vKjA.gz [2023-05-09T22:47:16.905Z] ==> Uploading reports [2023-05-09T22:47:16.905Z] url: https://codecov.io [2023-05-09T22:47:16.905Z] query: branch=main&commit=b1c180997f30d70459501805a18d6262edcd2f8f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-09T22:47:16.905Z] -> Pinging Codecov [2023-05-09T22:47:16.905Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=b1c180997f30d70459501805a18d6262edcd2f8f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-09T22:47:16.905Z] -> Uploading to [2023-05-09T22:47:16.905Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-09/5E52B4B073DB2E39498172D8E973AA87/b1c180997f30d70459501805a18d6262edcd2f8f/b78eac2a-2921-4c69-8027-16d6af82132d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230509T224716Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e83e681e2136cad1b8cc5362b965a5aa1223391ba67405b05ef0d289654bec2 [2023-05-09T22:47:16.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-09T22:47:16.905Z] Dload Upload Total Spent Left Speed [2023-05-09T22:47:17.166Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 27141 --:--:-- --:--:-- --:--:-- 27141 [2023-05-09T22:47:17.166Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] } [2023-05-09T22:47:17.172Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-09T22:47:17.382Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-09T22:47:17.393Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:17.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-09T22:47:17.691Z] [2023-05-09T22:47:17.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:17.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-09T22:47:17.991Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-09T22:47:17.991Z] df9b9388f04a: Pulling fs layer [2023-05-09T22:47:17.991Z] 52dc419b0ee2: Pulling fs layer [2023-05-09T22:47:17.991Z] 25bc292e5bac: Pulling fs layer [2023-05-09T22:47:17.991Z] 114826534d7a: Pulling fs layer [2023-05-09T22:47:17.991Z] 4657fd5d0bcf: Pulling fs layer [2023-05-09T22:47:17.991Z] 6ad1cebc031e: Pulling fs layer [2023-05-09T22:47:17.991Z] 8a3aa393b2d8: Pulling fs layer [2023-05-09T22:47:17.991Z] 8a3aa393b2d8: Waiting [2023-05-09T22:47:17.991Z] 4657fd5d0bcf: Waiting [2023-05-09T22:47:17.991Z] 6ad1cebc031e: Waiting [2023-05-09T22:47:17.991Z] 114826534d7a: Waiting [2023-05-09T22:47:17.991Z] 25bc292e5bac: Verifying Checksum [2023-05-09T22:47:17.991Z] 25bc292e5bac: Download complete [2023-05-09T22:47:17.991Z] 52dc419b0ee2: Download complete [2023-05-09T22:47:17.991Z] 4657fd5d0bcf: Verifying Checksum [2023-05-09T22:47:17.991Z] 4657fd5d0bcf: Download complete [2023-05-09T22:47:17.991Z] df9b9388f04a: Verifying Checksum [2023-05-09T22:47:17.991Z] df9b9388f04a: Download complete [2023-05-09T22:47:18.259Z] df9b9388f04a: Pull complete [2023-05-09T22:47:18.259Z] 6ad1cebc031e: Verifying Checksum [2023-05-09T22:47:18.259Z] 52dc419b0ee2: Pull complete [2023-05-09T22:47:18.259Z] 25bc292e5bac: Pull complete [2023-05-09T22:47:18.825Z] 114826534d7a: Download complete [2023-05-09T22:47:19.082Z] 8a3aa393b2d8: Verifying Checksum [2023-05-09T22:47:19.082Z] 8a3aa393b2d8: Download complete [2023-05-09T22:47:22.365Z] 114826534d7a: Pull complete [2023-05-09T22:47:22.365Z] 4657fd5d0bcf: Pull complete [2023-05-09T22:47:22.365Z] 6ad1cebc031e: Pull complete [2023-05-09T22:47:24.895Z] 8a3aa393b2d8: Pull complete [2023-05-09T22:47:24.895Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-09T22:47:24.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-09T22:47:24.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:24.983Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:47:25.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-05-09T22:47:26.466Z] $ docker top 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-09T22:47:26.532Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-05-09T22:47:26.812Z] + set -o pipefail [2023-05-09T22:47:26.812Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/7ba94af3-fc5f-4f14-8234-d6a19299494d [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] [2023-05-09T22:47:32.080Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-09T22:47:32.080Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-09T22:47:32.080Z] More details here: https://snyk.co/ue1NS [2023-05-09T22:47:32.080Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-05-09T22:47:32.080Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-05-09T22:47:32.088Z] $ docker stop --time=1 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e [2023-05-09T22:47:33.940Z] $ docker rm -f --volumes 8e2dbd8aa9fe259c240e1a7793281cf790a4f9191ff599ac18c3d2425e21143e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-09T22:47:34.672Z] + git log --format=format:%s -1 b1c180997f30d70459501805a18d6262edcd2f8f [Pipeline] sh [2023-05-09T22:47:34.959Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-09T22:47:34.959Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:35.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:47:35.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:35.319Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:47:35.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 [2023-05-09T22:47:35.622Z] $ docker top 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda -eo pid,comm [2023-05-09T22:47:35.669Z] 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). [2023-05-09T22:47:35.669Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-09T22:47:35.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:47:35.710Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:47:35.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:47:35.813Z] $ docker exec 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda ssh-agent [2023-05-09T22:47:35.904Z] SSH_AUTH_SOCK=/tmp/ssh-w4eE6MUZP5PE/agent.31 [2023-05-09T22:47:35.904Z] SSH_AGENT_PID=37 [2023-05-09T22:47:35.909Z] Running ssh-add (command line suppressed) [2023-05-09T22:47:36.003Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12538081980743323896.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12538081980743323896.key) [2023-05-09T22:47:36.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:47:36.300Z] + git semver tag [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,513 [run_tag] DEBUG tag force:False [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,513 [check_head_tag] DEBUG check head tag [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,515 [execute] INFO git cat-file --batch-check [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,518 [execute] INFO git cat-file --batch [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,541 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,541 [execute] INFO git tag -a v3.0.0-dev.43 -m v3.0.0-dev.43 [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,542 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.43', '-m', 'v3.0.0-dev.43'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:47:36.557Z] 2023-05-09 22:47:36,545 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:36.557Z] 3.0.0-dev.43 [Pipeline] } [2023-05-09T22:47:36.822Z] $ docker exec --env ******** --env ******** 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda ssh-agent -k [2023-05-09T22:47:36.905Z] unset SSH_AUTH_SOCK; [2023-05-09T22:47:36.905Z] unset SSH_AGENT_PID; [2023-05-09T22:47:36.905Z] echo Agent pid 37 killed; [2023-05-09T22:47:36.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-09T22:47:37.221Z] + git semver [Pipeline] } [2023-05-09T22:47:37.798Z] $ docker stop --time=1 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda [2023-05-09T22:47:39.057Z] $ docker rm -f --volumes 42f5ec08cdc7e1531decda548225811133e39929d9f04b6eb9be8d7282b27cda [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:39.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-09T22:47:39.468Z] [2023-05-09T22:47:39.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:39.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-09T22:47:39.779Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-09T22:47:39.779Z] ab5ef0e58194: Pulling fs layer [2023-05-09T22:47:39.779Z] 9712f1f96733: Pulling fs layer [2023-05-09T22:47:39.779Z] 63f879dbbcfc: Pulling fs layer [2023-05-09T22:47:39.779Z] 0d9ebad4ef96: Pulling fs layer [2023-05-09T22:47:39.779Z] e9a5061849ea: Pulling fs layer [2023-05-09T22:47:39.779Z] d747dcd14b5f: Pulling fs layer [2023-05-09T22:47:39.779Z] 2de7ff778b66: Pulling fs layer [2023-05-09T22:47:39.779Z] 0d9ebad4ef96: Waiting [2023-05-09T22:47:39.779Z] e9a5061849ea: Waiting [2023-05-09T22:47:39.779Z] 2de7ff778b66: Waiting [2023-05-09T22:47:39.779Z] d747dcd14b5f: Waiting [2023-05-09T22:47:39.779Z] 9712f1f96733: Verifying Checksum [2023-05-09T22:47:39.779Z] 9712f1f96733: Download complete [2023-05-09T22:47:40.350Z] 63f879dbbcfc: Verifying Checksum [2023-05-09T22:47:40.351Z] 63f879dbbcfc: Download complete [2023-05-09T22:47:40.609Z] e9a5061849ea: Verifying Checksum [2023-05-09T22:47:40.609Z] e9a5061849ea: Download complete [2023-05-09T22:47:40.609Z] d747dcd14b5f: Verifying Checksum [2023-05-09T22:47:40.609Z] d747dcd14b5f: Download complete [2023-05-09T22:47:40.609Z] 0d9ebad4ef96: Verifying Checksum [2023-05-09T22:47:40.609Z] 0d9ebad4ef96: Download complete [2023-05-09T22:47:40.609Z] ab5ef0e58194: Verifying Checksum [2023-05-09T22:47:40.609Z] ab5ef0e58194: Download complete [2023-05-09T22:47:40.609Z] 2de7ff778b66: Verifying Checksum [2023-05-09T22:47:40.609Z] 2de7ff778b66: Download complete [2023-05-09T22:47:43.139Z] ab5ef0e58194: Pull complete [2023-05-09T22:47:43.139Z] 9712f1f96733: Pull complete [2023-05-09T22:47:44.076Z] 63f879dbbcfc: Pull complete [2023-05-09T22:47:47.362Z] 0d9ebad4ef96: Pull complete [2023-05-09T22:47:47.362Z] e9a5061849ea: Pull complete [2023-05-09T22:47:47.362Z] d747dcd14b5f: Pull complete [2023-05-09T22:47:47.929Z] 2de7ff778b66: Pull complete [2023-05-09T22:47:47.929Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-09T22:47:47.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-09T22:47:47.929Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:48.004Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:47:48.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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-lftools:0.23.1-centos7 cat [2023-05-09T22:47:49.659Z] $ docker top ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:47:49.724Z] provisioning config files... [2023-05-09T22:47:49.731Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11728791473206041044tmp [2023-05-09T22:47:49.742Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17093815835857131603tmp [2023-05-09T22:47:49.751Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8574220850457211865tmp [Pipeline] { [Pipeline] echo [2023-05-09T22:47:49.768Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:47:50.051Z] ---> sigul-configuration.sh [2023-05-09T22:47:50.051Z] gpg: directory `/root/.gnupg' created [2023-05-09T22:47:50.051Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-09T22:47:50.051Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-09T22:47:50.051Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-09T22:47:50.051Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-09T22:47:50.051Z] gpg: CAST5 encrypted data [2023-05-09T22:47:50.051Z] gpg: encrypted with 1 passphrase [2023-05-09T22:47:50.051Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-09T22:47:50.338Z] + mkdir /home/jenkins [2023-05-09T22:47:50.338Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-09T22:47:50.626Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-05-09T22:47:50.635Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:47:50.918Z] ---> sigul-install.sh [2023-05-09T22:47:50.918Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-09T22:47:51.205Z] + git tag --list [2023-05-09T22:47:51.205Z] v1.0.0 [2023-05-09T22:47:51.205Z] v1.1.0 [2023-05-09T22:47:51.205Z] v1.1.1 [2023-05-09T22:47:51.205Z] v1.2.1 [2023-05-09T22:47:51.205Z] v1.2.2 [2023-05-09T22:47:51.205Z] v1.2.3 [2023-05-09T22:47:51.205Z] v1.3.0 [2023-05-09T22:47:51.205Z] v1.3.1 [2023-05-09T22:47:51.205Z] v2.0.0 [2023-05-09T22:47:51.205Z] v2.1.0 [2023-05-09T22:47:51.205Z] v2.1.1 [2023-05-09T22:47:51.205Z] v2.1.1-dev.1 [2023-05-09T22:47:51.205Z] v2.1.1-dev.2 [2023-05-09T22:47:51.205Z] v2.2.0 [2023-05-09T22:47:51.205Z] v2.2.1-dev.1 [2023-05-09T22:47:51.205Z] v2.2.1-dev.2 [2023-05-09T22:47:51.205Z] v2.2.1-dev.3 [2023-05-09T22:47:51.205Z] v2.2.1-dev.4 [2023-05-09T22:47:51.205Z] v2.2.1-dev.5 [2023-05-09T22:47:51.205Z] v2.2.1-dev.6 [2023-05-09T22:47:51.205Z] v2.2.1-dev.7 [2023-05-09T22:47:51.205Z] v2.2.1-dev.8 [2023-05-09T22:47:51.205Z] v2.3.0 [2023-05-09T22:47:51.205Z] v2.3.0-dev.10 [2023-05-09T22:47:51.205Z] v2.3.0-dev.11 [2023-05-09T22:47:51.205Z] v2.3.0-dev.12 [2023-05-09T22:47:51.205Z] v2.3.0-dev.13 [2023-05-09T22:47:51.205Z] v2.3.0-dev.14 [2023-05-09T22:47:51.205Z] v2.3.0-dev.15 [2023-05-09T22:47:51.205Z] v2.3.0-dev.16 [2023-05-09T22:47:51.205Z] v2.3.0-dev.17 [2023-05-09T22:47:51.205Z] v2.3.0-dev.18 [2023-05-09T22:47:51.205Z] v2.3.0-dev.19 [2023-05-09T22:47:51.205Z] v2.3.0-dev.20 [2023-05-09T22:47:51.205Z] v2.3.0-dev.21 [2023-05-09T22:47:51.205Z] v2.3.0-dev.22 [2023-05-09T22:47:51.205Z] v2.3.0-dev.23 [2023-05-09T22:47:51.205Z] v2.3.0-dev.24 [2023-05-09T22:47:51.205Z] v2.3.0-dev.25 [2023-05-09T22:47:51.205Z] v2.3.0-dev.26 [2023-05-09T22:47:51.205Z] v2.3.0-dev.27 [2023-05-09T22:47:51.205Z] v2.3.0-dev.28 [2023-05-09T22:47:51.205Z] v2.3.0-dev.29 [2023-05-09T22:47:51.205Z] v2.3.0-dev.30 [2023-05-09T22:47:51.205Z] v2.3.0-dev.8 [2023-05-09T22:47:51.205Z] v2.3.0-dev.9 [2023-05-09T22:47:51.205Z] v3.0.0-dev.1 [2023-05-09T22:47:51.205Z] v3.0.0-dev.10 [2023-05-09T22:47:51.205Z] v3.0.0-dev.11 [2023-05-09T22:47:51.205Z] v3.0.0-dev.12 [2023-05-09T22:47:51.205Z] v3.0.0-dev.13 [2023-05-09T22:47:51.205Z] v3.0.0-dev.14 [2023-05-09T22:47:51.205Z] v3.0.0-dev.15 [2023-05-09T22:47:51.205Z] v3.0.0-dev.16 [2023-05-09T22:47:51.205Z] v3.0.0-dev.17 [2023-05-09T22:47:51.205Z] v3.0.0-dev.18 [2023-05-09T22:47:51.205Z] v3.0.0-dev.19 [2023-05-09T22:47:51.205Z] v3.0.0-dev.2 [2023-05-09T22:47:51.205Z] v3.0.0-dev.20 [2023-05-09T22:47:51.205Z] v3.0.0-dev.21 [2023-05-09T22:47:51.205Z] v3.0.0-dev.22 [2023-05-09T22:47:51.205Z] v3.0.0-dev.23 [2023-05-09T22:47:51.205Z] v3.0.0-dev.24 [2023-05-09T22:47:51.205Z] v3.0.0-dev.25 [2023-05-09T22:47:51.205Z] v3.0.0-dev.26 [2023-05-09T22:47:51.205Z] v3.0.0-dev.27 [2023-05-09T22:47:51.205Z] v3.0.0-dev.28 [2023-05-09T22:47:51.205Z] v3.0.0-dev.29 [2023-05-09T22:47:51.205Z] v3.0.0-dev.3 [2023-05-09T22:47:51.205Z] v3.0.0-dev.30 [2023-05-09T22:47:51.205Z] v3.0.0-dev.31 [2023-05-09T22:47:51.205Z] v3.0.0-dev.32 [2023-05-09T22:47:51.205Z] v3.0.0-dev.33 [2023-05-09T22:47:51.205Z] v3.0.0-dev.34 [2023-05-09T22:47:51.205Z] v3.0.0-dev.35 [2023-05-09T22:47:51.205Z] v3.0.0-dev.36 [2023-05-09T22:47:51.205Z] v3.0.0-dev.37 [2023-05-09T22:47:51.205Z] v3.0.0-dev.38 [2023-05-09T22:47:51.205Z] v3.0.0-dev.39 [2023-05-09T22:47:51.205Z] v3.0.0-dev.4 [2023-05-09T22:47:51.205Z] v3.0.0-dev.40 [2023-05-09T22:47:51.205Z] v3.0.0-dev.41 [2023-05-09T22:47:51.205Z] v3.0.0-dev.42 [2023-05-09T22:47:51.205Z] v3.0.0-dev.43 [2023-05-09T22:47:51.205Z] v3.0.0-dev.5 [2023-05-09T22:47:51.205Z] v3.0.0-dev.6 [2023-05-09T22:47:51.205Z] v3.0.0-dev.7 [2023-05-09T22:47:51.205Z] v3.0.0-dev.8 [2023-05-09T22:47:51.205Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-09T22:47:51.494Z] + lftools sign git-tag v3.0.0-dev.43 [2023-05-09T22:47:52.430Z] Signing Git tag with Sigul... [2023-05-09T22:47:52.430Z] Signing v3.0.0-dev.43 [Pipeline] echo [2023-05-09T22:47:52.696Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:47:52.975Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-09T22:47:52.981Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-09T22:47:52.998Z] $ docker stop --time=1 ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf [2023-05-09T22:47:54.264Z] $ docker rm -f --volumes ca6cce752ec1edd66feabef27a0f33dd0043038ac85ec9a8b0c22fe44b381dbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-09T22:47:54.669Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-09T22:47:54.669Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:54.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:47:54.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:55.034Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:47:55.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 [2023-05-09T22:47:55.386Z] $ docker top dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 -eo pid,comm [2023-05-09T22:47:55.433Z] 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). [2023-05-09T22:47:55.433Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-09T22:47:55.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:47:55.471Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:47:55.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:47:55.582Z] $ docker exec dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 ssh-agent [2023-05-09T22:47:55.705Z] SSH_AUTH_SOCK=/tmp/ssh-8kUbQwV8vOQm/agent.34 [2023-05-09T22:47:55.705Z] SSH_AGENT_PID=40 [2023-05-09T22:47:55.710Z] Running ssh-add (command line suppressed) [2023-05-09T22:47:55.809Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3512522727515802155.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3512522727515802155.key) [2023-05-09T22:47:55.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:47:56.107Z] + git semver bump pre [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,297 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,297 [bump_version] DEBUG bumping version:3.0.0-dev.43 on axis:pre with prefix:dev [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,298 [bump_version] DEBUG bumped version:3.0.0-dev.44 [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,298 [write_version] DEBUG write version:3.0.0-dev.44 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,298 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,298 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,299 [execute] INFO git cat-file --batch-check [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,300 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,305 [execute] INFO git cat-file --batch [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-09T22:47:56.445Z] 2023-05-09 22:47:56,310 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:47:56.445Z] 3.0.0-dev.44 [Pipeline] } [2023-05-09T22:47:56.450Z] $ docker exec --env ******** --env ******** dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 ssh-agent -k [2023-05-09T22:47:56.543Z] unset SSH_AUTH_SOCK; [2023-05-09T22:47:56.543Z] unset SSH_AGENT_PID; [2023-05-09T22:47:56.543Z] echo Agent pid 40 killed; [2023-05-09T22:47:56.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-09T22:47:56.867Z] + git semver [Pipeline] } [2023-05-09T22:47:57.136Z] $ docker stop --time=1 dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 [2023-05-09T22:47:58.395Z] $ docker rm -f --volumes dea3d34aedbacd2860edc04361963bf43d5714bfb6114dd8d284688949a73d46 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:47:58.727Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-09T22:47:58.727Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:47:59.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:47:59.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:47:59.101Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:47:59.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 [2023-05-09T22:47:59.433Z] $ docker top 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 -eo pid,comm [2023-05-09T22:47:59.483Z] 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). [2023-05-09T22:47:59.483Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-09T22:47:59.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:47:59.519Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:47:59.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:47:59.644Z] $ docker exec 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 ssh-agent [2023-05-09T22:47:59.745Z] SSH_AUTH_SOCK=/tmp/ssh-mGWFBacdN7Nl/agent.34 [2023-05-09T22:47:59.745Z] SSH_AGENT_PID=40 [2023-05-09T22:47:59.751Z] Running ssh-add (command line suppressed) [2023-05-09T22:47:59.845Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5351313663904618928.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5351313663904618928.key) [2023-05-09T22:47:59.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:48:00.140Z] + git semver push [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,330 [run_push] DEBUG push [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,331 [execute] INFO git cat-file --batch-check [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,331 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,335 [execute] INFO git rev-list dfabb06773c7276463c00ae91db0a8b791ca4227 -- [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,336 [execute] DEBUG Popen(['git', 'rev-list', 'dfabb06773c7276463c00ae91db0a8b791ca4227', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,345 [execute] INFO git fetch -v origin [2023-05-09T22:48:00.399Z] 2023-05-09 22:48:00,346 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-09T22:48:00.967Z] 2023-05-09 22:48:00,807 [run_push] DEBUG no remote changes detected [2023-05-09T22:48:00.967Z] 2023-05-09 22:48:00,807 [execute] INFO git push origin semver [2023-05-09T22:48:00.967Z] 2023-05-09 22:48:00,807 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:48:01.911Z] 2023-05-09 22:48:01,573 [run_push] DEBUG push all version tags [2023-05-09T22:48:01.911Z] 2023-05-09 22:48:01,573 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-09T22:48:01.911Z] 2023-05-09 22:48:01,574 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:48:02.479Z] 2023-05-09 22:48:02,393 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-05-09T22:48:02.479Z] 3.0.0-dev.44 [Pipeline] } [2023-05-09T22:48:02.487Z] $ docker exec --env ******** --env ******** 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 ssh-agent -k [2023-05-09T22:48:02.577Z] unset SSH_AUTH_SOCK; [2023-05-09T22:48:02.577Z] unset SSH_AGENT_PID; [2023-05-09T22:48:02.577Z] echo Agent pid 40 killed; [2023-05-09T22:48:02.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-09T22:48:02.886Z] + git semver [Pipeline] } [2023-05-09T22:48:03.155Z] $ docker stop --time=1 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 [2023-05-09T22:48:04.425Z] $ docker rm -f --volumes 4c60405b1fddebdb6235331ffaa6574b3059ce83311c060d810c47a834a1d133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2023-05-09T22:48:04.976Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-05-09T22:48:04.976Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-05-09T22:48:04.976Z] total 16 [2023-05-09T22:48:04.976Z] drwxr-xr-x 3 root root 4096 May 9 22:36 . [2023-05-09T22:48:04.976Z] drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:47 .. [2023-05-09T22:48:04.976Z] drwxr-xr-x 2 root root 4096 May 9 22:36 cost [2023-05-09T22:48:04.976Z] -rw-r--r-- 1 root root 89 May 9 22:36 cost.csv [2023-05-09T22:48:04.976Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-05-09T22:48:04.976Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-05-09T22:48:04.976Z] total 16 [2023-05-09T22:48:04.976Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:36 . [2023-05-09T22:48:04.976Z] drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:47 .. [2023-05-09T22:48:04.976Z] drwxr-xr-x 2 jenkins jenkins 4096 May 9 22:36 cost [2023-05-09T22:48:04.976Z] -rw-r--r-- 1 jenkins jenkins 89 May 9 22:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:05.264Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:06.119Z] ---> package-listing.sh [2023-05-09T22:48:06.119Z] ++ facter osfamily [2023-05-09T22:48:06.119Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-09T22:48:06.405Z] + OS_FAMILY=debian [2023-05-09T22:48:06.405Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-05-09T22:48:06.405Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-09T22:48:06.405Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-09T22:48:06.405Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-09T22:48:06.405Z] + PACKAGES=/tmp/packages_start.txt [2023-05-09T22:48:06.405Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-05-09T22:48:06.405Z] + PACKAGES=/tmp/packages_end.txt [2023-05-09T22:48:06.405Z] + case "${OS_FAMILY}" in [2023-05-09T22:48:06.405Z] + grep '^ii' [2023-05-09T22:48:06.405Z] + dpkg -l [2023-05-09T22:48:06.405Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-09T22:48:06.405Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-09T22:48:06.405Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-09T22:48:06.405Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-05-09T22:48:06.405Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-05-09T22:48:06.405Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2023-05-09T22:48:06.436Z] 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-09T22:48:06.745Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:48:07.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:48:07.067Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:48:07.132Z] prd-ubuntu20.04-docker-8c-8g-14793 does not seem to be running inside a container [2023-05-09T22:48:07.160Z] $ 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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-lftools-log-publisher:latest cat [2023-05-09T22:48:07.335Z] $ docker top 84b60dba558881805d6945303095c0c9f247060b8c916c1adbf0c05a615b83f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:48:07.683Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-09T22:48:07.971Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-09T22:48:08.257Z] + ls /var/log/sa-host [2023-05-09T22:48:08.257Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:48:08.329Z] provisioning config files... [2023-05-09T22:48:08.338Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5303514504936695087tmp [Pipeline] { [Pipeline] echo [2023-05-09T22:48:08.353Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:08.640Z] ---> create-netrc.sh [Pipeline] } [2023-05-09T22:48:08.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:08.967Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-09T22:48:08.974Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:09.255Z] ---> sudo-logs.sh [2023-05-09T22:48:09.256Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-09T22:48:09.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:09.573Z] ---> job-cost.sh [2023-05-09T22:48:09.573Z] lf-activate-venv: SKIPPING [2023-05-09T22:48:09.573Z] DEBUG: total: 0.2199999988079071 [2023-05-09T22:48:09.573Z] INFO: Retrieving Stack Cost... [2023-05-09T22:48:09.832Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-09T22:48:10.400Z] INFO: Archiving Costs [Pipeline] echo [2023-05-09T22:48:10.412Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:48:10.695Z] ---> logs-deploy.sh [2023-05-09T22:48:10.695Z] lf-activate-venv: SKIPPING [2023-05-09T22:48:10.695Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/115 [2023-05-09T22:48:10.695Z] INFO: archiving workspace using pattern(s): [2023-05-09T22:48:11.636Z] Archives upload complete. [2023-05-09T22:48:11.636Z] INFO: archiving logs to Nexus [2023-05-09T22:48:12.207Z] ---> uname -a: [2023-05-09T22:48:12.207Z] Linux prd-ubuntu20-04-docker-8c-8g-14793 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] ---> lscpu: [2023-05-09T22:48:12.207Z] Architecture: x86_64 [2023-05-09T22:48:12.207Z] CPU op-mode(s): 32-bit, 64-bit [2023-05-09T22:48:12.207Z] Byte Order: Little Endian [2023-05-09T22:48:12.207Z] Address sizes: 40 bits physical, 48 bits virtual [2023-05-09T22:48:12.207Z] CPU(s): 8 [2023-05-09T22:48:12.207Z] On-line CPU(s) list: 0-7 [2023-05-09T22:48:12.207Z] Thread(s) per core: 1 [2023-05-09T22:48:12.207Z] Core(s) per socket: 1 [2023-05-09T22:48:12.207Z] Socket(s): 8 [2023-05-09T22:48:12.207Z] NUMA node(s): 1 [2023-05-09T22:48:12.207Z] Vendor ID: AuthenticAMD [2023-05-09T22:48:12.207Z] CPU family: 23 [2023-05-09T22:48:12.207Z] Model: 49 [2023-05-09T22:48:12.207Z] Model name: AMD EPYC-Rome Processor [2023-05-09T22:48:12.207Z] Stepping: 0 [2023-05-09T22:48:12.207Z] CPU MHz: 2799.998 [2023-05-09T22:48:12.207Z] BogoMIPS: 5599.99 [2023-05-09T22:48:12.207Z] Virtualization: AMD-V [2023-05-09T22:48:12.207Z] Hypervisor vendor: KVM [2023-05-09T22:48:12.207Z] Virtualization type: full [2023-05-09T22:48:12.207Z] L1d cache: 256 KiB [2023-05-09T22:48:12.207Z] L1i cache: 256 KiB [2023-05-09T22:48:12.207Z] L2 cache: 4 MiB [2023-05-09T22:48:12.207Z] L3 cache: 128 MiB [2023-05-09T22:48:12.207Z] NUMA node0 CPU(s): 0-7 [2023-05-09T22:48:12.207Z] Vulnerability Itlb multihit: Not affected [2023-05-09T22:48:12.207Z] Vulnerability L1tf: Not affected [2023-05-09T22:48:12.207Z] Vulnerability Mds: Not affected [2023-05-09T22:48:12.207Z] Vulnerability Meltdown: Not affected [2023-05-09T22:48:12.207Z] Vulnerability Mmio stale data: Not affected [2023-05-09T22:48:12.207Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-05-09T22:48:12.207Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-05-09T22:48:12.207Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-05-09T22:48:12.207Z] Vulnerability Srbds: Not affected [2023-05-09T22:48:12.207Z] Vulnerability Tsx async abort: Not affected [2023-05-09T22:48:12.207Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] ---> nproc: [2023-05-09T22:48:12.207Z] 8 [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] ---> df -h: [2023-05-09T22:48:12.207Z] Filesystem Size Used Avail Use% Mounted on [2023-05-09T22:48:12.207Z] overlay 155G 13G 143G 9% / [2023-05-09T22:48:12.207Z] tmpfs 64M 0 64M 0% /dev [2023-05-09T22:48:12.207Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-05-09T22:48:12.207Z] shm 64M 0 64M 0% /dev/shm [2023-05-09T22:48:12.207Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] ---> sar -b -r -n DEV: [2023-05-09T22:48:12.207Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-14793) 05/09/23 _x86_64_ (8 CPU) [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] 22:33:56 LINUX RESTART (8 CPU) [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] 22:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-05-09T22:48:12.207Z] 22:35:01 199.80 47.98 151.82 0.00 5421.23 170976.84 0.00 [2023-05-09T22:48:12.207Z] 22:36:01 189.20 1.48 187.72 0.00 41.99 107058.16 0.00 [2023-05-09T22:48:12.207Z] 22:37:01 115.01 0.05 114.96 0.00 4.00 33884.49 0.00 [2023-05-09T22:48:12.207Z] 22:38:02 1.30 0.00 1.30 0.00 0.00 14.28 0.00 [2023-05-09T22:48:12.207Z] 22:39:01 5.05 1.66 3.39 0.00 719.34 83.51 0.00 [2023-05-09T22:48:12.207Z] 22:40:01 36.71 11.16 25.55 0.00 4755.61 6189.24 0.00 [2023-05-09T22:48:12.207Z] 22:41:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 [2023-05-09T22:48:12.207Z] 22:42:01 0.85 0.00 0.85 0.00 0.00 9.47 0.00 [2023-05-09T22:48:12.207Z] 22:43:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 [2023-05-09T22:48:12.207Z] 22:44:01 2.08 0.00 2.08 0.00 0.00 35.59 0.00 [2023-05-09T22:48:12.207Z] 22:45:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2023-05-09T22:48:12.207Z] 22:46:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 [2023-05-09T22:48:12.207Z] 22:47:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 [2023-05-09T22:48:12.207Z] 22:48:01 116.93 0.30 116.63 0.00 22.53 59712.18 0.00 [2023-05-09T22:48:12.207Z] Average: 48.13 4.48 43.65 0.00 783.26 27034.35 0.00 [2023-05-09T22:48:12.207Z] [2023-05-09T22:48:12.207Z] 22:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-05-09T22:48:12.207Z] 22:35:01 29140460 31608988 706628 2.15 76408 2669820 1948680 5.74 977896 2404048 2496 [2023-05-09T22:48:12.207Z] 22:36:01 27964452 31423732 875724 2.66 148380 3492072 2304904 6.79 1475220 2971388 207808 [2023-05-09T22:48:12.207Z] 22:37:01 27628324 31588424 712772 2.17 158212 3949140 1742104 5.13 1261556 3486296 376 [2023-05-09T22:48:12.207Z] 22:38:02 27628420 31588636 712100 2.17 158236 3949140 1742104 5.13 1261364 3486296 140 [2023-05-09T22:48:12.207Z] 22:39:01 27535092 31557984 742120 2.26 159740 4009344 1859288 5.48 1298524 3545572 34516 [2023-05-09T22:48:12.207Z] 22:40:01 27256100 31573804 717600 2.18 166356 4282756 1804432 5.32 1492684 3600140 8 [2023-05-09T22:48:12.208Z] 22:41:01 27265416 31583168 708196 2.15 166388 4282760 1804432 5.32 1483196 3600144 4 [2023-05-09T22:48:12.208Z] 22:42:01 27266096 31583848 707664 2.15 166404 4282760 1804432 5.32 1483328 3600144 16 [2023-05-09T22:48:12.208Z] 22:43:01 27265764 31583520 707912 2.15 166424 4282764 1804432 5.32 1483392 3600148 16 [2023-05-09T22:48:12.208Z] 22:44:01 27266200 31584368 707292 2.15 166560 4282736 1804432 5.32 1483272 3600452 132 [2023-05-09T22:48:12.208Z] 22:45:01 27266640 31584916 706964 2.15 166624 4282744 1804432 5.32 1483388 3600468 16 [2023-05-09T22:48:12.208Z] 22:46:01 27266380 31584668 707148 2.15 166640 4282752 1804432 5.32 1483540 3600476 152 [2023-05-09T22:48:12.208Z] 22:47:01 27266388 31584736 707016 2.15 166720 4282752 1804432 5.32 1483648 3600480 20 [2023-05-09T22:48:12.208Z] 22:48:01 25726808 31521700 761384 2.32 204788 5591336 1881196 5.54 1635464 4848432 744 [2023-05-09T22:48:12.208Z] Average: 27410181 31568035 727180 2.21 159849 4137348 1850981 5.46 1413319 3538892 17603 [2023-05-09T22:48:12.208Z] [2023-05-09T22:48:12.208Z] 22:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-05-09T22:48:12.208Z] 22:35:01 lo 6.80 6.80 0.66 0.66 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:35:01 docker0 89.12 111.86 7.23 308.29 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:35:01 veth0f8bb3c 60.14 79.19 5.80 51.86 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:35:01 ens3 812.50 485.00 7141.89 95.83 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:36:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:36:01 docker0 113.78 192.90 9.25 1883.15 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:36:01 veth1ec9b01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:36:01 ens3 231.38 138.64 1922.84 27.67 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:37:01 lo 7.20 7.20 0.70 0.70 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:37:01 docker0 1.38 3.23 0.09 42.99 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:37:01 ens3 151.44 119.40 2593.11 310.26 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:38:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:38:02 ens3 0.77 0.22 0.15 0.08 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:39:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:39:01 ens3 36.72 17.13 600.79 1.52 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:40:01 ens3 77.67 28.78 1373.95 2.12 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:42:01 ens3 1.17 0.75 0.44 0.30 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:43:01 ens3 0.72 0.47 0.33 0.22 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:44:01 ens3 1.52 0.53 0.45 0.29 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:45:01 ens3 2.23 0.92 0.83 0.56 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:46:01 ens3 1.62 0.57 0.43 0.28 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:47:01 ens3 1.90 0.47 0.46 0.28 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:48:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:48:01 vethce926cb 1.00 0.92 0.17 0.33 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:48:01 docker0 37.49 65.52 3.22 578.90 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] 22:48:01 ens3 381.70 217.20 7800.24 45.87 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] Average: lo 1.28 1.28 0.12 0.12 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] Average: vethce926cb 0.07 0.07 0.01 0.02 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] Average: docker0 17.29 26.71 1.42 201.19 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] Average: ens3 121.62 72.21 1532.23 34.70 0.00 0.00 0.00 0.00 [2023-05-09T22:48:12.208Z] [2023-05-09T22:48:12.208Z]