Pull request #389 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9a8de13ae9736f926756987f31596a192a118b43+afca5dd35944e70aeaf084f770d24917f4059b9f (6cfacec8e1faaca491bcf1062a53fcbbc75e0aba) 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-ssh8572716768152879282.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh5285309434764924707.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-389/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-389/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3724562755279303759.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-389/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8424843803007692910.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh10828561267070619509.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-389/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-389/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10985606165678215926.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9530 in /w/workspace/foundry_device-virtual-go_PR-389 [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-389 # 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 afca5dd35944e70aeaf084f770d24917f4059b9f into PR head commit 9a8de13ae9736f926756987f31596a192a118b43 Merge succeeded, producing 9a8de13ae9736f926756987f31596a192a118b43 Checking out Revision 9a8de13ae9736f926756987f31596a192a118b43 (PR-389) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > 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/389/head:refs/remotes/origin/PR-389 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # 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 afca5dd35944e70aeaf084f770d24917f4059b9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-24T11:59:15.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-24T11:59:15.896Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-24T11:59:16.005Z] ========================================================= [2023-04-24T11:59:16.005Z] EdgeX Global Pipelines Version Info [2023-04-24T11:59:16.005Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:59:16.759Z] ------------------- [2023-04-24T11:59:16.759Z] stable info: [2023-04-24T11:59:16.759Z] ------------------- [2023-04-24T11:59:16.759Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-24T11:59:16.759Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T11:59:16.759Z] Message: update stable to v1.0.248 [2023-04-24T11:59:17.331Z] ------------------- [2023-04-24T11:59:17.331Z] experimental info: [2023-04-24T11:59:17.331Z] ------------------- [2023-04-24T11:59:17.331Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-24T11:59:17.331Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T11:59:17.331Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-24T11:59:17.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-04-24T11:59:17.668Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-04-24T11:59:17.714Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-24T11:59:17.759Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-24T11:59:17.799Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-24T11:59:17.836Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-24T11:59:17.879Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-24T11:59:17.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-24T11:59:17.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-24T11:59:18.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-24T11:59:18.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-24T11:59:18.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-04-24T11:59:18.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-24T11:59:18.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-24T11:59:18.236Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T11:59:18.280Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T11:59:18.321Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T11:59:18.359Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-24T11:59:18.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-24T11:59:18.442Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-24T11:59:18.483Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-24T11:59:18.522Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-24T11:59:18.571Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-24T11:59:18.615Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-24T11:59:18.655Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-24T11:59:18.696Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-24T11:59:18.737Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-24T11:59:18.780Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-389 [Pipeline] echo [2023-04-24T11:59:18.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-389 [Pipeline] echo [2023-04-24T11:59:18.867Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-389 [Pipeline] echo [2023-04-24T11:59:18.908Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo [2023-04-24T11:59:18.953Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a8de13 [Pipeline] echo [2023-04-24T11:59:18.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T11:59:19.117Z] provisioning config files... [2023-04-24T11:59:19.135Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config1120641802301578118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:59:19.482Z] ---> docker-login.sh [2023-04-24T11:59:19.482Z] nexus3.edgexfoundry.org:10001 [2023-04-24T11:59:19.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:19.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:19.742Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:19.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:19.742Z] [2023-04-24T11:59:19.742Z] Login Succeeded [2023-04-24T11:59:19.742Z] nexus3.edgexfoundry.org:10002 [2023-04-24T11:59:19.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:20.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:20.003Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:20.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:20.003Z] [2023-04-24T11:59:20.003Z] Login Succeeded [2023-04-24T11:59:20.003Z] nexus3.edgexfoundry.org:10003 [2023-04-24T11:59:20.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:20.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:20.003Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:20.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:20.003Z] [2023-04-24T11:59:20.003Z] Login Succeeded [2023-04-24T11:59:20.003Z] nexus3.edgexfoundry.org:10004 [2023-04-24T11:59:20.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:20.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:20.265Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:20.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:20.265Z] [2023-04-24T11:59:20.265Z] Login Succeeded [2023-04-24T11:59:20.265Z] docker.io [2023-04-24T11:59:20.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:20.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:20.526Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:20.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:20.526Z] [2023-04-24T11:59:20.526Z] Login Succeeded [2023-04-24T11:59:20.526Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T11:59:20.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-24T11:59:21.194Z] + git rev-list -1 --merges 9a8de13ae9736f926756987f31596a192a118b43~1..9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo [2023-04-24T11:59:21.258Z] -----------> git rev-list -1 --merges 9a8de13ae9736f926756987f31596a192a118b43~1..9a8de13ae9736f926756987f31596a192a118b43 9a8de13ae9736f926756987f31596a192a118b43 [false] [Pipeline] sh [2023-04-24T11:59:21.570Z] + git log --format=format:%s -1 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo [2023-04-24T11:59:21.610Z] ========================================================= [2023-04-24T11:59:21.610Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-24T11:59:21.610Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T11:59:22.039Z] + git log --format=format:%s -1 9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] echo [2023-04-24T11:59:22.073Z] [semverPrep] GIT_COMMIT: 9a8de13ae9736f926756987f31596a192a118b43, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-24T11:59:22.102Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-24T11:59:22.500Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T11:59:22.500Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-24T11:59:22.500Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-24T11:59:22.500Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-24T11:59:22.500Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-24T11:59:22.500Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-24T11:59:22.500Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:59:23.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:59:23.000Z] [2023-04-24T11:59:23.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:59:23.390Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:59:23.390Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-24T11:59:23.390Z] b85a868b505f: Pulling fs layer [2023-04-24T11:59:23.390Z] e2be974225ed: Pulling fs layer [2023-04-24T11:59:23.390Z] 339a4e72a1f5: Pulling fs layer [2023-04-24T11:59:23.390Z] 988bab9f4d93: Pulling fs layer [2023-04-24T11:59:23.390Z] 1469e6f7b9e6: Pulling fs layer [2023-04-24T11:59:23.390Z] eaf3925da568: Pulling fs layer [2023-04-24T11:59:23.390Z] bab4dde63d76: Pulling fs layer [2023-04-24T11:59:23.390Z] bde34c3a00c8: Pulling fs layer [2023-04-24T11:59:23.390Z] b352a97aabf1: Pulling fs layer [2023-04-24T11:59:23.390Z] 4872d77fe225: Pulling fs layer [2023-04-24T11:59:23.390Z] 5851b861e8e6: Pulling fs layer [2023-04-24T11:59:23.390Z] 988bab9f4d93: Waiting [2023-04-24T11:59:23.390Z] 1469e6f7b9e6: Waiting [2023-04-24T11:59:23.390Z] eaf3925da568: Waiting [2023-04-24T11:59:23.390Z] 4872d77fe225: Waiting [2023-04-24T11:59:23.390Z] 5851b861e8e6: Waiting [2023-04-24T11:59:23.390Z] bde34c3a00c8: Waiting [2023-04-24T11:59:23.390Z] bab4dde63d76: Waiting [2023-04-24T11:59:23.390Z] b352a97aabf1: Waiting [2023-04-24T11:59:23.390Z] e2be974225ed: Download complete [2023-04-24T11:59:23.390Z] 988bab9f4d93: Verifying Checksum [2023-04-24T11:59:23.390Z] 988bab9f4d93: Download complete [2023-04-24T11:59:23.390Z] 1469e6f7b9e6: Verifying Checksum [2023-04-24T11:59:23.390Z] 1469e6f7b9e6: Download complete [2023-04-24T11:59:23.390Z] eaf3925da568: Verifying Checksum [2023-04-24T11:59:23.390Z] eaf3925da568: Download complete [2023-04-24T11:59:23.664Z] 339a4e72a1f5: Verifying Checksum [2023-04-24T11:59:23.664Z] 339a4e72a1f5: Download complete [2023-04-24T11:59:23.664Z] bde34c3a00c8: Verifying Checksum [2023-04-24T11:59:23.664Z] bde34c3a00c8: Download complete [2023-04-24T11:59:23.664Z] b352a97aabf1: Verifying Checksum [2023-04-24T11:59:23.664Z] b352a97aabf1: Download complete [2023-04-24T11:59:23.664Z] 4872d77fe225: Verifying Checksum [2023-04-24T11:59:23.664Z] 4872d77fe225: Download complete [2023-04-24T11:59:23.664Z] 5851b861e8e6: Verifying Checksum [2023-04-24T11:59:23.664Z] 5851b861e8e6: Download complete [2023-04-24T11:59:23.664Z] b85a868b505f: Verifying Checksum [2023-04-24T11:59:23.664Z] b85a868b505f: Download complete [2023-04-24T11:59:23.925Z] bab4dde63d76: Verifying Checksum [2023-04-24T11:59:23.925Z] bab4dde63d76: Download complete [2023-04-24T11:59:24.883Z] b85a868b505f: Pull complete [2023-04-24T11:59:25.142Z] e2be974225ed: Pull complete [2023-04-24T11:59:25.401Z] 339a4e72a1f5: Pull complete [2023-04-24T11:59:25.662Z] 988bab9f4d93: Pull complete [2023-04-24T11:59:25.921Z] 1469e6f7b9e6: Pull complete [2023-04-24T11:59:25.921Z] eaf3925da568: Pull complete [2023-04-24T11:59:27.830Z] bab4dde63d76: Pull complete [2023-04-24T11:59:27.830Z] bde34c3a00c8: Pull complete [2023-04-24T11:59:27.830Z] b352a97aabf1: Pull complete [2023-04-24T11:59:28.093Z] 4872d77fe225: Pull complete [2023-04-24T11:59:28.093Z] 5851b861e8e6: Pull complete [2023-04-24T11:59:28.093Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-24T11:59:28.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T11:59:28.093Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T11:59:28.337Z] prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container [2023-04-24T11:59:28.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-24T11:59:31.048Z] $ docker top 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac -eo pid,comm [2023-04-24T11:59:31.097Z] 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-04-24T11:59:31.097Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T11:59:31.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T11:59:31.219Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T11:59:31.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T11:59:31.332Z] $ docker exec 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent [2023-04-24T11:59:31.448Z] SSH_AUTH_SOCK=/tmp/ssh-fHb709lRhg0I/agent.32 [2023-04-24T11:59:31.448Z] SSH_AGENT_PID=38 [2023-04-24T11:59:31.459Z] Running ssh-add (command line suppressed) [2023-04-24T11:59:31.564Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_1071906911552454437.key (/w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_1071906911552454437.key) [2023-04-24T11:59:31.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T11:59:31.912Z] + git tag --points-at HEAD [Pipeline] } [2023-04-24T11:59:31.941Z] $ docker exec --env ******** --env ******** 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent -k [2023-04-24T11:59:32.037Z] unset SSH_AUTH_SOCK; [2023-04-24T11:59:32.038Z] unset SSH_AGENT_PID; [2023-04-24T11:59:32.042Z] echo Agent pid 38 killed; [2023-04-24T11:59:32.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-24T11:59:32.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T11:59:32.127Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T11:59:32.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T11:59:32.253Z] $ docker exec 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent [2023-04-24T11:59:32.375Z] SSH_AUTH_SOCK=/tmp/ssh-r7x3kCnxa2hH/agent.72 [2023-04-24T11:59:32.375Z] SSH_AGENT_PID=77 [2023-04-24T11:59:32.379Z] Running ssh-add (command line suppressed) [2023-04-24T11:59:32.497Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_5766484001111551844.key (/w/workspace/foundry_device-virtual-go_PR-389@tmp/private_key_5766484001111551844.key) [2023-04-24T11:59:32.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T11:59:32.843Z] + git semver init [2023-04-24T11:59:33.104Z] 2023-04-24 11:59:33,051 [run_init] DEBUG init version:0.0.0 force:False [2023-04-24T11:59:33.104Z] 2023-04-24 11:59:33,052 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-389/.semver [2023-04-24T11:59:33.104Z] 2023-04-24 11:59:33,052 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-389/.semver [2023-04-24T11:59:33.104Z] 2023-04-24 11:59:33,053 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-389/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-389, universal_newlines=False, shell=None, istream=None) [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,090 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-389/.git/info/exclude [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,091 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 with force:False [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,091 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,095 [execute] INFO git cat-file --batch-check [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,095 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-389/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,100 [execute] INFO git cat-file --batch [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,100 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-389/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T11:59:34.487Z] 2023-04-24 11:59:34,105 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-389/.semver/PR-389 [2023-04-24T11:59:34.487Z] 0.0.0 [Pipeline] } [2023-04-24T11:59:34.516Z] $ docker exec --env ******** --env ******** 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac ssh-agent -k [2023-04-24T11:59:34.605Z] unset SSH_AUTH_SOCK; [2023-04-24T11:59:34.605Z] unset SSH_AGENT_PID; [2023-04-24T11:59:34.605Z] echo Agent pid 77 killed; [2023-04-24T11:59:34.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T11:59:35.052Z] + git semver [Pipeline] } [2023-04-24T11:59:35.336Z] $ docker stop --time=1 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac [2023-04-24T11:59:36.615Z] $ docker rm -f --volumes 9b3b7dd2b8889c0085f31a23a4321ead8872f14514b384f9e0fd8f14e00a8bac [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T11:59:37.025Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-24T11:59:37.312Z] Stashed 1 file(s) [Pipeline] echo [2023-04-24T11:59:37.329Z] [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-04-24T11:59:37.927Z] provisioning config files... [2023-04-24T11:59:37.937Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config8611672416629705338tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T11:59:38.284Z] ---> docker-login.sh [2023-04-24T11:59:38.284Z] nexus3.edgexfoundry.org:10001 [2023-04-24T11:59:38.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:38.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:38.284Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:38.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:38.284Z] [2023-04-24T11:59:38.284Z] Login Succeeded [2023-04-24T11:59:38.284Z] nexus3.edgexfoundry.org:10002 [2023-04-24T11:59:38.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:38.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:38.284Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:38.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:38.284Z] [2023-04-24T11:59:38.284Z] Login Succeeded [2023-04-24T11:59:38.284Z] nexus3.edgexfoundry.org:10003 [2023-04-24T11:59:38.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:38.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:38.544Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:38.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:38.544Z] [2023-04-24T11:59:38.544Z] Login Succeeded [2023-04-24T11:59:38.544Z] nexus3.edgexfoundry.org:10004 [2023-04-24T11:59:38.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:38.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:38.544Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:38.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:38.544Z] [2023-04-24T11:59:38.544Z] Login Succeeded [2023-04-24T11:59:38.544Z] docker.io [2023-04-24T11:59:38.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T11:59:38.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T11:59:38.802Z] Configure a credential helper to remove this warning. See [2023-04-24T11:59:38.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T11:59:38.802Z] [2023-04-24T11:59:38.802Z] Login Succeeded [2023-04-24T11:59:38.802Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T11:59:38.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T11:59:39.013Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:59:39.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T11:59:39.081Z] ========================================================= [2023-04-24T11:59:39.081Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-24T11:59:39.081Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T11:59:39.563Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-24T11:59:39.563Z] Sending build context to Docker daemon 23.59MB [2023-04-24T11:59:39.563Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T11:59:39.563Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T11:59:39.826Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-24T11:59:39.826Z] 63b65145d645: Pulling fs layer [2023-04-24T11:59:39.826Z] a2d21d5440eb: Pulling fs layer [2023-04-24T11:59:39.826Z] 935e6c44a52c: Pulling fs layer [2023-04-24T11:59:39.826Z] 94cc34f8dd06: Pulling fs layer [2023-04-24T11:59:39.826Z] 30dea6a524f1: Pulling fs layer [2023-04-24T11:59:39.826Z] a2aff8979fd8: Pulling fs layer [2023-04-24T11:59:39.826Z] 6808be2612f2: Pulling fs layer [2023-04-24T11:59:39.826Z] f25807f1079a: Pulling fs layer [2023-04-24T11:59:39.826Z] 94cc34f8dd06: Waiting [2023-04-24T11:59:39.826Z] 6808be2612f2: Waiting [2023-04-24T11:59:39.826Z] 30dea6a524f1: Waiting [2023-04-24T11:59:39.826Z] a2aff8979fd8: Waiting [2023-04-24T11:59:39.826Z] f25807f1079a: Waiting [2023-04-24T11:59:39.826Z] a2d21d5440eb: Verifying Checksum [2023-04-24T11:59:39.826Z] a2d21d5440eb: Download complete [2023-04-24T11:59:39.826Z] 94cc34f8dd06: Verifying Checksum [2023-04-24T11:59:39.826Z] 94cc34f8dd06: Download complete [2023-04-24T11:59:39.826Z] 30dea6a524f1: Verifying Checksum [2023-04-24T11:59:39.826Z] 30dea6a524f1: Download complete [2023-04-24T11:59:39.826Z] 63b65145d645: Verifying Checksum [2023-04-24T11:59:39.826Z] 63b65145d645: Download complete [2023-04-24T11:59:39.826Z] a2aff8979fd8: Download complete [2023-04-24T11:59:39.826Z] 63b65145d645: Pull complete [2023-04-24T11:59:40.090Z] a2d21d5440eb: Pull complete [2023-04-24T11:59:40.090Z] f25807f1079a: Verifying Checksum [2023-04-24T11:59:40.090Z] f25807f1079a: Download complete [2023-04-24T11:59:40.350Z] 935e6c44a52c: Verifying Checksum [2023-04-24T11:59:40.350Z] 935e6c44a52c: Download complete [2023-04-24T11:59:40.609Z] 6808be2612f2: Verifying Checksum [2023-04-24T11:59:40.609Z] 6808be2612f2: Download complete [2023-04-24T11:59:43.899Z] 935e6c44a52c: Pull complete [2023-04-24T11:59:43.899Z] 94cc34f8dd06: Pull complete [2023-04-24T11:59:44.158Z] 30dea6a524f1: Pull complete [2023-04-24T11:59:44.158Z] a2aff8979fd8: Pull complete [2023-04-24T11:59:46.692Z] 6808be2612f2: Pull complete [2023-04-24T11:59:47.262Z] f25807f1079a: Pull complete [2023-04-24T11:59:47.262Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-24T11:59:47.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T11:59:47.262Z] ---> 3b553350e43f [2023-04-24T11:59:47.262Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T11:59:51.496Z] ---> Running in 0995defc2be1 [2023-04-24T11:59:51.496Z] Removing intermediate container 0995defc2be1 [2023-04-24T11:59:51.496Z] ---> 7028e432aa60 [2023-04-24T11:59:51.496Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T11:59:51.496Z] ---> Running in 1ebadcadd2a1 [2023-04-24T11:59:51.496Z] Removing intermediate container 1ebadcadd2a1 [2023-04-24T11:59:51.496Z] ---> 238f3d5a3c1b [2023-04-24T11:59:51.496Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T11:59:51.496Z] ---> Running in ddb05abc12fa [2023-04-24T11:59:51.496Z] Removing intermediate container ddb05abc12fa [2023-04-24T11:59:51.496Z] ---> 6b901c174311 [2023-04-24T11:59:51.496Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-24T11:59:51.496Z] ---> Running in 39709c6c2687 [2023-04-24T11:59:51.496Z] Removing intermediate container 39709c6c2687 [2023-04-24T11:59:51.496Z] ---> 41c4605466c3 [2023-04-24T11:59:51.496Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T11:59:51.496Z] ---> Running in 5dbea0ea8c9f [2023-04-24T11:59:51.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T11:59:51.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T11:59:52.697Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T11:59:52.697Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T11:59:52.697Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T11:59:52.745Z] Still waiting to schedule task [2023-04-24T11:59:52.745Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-24T11:59:52.958Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T11:59:52.958Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T11:59:52.958Z] OK: 269 MiB in 57 packages [2023-04-24T11:59:53.218Z] Removing intermediate container 5dbea0ea8c9f [2023-04-24T11:59:53.218Z] ---> 34c5778d3a39 [2023-04-24T11:59:53.218Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-24T11:59:53.479Z] ---> c908467718bb [2023-04-24T11:59:53.479Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T11:59:53.479Z] ---> Running in c1159739fbc3 [2023-04-24T12:00:32.287Z] Removing intermediate container c1159739fbc3 [2023-04-24T12:00:32.287Z] ---> e824d49ca3b9 [2023-04-24T12:00:32.287Z] Step 10/12 : COPY . . [2023-04-24T12:00:32.546Z] ---> 4486d09b7030 [2023-04-24T12:00:32.546Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T12:00:32.546Z] ---> Running in 3b50b14e1211 [2023-04-24T12:00:32.546Z] Removing intermediate container 3b50b14e1211 [2023-04-24T12:00:32.546Z] ---> 52ac847c701a [2023-04-24T12:00:32.546Z] Step 12/12 : RUN $MAKE [2023-04-24T12:00:32.546Z] ---> Running in aabca83e41bb [2023-04-24T12:00:32.805Z] noop [2023-04-24T12:00:33.066Z] Removing intermediate container aabca83e41bb [2023-04-24T12:00:33.066Z] ---> 0b77d32e9968 [2023-04-24T12:00:33.066Z] Successfully built 0b77d32e9968 [2023-04-24T12:00:33.066Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:00:33.518Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T12:00:33.518Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:00:33.680Z] prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container [2023-04-24T12:00:33.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-24T12:00:34.050Z] $ docker top c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T12:00:34.439Z] + go version [2023-04-24T12:00:34.440Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-24T12:00:34.473Z] $ docker stop --time=1 c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 [2023-04-24T12:00:35.725Z] $ docker rm -f --volumes c7393acf2f6c13a2ddff67c6fab6bea8e822b1f13f0c5d3786d890d84b7830b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:00:36.440Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T12:00:36.440Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:00:36.598Z] prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container [2023-04-24T12:00:36.632Z] $ 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-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-24T12:00:36.928Z] $ docker top 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T12:00:37.309Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-389 [Pipeline] fileExists [Pipeline] sh [2023-04-24T12:00:37.672Z] + make test [2023-04-24T12:00:37.672Z] go test ./... -coverprofile=coverage.out [2023-04-24T12:00:41.861Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-24T12:00:51.829Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-24T12:00:51.829Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.020s coverage: 58.6% of statements [2023-04-24T12:00:57.226Z] go vet ./... [2023-04-24T12:00:59.789Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T12:00:59.789Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T12:00:59.789Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T12:00:59.831Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T12:00:59.866Z] $ docker stop --time=1 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 [2023-04-24T12:01:02.768Z] $ docker rm -f --volumes 7e8595b460d42942e0f4793f7c9849de0ed5ee5d6bd6d40b6b6fc0e7026df630 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T12:01:03.294Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T12:01:03.360Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-24T12:01:04.096Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T12:01:04.410Z] + ls -al . [2023-04-24T12:01:04.410Z] total 192 [2023-04-24T12:01:04.410Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 12:00 . [2023-04-24T12:01:04.410Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:59 .. [2023-04-24T12:01:04.410Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 11:59 .git [2023-04-24T12:01:04.410Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 .github [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 24 11:59 .gitignore [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 11:59 .golangci.yml [2023-04-24T12:01:04.410Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 11:59 .semver [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 24 11:59 Attribution.txt [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 24 11:59 CHANGELOG.md [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 24 11:59 Dockerfile [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 11:59 GOVERNANCE.md [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 24 11:59 Jenkinsfile [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 11:59 LICENSE [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 24 11:59 Makefile [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 24 11:59 OWNERS.md [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 24 11:59 README.md [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:59 VERSION [2023-04-24T12:01:04.410Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 11:59 bin [2023-04-24T12:01:04.410Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 cmd [2023-04-24T12:01:04.410Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 24 12:00 coverage.out [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 24 11:59 go.mod [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 24 11:59 go.sum [2023-04-24T12:01:04.410Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 11:59 internal [2023-04-24T12:01:04.410Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 11:59 snap [2023-04-24T12:01:04.410Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 24 11:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:01:04.817Z] + 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=9a8de13ae9736f926756987f31596a192a118b43 --label arch=amd64 --label version=0.0.0 . [2023-04-24T12:01:04.817Z] Sending build context to Docker daemon 23.63MB [2023-04-24T12:01:04.817Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T12:01:04.817Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-24T12:01:04.817Z] ---> 0b77d32e9968 [2023-04-24T12:01:04.817Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T12:01:05.075Z] ---> Running in 9b0bba6b4167 [2023-04-24T12:01:05.335Z] Removing intermediate container 9b0bba6b4167 [2023-04-24T12:01:05.335Z] ---> e715fa91967e [2023-04-24T12:01:05.335Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T12:01:05.335Z] ---> Running in f79d82e1f825 [2023-04-24T12:01:05.335Z] Removing intermediate container f79d82e1f825 [2023-04-24T12:01:05.335Z] ---> c7895d290fea [2023-04-24T12:01:05.335Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T12:01:05.335Z] ---> Running in 5a5cc2f2a62c [2023-04-24T12:01:05.335Z] Removing intermediate container 5a5cc2f2a62c [2023-04-24T12:01:05.335Z] ---> dc1d786be671 [2023-04-24T12:01:05.335Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-24T12:01:05.335Z] ---> Running in e48413e62ad7 [2023-04-24T12:01:05.594Z] Removing intermediate container e48413e62ad7 [2023-04-24T12:01:05.594Z] ---> 97f97e5f834a [2023-04-24T12:01:05.594Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T12:01:05.594Z] ---> Running in 700cad47c965 [2023-04-24T12:01:05.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T12:01:05.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T12:01:06.114Z] OK: 269 MiB in 57 packages [2023-04-24T12:01:06.372Z] Removing intermediate container 700cad47c965 [2023-04-24T12:01:06.372Z] ---> 7ba6a610986c [2023-04-24T12:01:06.372Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-24T12:01:06.372Z] ---> 1c80ccd96e44 [2023-04-24T12:01:06.372Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T12:01:06.372Z] ---> Running in 2bf169ef40b8 [2023-04-24T12:01:07.306Z] Removing intermediate container 2bf169ef40b8 [2023-04-24T12:01:07.306Z] ---> 23f9aeccfdbb [2023-04-24T12:01:07.306Z] Step 10/25 : COPY . . [2023-04-24T12:01:07.873Z] ---> a4a03a7be978 [2023-04-24T12:01:07.873Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T12:01:07.873Z] ---> Running in f23b5d997853 [2023-04-24T12:01:07.873Z] Removing intermediate container f23b5d997853 [2023-04-24T12:01:07.873Z] ---> a5fb5ac0c8d6 [2023-04-24T12:01:07.873Z] Step 12/25 : RUN $MAKE [2023-04-24T12:01:07.873Z] ---> Running in 870c6844744d [2023-04-24T12:01:08.133Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-24T12:01:25.763Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9531 in /w/workspace/foundry_device-virtual-go_PR-389 [Pipeline] { [Pipeline] ws [2023-04-24T12:01:25.828Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-04-24T12:01:25.910Z] The recommended git tool is: git [2023-04-24T12:01:26.218Z] Removing intermediate container 870c6844744d [2023-04-24T12:01:26.218Z] ---> 93f5ca5434ed [2023-04-24T12:01:26.218Z] Step 13/25 : FROM alpine:3.17 [2023-04-24T12:01:26.218Z] 3.17: Pulling from library/alpine [2023-04-24T12:01:26.218Z] f56be85fc22e: Pulling fs layer [2023-04-24T12:01:26.218Z] f56be85fc22e: Download complete [2023-04-24T12:01:26.218Z] f56be85fc22e: Pull complete [2023-04-24T12:01:26.478Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T12:01:26.478Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T12:01:26.478Z] ---> 9ed4aefc74f6 [2023-04-24T12:01:26.478Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-24T12:01:26.478Z] ---> Running in c6e2ee422edc [2023-04-24T12:01:26.738Z] Removing intermediate container c6e2ee422edc [2023-04-24T12:01:26.738Z] ---> bcdc2e0b27c0 [2023-04-24T12:01:26.738Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-24T12:01:26.738Z] ---> Running in df6fd69583ca [2023-04-24T12:01:26.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T12:01:26.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T12:01:27.255Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T12:01:27.255Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T12:01:27.255Z] OK: 7 MiB in 16 packages [2023-04-24T12:01:27.513Z] Removing intermediate container df6fd69583ca [2023-04-24T12:01:27.513Z] ---> f4e654fa8109 [2023-04-24T12:01:27.513Z] Step 16/25 : WORKDIR / [2023-04-24T12:01:27.513Z] ---> Running in 25ca8f9f7404 [2023-04-24T12:01:27.513Z] Removing intermediate container 25ca8f9f7404 [2023-04-24T12:01:27.513Z] ---> aaf7d6399e47 [2023-04-24T12:01:27.513Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-24T12:01:27.772Z] ---> bb0a7938bf4c [2023-04-24T12:01:27.772Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-24T12:01:27.772Z] ---> 291cf9577c1c [2023-04-24T12:01:27.772Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-24T12:01:28.340Z] ---> 6769d4cd6935 [2023-04-24T12:01:28.340Z] Step 20/25 : EXPOSE 59900 [2023-04-24T12:01:28.340Z] ---> Running in 22868564085b [2023-04-24T12:01:28.599Z] Removing intermediate container 22868564085b [2023-04-24T12:01:28.599Z] ---> 526bd48153c8 [2023-04-24T12:01:28.599Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-24T12:01:28.599Z] ---> Running in bbcf0d68aff1 [2023-04-24T12:01:28.599Z] Removing intermediate container bbcf0d68aff1 [2023-04-24T12:01:28.599Z] ---> 56b955cc331c [2023-04-24T12:01:28.599Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T12:01:28.599Z] ---> Running in b97cd9789fd6 [2023-04-24T12:01:28.599Z] Removing intermediate container b97cd9789fd6 [2023-04-24T12:01:28.599Z] ---> a9b9dff53031 [2023-04-24T12:01:28.599Z] Step 23/25 : LABEL arch=amd64 [2023-04-24T12:01:28.858Z] ---> Running in f85a28a4528e [2023-04-24T12:01:28.858Z] Removing intermediate container f85a28a4528e [2023-04-24T12:01:28.858Z] ---> 4c6fc58c03de [2023-04-24T12:01:28.858Z] Step 24/25 : LABEL git_sha=9a8de13ae9736f926756987f31596a192a118b43 [2023-04-24T12:01:28.858Z] ---> Running in ef0daf6781ce [2023-04-24T12:01:28.858Z] Removing intermediate container ef0daf6781ce [2023-04-24T12:01:28.858Z] ---> 53d466cb8739 [2023-04-24T12:01:28.858Z] Step 25/25 : LABEL version=0.0.0 [2023-04-24T12:01:28.858Z] ---> Running in e2efbdbed802 [2023-04-24T12:01:28.858Z] Removing intermediate container e2efbdbed802 [2023-04-24T12:01:28.858Z] ---> c8600fe27a97 [2023-04-24T12:01:28.858Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T12:01:29.118Z] Successfully built c8600fe27a97 [2023-04-24T12:01:29.118Z] 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-04-24T12:01:30.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T12:01:30.018Z] [2023-04-24T12:01:30.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:01:30.390Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T12:01:30.390Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-24T12:01:30.390Z] 5eb5b503b376: Pulling fs layer [2023-04-24T12:01:30.390Z] 5c69ac0246d0: Pulling fs layer [2023-04-24T12:01:30.390Z] ec43610c2a17: Pulling fs layer [2023-04-24T12:01:30.390Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-24T12:01:30.390Z] 33b1e0a273af: Pulling fs layer [2023-04-24T12:01:30.390Z] 5d3b04190fa2: Pulling fs layer [2023-04-24T12:01:30.390Z] 2f39f015ded8: Pulling fs layer [2023-04-24T12:01:30.390Z] 33b1e0a273af: Waiting [2023-04-24T12:01:30.390Z] 5d3b04190fa2: Waiting [2023-04-24T12:01:30.390Z] 2f39f015ded8: Waiting [2023-04-24T12:01:30.390Z] 3a2ae6a8a46f: Waiting [2023-04-24T12:01:30.390Z] 5c69ac0246d0: Download complete [2023-04-24T12:01:30.390Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-24T12:01:30.390Z] 3a2ae6a8a46f: Download complete [2023-04-24T12:01:30.390Z] 33b1e0a273af: Verifying Checksum [2023-04-24T12:01:30.390Z] 33b1e0a273af: Download complete [2023-04-24T12:01:30.390Z] ec43610c2a17: Verifying Checksum [2023-04-24T12:01:30.390Z] ec43610c2a17: Download complete [2023-04-24T12:01:30.390Z] 5d3b04190fa2: Verifying Checksum [2023-04-24T12:01:30.390Z] 5d3b04190fa2: Download complete [2023-04-24T12:01:30.647Z] 5eb5b503b376: Verifying Checksum [2023-04-24T12:01:30.647Z] 5eb5b503b376: Download complete [2023-04-24T12:01:31.215Z] 2f39f015ded8: Download complete [2023-04-24T12:01:31.782Z] 5eb5b503b376: Pull complete [2023-04-24T12:01:31.782Z] 5c69ac0246d0: Pull complete [2023-04-24T12:01:32.349Z] ec43610c2a17: Pull complete [2023-04-24T12:01:32.349Z] 3a2ae6a8a46f: Pull complete [2023-04-24T12:01:32.349Z] 33b1e0a273af: Pull complete [2023-04-24T12:01:32.608Z] 5d3b04190fa2: Pull complete [2023-04-24T12:01:33.963Z] using credential edgex-jenkins-ssh [2023-04-24T12:01:33.981Z] Cloning the remote Git repository [2023-04-24T12:01:34.026Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-04-24T12:01:34.120Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-04-24T12:01:34.276Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-24T12:01:34.277Z] > git --version # timeout=10 [2023-04-24T12:01:34.297Z] > git --version # 'git version 2.25.1' [2023-04-24T12:01:34.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T12:01:34.449Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T12:01:36.788Z] 2f39f015ded8: Pull complete [2023-04-24T12:01:36.788Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-24T12:01:36.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T12:01:36.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:01:37.007Z] prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container [2023-04-24T12:01:37.034Z] $ 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-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@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-04-24T12:01:36.414Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-24T12:01:36.437Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T12:01:37.358Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-24T12:01:37.397Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-24T12:01:37.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T12:01:37.414Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-24T12:01:37.905Z] Merging remotes/origin/main commit afca5dd35944e70aeaf084f770d24917f4059b9f into PR head commit 9a8de13ae9736f926756987f31596a192a118b43 [2023-04-24T12:01:38.210Z] Merge succeeded, producing 9a8de13ae9736f926756987f31596a192a118b43 [2023-04-24T12:01:38.210Z] Checking out Revision 9a8de13ae9736f926756987f31596a192a118b43 (PR-389) [2023-04-24T12:01:38.750Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-24T12:01:38.800Z] > git --version # timeout=10 [2023-04-24T12:01:38.811Z] > git --version # 'git version 2.25.1' [2023-04-24T12:01:38.842Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T12:01:37.928Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T12:01:38.012Z] > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 [2023-04-24T12:01:38.099Z] > git remote # timeout=10 [2023-04-24T12:01:38.120Z] > git config --get remote.origin.url # timeout=10 [2023-04-24T12:01:38.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T12:01:38.163Z] > git merge afca5dd35944e70aeaf084f770d24917f4059b9f # timeout=10 [2023-04-24T12:01:38.194Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-24T12:01:38.219Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T12:01:38.240Z] > git checkout -f 9a8de13ae9736f926756987f31596a192a118b43 # timeout=10 [2023-04-24T12:01:39.294Z] [2023-04-24T12:01:39.294Z] GitHub has been notified of this commit’s build result [2023-04-24T12:01:39.294Z] [2023-04-24T12:01:40.071Z] $ docker top 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T12:01:40.543Z] ---> job-cost.sh [2023-04-24T12:01:40.543Z] lf-activate-venv: SKIPPING [2023-04-24T12:01:40.543Z] INFO: No Stack... [2023-04-24T12:01:40.802Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T12:01:41.027Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-24T12:01:41.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T12:01:41.027Z] Dload Upload Total Spent Left Speed [2023-04-24T12:01:41.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 85006 100 12751 100 12751 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 [2023-04-24T12:01:41.062Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-04-24T12:01:41.383Z] + cat /w/workspace/foundry_device-virtual-go_PR-389/archives/cost.csv [2023-04-24T12:01:41.383Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T12:01:41.429Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [2023-04-24T12:01:41.434Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] did not exist. Created. [2023-04-24T12:01:41.434Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T12:01:41.626Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-24T12:01:41.835Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-24T12:01:41.888Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T12:01:41.917Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] // lock [2023-04-24T12:01:41.973Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-24T12:01:41.973Z] + sudo tee /etc/docker/daemon.new [2023-04-24T12:01:41.973Z] { [2023-04-24T12:01:41.973Z] "registry-mirrors": [ [2023-04-24T12:01:41.973Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-24T12:01:41.973Z] ], [2023-04-24T12:01:41.973Z] "bip": "10.250.0.254/24", [2023-04-24T12:01:41.973Z] "hosts": [ [2023-04-24T12:01:41.973Z] "tcp://0.0.0.0:5555", [2023-04-24T12:01:41.973Z] "unix:///var/run/docker.sock" [2023-04-24T12:01:41.973Z] ], [2023-04-24T12:01:41.973Z] "mtu": 1458, [2023-04-24T12:01:41.973Z] "selinux-enabled": true, [2023-04-24T12:01:41.973Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-24T12:01:41.973Z] } [Pipeline] } [2023-04-24T12:01:42.005Z] $ docker stop --time=1 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea [2023-04-24T12:01:43.147Z] $ docker rm -f --volumes 5b9136538e802c4e152d2b438b9efd8d07581b2fe03fe560f1d7c335cc3790ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-24T12:01:43.606Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-24T12:01:47.509Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T12:02:02.596Z] provisioning config files... [2023-04-24T12:02:02.621Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config4375395669755089402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:02:03.002Z] ---> docker-login.sh [2023-04-24T12:02:03.002Z] nexus3.edgexfoundry.org:10001 [2023-04-24T12:02:03.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T12:02:03.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T12:02:03.545Z] Configure a credential helper to remove this warning. See [2023-04-24T12:02:03.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T12:02:03.545Z] [2023-04-24T12:02:03.545Z] Login Succeeded [2023-04-24T12:02:03.545Z] nexus3.edgexfoundry.org:10002 [2023-04-24T12:02:03.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T12:02:03.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T12:02:03.814Z] Configure a credential helper to remove this warning. See [2023-04-24T12:02:03.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T12:02:03.814Z] [2023-04-24T12:02:03.814Z] Login Succeeded [2023-04-24T12:02:03.814Z] nexus3.edgexfoundry.org:10003 [2023-04-24T12:02:04.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T12:02:04.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T12:02:04.358Z] Configure a credential helper to remove this warning. See [2023-04-24T12:02:04.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T12:02:04.358Z] [2023-04-24T12:02:04.358Z] Login Succeeded [2023-04-24T12:02:04.358Z] nexus3.edgexfoundry.org:10004 [2023-04-24T12:02:04.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T12:02:04.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T12:02:04.629Z] Configure a credential helper to remove this warning. See [2023-04-24T12:02:04.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T12:02:04.629Z] [2023-04-24T12:02:04.629Z] Login Succeeded [2023-04-24T12:02:04.629Z] docker.io [2023-04-24T12:02:04.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T12:02:05.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T12:02:05.167Z] Configure a credential helper to remove this warning. See [2023-04-24T12:02:05.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T12:02:05.167Z] [2023-04-24T12:02:05.167Z] Login Succeeded [2023-04-24T12:02:05.167Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T12:02:05.200Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-24T12:02:05.556Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T12:02:05.595Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T12:02:05.629Z] ========================================================= [2023-04-24T12:02:05.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-24T12:02:05.629Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:02:06.131Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-24T12:02:06.400Z] Sending build context to Docker daemon 11.95MB [2023-04-24T12:02:06.400Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T12:02:06.400Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-24T12:02:06.672Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-24T12:02:06.672Z] af6eaf76a39c: Pulling fs layer [2023-04-24T12:02:06.672Z] 55522c791124: Pulling fs layer [2023-04-24T12:02:06.672Z] ce5c4a1c91eb: Pulling fs layer [2023-04-24T12:02:06.672Z] 169dfbe0d373: Pulling fs layer [2023-04-24T12:02:06.672Z] e1ff8fa3b103: Pulling fs layer [2023-04-24T12:02:06.672Z] 52ebb69f0ebf: Pulling fs layer [2023-04-24T12:02:06.672Z] 5abe8eddf0d5: Pulling fs layer [2023-04-24T12:02:06.672Z] e1ff8fa3b103: Waiting [2023-04-24T12:02:06.672Z] 52ebb69f0ebf: Waiting [2023-04-24T12:02:06.672Z] 5abe8eddf0d5: Waiting [2023-04-24T12:02:06.672Z] 169dfbe0d373: Waiting [2023-04-24T12:02:06.672Z] 55522c791124: Verifying Checksum [2023-04-24T12:02:06.672Z] 55522c791124: Download complete [2023-04-24T12:02:06.672Z] 169dfbe0d373: Verifying Checksum [2023-04-24T12:02:06.672Z] 169dfbe0d373: Download complete [2023-04-24T12:02:06.672Z] e1ff8fa3b103: Verifying Checksum [2023-04-24T12:02:06.672Z] e1ff8fa3b103: Download complete [2023-04-24T12:02:06.672Z] af6eaf76a39c: Verifying Checksum [2023-04-24T12:02:06.672Z] af6eaf76a39c: Download complete [2023-04-24T12:02:07.649Z] af6eaf76a39c: Pull complete [2023-04-24T12:02:07.935Z] 5abe8eddf0d5: Verifying Checksum [2023-04-24T12:02:07.935Z] 5abe8eddf0d5: Download complete [2023-04-24T12:02:08.208Z] 55522c791124: Pull complete [2023-04-24T12:02:09.183Z] ce5c4a1c91eb: Download complete [2023-04-24T12:02:09.183Z] 52ebb69f0ebf: Verifying Checksum [2023-04-24T12:02:09.183Z] 52ebb69f0ebf: Download complete [2023-04-24T12:02:21.634Z] ce5c4a1c91eb: Pull complete [2023-04-24T12:02:21.634Z] 169dfbe0d373: Pull complete [2023-04-24T12:02:21.634Z] e1ff8fa3b103: Pull complete [2023-04-24T12:02:28.333Z] 52ebb69f0ebf: Pull complete [2023-04-24T12:02:30.295Z] 5abe8eddf0d5: Pull complete [2023-04-24T12:02:30.295Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-24T12:02:30.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T12:02:30.295Z] ---> 6cb57ee374ae [2023-04-24T12:02:30.295Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T12:02:32.253Z] ---> Running in 40d2f92713e2 [2023-04-24T12:02:32.253Z] Removing intermediate container 40d2f92713e2 [2023-04-24T12:02:32.253Z] ---> 7327f8adcbf6 [2023-04-24T12:02:32.253Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T12:02:32.253Z] ---> Running in 1e5d7be8d08c [2023-04-24T12:02:32.534Z] Removing intermediate container 1e5d7be8d08c [2023-04-24T12:02:32.534Z] ---> add3bb571d92 [2023-04-24T12:02:32.534Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-24T12:02:32.803Z] ---> Running in 7a8ddf44fb55 [2023-04-24T12:02:33.073Z] Removing intermediate container 7a8ddf44fb55 [2023-04-24T12:02:33.073Z] ---> d4a033388739 [2023-04-24T12:02:33.073Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-24T12:02:33.073Z] ---> Running in 5121800d5611 [2023-04-24T12:02:33.342Z] Removing intermediate container 5121800d5611 [2023-04-24T12:02:33.342Z] ---> 985336c59067 [2023-04-24T12:02:33.342Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T12:02:33.342Z] ---> Running in d907a49aef22 [2023-04-24T12:02:34.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T12:02:35.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T12:02:36.306Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-24T12:02:36.306Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-24T12:02:36.306Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-24T12:02:36.306Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-24T12:02:36.306Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T12:02:36.306Z] OK: 268 MiB in 57 packages [2023-04-24T12:02:37.270Z] Removing intermediate container d907a49aef22 [2023-04-24T12:02:37.270Z] ---> be4883439cf0 [2023-04-24T12:02:37.270Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-24T12:02:37.855Z] ---> 6b33705acb60 [2023-04-24T12:02:37.855Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T12:02:37.855Z] ---> Running in 2e313bf979a6 [2023-04-24T12:03:45.762Z] Removing intermediate container 2e313bf979a6 [2023-04-24T12:03:45.762Z] ---> 8b015dd1df85 [2023-04-24T12:03:45.762Z] Step 10/12 : COPY . . [2023-04-24T12:03:45.762Z] ---> 43c46c0d376e [2023-04-24T12:03:45.762Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T12:03:45.762Z] ---> Running in 430953469c32 [2023-04-24T12:03:45.762Z] Removing intermediate container 430953469c32 [2023-04-24T12:03:45.762Z] ---> 9618b1594362 [2023-04-24T12:03:45.762Z] Step 12/12 : RUN $MAKE [2023-04-24T12:03:45.762Z] ---> Running in e03032f97eb5 [2023-04-24T12:03:45.762Z] noop [2023-04-24T12:03:45.762Z] Removing intermediate container e03032f97eb5 [2023-04-24T12:03:45.762Z] ---> 9ec3854393f8 [2023-04-24T12:03:45.762Z] Successfully built 9ec3854393f8 [2023-04-24T12:03:45.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:03:46.255Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T12:03:46.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:03:46.543Z] prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container [2023-04-24T12:03:46.608Z] $ 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-04-24T12:03:47.761Z] $ docker top 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T12:03:48.621Z] + go version [2023-04-24T12:03:48.621Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-24T12:03:48.655Z] $ docker stop --time=1 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 [2023-04-24T12:03:50.248Z] $ docker rm -f --volumes 809e7434c064ca61a86314199fd18efe77c79b54f426af2c2165d3e43c1c9020 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:03:51.082Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T12:03:51.082Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:03:51.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container [2023-04-24T12:03:51.401Z] $ 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-04-24T12:03:52.496Z] $ docker top 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T12:03:53.046Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-24T12:03:53.701Z] + make test [2023-04-24T12:03:53.701Z] go test ./... -coverprofile=coverage.out [2023-04-24T12:04:25.933Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-24T12:06:17.594Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-24T12:06:17.594Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.086s coverage: 58.4% of statements [2023-04-24T12:06:17.594Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-24T12:06:17.594Z] go vet ./... [2023-04-24T12:06:44.310Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T12:06:44.310Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T12:06:44.310Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T12:06:44.347Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-24T12:06:44.375Z] $ docker stop --time=1 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 [2023-04-24T12:06:46.209Z] $ docker rm -f --volumes 58118ccc4ddc2ebcfc6d65c6fd61b5665e77e1cd9f08e6aa486f1d8ac3042006 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T12:06:47.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-24T12:06:47.352Z] Warning: overwriting stash ‘coverage-report’ [2023-04-24T12:06:47.835Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T12:06:48.396Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-24T12:06:48.738Z] + ls -al . [2023-04-24T12:06:48.738Z] total 188 [2023-04-24T12:06:48.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 12:03 . [2023-04-24T12:06:48.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 12:01 .. [2023-04-24T12:06:48.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 12:01 .git [2023-04-24T12:06:48.738Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 .github [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 24 12:01 .gitignore [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 12:01 .golangci.yml [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 24 12:01 Attribution.txt [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 24 12:01 CHANGELOG.md [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 24 12:01 Dockerfile [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 12:01 GOVERNANCE.md [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 24 12:01 Jenkinsfile [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 12:01 LICENSE [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 24 12:01 Makefile [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 24 12:01 OWNERS.md [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 24 12:01 README.md [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 24 11:59 VERSION [2023-04-24T12:06:48.738Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 12:01 bin [2023-04-24T12:06:48.738Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 cmd [2023-04-24T12:06:48.738Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 24 12:06 coverage.out [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 24 12:01 go.mod [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 24 12:01 go.sum [2023-04-24T12:06:48.738Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 12:01 internal [2023-04-24T12:06:48.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 12:01 snap [2023-04-24T12:06:48.738Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 24 12:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:06:49.155Z] + 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=9a8de13ae9736f926756987f31596a192a118b43 --label arch=arm64 --label version=0.0.0 . [2023-04-24T12:06:49.741Z] Sending build context to Docker daemon 12MB [2023-04-24T12:06:49.741Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-24T12:06:49.741Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-24T12:06:49.741Z] ---> 9ec3854393f8 [2023-04-24T12:06:49.741Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-24T12:06:51.148Z] ---> Running in ee5810dc2ab0 [2023-04-24T12:06:51.417Z] Removing intermediate container ee5810dc2ab0 [2023-04-24T12:06:51.417Z] ---> 1c8166667e2c [2023-04-24T12:06:51.417Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-24T12:06:51.417Z] ---> Running in bc36a66d35a2 [2023-04-24T12:06:51.688Z] Removing intermediate container bc36a66d35a2 [2023-04-24T12:06:51.688Z] ---> 38653980866f [2023-04-24T12:06:51.688Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T12:06:51.959Z] ---> Running in c73d905da060 [2023-04-24T12:06:52.227Z] Removing intermediate container c73d905da060 [2023-04-24T12:06:52.227Z] ---> f519a961156a [2023-04-24T12:06:52.227Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-24T12:06:52.227Z] ---> Running in 2f61444ce35b [2023-04-24T12:06:52.496Z] Removing intermediate container 2f61444ce35b [2023-04-24T12:06:52.496Z] ---> 7e59f70e04a1 [2023-04-24T12:06:52.496Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-24T12:06:52.496Z] ---> Running in 17f07d5d47d5 [2023-04-24T12:06:53.460Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T12:06:54.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T12:06:55.383Z] OK: 268 MiB in 57 packages [2023-04-24T12:06:56.348Z] Removing intermediate container 17f07d5d47d5 [2023-04-24T12:06:56.348Z] ---> f421d77b6efd [2023-04-24T12:06:56.348Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-24T12:06:56.934Z] ---> 98b15f657d4f [2023-04-24T12:06:56.934Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T12:06:56.934Z] ---> Running in 256dcec4f9a4 [2023-04-24T12:06:59.523Z] Removing intermediate container 256dcec4f9a4 [2023-04-24T12:06:59.523Z] ---> 62aa72c09790 [2023-04-24T12:06:59.523Z] Step 10/25 : COPY . . [2023-04-24T12:07:00.485Z] ---> ebe70968b199 [2023-04-24T12:07:00.485Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-24T12:07:00.485Z] ---> Running in 1b7987161088 [2023-04-24T12:07:00.767Z] Removing intermediate container 1b7987161088 [2023-04-24T12:07:00.767Z] ---> f195782a0d1d [2023-04-24T12:07:00.767Z] Step 12/25 : RUN $MAKE [2023-04-24T12:07:01.039Z] ---> Running in d77e9c6c9689 [2023-04-24T12:07:02.005Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-24T12:09:08.698Z] Removing intermediate container d77e9c6c9689 [2023-04-24T12:09:08.698Z] ---> 653fad46ed92 [2023-04-24T12:09:08.698Z] Step 13/25 : FROM alpine:3.17 [2023-04-24T12:09:08.698Z] 3.17: Pulling from library/alpine [2023-04-24T12:09:08.698Z] c41833b44d91: Pulling fs layer [2023-04-24T12:09:08.698Z] c41833b44d91: Verifying Checksum [2023-04-24T12:09:08.698Z] c41833b44d91: Download complete [2023-04-24T12:09:08.698Z] c41833b44d91: Pull complete [2023-04-24T12:09:08.698Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T12:09:08.698Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T12:09:08.698Z] ---> 51e60588ff2c [2023-04-24T12:09:08.698Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-24T12:09:08.699Z] ---> Running in 02a98b788c42 [2023-04-24T12:09:08.699Z] Removing intermediate container 02a98b788c42 [2023-04-24T12:09:08.699Z] ---> 032626280902 [2023-04-24T12:09:08.699Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-24T12:09:08.699Z] ---> Running in 0cbf002e42c5 [2023-04-24T12:09:08.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T12:09:08.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T12:09:08.699Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T12:09:08.699Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T12:09:08.699Z] OK: 8 MiB in 16 packages [2023-04-24T12:09:08.699Z] Removing intermediate container 0cbf002e42c5 [2023-04-24T12:09:08.699Z] ---> b2eb1a004c75 [2023-04-24T12:09:08.699Z] Step 16/25 : WORKDIR / [2023-04-24T12:09:08.699Z] ---> Running in b673e4c839ef [2023-04-24T12:09:09.292Z] Removing intermediate container b673e4c839ef [2023-04-24T12:09:09.292Z] ---> a9b73f4940f1 [2023-04-24T12:09:09.292Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-24T12:09:09.560Z] ---> 4a197d64fdbb [2023-04-24T12:09:09.560Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-24T12:09:10.146Z] ---> 5b106ad80bde [2023-04-24T12:09:10.146Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-24T12:09:11.555Z] ---> 357391418bff [2023-04-24T12:09:11.555Z] Step 20/25 : EXPOSE 59900 [2023-04-24T12:09:11.555Z] ---> Running in 07fa54330eb7 [2023-04-24T12:09:11.822Z] Removing intermediate container 07fa54330eb7 [2023-04-24T12:09:11.822Z] ---> b4dc5baf818c [2023-04-24T12:09:11.822Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-24T12:09:12.089Z] ---> Running in 3f1524061e8f [2023-04-24T12:09:12.357Z] Removing intermediate container 3f1524061e8f [2023-04-24T12:09:12.357Z] ---> 8c42eb0ac52e [2023-04-24T12:09:12.357Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T12:09:12.357Z] ---> Running in f6b79bad739a [2023-04-24T12:09:12.624Z] Removing intermediate container f6b79bad739a [2023-04-24T12:09:12.624Z] ---> e35ae9ab9ce0 [2023-04-24T12:09:12.624Z] Step 23/25 : LABEL arch=arm64 [2023-04-24T12:09:12.624Z] ---> Running in e6bd64273657 [2023-04-24T12:09:12.894Z] Removing intermediate container e6bd64273657 [2023-04-24T12:09:12.894Z] ---> 9e0fdc7d483e [2023-04-24T12:09:12.894Z] Step 24/25 : LABEL git_sha=9a8de13ae9736f926756987f31596a192a118b43 [2023-04-24T12:09:12.894Z] ---> Running in 7e4e8a5c3a50 [2023-04-24T12:09:13.163Z] Removing intermediate container 7e4e8a5c3a50 [2023-04-24T12:09:13.163Z] ---> b30a4f1ac343 [2023-04-24T12:09:13.163Z] Step 25/25 : LABEL version=0.0.0 [2023-04-24T12:09:13.163Z] ---> Running in d294f10e3438 [2023-04-24T12:09:13.473Z] Removing intermediate container d294f10e3438 [2023-04-24T12:09:13.473Z] ---> 6b8fb3378856 [2023-04-24T12:09:13.473Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-24T12:09:13.740Z] Successfully built 6b8fb3378856 [2023-04-24T12:09:13.740Z] 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-04-24T12:09:14.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T12:09:14.563Z] [2023-04-24T12:09:14.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:09:14.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T12:09:14.967Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-24T12:09:14.967Z] 8998bd30e6a1: Pulling fs layer [2023-04-24T12:09:14.967Z] 04944245beec: Pulling fs layer [2023-04-24T12:09:14.967Z] 699f458cf7ca: Pulling fs layer [2023-04-24T12:09:14.967Z] 765212b225bb: Pulling fs layer [2023-04-24T12:09:14.967Z] f23df028b6ca: Pulling fs layer [2023-04-24T12:09:14.967Z] d65c8cfc05b1: Pulling fs layer [2023-04-24T12:09:14.967Z] 2437ff75d9bd: Pulling fs layer [2023-04-24T12:09:14.967Z] 765212b225bb: Waiting [2023-04-24T12:09:14.967Z] f23df028b6ca: Waiting [2023-04-24T12:09:14.967Z] d65c8cfc05b1: Waiting [2023-04-24T12:09:14.967Z] 2437ff75d9bd: Waiting [2023-04-24T12:09:15.235Z] 04944245beec: Verifying Checksum [2023-04-24T12:09:15.235Z] 04944245beec: Download complete [2023-04-24T12:09:15.235Z] 765212b225bb: Verifying Checksum [2023-04-24T12:09:15.235Z] 765212b225bb: Download complete [2023-04-24T12:09:15.235Z] f23df028b6ca: Verifying Checksum [2023-04-24T12:09:15.235Z] f23df028b6ca: Download complete [2023-04-24T12:09:15.235Z] d65c8cfc05b1: Verifying Checksum [2023-04-24T12:09:15.235Z] d65c8cfc05b1: Download complete [2023-04-24T12:09:15.235Z] 699f458cf7ca: Verifying Checksum [2023-04-24T12:09:15.235Z] 699f458cf7ca: Download complete [2023-04-24T12:09:15.911Z] 8998bd30e6a1: Verifying Checksum [2023-04-24T12:09:15.911Z] 8998bd30e6a1: Download complete [2023-04-24T12:09:17.961Z] 2437ff75d9bd: Verifying Checksum [2023-04-24T12:09:17.961Z] 2437ff75d9bd: Download complete [2023-04-24T12:09:19.988Z] 8998bd30e6a1: Pull complete [2023-04-24T12:09:20.573Z] 04944245beec: Pull complete [2023-04-24T12:09:21.997Z] 699f458cf7ca: Pull complete [2023-04-24T12:09:21.997Z] 765212b225bb: Pull complete [2023-04-24T12:09:22.955Z] f23df028b6ca: Pull complete [2023-04-24T12:09:22.955Z] d65c8cfc05b1: Pull complete [2023-04-24T12:09:37.956Z] 2437ff75d9bd: Pull complete [2023-04-24T12:09:37.956Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-24T12:09:37.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T12:09:37.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:09:38.275Z] prd-ubuntu20.04-docker-arm64-4c-16g-9531 does not seem to be running inside a container [2023-04-24T12:09:38.337Z] $ 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-04-24T12:09:40.669Z] $ docker top 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:41.235Z] ---> job-cost.sh [2023-04-24T12:09:41.501Z] lf-activate-venv: SKIPPING [2023-04-24T12:09:41.501Z] INFO: No Stack... [2023-04-24T12:09:41.768Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-24T12:09:42.724Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T12:09:43.060Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-04-24T12:09:43.060Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T12:09:43.145Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [2023-04-24T12:09:43.151Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] did not exist. Created. [2023-04-24T12:09:43.151Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T12:09:43.558Z] /w/workspace/device-virtual-go/1@tmp/durable-3e25d82d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-24T12:09:43.906Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-24T12:09:43.941Z] Warning: overwriting stash ‘stack-cost’ [2023-04-24T12:09:43.983Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T12:09:43.998Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-389-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T12:09:44.081Z] $ docker stop --time=1 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 [2023-04-24T12:09:45.557Z] $ docker rm -f --volumes 1860734a8db030bdb090c01f7508d191268bdab301889a8f7426e42395743599 [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-04-24T12:09:46.555Z] provisioning config files... [2023-04-24T12:09:46.562Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config6233260910420692524tmp [Pipeline] { [Pipeline] sh [2023-04-24T12:09:46.905Z] + set +x [2023-04-24T12:09:46.905Z] + curl -s https://codecov.io/bash [2023-04-24T12:09:46.905Z] + bash -s -- [2023-04-24T12:09:46.905Z] [2023-04-24T12:09:46.905Z] _____ _ [2023-04-24T12:09:46.905Z] / ____| | | [2023-04-24T12:09:46.905Z] | | ___ __| | ___ ___ _____ __ [2023-04-24T12:09:46.905Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-24T12:09:46.905Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-24T12:09:46.905Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-24T12:09:46.905Z] Bash-1.0.6 [2023-04-24T12:09:46.905Z] [2023-04-24T12:09:46.905Z] [2023-04-24T12:09:46.905Z] ==> git version 2.25.1 found [2023-04-24T12:09:46.905Z] ==> 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-04-24T12:09:46.905Z] Release-Date: 2020-01-08 [2023-04-24T12:09:46.905Z] 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-04-24T12:09:46.905Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-24T12:09:46.905Z] ==> Jenkins CI detected. [2023-04-24T12:09:46.905Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-389 [2023-04-24T12:09:46.905Z] project root: . [2023-04-24T12:09:46.905Z] --> token set from env [2023-04-24T12:09:46.905Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-24T12:09:46.905Z] ==> Running gcov in . (disable via -X gcov) [2023-04-24T12:09:46.905Z] ==> Python coveragepy not found [2023-04-24T12:09:46.905Z] ==> Searching for coverage reports in: [2023-04-24T12:09:46.905Z] + . [2023-04-24T12:09:47.165Z] -> Found 1 reports [2023-04-24T12:09:47.165Z] ==> Detecting git/mercurial file structure [2023-04-24T12:09:47.165Z] ==> Reading reports [2023-04-24T12:09:47.165Z] + ./coverage.out bytes=43063 [2023-04-24T12:09:47.165Z] ==> Appending adjustments [2023-04-24T12:09:47.165Z] https://docs.codecov.io/docs/fixing-reports [2023-04-24T12:09:47.165Z] + Found adjustments [2023-04-24T12:09:47.165Z] ==> Gzipping contents [2023-04-24T12:09:47.165Z] 8.0K /tmp/codecov.sDgdcz.gz [2023-04-24T12:09:47.165Z] ==> Uploading reports [2023-04-24T12:09:47.165Z] url: https://codecov.io [2023-04-24T12:09:47.165Z] query: branch=PR-389&commit=9a8de13ae9736f926756987f31596a192a118b43&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-389%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=389&job=&cmd_args= [2023-04-24T12:09:47.165Z] -> Pinging Codecov [2023-04-24T12:09:47.165Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-389&commit=9a8de13ae9736f926756987f31596a192a118b43&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-389%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=389&job=&cmd_args= [2023-04-24T12:09:47.426Z] -> Uploading to [2023-04-24T12:09:47.426Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-24/5E52B4B073DB2E39498172D8E973AA87/9a8de13ae9736f926756987f31596a192a118b43/23c8d913-f425-4944-8c3f-8a4ec2ade604.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T120947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9247bbcaa63c21c1cc70f5a86673554a0921b5721c9677fbd1cf487d65583298 [2023-04-24T12:09:47.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T12:09:47.426Z] Dload Upload Total Spent Left Speed [2023-04-24T12:09:47.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 22441 --:--:-- --:--:-- --:--:-- 22441 [2023-04-24T12:09:47.687Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/9a8de13ae9736f926756987f31596a192a118b43 [Pipeline] } [2023-04-24T12:09:47.713Z] 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-04-24T12:09:49.497Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-389/archives ] [2023-04-24T12:09:49.497Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-389/archives [2023-04-24T12:09:49.497Z] total 16 [2023-04-24T12:09:49.497Z] drwxr-xr-x 3 root root 4096 Apr 24 12:01 . [2023-04-24T12:09:49.497Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 12:01 .. [2023-04-24T12:09:49.497Z] drwxr-xr-x 2 root root 4096 Apr 24 12:01 cost [2023-04-24T12:09:49.497Z] -rw-r--r-- 1 root root 89 Apr 24 12:01 cost.csv [2023-04-24T12:09:49.497Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-389/archives [2023-04-24T12:09:49.497Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-389/archives [2023-04-24T12:09:49.497Z] total 16 [2023-04-24T12:09:49.497Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 12:01 . [2023-04-24T12:09:49.497Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 12:01 .. [2023-04-24T12:09:49.497Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 12:01 cost [2023-04-24T12:09:49.497Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 24 12:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:49.826Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:50.716Z] ---> package-listing.sh [2023-04-24T12:09:50.716Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-24T12:09:50.716Z] ++ facter osfamily [2023-04-24T12:09:50.974Z] + OS_FAMILY=debian [2023-04-24T12:09:50.975Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-389 [2023-04-24T12:09:50.975Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-24T12:09:50.975Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-24T12:09:50.975Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-24T12:09:50.975Z] + PACKAGES=/tmp/packages_start.txt [2023-04-24T12:09:50.975Z] + '[' /w/workspace/foundry_device-virtual-go_PR-389 ']' [2023-04-24T12:09:50.975Z] + PACKAGES=/tmp/packages_end.txt [2023-04-24T12:09:50.975Z] + case "${OS_FAMILY}" in [2023-04-24T12:09:50.975Z] + dpkg -l [2023-04-24T12:09:50.975Z] + grep '^ii' [2023-04-24T12:09:50.975Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-24T12:09:50.975Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-24T12:09:50.975Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-24T12:09:50.975Z] + '[' /w/workspace/foundry_device-virtual-go_PR-389 ']' [2023-04-24T12:09:50.975Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-389/archives/ [2023-04-24T12:09:50.975Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-389/archives/ [Pipeline] echo [2023-04-24T12:09:51.014Z] 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-389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-24T12:09:51.303Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T12:09:51.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T12:09:51.970Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T12:09:52.296Z] prd-ubuntu20.04-docker-8c-8g-9530 does not seem to be running inside a container [2023-04-24T12:09:52.323Z] $ 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-389/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-389 -v /w/workspace/foundry_device-virtual-go_PR-389:/w/workspace/foundry_device-virtual-go_PR-389:rw,z -v /w/workspace/foundry_device-virtual-go_PR-389@tmp:/w/workspace/foundry_device-virtual-go_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-24T12:09:52.502Z] $ docker top 0055fc956a33943d99220beca859e28e5e396963b5ae41d627f796484ca6b3f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T12:09:52.883Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-24T12:09:53.192Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-24T12:09:53.502Z] + ls /var/log/sa-host [2023-04-24T12:09:53.503Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T12:09:53.826Z] provisioning config files... [2023-04-24T12:09:53.837Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-389@tmp/config13969455124539499052tmp [Pipeline] { [Pipeline] echo [2023-04-24T12:09:53.886Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:54.205Z] ---> create-netrc.sh [Pipeline] } [2023-04-24T12:09:54.238Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:54.634Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-24T12:09:54.784Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:55.102Z] ---> sudo-logs.sh [2023-04-24T12:09:55.102Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-24T12:09:55.268Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:55.582Z] ---> job-cost.sh [2023-04-24T12:09:55.582Z] lf-activate-venv: SKIPPING [2023-04-24T12:09:55.582Z] DEBUG: total: 0.2199999988079071 [2023-04-24T12:09:55.582Z] INFO: Retrieving Stack Cost... [2023-04-24T12:09:55.842Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T12:09:56.411Z] INFO: Archiving Costs [Pipeline] echo [2023-04-24T12:09:56.447Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T12:09:56.759Z] ---> logs-deploy.sh [2023-04-24T12:09:56.759Z] lf-activate-venv: SKIPPING [2023-04-24T12:09:56.759Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-389/1 [2023-04-24T12:09:56.759Z] INFO: archiving workspace using pattern(s): [2023-04-24T12:09:57.696Z] Archives upload complete. [2023-04-24T12:09:57.696Z] INFO: archiving logs to Nexus