Pull request #433 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 83f85dbb577d829052191ac5a7fbc680df94ce17+88cb92755446ff3d15da758ed0b4d5ad23298886 (0144b3e2192e0f8afa989f68cda2eac00cb47913) 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-ssh6120847241825488286.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh1957008199526427410.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 e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-433/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-433/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4789239405624859184.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-433/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6356451498318033459.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5468517085179217319.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-433/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-433/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1963393446944302043.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 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.21 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7810 in /w/workspace/foundry_device-virtual-go_PR-433 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-433 # 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 Merging remotes/origin/main commit 88cb92755446ff3d15da758ed0b4d5ad23298886 into PR head commit 83f85dbb577d829052191ac5a7fbc680df94ce17 Merge succeeded, producing 83f85dbb577d829052191ac5a7fbc680df94ce17 Checking out Revision 83f85dbb577d829052191ac5a7fbc680df94ce17 (PR-433) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/433/head:refs/remotes/origin/PR-433 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83f85dbb577d829052191ac5a7fbc680df94ce17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 88cb92755446ff3d15da758ed0b4d5ad23298886 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83f85dbb577d829052191ac5a7fbc680df94ce17 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-25T11:55:02.804Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-25T11:55:02.999Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-25T11:55:03.106Z] ========================================================= [2023-09-25T11:55:03.106Z] EdgeX Global Pipelines Version Info [2023-09-25T11:55:03.106Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-25T11:55:03.849Z] ------------------- [2023-09-25T11:55:03.849Z] stable info: [2023-09-25T11:55:03.849Z] ------------------- [2023-09-25T11:55:03.849Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-25T11:55:03.849Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-25T11:55:03.849Z] Message: update stable to v1.0.254 [2023-09-25T11:55:04.792Z] ------------------- [2023-09-25T11:55:04.792Z] experimental info: [2023-09-25T11:55:04.792Z] ------------------- [2023-09-25T11:55:04.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-25T11:55:04.792Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-25T11:55:04.792Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-25T11:55:05.082Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-09-25T11:55:05.134Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-09-25T11:55:05.175Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-25T11:55:05.215Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-25T11:55:05.259Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-25T11:55:05.304Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-25T11:55:05.353Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-25T11:55:05.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-25T11:55:05.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-25T11:55:05.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-25T11:55:05.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-25T11:55:05.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-09-25T11:55:05.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-25T11:55:05.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-25T11:55:05.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-25T11:55:05.770Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-25T11:55:05.816Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-25T11:55:05.858Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-25T11:55:05.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-25T11:55:05.959Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-25T11:55:06.000Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-25T11:55:06.183Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-25T11:55:06.240Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-25T11:55:06.287Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-25T11:55:06.334Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-25T11:55:06.381Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-25T11:55:06.460Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-25T11:55:06.519Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-433 [Pipeline] echo [2023-09-25T11:55:06.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-433 [Pipeline] echo [2023-09-25T11:55:06.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-433 [Pipeline] echo [2023-09-25T11:55:06.682Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83f85dbb577d829052191ac5a7fbc680df94ce17 [Pipeline] echo [2023-09-25T11:55:06.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83f85db [Pipeline] echo [2023-09-25T11:55:06.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-25T11:55:06.949Z] provisioning config files... [2023-09-25T11:55:06.962Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-433@tmp/config15913138201333751464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-25T11:55:07.332Z] ---> docker-login.sh [2023-09-25T11:55:07.333Z] nexus3.edgexfoundry.org:10001 [2023-09-25T11:55:07.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:07.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:07.860Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:07.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:07.860Z] [2023-09-25T11:55:07.860Z] Login Succeeded [2023-09-25T11:55:07.860Z] nexus3.edgexfoundry.org:10002 [2023-09-25T11:55:07.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:07.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:07.860Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:07.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:07.860Z] [2023-09-25T11:55:07.860Z] Login Succeeded [2023-09-25T11:55:07.860Z] nexus3.edgexfoundry.org:10003 [2023-09-25T11:55:08.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:08.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:08.122Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:08.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:08.122Z] [2023-09-25T11:55:08.122Z] Login Succeeded [2023-09-25T11:55:08.122Z] nexus3.edgexfoundry.org:10004 [2023-09-25T11:55:08.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:08.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:08.122Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:08.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:08.122Z] [2023-09-25T11:55:08.122Z] Login Succeeded [2023-09-25T11:55:08.122Z] docker.io [2023-09-25T11:55:08.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:08.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:08.382Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:08.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:08.382Z] [2023-09-25T11:55:08.382Z] Login Succeeded [2023-09-25T11:55:08.382Z] ---> docker-login.sh ends [Pipeline] } [2023-09-25T11:55:08.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-25T11:55:09.063Z] + git rev-list -1 --merges 83f85dbb577d829052191ac5a7fbc680df94ce17~1..83f85dbb577d829052191ac5a7fbc680df94ce17 [Pipeline] echo [2023-09-25T11:55:09.140Z] -----------> git rev-list -1 --merges 83f85dbb577d829052191ac5a7fbc680df94ce17~1..83f85dbb577d829052191ac5a7fbc680df94ce17 83f85dbb577d829052191ac5a7fbc680df94ce17 [false] [Pipeline] sh [2023-09-25T11:55:09.446Z] + git log --format=format:%s -1 83f85dbb577d829052191ac5a7fbc680df94ce17 [Pipeline] echo [2023-09-25T11:55:09.491Z] ========================================================= [2023-09-25T11:55:09.491Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-25T11:55:09.491Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-25T11:55:09.946Z] + git log --format=format:%s -1 83f85dbb577d829052191ac5a7fbc680df94ce17 [Pipeline] echo [2023-09-25T11:55:09.987Z] [semverPrep] GIT_COMMIT: 83f85dbb577d829052191ac5a7fbc680df94ce17, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-09-25T11:55:10.016Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-25T11:55:10.408Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-25T11:55:10.408Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-25T11:55:10.408Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-25T11:55:10.408Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-25T11:55:10.408Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-25T11:55:10.408Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-25T11:55:10.408Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:55:10.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-25T11:55:10.890Z] [2023-09-25T11:55:10.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:55:11.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-25T11:55:11.295Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-25T11:55:11.295Z] b85a868b505f: Pulling fs layer [2023-09-25T11:55:11.295Z] e2be974225ed: Pulling fs layer [2023-09-25T11:55:11.295Z] 339a4e72a1f5: Pulling fs layer [2023-09-25T11:55:11.295Z] 988bab9f4d93: Pulling fs layer [2023-09-25T11:55:11.295Z] 1469e6f7b9e6: Pulling fs layer [2023-09-25T11:55:11.295Z] eaf3925da568: Pulling fs layer [2023-09-25T11:55:11.295Z] bab4dde63d76: Pulling fs layer [2023-09-25T11:55:11.295Z] bde34c3a00c8: Pulling fs layer [2023-09-25T11:55:11.295Z] b352a97aabf1: Pulling fs layer [2023-09-25T11:55:11.295Z] 4872d77fe225: Pulling fs layer [2023-09-25T11:55:11.295Z] 5851b861e8e6: Pulling fs layer [2023-09-25T11:55:11.295Z] eaf3925da568: Waiting [2023-09-25T11:55:11.295Z] 988bab9f4d93: Waiting [2023-09-25T11:55:11.295Z] bab4dde63d76: Waiting [2023-09-25T11:55:11.295Z] bde34c3a00c8: Waiting [2023-09-25T11:55:11.295Z] 5851b861e8e6: Waiting [2023-09-25T11:55:11.295Z] 4872d77fe225: Waiting [2023-09-25T11:55:11.295Z] 1469e6f7b9e6: Waiting [2023-09-25T11:55:11.295Z] b352a97aabf1: Waiting [2023-09-25T11:55:11.295Z] e2be974225ed: Download complete [2023-09-25T11:55:11.295Z] 988bab9f4d93: Verifying Checksum [2023-09-25T11:55:11.295Z] 988bab9f4d93: Download complete [2023-09-25T11:55:11.555Z] 1469e6f7b9e6: Verifying Checksum [2023-09-25T11:55:11.555Z] 1469e6f7b9e6: Download complete [2023-09-25T11:55:11.555Z] eaf3925da568: Verifying Checksum [2023-09-25T11:55:11.555Z] eaf3925da568: Download complete [2023-09-25T11:55:11.555Z] 339a4e72a1f5: Verifying Checksum [2023-09-25T11:55:11.555Z] 339a4e72a1f5: Download complete [2023-09-25T11:55:11.555Z] bde34c3a00c8: Verifying Checksum [2023-09-25T11:55:11.555Z] bde34c3a00c8: Download complete [2023-09-25T11:55:11.555Z] b352a97aabf1: Verifying Checksum [2023-09-25T11:55:11.555Z] b352a97aabf1: Download complete [2023-09-25T11:55:11.555Z] 4872d77fe225: Verifying Checksum [2023-09-25T11:55:11.555Z] 4872d77fe225: Download complete [2023-09-25T11:55:11.555Z] 5851b861e8e6: Verifying Checksum [2023-09-25T11:55:11.555Z] 5851b861e8e6: Download complete [2023-09-25T11:55:11.555Z] b85a868b505f: Download complete [2023-09-25T11:55:11.814Z] bab4dde63d76: Verifying Checksum [2023-09-25T11:55:11.814Z] bab4dde63d76: Download complete [2023-09-25T11:55:12.749Z] b85a868b505f: Pull complete [2023-09-25T11:55:13.007Z] e2be974225ed: Pull complete [2023-09-25T11:55:13.573Z] 339a4e72a1f5: Pull complete [2023-09-25T11:55:13.573Z] 988bab9f4d93: Pull complete [2023-09-25T11:55:13.833Z] 1469e6f7b9e6: Pull complete [2023-09-25T11:55:13.833Z] eaf3925da568: Pull complete [2023-09-25T11:55:15.735Z] bab4dde63d76: Pull complete [2023-09-25T11:55:15.735Z] bde34c3a00c8: Pull complete [2023-09-25T11:55:15.994Z] b352a97aabf1: Pull complete [2023-09-25T11:55:15.994Z] 4872d77fe225: Pull complete [2023-09-25T11:55:15.994Z] 5851b861e8e6: Pull complete [2023-09-25T11:55:15.994Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-25T11:55:15.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-25T11:55:15.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:55:16.236Z] prd-ubuntu20.04-docker-8c-8g-7810 does not seem to be running inside a container [2023-09-25T11:55:16.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-433 -v /w/workspace/foundry_device-virtual-go_PR-433:/w/workspace/foundry_device-virtual-go_PR-433:rw,z -v /w/workspace/foundry_device-virtual-go_PR-433@tmp:/w/workspace/foundry_device-virtual-go_PR-433@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-09-25T11:55:20.325Z] $ docker top 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 -eo pid,comm [2023-09-25T11:55:20.384Z] 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-09-25T11:55:20.384Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-25T11:55:20.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-25T11:55:20.514Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-25T11:55:20.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-25T11:55:20.635Z] $ docker exec 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 ssh-agent [2023-09-25T11:55:20.749Z] SSH_AUTH_SOCK=/tmp/ssh-xsLch5ntowmw/agent.33 [2023-09-25T11:55:20.749Z] SSH_AGENT_PID=38 [2023-09-25T11:55:20.756Z] Running ssh-add (command line suppressed) [2023-09-25T11:55:20.859Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-433@tmp/private_key_421976763422418409.key (/w/workspace/foundry_device-virtual-go_PR-433@tmp/private_key_421976763422418409.key) [2023-09-25T11:55:20.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-25T11:55:21.212Z] + git tag --points-at HEAD [Pipeline] } [2023-09-25T11:55:21.235Z] $ docker exec --env ******** --env ******** 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 ssh-agent -k [2023-09-25T11:55:21.350Z] unset SSH_AUTH_SOCK; [2023-09-25T11:55:21.350Z] unset SSH_AGENT_PID; [2023-09-25T11:55:21.350Z] echo Agent pid 38 killed; [2023-09-25T11:55:21.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-25T11:55:21.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-25T11:55:21.455Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-25T11:55:21.572Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-25T11:55:21.572Z] $ docker exec 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 ssh-agent [2023-09-25T11:55:21.688Z] SSH_AUTH_SOCK=/tmp/ssh-zC6KQbnhPWeP/agent.70 [2023-09-25T11:55:21.688Z] SSH_AGENT_PID=76 [2023-09-25T11:55:21.693Z] Running ssh-add (command line suppressed) [2023-09-25T11:55:21.807Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-433@tmp/private_key_8236707527207161981.key (/w/workspace/foundry_device-virtual-go_PR-433@tmp/private_key_8236707527207161981.key) [2023-09-25T11:55:21.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-25T11:55:22.156Z] + git semver init [2023-09-25T11:55:22.416Z] 2023-09-25 11:55:22,366 [run_init] DEBUG init version:0.0.0 force:False [2023-09-25T11:55:22.416Z] 2023-09-25 11:55:22,367 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-433/.semver [2023-09-25T11:55:22.416Z] 2023-09-25 11:55:22,368 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-433/.semver [2023-09-25T11:55:22.416Z] 2023-09-25 11:55:22,368 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-433/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-433, universal_newlines=False, shell=None, istream=None) [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,556 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-433/.git/info/exclude [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,557 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-433/.semver/PR-433 with force:False [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,557 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-433/.semver/PR-433 [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,560 [execute] INFO git cat-file --batch-check [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,560 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-433/.semver, universal_newlines=False, shell=None, istream=) [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,569 [execute] INFO git cat-file --batch [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,569 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-433/.semver, universal_newlines=False, shell=None, istream=) [2023-09-25T11:55:23.799Z] 2023-09-25 11:55:23,575 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-433/.semver/PR-433 [2023-09-25T11:55:23.799Z] 0.0.0 [Pipeline] } [2023-09-25T11:55:23.824Z] $ docker exec --env ******** --env ******** 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 ssh-agent -k [2023-09-25T11:55:23.945Z] unset SSH_AUTH_SOCK; [2023-09-25T11:55:23.947Z] unset SSH_AGENT_PID; [2023-09-25T11:55:23.947Z] echo Agent pid 76 killed; [2023-09-25T11:55:23.961Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-25T11:55:24.407Z] + git semver [Pipeline] } [2023-09-25T11:55:24.695Z] $ docker stop --time=1 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 [2023-09-25T11:55:26.015Z] $ docker rm -f --volumes 213ed3387408c9d06ad0106645ad9a29d4a2b483042b09dc3457f3b5e91b9154 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-25T11:55:26.410Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-25T11:55:26.666Z] Stashed 1 file(s) [Pipeline] echo [2023-09-25T11:55:26.685Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-25T11:55:27.313Z] provisioning config files... [2023-09-25T11:55:27.323Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-433@tmp/config1746040669137883577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-25T11:55:27.685Z] ---> docker-login.sh [2023-09-25T11:55:27.685Z] nexus3.edgexfoundry.org:10001 [2023-09-25T11:55:27.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:27.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:27.685Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:27.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:27.685Z] [2023-09-25T11:55:27.685Z] Login Succeeded [2023-09-25T11:55:27.685Z] nexus3.edgexfoundry.org:10002 [2023-09-25T11:55:27.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:27.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:27.685Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:27.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:27.685Z] [2023-09-25T11:55:27.685Z] Login Succeeded [2023-09-25T11:55:27.685Z] nexus3.edgexfoundry.org:10003 [2023-09-25T11:55:27.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:27.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:27.946Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:27.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:27.946Z] [2023-09-25T11:55:27.946Z] Login Succeeded [2023-09-25T11:55:27.946Z] nexus3.edgexfoundry.org:10004 [2023-09-25T11:55:27.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:27.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:27.946Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:27.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:27.946Z] [2023-09-25T11:55:27.946Z] Login Succeeded [2023-09-25T11:55:27.946Z] docker.io [2023-09-25T11:55:28.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:55:28.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:55:28.206Z] Configure a credential helper to remove this warning. See [2023-09-25T11:55:28.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:55:28.206Z] [2023-09-25T11:55:28.206Z] Login Succeeded [2023-09-25T11:55:28.206Z] ---> docker-login.sh ends [Pipeline] } [2023-09-25T11:55:28.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-25T11:55:28.497Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-25T11:55:28.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-25T11:55:28.559Z] ========================================================= [2023-09-25T11:55:28.559Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-25T11:55:28.559Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:55:29.022Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-09-25T11:55:29.022Z] Sending build context to Docker daemon 23.65MB [2023-09-25T11:55:29.022Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-09-25T11:55:29.022Z] Step 2/12 : FROM ${BASE} AS builder [2023-09-25T11:55:29.281Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-25T11:55:29.282Z] 7264a8db6415: Pulling fs layer [2023-09-25T11:55:29.282Z] c4d48a809fc2: Pulling fs layer [2023-09-25T11:55:29.282Z] 4f1c88b9dad5: Pulling fs layer [2023-09-25T11:55:29.282Z] ad3a456e5733: Pulling fs layer [2023-09-25T11:55:29.282Z] 33e27b845d1e: Pulling fs layer [2023-09-25T11:55:29.282Z] c68163c4e522: Pulling fs layer [2023-09-25T11:55:29.282Z] 50da416c3ac9: Pulling fs layer [2023-09-25T11:55:29.282Z] 23d2d4c4bb30: Pulling fs layer [2023-09-25T11:55:29.282Z] 50da416c3ac9: Waiting [2023-09-25T11:55:29.282Z] c68163c4e522: Waiting [2023-09-25T11:55:29.282Z] 23d2d4c4bb30: Waiting [2023-09-25T11:55:29.282Z] ad3a456e5733: Waiting [2023-09-25T11:55:29.282Z] 33e27b845d1e: Waiting [2023-09-25T11:55:29.282Z] c4d48a809fc2: Verifying Checksum [2023-09-25T11:55:29.282Z] c4d48a809fc2: Download complete [2023-09-25T11:55:29.282Z] ad3a456e5733: Verifying Checksum [2023-09-25T11:55:29.282Z] ad3a456e5733: Download complete [2023-09-25T11:55:29.282Z] 33e27b845d1e: Verifying Checksum [2023-09-25T11:55:29.282Z] 33e27b845d1e: Download complete [2023-09-25T11:55:29.282Z] 7264a8db6415: Verifying Checksum [2023-09-25T11:55:29.282Z] 7264a8db6415: Download complete [2023-09-25T11:55:29.282Z] c68163c4e522: Verifying Checksum [2023-09-25T11:55:29.282Z] c68163c4e522: Download complete [2023-09-25T11:55:29.540Z] 7264a8db6415: Pull complete [2023-09-25T11:55:29.540Z] 23d2d4c4bb30: Verifying Checksum [2023-09-25T11:55:29.540Z] 23d2d4c4bb30: Download complete [2023-09-25T11:55:29.540Z] c4d48a809fc2: Pull complete [2023-09-25T11:55:29.797Z] 4f1c88b9dad5: Verifying Checksum [2023-09-25T11:55:29.797Z] 4f1c88b9dad5: Download complete [2023-09-25T11:55:30.057Z] 50da416c3ac9: Download complete [2023-09-25T11:55:33.340Z] 4f1c88b9dad5: Pull complete [2023-09-25T11:55:33.340Z] ad3a456e5733: Pull complete [2023-09-25T11:55:33.340Z] 33e27b845d1e: Pull complete [2023-09-25T11:55:33.340Z] c68163c4e522: Pull complete [2023-09-25T11:55:35.872Z] 50da416c3ac9: Pull complete [2023-09-25T11:55:36.440Z] 23d2d4c4bb30: Pull complete [2023-09-25T11:55:36.440Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-25T11:55:36.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-25T11:55:36.440Z] ---> 0786185ac409 [2023-09-25T11:55:36.440Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-25T11:55:40.632Z] ---> Running in d885551515a1 [2023-09-25T11:55:40.632Z] Removing intermediate container d885551515a1 [2023-09-25T11:55:40.632Z] ---> 218195bacddf [2023-09-25T11:55:40.632Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-09-25T11:55:40.632Z] ---> Running in be2717c624ab [2023-09-25T11:55:40.632Z] Removing intermediate container be2717c624ab [2023-09-25T11:55:40.632Z] ---> 2cc7b109d510 [2023-09-25T11:55:40.632Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-09-25T11:55:40.632Z] ---> Running in d08ee8eb8889 [2023-09-25T11:55:40.632Z] Removing intermediate container d08ee8eb8889 [2023-09-25T11:55:40.632Z] ---> 9578496247a9 [2023-09-25T11:55:40.632Z] Step 6/12 : WORKDIR /device-virtual-go [2023-09-25T11:55:40.632Z] ---> Running in f8d873dda764 [2023-09-25T11:55:40.632Z] Removing intermediate container f8d873dda764 [2023-09-25T11:55:40.632Z] ---> ec7479eb7632 [2023-09-25T11:55:40.632Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-25T11:55:40.632Z] ---> Running in 1bc0782fa860 [2023-09-25T11:55:41.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-25T11:55:41.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-25T11:55:41.460Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-09-25T11:55:41.460Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-09-25T11:55:41.460Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-09-25T11:55:41.460Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-09-25T11:55:41.460Z] Executing busybox-1.36.1-r2.trigger [2023-09-25T11:55:41.460Z] OK: 268 MiB in 56 packages [2023-09-25T11:55:42.027Z] Removing intermediate container 1bc0782fa860 [2023-09-25T11:55:42.027Z] ---> 9b7dcc741857 [2023-09-25T11:55:42.027Z] Step 8/12 : COPY go.mod vendor* ./ [2023-09-25T11:55:42.126Z] Still waiting to schedule task [2023-09-25T11:55:42.127Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-25T11:55:42.284Z] ---> b5628d6459ce [2023-09-25T11:55:42.284Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-25T11:55:42.284Z] ---> Running in 4edaf5f8e4b3 [2023-09-25T11:56:14.360Z] Removing intermediate container 4edaf5f8e4b3 [2023-09-25T11:56:14.360Z] ---> c6fb400897c2 [2023-09-25T11:56:14.360Z] Step 10/12 : COPY . . [2023-09-25T11:56:14.360Z] ---> 7b1276569d2c [2023-09-25T11:56:14.360Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-25T11:56:14.360Z] ---> Running in fd981ccb92dd [2023-09-25T11:56:14.360Z] Removing intermediate container fd981ccb92dd [2023-09-25T11:56:14.360Z] ---> 699371d11af8 [2023-09-25T11:56:14.360Z] Step 12/12 : RUN $MAKE [2023-09-25T11:56:14.360Z] ---> Running in 05503ee4f4cb [2023-09-25T11:56:14.360Z] noop [2023-09-25T11:56:14.360Z] Removing intermediate container 05503ee4f4cb [2023-09-25T11:56:14.360Z] ---> d364d3e76512 [2023-09-25T11:56:14.360Z] Successfully built d364d3e76512 [2023-09-25T11:56:14.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:56:14.805Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-25T11:56:14.805Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:56:14.950Z] prd-ubuntu20.04-docker-8c-8g-7810 does not seem to be running inside a container [2023-09-25T11:56:14.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-433 -v /w/workspace/foundry_device-virtual-go_PR-433:/w/workspace/foundry_device-virtual-go_PR-433:rw,z -v /w/workspace/foundry_device-virtual-go_PR-433@tmp:/w/workspace/foundry_device-virtual-go_PR-433@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-25T11:56:15.310Z] $ docker top 34031acae63683a0783f776f2bf8103109fc4dcaa028f086b846bbf5e3aa0deb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-25T11:56:15.709Z] + go version [2023-09-25T11:56:15.709Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-25T11:56:15.740Z] $ docker stop --time=1 34031acae63683a0783f776f2bf8103109fc4dcaa028f086b846bbf5e3aa0deb [2023-09-25T11:56:17.013Z] $ docker rm -f --volumes 34031acae63683a0783f776f2bf8103109fc4dcaa028f086b846bbf5e3aa0deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:56:17.713Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-25T11:56:17.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:56:17.857Z] prd-ubuntu20.04-docker-8c-8g-7810 does not seem to be running inside a container [2023-09-25T11:56:17.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-433 -v /w/workspace/foundry_device-virtual-go_PR-433:/w/workspace/foundry_device-virtual-go_PR-433:rw,z -v /w/workspace/foundry_device-virtual-go_PR-433@tmp:/w/workspace/foundry_device-virtual-go_PR-433@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-25T11:56:18.220Z] $ docker top 94b01003283dce55eb9fd7b6fcbc1a28027682664628742721f4a80a5660940c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-25T11:56:18.610Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-433 [Pipeline] fileExists [Pipeline] sh [2023-09-25T11:56:18.997Z] + make test [2023-09-25T11:56:18.997Z] go test ./... -coverprofile=coverage.out [2023-09-25T11:56:20.468Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-09-25T11:56:30.447Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-09-25T11:56:30.447Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.015s coverage: 58.6% of statements [2023-09-25T11:56:35.711Z] go vet ./... [2023-09-25T11:56:38.993Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-25T11:56:38.993Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-25T11:56:38.993Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-25T11:56:39.033Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-25T11:56:39.064Z] $ docker stop --time=1 94b01003283dce55eb9fd7b6fcbc1a28027682664628742721f4a80a5660940c [2023-09-25T11:56:41.886Z] $ docker rm -f --volumes 94b01003283dce55eb9fd7b6fcbc1a28027682664628742721f4a80a5660940c [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-25T11:56:42.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-25T11:56:42.490Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-09-25T11:56:43.183Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-25T11:56:43.492Z] + ls -al . [2023-09-25T11:56:43.492Z] total 204 [2023-09-25T11:56:43.492Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 25 11:56 . [2023-09-25T11:56:43.492Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 25 11:54 .. [2023-09-25T11:56:43.492Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 25 11:56 .git [2023-09-25T11:56:43.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:55 .github [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 337 Sep 25 11:55 .gitignore [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 25 11:55 .golangci.yml [2023-09-25T11:56:43.492Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 25 11:55 .semver [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 9708 Sep 25 11:55 Attribution.txt [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 14372 Sep 25 11:55 CHANGELOG.md [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 1646 Sep 25 11:55 Dockerfile [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 25 11:55 GOVERNANCE.md [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 25 11:55 Jenkinsfile [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 25 11:55 LICENSE [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 1947 Sep 25 11:55 Makefile [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 623 Sep 25 11:55 OWNERS.md [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 4111 Sep 25 11:55 README.md [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 25 11:55 VERSION [2023-09-25T11:56:43.492Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 25 11:55 bin [2023-09-25T11:56:43.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:55 cmd [2023-09-25T11:56:43.492Z] -rw-r--r-- 1 jenkins jenkins 43063 Sep 25 11:56 coverage.out [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 3637 Sep 25 11:55 go.mod [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 35019 Sep 25 11:55 go.sum [2023-09-25T11:56:43.492Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:55 internal [2023-09-25T11:56:43.492Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 25 11:55 snap [2023-09-25T11:56:43.492Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 25 11:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:56:43.888Z] + 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=83f85dbb577d829052191ac5a7fbc680df94ce17 --label arch=amd64 --label version=0.0.0 . [2023-09-25T11:56:43.888Z] Sending build context to Docker daemon 23.69MB [2023-09-25T11:56:43.888Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-09-25T11:56:43.888Z] Step 2/25 : FROM ${BASE} AS builder [2023-09-25T11:56:43.888Z] ---> d364d3e76512 [2023-09-25T11:56:43.888Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-25T11:56:44.147Z] ---> Running in e414b6469704 [2023-09-25T11:56:44.406Z] Removing intermediate container e414b6469704 [2023-09-25T11:56:44.406Z] ---> e9a992341483 [2023-09-25T11:56:44.406Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-09-25T11:56:44.406Z] ---> Running in adeeb0c61558 [2023-09-25T11:56:44.406Z] Removing intermediate container adeeb0c61558 [2023-09-25T11:56:44.406Z] ---> b66bf348ad84 [2023-09-25T11:56:44.406Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-09-25T11:56:44.406Z] ---> Running in 7e816afe0b07 [2023-09-25T11:56:44.406Z] Removing intermediate container 7e816afe0b07 [2023-09-25T11:56:44.407Z] ---> 5c6a652dc902 [2023-09-25T11:56:44.407Z] Step 6/25 : WORKDIR /device-virtual-go [2023-09-25T11:56:44.407Z] ---> Running in 3c708d52e655 [2023-09-25T11:56:44.665Z] Removing intermediate container 3c708d52e655 [2023-09-25T11:56:44.665Z] ---> 4c3e9fbfc557 [2023-09-25T11:56:44.665Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-25T11:56:44.665Z] ---> Running in 586e8f4bbf00 [2023-09-25T11:56:44.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-25T11:56:44.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-25T11:56:45.185Z] OK: 268 MiB in 56 packages [2023-09-25T11:56:45.752Z] Removing intermediate container 586e8f4bbf00 [2023-09-25T11:56:45.752Z] ---> ad18d696ba8f [2023-09-25T11:56:45.752Z] Step 8/25 : COPY go.mod vendor* ./ [2023-09-25T11:56:45.752Z] ---> 2fd67339a7c3 [2023-09-25T11:56:45.752Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-25T11:56:45.752Z] ---> Running in 3318195b8dc3 [2023-09-25T11:56:46.324Z] Removing intermediate container 3318195b8dc3 [2023-09-25T11:56:46.324Z] ---> ed33f3591f86 [2023-09-25T11:56:46.324Z] Step 10/25 : COPY . . [2023-09-25T11:56:47.262Z] ---> d4656c6c1cfc [2023-09-25T11:56:47.262Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-25T11:56:47.262Z] ---> Running in a709872936e7 [2023-09-25T11:56:47.262Z] Removing intermediate container a709872936e7 [2023-09-25T11:56:47.262Z] ---> a6170eb2d18a [2023-09-25T11:56:47.262Z] Step 12/25 : RUN $MAKE [2023-09-25T11:56:47.262Z] ---> Running in a39e865acdac [2023-09-25T11:56:47.524Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.30" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-09-25T11:57:06.230Z] Removing intermediate container a39e865acdac [2023-09-25T11:57:06.230Z] ---> de53faa98bef [2023-09-25T11:57:06.230Z] Step 13/25 : FROM alpine:3.18 [2023-09-25T11:57:06.230Z] 3.18: Pulling from library/alpine [2023-09-25T11:57:06.230Z] 7264a8db6415: Already exists [2023-09-25T11:57:06.230Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-25T11:57:06.230Z] Status: Downloaded newer image for alpine:3.18 [2023-09-25T11:57:06.230Z] ---> 7e01a0d0a1dc [2023-09-25T11:57:06.230Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-09-25T11:57:06.230Z] ---> Running in 80849eecad85 [2023-09-25T11:57:06.230Z] Removing intermediate container 80849eecad85 [2023-09-25T11:57:06.230Z] ---> 5f81f7fe0666 [2023-09-25T11:57:06.230Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-09-25T11:57:06.230Z] ---> Running in 5801efabc029 [2023-09-25T11:57:06.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-25T11:57:06.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-25T11:57:06.230Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-25T11:57:06.230Z] Executing busybox-1.36.1-r2.trigger [2023-09-25T11:57:06.230Z] OK: 7 MiB in 16 packages [2023-09-25T11:57:06.489Z] Removing intermediate container 5801efabc029 [2023-09-25T11:57:06.489Z] ---> 56cdeb03baca [2023-09-25T11:57:06.489Z] Step 16/25 : WORKDIR / [2023-09-25T11:57:06.489Z] ---> Running in bbc3cd182ddb [2023-09-25T11:57:06.489Z] Removing intermediate container bbc3cd182ddb [2023-09-25T11:57:06.489Z] ---> 1e77cba38f07 [2023-09-25T11:57:06.489Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-09-25T11:57:06.748Z] ---> 334c479a467b [2023-09-25T11:57:06.748Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-09-25T11:57:06.748Z] ---> 54b378feb37b [2023-09-25T11:57:06.748Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-09-25T11:57:07.684Z] ---> 8efbe5cb4ccc [2023-09-25T11:57:07.685Z] Step 20/25 : EXPOSE 59900 [2023-09-25T11:57:07.685Z] ---> Running in 99a4cdf6daff [2023-09-25T11:57:07.685Z] Removing intermediate container 99a4cdf6daff [2023-09-25T11:57:07.685Z] ---> c0a0d4a0750b [2023-09-25T11:57:07.685Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-09-25T11:57:07.685Z] ---> Running in fadf7276e628 [2023-09-25T11:57:07.685Z] Removing intermediate container fadf7276e628 [2023-09-25T11:57:07.685Z] ---> be32c0200d67 [2023-09-25T11:57:07.685Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-09-25T11:57:07.685Z] ---> Running in 90fce0fe5ee3 [2023-09-25T11:57:07.685Z] Removing intermediate container 90fce0fe5ee3 [2023-09-25T11:57:07.685Z] ---> 85514ec8e8b7 [2023-09-25T11:57:07.685Z] Step 23/25 : LABEL arch=amd64 [2023-09-25T11:57:07.943Z] ---> Running in 8fc412ce803d [2023-09-25T11:57:07.943Z] Removing intermediate container 8fc412ce803d [2023-09-25T11:57:07.943Z] ---> eba571a5fa6f [2023-09-25T11:57:07.943Z] Step 24/25 : LABEL git_sha=83f85dbb577d829052191ac5a7fbc680df94ce17 [2023-09-25T11:57:07.943Z] ---> Running in 651d1c7aa75f [2023-09-25T11:57:07.943Z] Removing intermediate container 651d1c7aa75f [2023-09-25T11:57:07.943Z] ---> 214d30514c0f [2023-09-25T11:57:07.943Z] Step 25/25 : LABEL version=0.0.0 [2023-09-25T11:57:07.943Z] ---> Running in f00806005df1 [2023-09-25T11:57:07.943Z] Removing intermediate container f00806005df1 [2023-09-25T11:57:07.943Z] ---> bc7c7438370b [2023-09-25T11:57:07.943Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-25T11:57:07.943Z] Successfully built bc7c7438370b [2023-09-25T11:57:08.201Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:57:09.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-25T11:57:09.083Z] [2023-09-25T11:57:09.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:57:09.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-25T11:57:09.456Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-25T11:57:09.456Z] 5eb5b503b376: Pulling fs layer [2023-09-25T11:57:09.456Z] 5c69ac0246d0: Pulling fs layer [2023-09-25T11:57:09.456Z] ec43610c2a17: Pulling fs layer [2023-09-25T11:57:09.456Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-25T11:57:09.456Z] 33b1e0a273af: Pulling fs layer [2023-09-25T11:57:09.456Z] 5d3b04190fa2: Pulling fs layer [2023-09-25T11:57:09.456Z] 2f39f015ded8: Pulling fs layer [2023-09-25T11:57:09.456Z] 33b1e0a273af: Waiting [2023-09-25T11:57:09.456Z] 5d3b04190fa2: Waiting [2023-09-25T11:57:09.456Z] 2f39f015ded8: Waiting [2023-09-25T11:57:09.456Z] 3a2ae6a8a46f: Waiting [2023-09-25T11:57:09.456Z] 5c69ac0246d0: Verifying Checksum [2023-09-25T11:57:09.456Z] 5c69ac0246d0: Download complete [2023-09-25T11:57:09.456Z] 3a2ae6a8a46f: Download complete [2023-09-25T11:57:09.456Z] 33b1e0a273af: Verifying Checksum [2023-09-25T11:57:09.456Z] 33b1e0a273af: Download complete [2023-09-25T11:57:09.456Z] ec43610c2a17: Verifying Checksum [2023-09-25T11:57:09.456Z] ec43610c2a17: Download complete [2023-09-25T11:57:09.716Z] 5d3b04190fa2: Verifying Checksum [2023-09-25T11:57:09.716Z] 5d3b04190fa2: Download complete [2023-09-25T11:57:09.716Z] 5eb5b503b376: Verifying Checksum [2023-09-25T11:57:09.716Z] 5eb5b503b376: Download complete [2023-09-25T11:57:10.280Z] 2f39f015ded8: Download complete [2023-09-25T11:57:10.847Z] 5eb5b503b376: Pull complete [2023-09-25T11:57:10.847Z] 5c69ac0246d0: Pull complete [2023-09-25T11:57:11.413Z] ec43610c2a17: Pull complete [2023-09-25T11:57:11.413Z] 3a2ae6a8a46f: Pull complete [2023-09-25T11:57:11.672Z] 33b1e0a273af: Pull complete [2023-09-25T11:57:11.672Z] 5d3b04190fa2: Pull complete [2023-09-25T11:57:13.157Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7811 in /w/workspace/foundry_device-virtual-go_PR-433 [Pipeline] { [Pipeline] ws [2023-09-25T11:57:13.229Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-09-25T11:57:13.315Z] The recommended git tool is: git [2023-09-25T11:57:15.847Z] 2f39f015ded8: Pull complete [2023-09-25T11:57:15.847Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-25T11:57:15.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-25T11:57:15.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:57:16.072Z] prd-ubuntu20.04-docker-8c-8g-7810 does not seem to be running inside a container [2023-09-25T11:57:16.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-433 -v /w/workspace/foundry_device-virtual-go_PR-433:/w/workspace/foundry_device-virtual-go_PR-433:rw,z -v /w/workspace/foundry_device-virtual-go_PR-433@tmp:/w/workspace/foundry_device-virtual-go_PR-433@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-25T11:57:18.677Z] using credential edgex-jenkins-ssh [2023-09-25T11:57:18.698Z] Cloning the remote Git repository [2023-09-25T11:57:18.730Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-09-25T11:57:18.814Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-09-25T11:57:18.947Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-09-25T11:57:18.948Z] > git --version # timeout=10 [2023-09-25T11:57:18.967Z] > git --version # 'git version 2.25.1' [2023-09-25T11:57:18.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-25T11:57:19.114Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-25T11:57:19.906Z] $ docker top 01a585dd19124dd00dfcc1da572a4a26fb6fec93166aae495310dc2616854b56 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-25T11:57:20.370Z] ---> job-cost.sh [2023-09-25T11:57:20.370Z] lf-activate-venv: SKIPPING [2023-09-25T11:57:20.370Z] INFO: No Stack... [2023-09-25T11:57:20.632Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-25T11:57:20.894Z] INFO: Archiving Costs [Pipeline] sh [2023-09-25T11:57:21.211Z] + + cat /w/workspace/foundry_device-virtual-go_PR-433/archives/cost.csv [2023-09-25T11:57:21.211Z] cut -d, -f6 [Pipeline] lock [2023-09-25T11:57:21.256Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [2023-09-25T11:57:21.261Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] did not exist. Created. [2023-09-25T11:57:21.261Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-25T11:57:21.665Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-25T11:57:21.713Z] Stashed 1 file(s) [Pipeline] } [2023-09-25T11:57:21.740Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-25T11:57:21.815Z] $ docker stop --time=1 01a585dd19124dd00dfcc1da572a4a26fb6fec93166aae495310dc2616854b56 [2023-09-25T11:57:21.190Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-09-25T11:57:21.214Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-25T11:57:22.023Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-09-25T11:57:22.552Z] Merging remotes/origin/main commit 88cb92755446ff3d15da758ed0b4d5ad23298886 into PR head commit 83f85dbb577d829052191ac5a7fbc680df94ce17 [2023-09-25T11:57:22.799Z] Merge succeeded, producing 83f85dbb577d829052191ac5a7fbc680df94ce17 [2023-09-25T11:57:22.800Z] Checking out Revision 83f85dbb577d829052191ac5a7fbc680df94ce17 (PR-433) [2023-09-25T11:57:22.962Z] $ docker rm -f --volumes 01a585dd19124dd00dfcc1da572a4a26fb6fec93166aae495310dc2616854b56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-09-25T11:57:23.232Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [Pipeline] // stage [Pipeline] } [2023-09-25T11:57:23.277Z] > git --version # timeout=10 [2023-09-25T11:57:23.295Z] > git --version # 'git version 2.25.1' [2023-09-25T11:57:23.314Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-25T11:57:22.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-09-25T11:57:22.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-25T11:57:22.076Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/433/head:refs/remotes/origin/PR-433 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-25T11:57:22.563Z] > git config core.sparsecheckout # timeout=10 [2023-09-25T11:57:22.632Z] > git checkout -f 83f85dbb577d829052191ac5a7fbc680df94ce17 # timeout=10 [2023-09-25T11:57:22.714Z] > git remote # timeout=10 [2023-09-25T11:57:22.732Z] > git config --get remote.origin.url # timeout=10 [2023-09-25T11:57:22.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-25T11:57:22.758Z] > git merge 88cb92755446ff3d15da758ed0b4d5ad23298886 # timeout=10 [2023-09-25T11:57:22.780Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-25T11:57:22.799Z] > git config core.sparsecheckout # timeout=10 [2023-09-25T11:57:22.816Z] > git checkout -f 83f85dbb577d829052191ac5a7fbc680df94ce17 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-25T11:57:24.461Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-25T11:57:24.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-25T11:57:24.461Z] Dload Upload Total Spent Left Speed [2023-09-25T11:57:24.461Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-09-25T11:57:25.024Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-25T11:57:25.357Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-09-25T11:57:25.357Z] /etc/docker/daemon.json [2023-09-25T11:57:25.357Z] { [2023-09-25T11:57:25.357Z] "registry-mirrors": [ [2023-09-25T11:57:25.357Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-25T11:57:25.357Z] ], [2023-09-25T11:57:25.357Z] "bip": "10.250.0.254/24", [2023-09-25T11:57:25.357Z] "hosts": [ [2023-09-25T11:57:25.357Z] "tcp://0.0.0.0:5555", [2023-09-25T11:57:25.357Z] "unix:///var/run/docker.sock" [2023-09-25T11:57:25.357Z] ], [2023-09-25T11:57:25.357Z] "mtu": 1458, [2023-09-25T11:57:25.357Z] "selinux-enabled": true, [2023-09-25T11:57:25.357Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-25T11:57:25.357Z] } [Pipeline] sh [2023-09-25T11:57:25.700Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-25T11:57:26.046Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-25T11:57:44.351Z] provisioning config files... [2023-09-25T11:57:44.375Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config1918617912559639646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-25T11:57:44.759Z] ---> docker-login.sh [2023-09-25T11:57:44.759Z] nexus3.edgexfoundry.org:10001 [2023-09-25T11:57:45.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:57:45.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:57:45.301Z] Configure a credential helper to remove this warning. See [2023-09-25T11:57:45.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:57:45.301Z] [2023-09-25T11:57:45.301Z] Login Succeeded [2023-09-25T11:57:45.301Z] nexus3.edgexfoundry.org:10002 [2023-09-25T11:57:45.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:57:45.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:57:45.840Z] Configure a credential helper to remove this warning. See [2023-09-25T11:57:45.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:57:45.840Z] [2023-09-25T11:57:45.840Z] Login Succeeded [2023-09-25T11:57:45.840Z] nexus3.edgexfoundry.org:10003 [2023-09-25T11:57:45.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:57:46.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:57:46.111Z] Configure a credential helper to remove this warning. See [2023-09-25T11:57:46.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:57:46.111Z] [2023-09-25T11:57:46.111Z] Login Succeeded [2023-09-25T11:57:46.111Z] nexus3.edgexfoundry.org:10004 [2023-09-25T11:57:46.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:57:46.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:57:46.383Z] Configure a credential helper to remove this warning. See [2023-09-25T11:57:46.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:57:46.383Z] [2023-09-25T11:57:46.383Z] Login Succeeded [2023-09-25T11:57:46.383Z] docker.io [2023-09-25T11:57:46.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-25T11:57:46.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-25T11:57:46.921Z] Configure a credential helper to remove this warning. See [2023-09-25T11:57:46.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-25T11:57:46.921Z] [2023-09-25T11:57:46.921Z] Login Succeeded [2023-09-25T11:57:46.921Z] ---> docker-login.sh ends [Pipeline] } [2023-09-25T11:57:46.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-25T11:57:47.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-25T11:57:47.484Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-25T11:57:47.521Z] ========================================================= [2023-09-25T11:57:47.522Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-25T11:57:47.522Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:57:48.017Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-09-25T11:57:48.296Z] Sending build context to Docker daemon 11.97MB [2023-09-25T11:57:48.296Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-09-25T11:57:48.296Z] Step 2/12 : FROM ${BASE} AS builder [2023-09-25T11:57:48.565Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-25T11:57:48.565Z] 9fda8d8052c6: Pulling fs layer [2023-09-25T11:57:48.565Z] 5d54e960e981: Pulling fs layer [2023-09-25T11:57:48.565Z] c4a7e357bf2a: Pulling fs layer [2023-09-25T11:57:48.565Z] f0e02332f6b5: Pulling fs layer [2023-09-25T11:57:48.565Z] cefa15bbcfad: Pulling fs layer [2023-09-25T11:57:48.565Z] 17808c966233: Pulling fs layer [2023-09-25T11:57:48.565Z] f4c1fc716caa: Pulling fs layer [2023-09-25T11:57:48.565Z] f0e02332f6b5: Waiting [2023-09-25T11:57:48.565Z] cefa15bbcfad: Waiting [2023-09-25T11:57:48.565Z] 17808c966233: Waiting [2023-09-25T11:57:48.565Z] f4c1fc716caa: Waiting [2023-09-25T11:57:48.565Z] 5d54e960e981: Verifying Checksum [2023-09-25T11:57:48.565Z] 5d54e960e981: Download complete [2023-09-25T11:57:48.565Z] f0e02332f6b5: Verifying Checksum [2023-09-25T11:57:48.565Z] f0e02332f6b5: Download complete [2023-09-25T11:57:48.565Z] cefa15bbcfad: Verifying Checksum [2023-09-25T11:57:48.565Z] cefa15bbcfad: Download complete [2023-09-25T11:57:48.565Z] 9fda8d8052c6: Download complete [2023-09-25T11:57:49.155Z] f4c1fc716caa: Verifying Checksum [2023-09-25T11:57:49.155Z] f4c1fc716caa: Download complete [2023-09-25T11:57:49.764Z] 9fda8d8052c6: Pull complete [2023-09-25T11:57:50.350Z] 5d54e960e981: Pull complete [2023-09-25T11:57:50.623Z] c4a7e357bf2a: Verifying Checksum [2023-09-25T11:57:50.623Z] c4a7e357bf2a: Download complete [2023-09-25T11:57:51.592Z] 17808c966233: Verifying Checksum [2023-09-25T11:57:51.592Z] 17808c966233: Download complete [2023-09-25T11:58:01.682Z] c4a7e357bf2a: Pull complete [2023-09-25T11:58:01.682Z] f0e02332f6b5: Pull complete [2023-09-25T11:58:01.682Z] cefa15bbcfad: Pull complete [2023-09-25T11:58:08.358Z] 17808c966233: Pull complete [2023-09-25T11:58:09.781Z] f4c1fc716caa: Pull complete [2023-09-25T11:58:09.781Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-25T11:58:09.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-25T11:58:09.781Z] ---> ea914061e18c [2023-09-25T11:58:09.781Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-25T11:58:11.197Z] ---> Running in f44d36ada255 [2023-09-25T11:58:11.781Z] Removing intermediate container f44d36ada255 [2023-09-25T11:58:11.781Z] ---> f017dbc4e1c8 [2023-09-25T11:58:11.781Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-09-25T11:58:11.781Z] ---> Running in 761ef1468d98 [2023-09-25T11:58:12.050Z] Removing intermediate container 761ef1468d98 [2023-09-25T11:58:12.050Z] ---> e9e90681a9bc [2023-09-25T11:58:12.050Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-09-25T11:58:12.050Z] ---> Running in eb350d325012 [2023-09-25T11:58:12.321Z] Removing intermediate container eb350d325012 [2023-09-25T11:58:12.321Z] ---> d6170d54a304 [2023-09-25T11:58:12.321Z] Step 6/12 : WORKDIR /device-virtual-go [2023-09-25T11:58:12.321Z] ---> Running in df646e9d8985 [2023-09-25T11:58:12.907Z] Removing intermediate container df646e9d8985 [2023-09-25T11:58:12.907Z] ---> 2ba5878b8502 [2023-09-25T11:58:12.907Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-25T11:58:12.907Z] ---> Running in 598274186d8b [2023-09-25T11:58:13.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-25T11:58:14.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-25T11:58:15.412Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-09-25T11:58:15.412Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-09-25T11:58:15.412Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-09-25T11:58:15.412Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-09-25T11:58:15.412Z] Executing busybox-1.36.1-r2.trigger [2023-09-25T11:58:15.412Z] OK: 270 MiB in 56 packages [2023-09-25T11:58:16.373Z] Removing intermediate container 598274186d8b [2023-09-25T11:58:16.373Z] ---> ffc951af893d [2023-09-25T11:58:16.373Z] Step 8/12 : COPY go.mod vendor* ./ [2023-09-25T11:58:16.968Z] ---> c9955a448418 [2023-09-25T11:58:16.968Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-25T11:58:16.968Z] ---> Running in 80c91502a2f6 [2023-09-25T11:59:25.129Z] Removing intermediate container 80c91502a2f6 [2023-09-25T11:59:25.129Z] ---> 1d1b003a1257 [2023-09-25T11:59:25.129Z] Step 10/12 : COPY . . [2023-09-25T11:59:25.129Z] ---> 9f72c38a3c56 [2023-09-25T11:59:25.129Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-25T11:59:25.129Z] ---> Running in cdd742c40360 [2023-09-25T11:59:25.129Z] Removing intermediate container cdd742c40360 [2023-09-25T11:59:25.129Z] ---> 8406fb108341 [2023-09-25T11:59:25.129Z] Step 12/12 : RUN $MAKE [2023-09-25T11:59:25.129Z] ---> Running in fe044d7e8b89 [2023-09-25T11:59:25.129Z] noop [2023-09-25T11:59:25.129Z] Removing intermediate container fe044d7e8b89 [2023-09-25T11:59:25.129Z] ---> 3c47216ce36e [2023-09-25T11:59:25.129Z] Successfully built 3c47216ce36e [2023-09-25T11:59:25.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:59:25.619Z] + docker inspect -f . ci-base-image-arm64 [2023-09-25T11:59:25.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:59:25.913Z] prd-ubuntu20.04-docker-arm64-4c-16g-7811 does not seem to be running inside a container [2023-09-25T11:59:25.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-25T11:59:27.150Z] $ docker top a0172192f181dc85d96683f7f79e17c0eea73a276f92ccee84f280e0dc10d339 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-25T11:59:28.014Z] + go version [2023-09-25T11:59:28.014Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-25T11:59:28.058Z] $ docker stop --time=1 a0172192f181dc85d96683f7f79e17c0eea73a276f92ccee84f280e0dc10d339 [2023-09-25T11:59:29.658Z] $ docker rm -f --volumes a0172192f181dc85d96683f7f79e17c0eea73a276f92ccee84f280e0dc10d339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T11:59:30.446Z] + docker inspect -f . ci-base-image-arm64 [2023-09-25T11:59:30.446Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T11:59:30.696Z] prd-ubuntu20.04-docker-arm64-4c-16g-7811 does not seem to be running inside a container [2023-09-25T11:59:30.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-25T11:59:33.556Z] $ docker top 1f014c0534650e56dfc025e8581c578cf19ffb4da0b21f0c1959d025c2bebbfc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-25T11:59:34.160Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-25T11:59:34.548Z] + make test [2023-09-25T11:59:34.548Z] go test ./... -coverprofile=coverage.out [2023-09-25T11:59:38.798Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-09-25T12:01:15.478Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-09-25T12:01:15.478Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.066s coverage: 58.4% of statements [2023-09-25T12:01:15.478Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-25T12:01:15.478Z] go vet ./... [2023-09-25T12:01:22.095Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-25T12:01:22.095Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-25T12:01:22.095Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-25T12:01:22.131Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-25T12:01:22.170Z] $ docker stop --time=1 1f014c0534650e56dfc025e8581c578cf19ffb4da0b21f0c1959d025c2bebbfc [2023-09-25T12:01:23.950Z] $ docker rm -f --volumes 1f014c0534650e56dfc025e8581c578cf19ffb4da0b21f0c1959d025c2bebbfc [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-25T12:01:25.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-25T12:01:25.176Z] Warning: overwriting stash ‘coverage-report’ [2023-09-25T12:01:25.595Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-25T12:01:26.168Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-25T12:01:26.502Z] + ls -al . [2023-09-25T12:01:26.502Z] total 200 [2023-09-25T12:01:26.502Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 25 11:59 . [2023-09-25T12:01:26.502Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 25 11:57 .. [2023-09-25T12:01:26.502Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 25 11:57 .git [2023-09-25T12:01:26.502Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:57 .github [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 337 Sep 25 11:57 .gitignore [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 25 11:57 .golangci.yml [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 9708 Sep 25 11:57 Attribution.txt [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 14372 Sep 25 11:57 CHANGELOG.md [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 1646 Sep 25 11:57 Dockerfile [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 25 11:57 GOVERNANCE.md [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 25 11:57 Jenkinsfile [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 25 11:57 LICENSE [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 1947 Sep 25 11:57 Makefile [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 623 Sep 25 11:57 OWNERS.md [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 4111 Sep 25 11:57 README.md [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 25 11:55 VERSION [2023-09-25T12:01:26.502Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 25 11:57 bin [2023-09-25T12:01:26.502Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:57 cmd [2023-09-25T12:01:26.502Z] -rw-r--r-- 1 jenkins jenkins 43063 Sep 25 12:01 coverage.out [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 3637 Sep 25 11:57 go.mod [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 35019 Sep 25 11:57 go.sum [2023-09-25T12:01:26.502Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 25 11:57 internal [2023-09-25T12:01:26.502Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 25 11:57 snap [2023-09-25T12:01:26.502Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 25 11:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T12:01:26.923Z] + 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=83f85dbb577d829052191ac5a7fbc680df94ce17 --label arch=arm64 --label version=0.0.0 . [2023-09-25T12:01:27.190Z] Sending build context to Docker daemon 12.01MB [2023-09-25T12:01:27.190Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-09-25T12:01:27.190Z] Step 2/25 : FROM ${BASE} AS builder [2023-09-25T12:01:27.190Z] ---> 3c47216ce36e [2023-09-25T12:01:27.190Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-25T12:01:27.457Z] ---> Running in 121ca5836082 [2023-09-25T12:01:27.725Z] Removing intermediate container 121ca5836082 [2023-09-25T12:01:27.725Z] ---> 8a62e9ca5f30 [2023-09-25T12:01:27.725Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-09-25T12:01:27.725Z] ---> Running in a3882aa118b1 [2023-09-25T12:01:27.991Z] Removing intermediate container a3882aa118b1 [2023-09-25T12:01:27.991Z] ---> cc85587bea2c [2023-09-25T12:01:27.991Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-09-25T12:01:27.991Z] ---> Running in bd79b2edf867 [2023-09-25T12:01:28.257Z] Removing intermediate container bd79b2edf867 [2023-09-25T12:01:28.257Z] ---> ff6c423da80b [2023-09-25T12:01:28.257Z] Step 6/25 : WORKDIR /device-virtual-go [2023-09-25T12:01:28.529Z] ---> Running in 887d31bf18ad [2023-09-25T12:01:28.798Z] Removing intermediate container 887d31bf18ad [2023-09-25T12:01:28.798Z] ---> 3e9d88326146 [2023-09-25T12:01:28.798Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-25T12:01:28.798Z] ---> Running in 1eee000e4cd6 [2023-09-25T12:01:29.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-25T12:01:30.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-25T12:01:31.429Z] OK: 270 MiB in 56 packages [2023-09-25T12:01:35.673Z] Removing intermediate container 1eee000e4cd6 [2023-09-25T12:01:35.673Z] ---> 717946cee209 [2023-09-25T12:01:35.673Z] Step 8/25 : COPY go.mod vendor* ./ [2023-09-25T12:01:35.941Z] ---> 4abb8dde7ca8 [2023-09-25T12:01:35.941Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-25T12:01:35.941Z] ---> Running in 5c2628412f36 [2023-09-25T12:01:38.529Z] Removing intermediate container 5c2628412f36 [2023-09-25T12:01:38.529Z] ---> ebacb2fec74c [2023-09-25T12:01:38.529Z] Step 10/25 : COPY . . [2023-09-25T12:01:39.941Z] ---> d13216dc148d [2023-09-25T12:01:39.941Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-25T12:01:39.941Z] ---> Running in f3867a271462 [2023-09-25T12:01:40.209Z] Removing intermediate container f3867a271462 [2023-09-25T12:01:40.209Z] ---> be6ad4b9e86c [2023-09-25T12:01:40.209Z] Step 12/25 : RUN $MAKE [2023-09-25T12:01:40.209Z] ---> Running in 75b986e4c3db [2023-09-25T12:01:42.177Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.30" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-09-25T12:03:50.248Z] Removing intermediate container 75b986e4c3db [2023-09-25T12:03:50.248Z] ---> 120af7235355 [2023-09-25T12:03:50.248Z] Step 13/25 : FROM alpine:3.18 [2023-09-25T12:03:50.248Z] 3.18: Pulling from library/alpine [2023-09-25T12:03:50.248Z] 9fda8d8052c6: Already exists [2023-09-25T12:03:50.248Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-25T12:03:50.248Z] Status: Downloaded newer image for alpine:3.18 [2023-09-25T12:03:50.248Z] ---> f6648c04cd6c [2023-09-25T12:03:50.248Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-09-25T12:03:50.248Z] ---> Running in bea331363d79 [2023-09-25T12:03:50.248Z] Removing intermediate container bea331363d79 [2023-09-25T12:03:50.248Z] ---> 167d619434ad [2023-09-25T12:03:50.248Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-09-25T12:03:50.248Z] ---> Running in 2e883efe6df3 [2023-09-25T12:03:50.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-25T12:03:50.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-25T12:03:50.248Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-25T12:03:50.248Z] Executing busybox-1.36.1-r2.trigger [2023-09-25T12:03:50.248Z] OK: 8 MiB in 16 packages [2023-09-25T12:03:50.248Z] Removing intermediate container 2e883efe6df3 [2023-09-25T12:03:50.248Z] ---> 899d3ff98eb3 [2023-09-25T12:03:50.248Z] Step 16/25 : WORKDIR / [2023-09-25T12:03:50.248Z] ---> Running in a20c8290506e [2023-09-25T12:03:50.248Z] Removing intermediate container a20c8290506e [2023-09-25T12:03:50.248Z] ---> a2a9b1bd39f6 [2023-09-25T12:03:50.248Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-09-25T12:03:50.248Z] ---> 7b94542a4e79 [2023-09-25T12:03:50.248Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-09-25T12:03:50.248Z] ---> 0784a7d0e96c [2023-09-25T12:03:50.248Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-09-25T12:03:50.522Z] ---> 6144b7ada35e [2023-09-25T12:03:50.522Z] Step 20/25 : EXPOSE 59900 [2023-09-25T12:03:50.522Z] ---> Running in c1a34da31aff [2023-09-25T12:03:50.790Z] Removing intermediate container c1a34da31aff [2023-09-25T12:03:50.790Z] ---> 8bf1b27adcc0 [2023-09-25T12:03:50.790Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-09-25T12:03:50.790Z] ---> Running in c4e1ea973202 [2023-09-25T12:03:51.061Z] Removing intermediate container c4e1ea973202 [2023-09-25T12:03:51.061Z] ---> 7a7c47e93bef [2023-09-25T12:03:51.061Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-09-25T12:03:51.333Z] ---> Running in b01f5f02fb23 [2023-09-25T12:03:51.600Z] Removing intermediate container b01f5f02fb23 [2023-09-25T12:03:51.600Z] ---> 42df5a531efb [2023-09-25T12:03:51.600Z] Step 23/25 : LABEL arch=arm64 [2023-09-25T12:03:51.600Z] ---> Running in d14a165b089d [2023-09-25T12:03:51.867Z] Removing intermediate container d14a165b089d [2023-09-25T12:03:51.867Z] ---> 797a1624b74f [2023-09-25T12:03:51.867Z] Step 24/25 : LABEL git_sha=83f85dbb577d829052191ac5a7fbc680df94ce17 [2023-09-25T12:03:51.867Z] ---> Running in cc0222caf689 [2023-09-25T12:03:52.137Z] Removing intermediate container cc0222caf689 [2023-09-25T12:03:52.137Z] ---> a2d39fab999a [2023-09-25T12:03:52.137Z] Step 25/25 : LABEL version=0.0.0 [2023-09-25T12:03:52.137Z] ---> Running in cac0440f51cd [2023-09-25T12:03:52.404Z] Removing intermediate container cac0440f51cd [2023-09-25T12:03:52.404Z] ---> 946a740766cd [2023-09-25T12:03:52.404Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-25T12:03:52.671Z] Successfully built 946a740766cd [2023-09-25T12:03:52.671Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T12:03:53.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-25T12:03:53.491Z] [2023-09-25T12:03:53.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T12:03:53.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-25T12:03:53.895Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-25T12:03:53.895Z] 8998bd30e6a1: Pulling fs layer [2023-09-25T12:03:53.895Z] 04944245beec: Pulling fs layer [2023-09-25T12:03:53.895Z] 699f458cf7ca: Pulling fs layer [2023-09-25T12:03:53.895Z] 765212b225bb: Pulling fs layer [2023-09-25T12:03:53.895Z] f23df028b6ca: Pulling fs layer [2023-09-25T12:03:53.895Z] d65c8cfc05b1: Pulling fs layer [2023-09-25T12:03:53.895Z] 2437ff75d9bd: Pulling fs layer [2023-09-25T12:03:53.895Z] 765212b225bb: Waiting [2023-09-25T12:03:53.895Z] f23df028b6ca: Waiting [2023-09-25T12:03:53.895Z] 2437ff75d9bd: Waiting [2023-09-25T12:03:53.895Z] d65c8cfc05b1: Waiting [2023-09-25T12:03:54.165Z] 04944245beec: Verifying Checksum [2023-09-25T12:03:54.165Z] 04944245beec: Download complete [2023-09-25T12:03:54.165Z] 765212b225bb: Verifying Checksum [2023-09-25T12:03:54.165Z] 765212b225bb: Download complete [2023-09-25T12:03:54.165Z] f23df028b6ca: Verifying Checksum [2023-09-25T12:03:54.165Z] f23df028b6ca: Download complete [2023-09-25T12:03:54.165Z] d65c8cfc05b1: Verifying Checksum [2023-09-25T12:03:54.165Z] d65c8cfc05b1: Download complete [2023-09-25T12:03:54.435Z] 699f458cf7ca: Download complete [2023-09-25T12:03:54.701Z] 8998bd30e6a1: Download complete [2023-09-25T12:03:57.294Z] 2437ff75d9bd: Verifying Checksum [2023-09-25T12:03:57.294Z] 2437ff75d9bd: Download complete [2023-09-25T12:03:59.239Z] 8998bd30e6a1: Pull complete [2023-09-25T12:03:59.824Z] 04944245beec: Pull complete [2023-09-25T12:04:01.233Z] 699f458cf7ca: Pull complete [2023-09-25T12:04:01.233Z] 765212b225bb: Pull complete [2023-09-25T12:04:03.876Z] f23df028b6ca: Pull complete [2023-09-25T12:04:03.876Z] d65c8cfc05b1: Pull complete [2023-09-25T12:04:18.962Z] 2437ff75d9bd: Pull complete [2023-09-25T12:04:18.962Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-25T12:04:18.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-25T12:04:18.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T12:04:19.291Z] prd-ubuntu20.04-docker-arm64-4c-16g-7811 does not seem to be running inside a container [2023-09-25T12:04:19.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-25T12:04:21.780Z] $ docker top 2d437b471087147d828f089296fa8ffc1cd163260c1ac4aaebff747d98872191 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:22.330Z] ---> job-cost.sh [2023-09-25T12:04:22.596Z] lf-activate-venv: SKIPPING [2023-09-25T12:04:22.596Z] INFO: No Stack... [2023-09-25T12:04:22.862Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-25T12:04:23.814Z] INFO: Archiving Costs [Pipeline] sh [2023-09-25T12:04:24.148Z] + cat+ /w/workspace/device-virtual-go/1/archives/cost.csv [2023-09-25T12:04:24.148Z] cut -d, -f6 [Pipeline] lock [2023-09-25T12:04:24.225Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [2023-09-25T12:04:24.230Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] did not exist. Created. [2023-09-25T12:04:24.230Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-25T12:04:24.630Z] /w/workspace/device-virtual-go/1@tmp/durable-9aec3969/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-25T12:04:24.981Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-25T12:04:25.017Z] Warning: overwriting stash ‘stack-cost’ [2023-09-25T12:04:25.067Z] Stashed 1 file(s) [Pipeline] } [2023-09-25T12:04:25.086Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-433-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-25T12:04:25.175Z] $ docker stop --time=1 2d437b471087147d828f089296fa8ffc1cd163260c1ac4aaebff747d98872191 [2023-09-25T12:04:26.629Z] $ docker rm -f --volumes 2d437b471087147d828f089296fa8ffc1cd163260c1ac4aaebff747d98872191 [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-09-25T12:04:27.596Z] provisioning config files... [2023-09-25T12:04:27.602Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-433@tmp/config9322123856660686803tmp [Pipeline] { [Pipeline] sh [2023-09-25T12:04:27.950Z] + set +x [2023-09-25T12:04:27.951Z] + curl -s https://codecov.io/bash [2023-09-25T12:04:27.951Z] + bash -s -- [2023-09-25T12:04:27.951Z] [2023-09-25T12:04:27.951Z] _____ _ [2023-09-25T12:04:27.951Z] / ____| | | [2023-09-25T12:04:27.951Z] | | ___ __| | ___ ___ _____ __ [2023-09-25T12:04:27.951Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-25T12:04:27.951Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-25T12:04:27.951Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-25T12:04:27.951Z] Bash-1.0.6 [2023-09-25T12:04:27.951Z] [2023-09-25T12:04:27.951Z] [2023-09-25T12:04:27.951Z] ==> git version 2.25.1 found [2023-09-25T12:04:27.951Z] ==> 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-09-25T12:04:27.951Z] Release-Date: 2020-01-08 [2023-09-25T12:04:27.951Z] 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-09-25T12:04:27.951Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-25T12:04:27.951Z] ==> Jenkins CI detected. [2023-09-25T12:04:27.951Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-433 [2023-09-25T12:04:27.951Z] project root: . [2023-09-25T12:04:27.951Z] --> token set from env [2023-09-25T12:04:27.951Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-25T12:04:27.951Z] ==> Running gcov in . (disable via -X gcov) [2023-09-25T12:04:27.951Z] ==> Python coveragepy not found [2023-09-25T12:04:27.951Z] ==> Searching for coverage reports in: [2023-09-25T12:04:27.951Z] + . [2023-09-25T12:04:27.951Z] -> Found 1 reports [2023-09-25T12:04:27.951Z] ==> Detecting git/mercurial file structure [2023-09-25T12:04:27.951Z] ==> Reading reports [2023-09-25T12:04:27.951Z] + ./coverage.out bytes=43063 [2023-09-25T12:04:27.951Z] ==> Appending adjustments [2023-09-25T12:04:27.951Z] https://docs.codecov.io/docs/fixing-reports [2023-09-25T12:04:28.223Z] + Found adjustments [2023-09-25T12:04:28.223Z] ==> Gzipping contents [2023-09-25T12:04:28.223Z] 8.0K /tmp/codecov.KsAdpy.gz [2023-09-25T12:04:28.223Z] ==> Uploading reports [2023-09-25T12:04:28.223Z] url: https://codecov.io [2023-09-25T12:04:28.223Z] query: branch=PR-433&commit=83f85dbb577d829052191ac5a7fbc680df94ce17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-433%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=433&job=&cmd_args= [2023-09-25T12:04:28.223Z] -> Pinging Codecov [2023-09-25T12:04:28.223Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-433&commit=83f85dbb577d829052191ac5a7fbc680df94ce17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-433%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=433&job=&cmd_args= [2023-09-25T12:04:28.482Z] -> Uploading to [2023-09-25T12:04:28.482Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-25/5E52B4B073DB2E39498172D8E973AA87/83f85dbb577d829052191ac5a7fbc680df94ce17/188e0613-1f56-4639-9f19-7ab97eeded19.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230925%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230925T120428Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=351113bc3566b478bf5e9f07e9012adb98b2dd48af20ddd2d224992bf9edd3c6 [2023-09-25T12:04:28.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-25T12:04:28.482Z] Dload Upload Total Spent Left Speed [2023-09-25T12:04:28.742Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 25411 --:--:-- --:--:-- --:--:-- 25411 100 5184 0 0 100 5184 0 24685 --:--:-- --:--:-- --:--:-- 24568 [2023-09-25T12:04:28.742Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/83f85dbb577d829052191ac5a7fbc680df94ce17 [Pipeline] } [2023-09-25T12:04:28.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-25T12:04:30.598Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-433/archives ] [2023-09-25T12:04:30.598Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-433/archives [2023-09-25T12:04:30.598Z] total 16 [2023-09-25T12:04:30.598Z] drwxr-xr-x 3 root root 4096 Sep 25 11:57 . [2023-09-25T12:04:30.598Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 25 11:57 .. [2023-09-25T12:04:30.598Z] drwxr-xr-x 2 root root 4096 Sep 25 11:57 cost [2023-09-25T12:04:30.598Z] -rw-r--r-- 1 root root 89 Sep 25 11:57 cost.csv [2023-09-25T12:04:30.598Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-433/archives [2023-09-25T12:04:30.598Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-433/archives [2023-09-25T12:04:30.598Z] total 16 [2023-09-25T12:04:30.598Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 25 11:57 . [2023-09-25T12:04:30.598Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 25 11:57 .. [2023-09-25T12:04:30.598Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 25 11:57 cost [2023-09-25T12:04:30.598Z] -rw-r--r-- 1 jenkins jenkins 89 Sep 25 11:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:30.932Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:31.822Z] ---> package-listing.sh [2023-09-25T12:04:31.822Z] ++ facter osfamily [2023-09-25T12:04:31.822Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-25T12:04:32.082Z] + OS_FAMILY=debian [2023-09-25T12:04:32.082Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-433 [2023-09-25T12:04:32.082Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-25T12:04:32.082Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-25T12:04:32.082Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-25T12:04:32.082Z] + PACKAGES=/tmp/packages_start.txt [2023-09-25T12:04:32.082Z] + '[' /w/workspace/foundry_device-virtual-go_PR-433 ']' [2023-09-25T12:04:32.082Z] + PACKAGES=/tmp/packages_end.txt [2023-09-25T12:04:32.082Z] + case "${OS_FAMILY}" in [2023-09-25T12:04:32.082Z] + dpkg -l [2023-09-25T12:04:32.082Z] + grep '^ii' [2023-09-25T12:04:32.082Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-25T12:04:32.082Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-25T12:04:32.082Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-25T12:04:32.082Z] + '[' /w/workspace/foundry_device-virtual-go_PR-433 ']' [2023-09-25T12:04:32.082Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-433/archives/ [2023-09-25T12:04:32.082Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-433/archives/ [Pipeline] echo [2023-09-25T12:04:32.115Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-433/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-25T12:04:32.409Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-25T12:04:33.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-25T12:04:33.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-25T12:04:33.266Z] prd-ubuntu20.04-docker-8c-8g-7810 does not seem to be running inside a container [2023-09-25T12:04:33.294Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-433/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-433 -v /w/workspace/foundry_device-virtual-go_PR-433:/w/workspace/foundry_device-virtual-go_PR-433:rw,z -v /w/workspace/foundry_device-virtual-go_PR-433@tmp:/w/workspace/foundry_device-virtual-go_PR-433@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-25T12:04:33.491Z] $ docker top d42ec1e5598dedcf07993829d45747b90acfd6f7c65df5eac7b66fb76ae703d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-25T12:04:33.894Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-25T12:04:34.203Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-25T12:04:34.518Z] + ls /var/log/sa-host [2023-09-25T12:04:34.518Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-25T12:04:34.730Z] provisioning config files... [2023-09-25T12:04:34.739Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-433@tmp/config3685107090995740728tmp [Pipeline] { [Pipeline] echo [2023-09-25T12:04:34.789Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:35.099Z] ---> create-netrc.sh [Pipeline] } [2023-09-25T12:04:35.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:35.531Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-25T12:04:35.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:35.879Z] ---> sudo-logs.sh [2023-09-25T12:04:35.880Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-25T12:04:35.961Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:36.267Z] ---> job-cost.sh [2023-09-25T12:04:36.267Z] lf-activate-venv: SKIPPING [2023-09-25T12:04:36.267Z] DEBUG: total: 0.2199999988079071 [2023-09-25T12:04:36.267Z] INFO: Retrieving Stack Cost... [2023-09-25T12:04:36.529Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-25T12:04:37.098Z] INFO: Archiving Costs [Pipeline] echo [2023-09-25T12:04:37.131Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-25T12:04:37.441Z] ---> logs-deploy.sh [2023-09-25T12:04:37.441Z] lf-activate-venv: SKIPPING [2023-09-25T12:04:37.441Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-433/1 [2023-09-25T12:04:37.441Z] INFO: archiving workspace using pattern(s): [2023-09-25T12:04:38.380Z] Archives upload complete. [2023-09-25T12:04:38.380Z] INFO: archiving logs to Nexus