Pull request #394 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3d31877426502d4fe489b762ed5800564cfe2c0a+60ff2485dd83c77f5ba0416b635da515e23b6c8b (8d54539a7aaeaaab421d841da16500736330f4c6) 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-ssh3255180140347309683.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-ssh15231594272254304276.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-394/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-394/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10465264833517952380.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-394/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8072073550742127959.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-ssh13878405690084399134.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-394/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-394/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14265876545315764817.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-12358 in /w/workspace/foundry_device-virtual-go_PR-394 [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-394 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/394/head:refs/remotes/origin/PR-394 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 60ff2485dd83c77f5ba0416b635da515e23b6c8b into PR head commit 3d31877426502d4fe489b762ed5800564cfe2c0a Merge succeeded, producing 3d31877426502d4fe489b762ed5800564cfe2c0a Checking out Revision 3d31877426502d4fe489b762ed5800564cfe2c0a (PR-394) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > 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-05-02T11:59:29.819Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d31877426502d4fe489b762ed5800564cfe2c0a # 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 60ff2485dd83c77f5ba0416b635da515e23b6c8b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d31877426502d4fe489b762ed5800564cfe2c0a # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-02T11:59:30.020Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-02T11:59:30.119Z] ========================================================= [2023-05-02T11:59:30.119Z] EdgeX Global Pipelines Version Info [2023-05-02T11:59:30.119Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-02T11:59:30.856Z] ------------------- [2023-05-02T11:59:30.856Z] stable info: [2023-05-02T11:59:30.856Z] ------------------- [2023-05-02T11:59:30.856Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-02T11:59:30.856Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-02T11:59:30.856Z] Message: update stable to v1.0.248 [2023-05-02T11:59:31.425Z] ------------------- [2023-05-02T11:59:31.425Z] experimental info: [2023-05-02T11:59:31.425Z] ------------------- [2023-05-02T11:59:31.425Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-02T11:59:31.425Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-02T11:59:31.425Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-02T11:59:31.703Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-05-02T11:59:31.744Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-05-02T11:59:31.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-02T11:59:31.820Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-02T11:59:31.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-02T11:59:31.895Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-02T11:59:31.936Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-02T11:59:31.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-02T11:59:32.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-02T11:59:32.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-02T11:59:32.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-02T11:59:32.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-05-02T11:59:32.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-02T11:59:32.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-02T11:59:32.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-02T11:59:32.332Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-02T11:59:32.373Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-02T11:59:32.417Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-02T11:59:32.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-02T11:59:32.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-02T11:59:32.549Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-02T11:59:32.652Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-02T11:59:32.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-02T11:59:32.740Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-02T11:59:32.784Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-02T11:59:32.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-02T11:59:32.872Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-02T11:59:32.913Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-394 [Pipeline] echo [2023-05-02T11:59:32.955Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-394 [Pipeline] echo [2023-05-02T11:59:32.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-394 [Pipeline] echo [2023-05-02T11:59:33.042Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d31877426502d4fe489b762ed5800564cfe2c0a [Pipeline] echo [2023-05-02T11:59:33.086Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d31877 [Pipeline] echo [2023-05-02T11:59:33.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T11:59:33.250Z] provisioning config files... [2023-05-02T11:59:33.264Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-394@tmp/config5721518593256900632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T11:59:33.623Z] ---> docker-login.sh [2023-05-02T11:59:33.623Z] nexus3.edgexfoundry.org:10001 [2023-05-02T11:59:33.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:33.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:33.895Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:33.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:33.895Z] [2023-05-02T11:59:33.895Z] Login Succeeded [2023-05-02T11:59:33.895Z] nexus3.edgexfoundry.org:10002 [2023-05-02T11:59:33.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:33.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:33.895Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:33.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:33.895Z] [2023-05-02T11:59:33.895Z] Login Succeeded [2023-05-02T11:59:33.895Z] nexus3.edgexfoundry.org:10003 [2023-05-02T11:59:33.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:34.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:34.156Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:34.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:34.156Z] [2023-05-02T11:59:34.156Z] Login Succeeded [2023-05-02T11:59:34.156Z] nexus3.edgexfoundry.org:10004 [2023-05-02T11:59:34.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:34.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:34.156Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:34.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:34.156Z] [2023-05-02T11:59:34.156Z] Login Succeeded [2023-05-02T11:59:34.156Z] docker.io [2023-05-02T11:59:34.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:34.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:34.416Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:34.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:34.416Z] [2023-05-02T11:59:34.416Z] Login Succeeded [2023-05-02T11:59:34.416Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T11:59:34.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-02T11:59:35.072Z] + git rev-list -1 --merges 3d31877426502d4fe489b762ed5800564cfe2c0a~1..3d31877426502d4fe489b762ed5800564cfe2c0a [Pipeline] echo [2023-05-02T11:59:35.134Z] -----------> git rev-list -1 --merges 3d31877426502d4fe489b762ed5800564cfe2c0a~1..3d31877426502d4fe489b762ed5800564cfe2c0a 3d31877426502d4fe489b762ed5800564cfe2c0a [false] [Pipeline] sh [2023-05-02T11:59:35.445Z] + git log --format=format:%s -1 3d31877426502d4fe489b762ed5800564cfe2c0a [Pipeline] echo [2023-05-02T11:59:35.481Z] ========================================================= [2023-05-02T11:59:35.481Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-02T11:59:35.481Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T11:59:36.076Z] + git log --format=format:%s -1 3d31877426502d4fe489b762ed5800564cfe2c0a [Pipeline] echo [2023-05-02T11:59:36.109Z] [semverPrep] GIT_COMMIT: 3d31877426502d4fe489b762ed5800564cfe2c0a, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-05-02T11:59:36.145Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-02T11:59:36.520Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-02T11:59:36.520Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-02T11:59:36.520Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-02T11:59:36.520Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-02T11:59:36.520Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-02T11:59:36.520Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-02T11:59:36.520Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T11:59:36.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T11:59:36.949Z] [2023-05-02T11:59:36.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T11:59:37.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T11:59:37.327Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-02T11:59:37.327Z] b85a868b505f: Pulling fs layer [2023-05-02T11:59:37.327Z] e2be974225ed: Pulling fs layer [2023-05-02T11:59:37.327Z] 339a4e72a1f5: Pulling fs layer [2023-05-02T11:59:37.327Z] 988bab9f4d93: Pulling fs layer [2023-05-02T11:59:37.327Z] 1469e6f7b9e6: Pulling fs layer [2023-05-02T11:59:37.327Z] eaf3925da568: Pulling fs layer [2023-05-02T11:59:37.327Z] bab4dde63d76: Pulling fs layer [2023-05-02T11:59:37.327Z] bde34c3a00c8: Pulling fs layer [2023-05-02T11:59:37.327Z] b352a97aabf1: Pulling fs layer [2023-05-02T11:59:37.327Z] 4872d77fe225: Pulling fs layer [2023-05-02T11:59:37.327Z] 5851b861e8e6: Pulling fs layer [2023-05-02T11:59:37.327Z] 988bab9f4d93: Waiting [2023-05-02T11:59:37.327Z] eaf3925da568: Waiting [2023-05-02T11:59:37.327Z] bab4dde63d76: Waiting [2023-05-02T11:59:37.327Z] 1469e6f7b9e6: Waiting [2023-05-02T11:59:37.327Z] bde34c3a00c8: Waiting [2023-05-02T11:59:37.327Z] 5851b861e8e6: Waiting [2023-05-02T11:59:37.327Z] b352a97aabf1: Waiting [2023-05-02T11:59:37.327Z] 4872d77fe225: Waiting [2023-05-02T11:59:37.327Z] e2be974225ed: Verifying Checksum [2023-05-02T11:59:37.327Z] e2be974225ed: Download complete [2023-05-02T11:59:37.327Z] 988bab9f4d93: Verifying Checksum [2023-05-02T11:59:37.327Z] 988bab9f4d93: Download complete [2023-05-02T11:59:37.327Z] 1469e6f7b9e6: Verifying Checksum [2023-05-02T11:59:37.327Z] 1469e6f7b9e6: Download complete [2023-05-02T11:59:37.327Z] eaf3925da568: Verifying Checksum [2023-05-02T11:59:37.327Z] eaf3925da568: Download complete [2023-05-02T11:59:37.586Z] 339a4e72a1f5: Verifying Checksum [2023-05-02T11:59:37.586Z] 339a4e72a1f5: Download complete [2023-05-02T11:59:37.586Z] bde34c3a00c8: Download complete [2023-05-02T11:59:37.586Z] b352a97aabf1: Verifying Checksum [2023-05-02T11:59:37.586Z] b352a97aabf1: Download complete [2023-05-02T11:59:37.586Z] 4872d77fe225: Verifying Checksum [2023-05-02T11:59:37.586Z] 4872d77fe225: Download complete [2023-05-02T11:59:37.586Z] 5851b861e8e6: Download complete [2023-05-02T11:59:37.586Z] b85a868b505f: Download complete [2023-05-02T11:59:37.844Z] bab4dde63d76: Verifying Checksum [2023-05-02T11:59:37.844Z] bab4dde63d76: Download complete [2023-05-02T11:59:38.781Z] b85a868b505f: Pull complete [2023-05-02T11:59:38.781Z] e2be974225ed: Pull complete [2023-05-02T11:59:39.347Z] 339a4e72a1f5: Pull complete [2023-05-02T11:59:39.347Z] 988bab9f4d93: Pull complete [2023-05-02T11:59:39.605Z] 1469e6f7b9e6: Pull complete [2023-05-02T11:59:39.605Z] eaf3925da568: Pull complete [2023-05-02T11:59:41.508Z] bab4dde63d76: Pull complete [2023-05-02T11:59:41.508Z] bde34c3a00c8: Pull complete [2023-05-02T11:59:41.508Z] b352a97aabf1: Pull complete [2023-05-02T11:59:41.508Z] 4872d77fe225: Pull complete [2023-05-02T11:59:41.508Z] 5851b861e8e6: Pull complete [2023-05-02T11:59:41.508Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-02T11:59:41.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T11:59:41.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T11:59:41.763Z] prd-ubuntu20.04-docker-8c-8g-12358 does not seem to be running inside a container [2023-05-02T11:59:41.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-394 -v /w/workspace/foundry_device-virtual-go_PR-394:/w/workspace/foundry_device-virtual-go_PR-394:rw,z -v /w/workspace/foundry_device-virtual-go_PR-394@tmp:/w/workspace/foundry_device-virtual-go_PR-394@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-02T11:59:45.031Z] $ docker top 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 -eo pid,comm [2023-05-02T11:59:45.090Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-02T11:59:45.090Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-02T11:59:45.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T11:59:45.226Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T11:59:45.341Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T11:59:45.344Z] $ docker exec 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 ssh-agent [2023-05-02T11:59:45.447Z] SSH_AUTH_SOCK=/tmp/ssh-9qULf4vuaVwR/agent.31 [2023-05-02T11:59:45.447Z] SSH_AGENT_PID=37 [2023-05-02T11:59:45.454Z] Running ssh-add (command line suppressed) [2023-05-02T11:59:45.552Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-394@tmp/private_key_11768814713941160581.key (/w/workspace/foundry_device-virtual-go_PR-394@tmp/private_key_11768814713941160581.key) [2023-05-02T11:59:45.566Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T11:59:45.900Z] + git tag --points-at HEAD [Pipeline] } [2023-05-02T11:59:45.927Z] $ docker exec --env ******** --env ******** 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 ssh-agent -k [2023-05-02T11:59:46.020Z] unset SSH_AUTH_SOCK; [2023-05-02T11:59:46.020Z] unset SSH_AGENT_PID; [2023-05-02T11:59:46.020Z] echo Agent pid 37 killed; [2023-05-02T11:59:46.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-02T11:59:46.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T11:59:46.126Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T11:59:46.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T11:59:46.256Z] $ docker exec 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 ssh-agent [2023-05-02T11:59:46.369Z] SSH_AUTH_SOCK=/tmp/ssh-32KjzvKar5d8/agent.69 [2023-05-02T11:59:46.369Z] SSH_AGENT_PID=75 [2023-05-02T11:59:46.373Z] Running ssh-add (command line suppressed) [2023-05-02T11:59:46.477Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-394@tmp/private_key_3713641569605097215.key (/w/workspace/foundry_device-virtual-go_PR-394@tmp/private_key_3713641569605097215.key) [2023-05-02T11:59:46.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T11:59:46.820Z] + git semver init [2023-05-02T11:59:47.080Z] 2023-05-02 11:59:47,005 [run_init] DEBUG init version:0.0.0 force:False [2023-05-02T11:59:47.080Z] 2023-05-02 11:59:47,006 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-394/.semver [2023-05-02T11:59:47.080Z] 2023-05-02 11:59:47,007 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-394/.semver [2023-05-02T11:59:47.080Z] 2023-05-02 11:59:47,007 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-394/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-394, universal_newlines=False, shell=None, istream=None) [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,165 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-394/.git/info/exclude [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,166 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-394/.semver/PR-394 with force:False [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,166 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-394/.semver/PR-394 [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,169 [execute] INFO git cat-file --batch-check [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,170 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-394/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,175 [execute] INFO git cat-file --batch [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-394/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T11:59:48.461Z] 2023-05-02 11:59:48,182 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-394/.semver/PR-394 [2023-05-02T11:59:48.461Z] 0.0.0 [Pipeline] } [2023-05-02T11:59:48.485Z] $ docker exec --env ******** --env ******** 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 ssh-agent -k [2023-05-02T11:59:48.590Z] unset SSH_AUTH_SOCK; [2023-05-02T11:59:48.590Z] unset SSH_AGENT_PID; [2023-05-02T11:59:48.590Z] echo Agent pid 75 killed; [2023-05-02T11:59:48.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-02T11:59:49.030Z] + git semver [Pipeline] } [2023-05-02T11:59:49.314Z] $ docker stop --time=1 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 [2023-05-02T11:59:50.639Z] $ docker rm -f --volumes 3543cee190944497e8913e52dec8bc87315fe79d521d45228eb9ce47bcb0bd78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T11:59:51.032Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-02T11:59:51.290Z] Stashed 1 file(s) [Pipeline] echo [2023-05-02T11:59:51.307Z] [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-05-02T11:59:52.081Z] provisioning config files... [2023-05-02T11:59:52.091Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-394@tmp/config924427004071577155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T11:59:52.584Z] ---> docker-login.sh [2023-05-02T11:59:52.584Z] nexus3.edgexfoundry.org:10001 [2023-05-02T11:59:52.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:52.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:52.584Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:52.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:52.584Z] [2023-05-02T11:59:52.584Z] Login Succeeded [2023-05-02T11:59:52.584Z] nexus3.edgexfoundry.org:10002 [2023-05-02T11:59:52.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:52.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:52.584Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:52.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:52.584Z] [2023-05-02T11:59:52.584Z] Login Succeeded [2023-05-02T11:59:52.584Z] nexus3.edgexfoundry.org:10003 [2023-05-02T11:59:52.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:52.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:52.844Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:52.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:52.844Z] [2023-05-02T11:59:52.844Z] Login Succeeded [2023-05-02T11:59:52.844Z] nexus3.edgexfoundry.org:10004 [2023-05-02T11:59:52.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:52.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:52.844Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:52.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:52.844Z] [2023-05-02T11:59:52.844Z] Login Succeeded [2023-05-02T11:59:52.844Z] docker.io [2023-05-02T11:59:53.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T11:59:53.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T11:59:53.105Z] Configure a credential helper to remove this warning. See [2023-05-02T11:59:53.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T11:59:53.105Z] [2023-05-02T11:59:53.105Z] Login Succeeded [2023-05-02T11:59:53.105Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T11:59:53.133Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-02T11:59:53.339Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T11:59:53.374Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T11:59:53.402Z] ========================================================= [2023-05-02T11:59:53.402Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-02T11:59:53.402Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T11:59:53.877Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-02T11:59:53.878Z] Sending build context to Docker daemon 23.6MB [2023-05-02T11:59:53.878Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T11:59:53.878Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-02T11:59:54.151Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-02T11:59:54.151Z] f56be85fc22e: Pulling fs layer [2023-05-02T11:59:54.151Z] 85791d961cd3: Pulling fs layer [2023-05-02T11:59:54.151Z] d694b5ae8c79: Pulling fs layer [2023-05-02T11:59:54.151Z] 9f32a84ed3da: Pulling fs layer [2023-05-02T11:59:54.151Z] 4d19c01a9841: Pulling fs layer [2023-05-02T11:59:54.151Z] 9325e15d5711: Pulling fs layer [2023-05-02T11:59:54.151Z] 556b6ee489ea: Pulling fs layer [2023-05-02T11:59:54.151Z] c5a4b2cf53e6: Pulling fs layer [2023-05-02T11:59:54.151Z] 9f32a84ed3da: Waiting [2023-05-02T11:59:54.151Z] 4d19c01a9841: Waiting [2023-05-02T11:59:54.151Z] c5a4b2cf53e6: Waiting [2023-05-02T11:59:54.151Z] 9325e15d5711: Waiting [2023-05-02T11:59:54.151Z] 556b6ee489ea: Waiting [2023-05-02T11:59:54.151Z] 85791d961cd3: Download complete [2023-05-02T11:59:54.151Z] 9f32a84ed3da: Verifying Checksum [2023-05-02T11:59:54.151Z] 9f32a84ed3da: Download complete [2023-05-02T11:59:54.151Z] f56be85fc22e: Download complete [2023-05-02T11:59:54.151Z] 9325e15d5711: Verifying Checksum [2023-05-02T11:59:54.151Z] 9325e15d5711: Download complete [2023-05-02T11:59:54.411Z] f56be85fc22e: Pull complete [2023-05-02T11:59:54.411Z] 85791d961cd3: Pull complete [2023-05-02T11:59:54.671Z] c5a4b2cf53e6: Verifying Checksum [2023-05-02T11:59:54.671Z] c5a4b2cf53e6: Download complete [2023-05-02T11:59:54.671Z] d694b5ae8c79: Verifying Checksum [2023-05-02T11:59:54.671Z] d694b5ae8c79: Download complete [2023-05-02T11:59:55.235Z] 556b6ee489ea: Verifying Checksum [2023-05-02T11:59:55.236Z] 556b6ee489ea: Download complete [2023-05-02T11:59:58.521Z] d694b5ae8c79: Pull complete [2023-05-02T11:59:58.521Z] 9f32a84ed3da: Pull complete [2023-05-02T11:59:58.521Z] 4d19c01a9841: Pull complete [2023-05-02T11:59:58.521Z] 9325e15d5711: Pull complete [2023-05-02T12:00:00.423Z] 556b6ee489ea: Pull complete [2023-05-02T12:00:01.357Z] c5a4b2cf53e6: Pull complete [2023-05-02T12:00:01.357Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-02T12:00:01.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T12:00:01.357Z] ---> c4be618373d6 [2023-05-02T12:00:01.357Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-02T12:00:06.870Z] Still waiting to schedule task [2023-05-02T12:00:06.870Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-02T12:00:07.927Z] ---> Running in 39b4a55a7c77 [2023-05-02T12:00:07.927Z] Removing intermediate container 39b4a55a7c77 [2023-05-02T12:00:07.927Z] ---> 756f42df91e9 [2023-05-02T12:00:07.927Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-02T12:00:07.927Z] ---> Running in 435e9cb68173 [2023-05-02T12:00:07.927Z] Removing intermediate container 435e9cb68173 [2023-05-02T12:00:07.927Z] ---> 6636c2abaf9f [2023-05-02T12:00:07.927Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-02T12:00:07.927Z] ---> Running in 047ef93d5791 [2023-05-02T12:00:07.927Z] Removing intermediate container 047ef93d5791 [2023-05-02T12:00:07.927Z] ---> dbc1a1cfde34 [2023-05-02T12:00:07.927Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-02T12:00:07.927Z] ---> Running in 91906c92d543 [2023-05-02T12:00:07.927Z] Removing intermediate container 91906c92d543 [2023-05-02T12:00:07.927Z] ---> 3dc3ea78291e [2023-05-02T12:00:07.928Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-02T12:00:07.928Z] ---> Running in 39a0d8e67ff3 [2023-05-02T12:00:07.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T12:00:07.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T12:00:07.928Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-02T12:00:07.928Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-02T12:00:07.928Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-02T12:00:07.928Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-02T12:00:07.928Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T12:00:07.928Z] OK: 269 MiB in 57 packages [2023-05-02T12:00:08.494Z] Removing intermediate container 39a0d8e67ff3 [2023-05-02T12:00:08.494Z] ---> 2a405369325d [2023-05-02T12:00:08.494Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-02T12:00:08.494Z] ---> 2e3e559f6b21 [2023-05-02T12:00:08.494Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T12:00:08.494Z] ---> Running in 66fff785f1d6 [2023-05-02T12:00:40.849Z] Removing intermediate container 66fff785f1d6 [2023-05-02T12:00:40.849Z] ---> 8e8f904b99f3 [2023-05-02T12:00:40.849Z] Step 10/12 : COPY . . [2023-05-02T12:00:40.849Z] ---> ba7fab05272d [2023-05-02T12:00:40.849Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-02T12:00:40.849Z] ---> Running in 025e69367f4e [2023-05-02T12:00:40.849Z] Removing intermediate container 025e69367f4e [2023-05-02T12:00:40.849Z] ---> 617a78862223 [2023-05-02T12:00:40.849Z] Step 12/12 : RUN $MAKE [2023-05-02T12:00:40.849Z] ---> Running in 2cfab7e82da6 [2023-05-02T12:00:40.849Z] noop [2023-05-02T12:00:40.849Z] Removing intermediate container 2cfab7e82da6 [2023-05-02T12:00:40.849Z] ---> 7f35296de084 [2023-05-02T12:00:40.849Z] Successfully built 7f35296de084 [2023-05-02T12:00:40.849Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:00:41.283Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T12:00:41.283Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:00:41.429Z] prd-ubuntu20.04-docker-8c-8g-12358 does not seem to be running inside a container [2023-05-02T12:00:41.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-394 -v /w/workspace/foundry_device-virtual-go_PR-394:/w/workspace/foundry_device-virtual-go_PR-394:rw,z -v /w/workspace/foundry_device-virtual-go_PR-394@tmp:/w/workspace/foundry_device-virtual-go_PR-394@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T12:00:41.839Z] $ docker top b60d5326ce3b8cb2a672c63a5a3e7afc87e118865a0b0e36df68db740c2d681c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T12:00:42.245Z] + go version [2023-05-02T12:00:42.245Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-02T12:00:42.281Z] $ docker stop --time=1 b60d5326ce3b8cb2a672c63a5a3e7afc87e118865a0b0e36df68db740c2d681c [2023-05-02T12:00:43.563Z] $ docker rm -f --volumes b60d5326ce3b8cb2a672c63a5a3e7afc87e118865a0b0e36df68db740c2d681c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:00:44.518Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T12:00:44.519Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:00:44.715Z] prd-ubuntu20.04-docker-8c-8g-12358 does not seem to be running inside a container [2023-05-02T12:00:44.776Z] $ 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-394 -v /w/workspace/foundry_device-virtual-go_PR-394:/w/workspace/foundry_device-virtual-go_PR-394:rw,z -v /w/workspace/foundry_device-virtual-go_PR-394@tmp:/w/workspace/foundry_device-virtual-go_PR-394@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T12:00:45.087Z] $ docker top 970fafaabbb3c697e7824541f7e2ac031e6ea987783d0c4a32c8060e1641c428 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T12:00:45.477Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-394 [Pipeline] fileExists [Pipeline] sh [2023-05-02T12:00:45.830Z] + make test [2023-05-02T12:00:45.830Z] go test ./... -coverprofile=coverage.out [2023-05-02T12:00:51.112Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-02T12:00:59.211Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-02T12:00:59.211Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.017s coverage: 58.6% of statements [2023-05-02T12:01:04.471Z] go vet ./... [2023-05-02T12:01:07.753Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T12:01:07.753Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T12:01:07.753Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T12:01:07.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-02T12:01:07.814Z] $ docker stop --time=1 970fafaabbb3c697e7824541f7e2ac031e6ea987783d0c4a32c8060e1641c428 [2023-05-02T12:01:10.887Z] $ docker rm -f --volumes 970fafaabbb3c697e7824541f7e2ac031e6ea987783d0c4a32c8060e1641c428 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T12:01:11.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-02T12:01:11.532Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-02T12:01:12.121Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-02T12:01:12.430Z] + ls -al . [2023-05-02T12:01:12.430Z] total 192 [2023-05-02T12:01:12.430Z] drwxrwxr-x 9 jenkins jenkins 4096 May 2 12:00 . [2023-05-02T12:01:12.430Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 11:59 .. [2023-05-02T12:01:12.430Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 11:59 .git [2023-05-02T12:01:12.430Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 11:59 .github [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 337 May 2 11:59 .gitignore [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 41 May 2 11:59 .golangci.yml [2023-05-02T12:01:12.430Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 11:59 .semver [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 2 11:59 Attribution.txt [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 2 11:59 CHANGELOG.md [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 2 11:59 Dockerfile [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 11:59 GOVERNANCE.md [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 660 May 2 11:59 Jenkinsfile [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 2 11:59 LICENSE [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 2 11:59 Makefile [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 623 May 2 11:59 OWNERS.md [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 2 11:59 README.md [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 11:59 VERSION [2023-05-02T12:01:12.430Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 11:59 bin [2023-05-02T12:01:12.430Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 11:59 cmd [2023-05-02T12:01:12.430Z] -rw-r--r-- 1 jenkins jenkins 43063 May 2 12:00 coverage.out [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 2 11:59 go.mod [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 2 11:59 go.sum [2023-05-02T12:01:12.430Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 11:59 internal [2023-05-02T12:01:12.430Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 11:59 snap [2023-05-02T12:01:12.430Z] -rw-rw-r-- 1 jenkins jenkins 235 May 2 11:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:01:12.915Z] + 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=3d31877426502d4fe489b762ed5800564cfe2c0a --label arch=amd64 --label version=0.0.0 . [2023-05-02T12:01:12.915Z] Sending build context to Docker daemon 23.64MB [2023-05-02T12:01:12.915Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T12:01:12.915Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-02T12:01:12.915Z] ---> 7f35296de084 [2023-05-02T12:01:12.915Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-02T12:01:13.174Z] ---> Running in d90eba9ff940 [2023-05-02T12:01:13.436Z] Removing intermediate container d90eba9ff940 [2023-05-02T12:01:13.436Z] ---> 453159d60323 [2023-05-02T12:01:13.436Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-02T12:01:13.436Z] ---> Running in ed4417495290 [2023-05-02T12:01:13.436Z] Removing intermediate container ed4417495290 [2023-05-02T12:01:13.436Z] ---> 5219ea8a20ce [2023-05-02T12:01:13.436Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-02T12:01:13.436Z] ---> Running in 909600dee989 [2023-05-02T12:01:13.436Z] Removing intermediate container 909600dee989 [2023-05-02T12:01:13.436Z] ---> ceea7702507d [2023-05-02T12:01:13.436Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-02T12:01:13.695Z] ---> Running in 58280a2f888e [2023-05-02T12:01:13.695Z] Removing intermediate container 58280a2f888e [2023-05-02T12:01:13.695Z] ---> 643beba7ec56 [2023-05-02T12:01:13.695Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-02T12:01:13.695Z] ---> Running in e07c5e2cdcad [2023-05-02T12:01:13.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T12:01:13.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T12:01:14.213Z] OK: 269 MiB in 57 packages [2023-05-02T12:01:14.473Z] Removing intermediate container e07c5e2cdcad [2023-05-02T12:01:14.473Z] ---> 92bb034527dc [2023-05-02T12:01:14.473Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-02T12:01:14.731Z] ---> 2e23693c3b1e [2023-05-02T12:01:14.731Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T12:01:14.731Z] ---> Running in b36a7febc817 [2023-05-02T12:01:15.297Z] Removing intermediate container b36a7febc817 [2023-05-02T12:01:15.297Z] ---> fb71440cf635 [2023-05-02T12:01:15.297Z] Step 10/25 : COPY . . [2023-05-02T12:01:16.234Z] ---> f53d93056d6a [2023-05-02T12:01:16.234Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-02T12:01:16.234Z] ---> Running in 634f17e3d95a [2023-05-02T12:01:16.234Z] Removing intermediate container 634f17e3d95a [2023-05-02T12:01:16.234Z] ---> 8c8852359b0f [2023-05-02T12:01:16.234Z] Step 12/25 : RUN $MAKE [2023-05-02T12:01:16.234Z] ---> Running in f8c64b552d68 [2023-05-02T12:01:16.493Z] 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-05-02T12:01:38.414Z] Removing intermediate container f8c64b552d68 [2023-05-02T12:01:38.414Z] ---> c416cb6c6791 [2023-05-02T12:01:38.414Z] Step 13/25 : FROM alpine:3.17 [2023-05-02T12:01:38.414Z] 3.17: Pulling from library/alpine [2023-05-02T12:01:38.414Z] f56be85fc22e: Already exists [2023-05-02T12:01:38.414Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T12:01:38.414Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T12:01:38.414Z] ---> 9ed4aefc74f6 [2023-05-02T12:01:38.414Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-02T12:01:38.414Z] ---> Running in 4e4066acc65f [2023-05-02T12:01:38.414Z] Removing intermediate container 4e4066acc65f [2023-05-02T12:01:38.414Z] ---> 8e52a2c089fb [2023-05-02T12:01:38.414Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-02T12:01:38.414Z] ---> Running in 741cf20dbaee [2023-05-02T12:01:38.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T12:01:38.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T12:01:38.414Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T12:01:38.414Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T12:01:38.414Z] OK: 7 MiB in 16 packages [2023-05-02T12:01:38.414Z] Removing intermediate container 741cf20dbaee [2023-05-02T12:01:38.414Z] ---> c0fddb6c6987 [2023-05-02T12:01:38.414Z] Step 16/25 : WORKDIR / [2023-05-02T12:01:38.414Z] ---> Running in 89c86adc9f2d [2023-05-02T12:01:38.414Z] Removing intermediate container 89c86adc9f2d [2023-05-02T12:01:38.414Z] ---> 6410ce2d3b74 [2023-05-02T12:01:38.414Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-02T12:01:38.414Z] ---> 56e62e444598 [2023-05-02T12:01:38.414Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-02T12:01:38.415Z] ---> 779f421ed37a [2023-05-02T12:01:38.415Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-02T12:01:38.415Z] ---> 8e856aa03a6b [2023-05-02T12:01:38.415Z] Step 20/25 : EXPOSE 59900 [2023-05-02T12:01:38.415Z] ---> Running in e8e149777fa0 [2023-05-02T12:01:38.415Z] Removing intermediate container e8e149777fa0 [2023-05-02T12:01:38.415Z] ---> d7cb09caa0e4 [2023-05-02T12:01:38.415Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-02T12:01:38.415Z] ---> Running in 83b7ff602df9 [2023-05-02T12:01:38.415Z] Removing intermediate container 83b7ff602df9 [2023-05-02T12:01:38.415Z] ---> b585df682a12 [2023-05-02T12:01:38.415Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T12:01:38.415Z] ---> Running in a2870c0b98da [2023-05-02T12:01:38.415Z] Removing intermediate container a2870c0b98da [2023-05-02T12:01:38.415Z] ---> 833873c0261b [2023-05-02T12:01:38.415Z] Step 23/25 : LABEL arch=amd64 [2023-05-02T12:01:38.415Z] ---> Running in 2ee4913adc78 [2023-05-02T12:01:38.415Z] Removing intermediate container 2ee4913adc78 [2023-05-02T12:01:38.415Z] ---> d47418c79b74 [2023-05-02T12:01:38.415Z] Step 24/25 : LABEL git_sha=3d31877426502d4fe489b762ed5800564cfe2c0a [2023-05-02T12:01:38.415Z] ---> Running in ba0d00bcd229 [2023-05-02T12:01:38.415Z] Removing intermediate container ba0d00bcd229 [2023-05-02T12:01:38.415Z] ---> 6c7e7364a5ba [2023-05-02T12:01:38.415Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T12:01:38.415Z] ---> Running in f417e4de1b70 [2023-05-02T12:01:38.415Z] Removing intermediate container f417e4de1b70 [2023-05-02T12:01:38.415Z] ---> bf32721a0fb3 [2023-05-02T12:01:38.415Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-02T12:01:38.415Z] Successfully built bf32721a0fb3 [2023-05-02T12:01:38.415Z] 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-05-02T12:01:39.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T12:01:39.913Z] [2023-05-02T12:01:39.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:01:40.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T12:01:40.288Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-02T12:01:40.288Z] 5eb5b503b376: Pulling fs layer [2023-05-02T12:01:40.288Z] 5c69ac0246d0: Pulling fs layer [2023-05-02T12:01:40.288Z] ec43610c2a17: Pulling fs layer [2023-05-02T12:01:40.288Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-02T12:01:40.288Z] 33b1e0a273af: Pulling fs layer [2023-05-02T12:01:40.288Z] 5d3b04190fa2: Pulling fs layer [2023-05-02T12:01:40.288Z] 2f39f015ded8: Pulling fs layer [2023-05-02T12:01:40.288Z] 33b1e0a273af: Waiting [2023-05-02T12:01:40.288Z] 5d3b04190fa2: Waiting [2023-05-02T12:01:40.288Z] 3a2ae6a8a46f: Waiting [2023-05-02T12:01:40.288Z] 2f39f015ded8: Waiting [2023-05-02T12:01:40.288Z] 5c69ac0246d0: Verifying Checksum [2023-05-02T12:01:40.288Z] 5c69ac0246d0: Download complete [2023-05-02T12:01:40.288Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-02T12:01:40.288Z] 3a2ae6a8a46f: Download complete [2023-05-02T12:01:40.288Z] 33b1e0a273af: Verifying Checksum [2023-05-02T12:01:40.288Z] 33b1e0a273af: Download complete [2023-05-02T12:01:40.288Z] 5d3b04190fa2: Verifying Checksum [2023-05-02T12:01:40.288Z] 5d3b04190fa2: Download complete [2023-05-02T12:01:40.288Z] ec43610c2a17: Verifying Checksum [2023-05-02T12:01:40.288Z] ec43610c2a17: Download complete [2023-05-02T12:01:40.546Z] 5eb5b503b376: Download complete [2023-05-02T12:01:41.112Z] 2f39f015ded8: Download complete [2023-05-02T12:01:41.683Z] 5eb5b503b376: Pull complete [2023-05-02T12:01:41.683Z] 5c69ac0246d0: Pull complete [2023-05-02T12:01:42.251Z] ec43610c2a17: Pull complete [2023-05-02T12:01:42.251Z] 3a2ae6a8a46f: Pull complete [2023-05-02T12:01:42.251Z] 33b1e0a273af: Pull complete [2023-05-02T12:01:42.509Z] 5d3b04190fa2: Pull complete [2023-05-02T12:01:46.694Z] 2f39f015ded8: Pull complete [2023-05-02T12:01:46.694Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-02T12:01:46.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T12:01:46.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:01:46.920Z] prd-ubuntu20.04-docker-8c-8g-12358 does not seem to be running inside a container [2023-05-02T12:01:46.946Z] $ 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-394 -v /w/workspace/foundry_device-virtual-go_PR-394:/w/workspace/foundry_device-virtual-go_PR-394:rw,z -v /w/workspace/foundry_device-virtual-go_PR-394@tmp:/w/workspace/foundry_device-virtual-go_PR-394@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-02T12:01:50.637Z] $ docker top 0bdeed6d014c87dd5ac2c2cdc1c71f2ca596cf6e5360d7613bf64fd14a80ec6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:01:51.079Z] ---> job-cost.sh [2023-05-02T12:01:51.079Z] lf-activate-venv: SKIPPING [2023-05-02T12:01:51.079Z] INFO: No Stack... [2023-05-02T12:01:51.339Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-02T12:01:51.598Z] INFO: Archiving Costs [Pipeline] sh [2023-05-02T12:01:51.911Z] + cat /w/workspace/foundry_device-virtual-go_PR-394/archives/cost.csv [2023-05-02T12:01:51.911Z] + cut -d, -f6 [Pipeline] lock [2023-05-02T12:01:51.957Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [2023-05-02T12:01:51.962Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] did not exist. Created. [2023-05-02T12:01:51.962Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-02T12:01:52.362Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-02T12:01:52.413Z] Stashed 1 file(s) [Pipeline] } [2023-05-02T12:01:52.445Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-02T12:01:52.525Z] $ docker stop --time=1 0bdeed6d014c87dd5ac2c2cdc1c71f2ca596cf6e5360d7613bf64fd14a80ec6b [2023-05-02T12:01:53.684Z] $ docker rm -f --volumes 0bdeed6d014c87dd5ac2c2cdc1c71f2ca596cf6e5360d7613bf64fd14a80ec6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-02T12:02:35.606Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12360 in /w/workspace/foundry_device-virtual-go_PR-394 [Pipeline] { [Pipeline] ws [2023-05-02T12:02:35.665Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-05-02T12:02:35.746Z] The recommended git tool is: git [2023-05-02T12:02:41.627Z] using credential edgex-jenkins-ssh [2023-05-02T12:02:41.645Z] Cloning the remote Git repository [2023-05-02T12:02:41.698Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-05-02T12:02:41.806Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-05-02T12:02:41.972Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-02T12:02:41.973Z] > git --version # timeout=10 [2023-05-02T12:02:41.997Z] > git --version # 'git version 2.25.1' [2023-05-02T12:02:42.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T12:02:42.183Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T12:02:44.277Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-02T12:02:44.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T12:02:46.024Z] Merging remotes/origin/main commit 60ff2485dd83c77f5ba0416b635da515e23b6c8b into PR head commit 3d31877426502d4fe489b762ed5800564cfe2c0a [2023-05-02T12:02:45.288Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-02T12:02:45.330Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-02T12:02:45.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T12:02:45.351Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/394/head:refs/remotes/origin/PR-394 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-02T12:02:46.048Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T12:02:46.124Z] > git checkout -f 3d31877426502d4fe489b762ed5800564cfe2c0a # timeout=10 [2023-05-02T12:02:46.334Z] Merge succeeded, producing 3d31877426502d4fe489b762ed5800564cfe2c0a [2023-05-02T12:02:46.334Z] Checking out Revision 3d31877426502d4fe489b762ed5800564cfe2c0a (PR-394) [2023-05-02T12:02:46.859Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-05-02T12:02:46.918Z] > git --version # timeout=10 [2023-05-02T12:02:46.931Z] > git --version # 'git version 2.25.1' [2023-05-02T12:02:46.948Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T12:02:46.220Z] > git remote # timeout=10 [2023-05-02T12:02:46.238Z] > git config --get remote.origin.url # timeout=10 [2023-05-02T12:02:46.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T12:02:46.286Z] > git merge 60ff2485dd83c77f5ba0416b635da515e23b6c8b # timeout=10 [2023-05-02T12:02:46.315Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-02T12:02:46.342Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T12:02:46.359Z] > git checkout -f 3d31877426502d4fe489b762ed5800564cfe2c0a # timeout=10 [2023-05-02T12:02:48.136Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-02T12:02:48.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T12:02:48.136Z] Dload Upload Total Spent Left Speed [2023-05-02T12:02:48.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 222k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh [2023-05-02T12:02:48.764Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-02T12:02:49.111Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-02T12:02:49.111Z] + sudo tee /etc/docker/daemon.new [2023-05-02T12:02:49.111Z] { [2023-05-02T12:02:49.111Z] "registry-mirrors": [ [2023-05-02T12:02:49.111Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-02T12:02:49.111Z] ], [2023-05-02T12:02:49.111Z] "bip": "10.250.0.254/24", [2023-05-02T12:02:49.111Z] "hosts": [ [2023-05-02T12:02:49.111Z] "tcp://0.0.0.0:5555", [2023-05-02T12:02:49.111Z] "unix:///var/run/docker.sock" [2023-05-02T12:02:49.111Z] ], [2023-05-02T12:02:49.111Z] "mtu": 1458, [2023-05-02T12:02:49.111Z] "selinux-enabled": true, [2023-05-02T12:02:49.111Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-02T12:02:49.111Z] } [Pipeline] sh [2023-05-02T12:02:49.455Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-02T12:02:49.813Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T12:03:08.141Z] provisioning config files... [2023-05-02T12:03:08.170Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config14057057623102840444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:03:08.573Z] ---> docker-login.sh [2023-05-02T12:03:08.573Z] nexus3.edgexfoundry.org:10001 [2023-05-02T12:03:09.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T12:03:09.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T12:03:09.162Z] Configure a credential helper to remove this warning. See [2023-05-02T12:03:09.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T12:03:09.162Z] [2023-05-02T12:03:09.162Z] Login Succeeded [2023-05-02T12:03:09.162Z] nexus3.edgexfoundry.org:10002 [2023-05-02T12:03:09.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T12:03:09.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T12:03:09.713Z] Configure a credential helper to remove this warning. See [2023-05-02T12:03:09.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T12:03:09.713Z] [2023-05-02T12:03:09.713Z] Login Succeeded [2023-05-02T12:03:09.713Z] nexus3.edgexfoundry.org:10003 [2023-05-02T12:03:09.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T12:03:09.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T12:03:09.983Z] Configure a credential helper to remove this warning. See [2023-05-02T12:03:09.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T12:03:09.983Z] [2023-05-02T12:03:09.983Z] Login Succeeded [2023-05-02T12:03:09.983Z] nexus3.edgexfoundry.org:10004 [2023-05-02T12:03:10.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T12:03:10.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T12:03:10.255Z] Configure a credential helper to remove this warning. See [2023-05-02T12:03:10.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T12:03:10.255Z] [2023-05-02T12:03:10.255Z] Login Succeeded [2023-05-02T12:03:10.255Z] docker.io [2023-05-02T12:03:10.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T12:03:10.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T12:03:10.798Z] Configure a credential helper to remove this warning. See [2023-05-02T12:03:10.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T12:03:10.798Z] [2023-05-02T12:03:10.798Z] Login Succeeded [2023-05-02T12:03:10.798Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T12:03:10.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-02T12:03:11.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T12:03:11.276Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T12:03:11.309Z] ========================================================= [2023-05-02T12:03:11.310Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-02T12:03:11.310Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:03:11.821Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-02T12:03:14.425Z] Sending build context to Docker daemon 11.96MB [2023-05-02T12:03:14.425Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T12:03:14.425Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-02T12:03:14.704Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-02T12:03:14.704Z] c41833b44d91: Pulling fs layer [2023-05-02T12:03:14.704Z] ed15518f5707: Pulling fs layer [2023-05-02T12:03:14.704Z] feae8fd75edb: Pulling fs layer [2023-05-02T12:03:14.704Z] 242c74f7c9fa: Pulling fs layer [2023-05-02T12:03:14.704Z] 3cdef696dda3: Pulling fs layer [2023-05-02T12:03:14.704Z] 2ced38df9373: Pulling fs layer [2023-05-02T12:03:14.704Z] 58f1dce35555: Pulling fs layer [2023-05-02T12:03:14.704Z] 242c74f7c9fa: Waiting [2023-05-02T12:03:14.704Z] 3cdef696dda3: Waiting [2023-05-02T12:03:14.704Z] 58f1dce35555: Waiting [2023-05-02T12:03:14.704Z] 2ced38df9373: Waiting [2023-05-02T12:03:14.704Z] ed15518f5707: Download complete [2023-05-02T12:03:14.704Z] 242c74f7c9fa: Verifying Checksum [2023-05-02T12:03:14.704Z] 3cdef696dda3: Verifying Checksum [2023-05-02T12:03:14.704Z] 3cdef696dda3: Download complete [2023-05-02T12:03:14.704Z] c41833b44d91: Download complete [2023-05-02T12:03:16.128Z] c41833b44d91: Pull complete [2023-05-02T12:03:16.398Z] 58f1dce35555: Verifying Checksum [2023-05-02T12:03:16.398Z] 58f1dce35555: Download complete [2023-05-02T12:03:16.670Z] ed15518f5707: Pull complete [2023-05-02T12:03:17.650Z] feae8fd75edb: Verifying Checksum [2023-05-02T12:03:17.650Z] feae8fd75edb: Download complete [2023-05-02T12:03:17.650Z] 2ced38df9373: Verifying Checksum [2023-05-02T12:03:17.650Z] 2ced38df9373: Download complete [2023-05-02T12:03:29.990Z] feae8fd75edb: Pull complete [2023-05-02T12:03:29.990Z] 242c74f7c9fa: Pull complete [2023-05-02T12:03:29.990Z] 3cdef696dda3: Pull complete [2023-05-02T12:03:35.366Z] 2ced38df9373: Pull complete [2023-05-02T12:03:37.953Z] 58f1dce35555: Pull complete [2023-05-02T12:03:37.953Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-02T12:03:37.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T12:03:37.953Z] ---> fadd8f120f05 [2023-05-02T12:03:37.953Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-02T12:03:39.373Z] ---> Running in fc565252e5a7 [2023-05-02T12:03:39.643Z] Removing intermediate container fc565252e5a7 [2023-05-02T12:03:39.643Z] ---> 5335e0bcea75 [2023-05-02T12:03:39.643Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-02T12:03:39.910Z] ---> Running in 87812759410b [2023-05-02T12:03:40.177Z] Removing intermediate container 87812759410b [2023-05-02T12:03:40.177Z] ---> 7a807c7e5906 [2023-05-02T12:03:40.177Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-02T12:03:40.177Z] ---> Running in f73d92be3dd1 [2023-05-02T12:03:40.446Z] Removing intermediate container f73d92be3dd1 [2023-05-02T12:03:40.446Z] ---> 51813f913443 [2023-05-02T12:03:40.446Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-02T12:03:40.714Z] ---> Running in 0d863f40b6fd [2023-05-02T12:03:40.984Z] Removing intermediate container 0d863f40b6fd [2023-05-02T12:03:40.984Z] ---> 9d784a354d14 [2023-05-02T12:03:40.984Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-02T12:03:40.984Z] ---> Running in bcdf714164dc [2023-05-02T12:03:42.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T12:03:42.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T12:03:43.637Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-02T12:03:43.637Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-02T12:03:43.906Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-02T12:03:43.906Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-02T12:03:43.906Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T12:03:43.906Z] OK: 268 MiB in 57 packages [2023-05-02T12:03:44.877Z] Removing intermediate container bcdf714164dc [2023-05-02T12:03:44.877Z] ---> a9e2644ebfdd [2023-05-02T12:03:44.877Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-02T12:03:45.464Z] ---> 5b1a6e94f778 [2023-05-02T12:03:45.464Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T12:03:45.464Z] ---> Running in 3404941ad149 [2023-05-02T12:05:07.174Z] Removing intermediate container 3404941ad149 [2023-05-02T12:05:07.174Z] ---> e182951da2c1 [2023-05-02T12:05:07.174Z] Step 10/12 : COPY . . [2023-05-02T12:05:07.174Z] ---> d52e795923c2 [2023-05-02T12:05:07.174Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-02T12:05:07.174Z] ---> Running in b3f818f0c365 [2023-05-02T12:05:07.174Z] Removing intermediate container b3f818f0c365 [2023-05-02T12:05:07.174Z] ---> 4920edfc3584 [2023-05-02T12:05:07.174Z] Step 12/12 : RUN $MAKE [2023-05-02T12:05:07.174Z] ---> Running in 37c31b5aef35 [2023-05-02T12:05:07.174Z] noop [2023-05-02T12:05:07.174Z] Removing intermediate container 37c31b5aef35 [2023-05-02T12:05:07.174Z] ---> 9618e2728ea7 [2023-05-02T12:05:07.174Z] Successfully built 9618e2728ea7 [2023-05-02T12:05:07.174Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:05:07.658Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T12:05:07.659Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:05:08.056Z] prd-ubuntu20.04-docker-arm64-4c-16g-12360 does not seem to be running inside a container [2023-05-02T12:05:08.133Z] $ 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-05-02T12:05:09.386Z] $ docker top d0b400fcddf98253ab800953a3b34d48ad372e3a885da65793f01047f7f13b05 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T12:05:10.310Z] + go version [2023-05-02T12:05:10.310Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-02T12:05:10.350Z] $ docker stop --time=1 d0b400fcddf98253ab800953a3b34d48ad372e3a885da65793f01047f7f13b05 [2023-05-02T12:05:12.028Z] $ docker rm -f --volumes d0b400fcddf98253ab800953a3b34d48ad372e3a885da65793f01047f7f13b05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:05:12.936Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T12:05:12.937Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:05:13.215Z] prd-ubuntu20.04-docker-arm64-4c-16g-12360 does not seem to be running inside a container [2023-05-02T12:05:13.285Z] $ 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-05-02T12:05:14.532Z] $ docker top 6dfa3d74d71fada7d76a1a803db703752ef4ff4b0dd97d76e9bb2ff9e790f523 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T12:05:15.498Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-02T12:05:16.216Z] + make test [2023-05-02T12:05:16.216Z] go test ./... -coverprofile=coverage.out [2023-05-02T12:05:55.112Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-02T12:08:01.814Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-02T12:08:01.814Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.092s coverage: 58.4% of statements [2023-05-02T12:08:01.814Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-02T12:08:01.814Z] go vet ./... [2023-05-02T12:08:16.829Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T12:08:16.829Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T12:08:16.829Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T12:08:16.866Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-02T12:08:16.894Z] $ docker stop --time=1 6dfa3d74d71fada7d76a1a803db703752ef4ff4b0dd97d76e9bb2ff9e790f523 [2023-05-02T12:08:18.790Z] $ docker rm -f --volumes 6dfa3d74d71fada7d76a1a803db703752ef4ff4b0dd97d76e9bb2ff9e790f523 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T12:08:19.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-02T12:08:20.081Z] Warning: overwriting stash ‘coverage-report’ [2023-05-02T12:08:20.651Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T12:08:21.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-02T12:08:21.662Z] + ls -al . [2023-05-02T12:08:21.662Z] total 188 [2023-05-02T12:08:21.662Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 12:05 . [2023-05-02T12:08:21.662Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 12:02 .. [2023-05-02T12:08:21.662Z] drwxrwxr-x 8 jenkins jenkins 4096 May 2 12:02 .git [2023-05-02T12:08:21.662Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 12:02 .github [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 337 May 2 12:02 .gitignore [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 41 May 2 12:02 .golangci.yml [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 2 12:02 Attribution.txt [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 2 12:02 CHANGELOG.md [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 2 12:02 Dockerfile [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 677 May 2 12:02 GOVERNANCE.md [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 660 May 2 12:02 Jenkinsfile [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 2 12:02 LICENSE [2023-05-02T12:08:21.662Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 2 12:02 Makefile [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 623 May 2 12:02 OWNERS.md [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 2 12:02 README.md [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 5 May 2 11:59 VERSION [2023-05-02T12:08:21.663Z] drwxrwxr-x 2 jenkins jenkins 4096 May 2 12:02 bin [2023-05-02T12:08:21.663Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 12:02 cmd [2023-05-02T12:08:21.663Z] -rw-r--r-- 1 jenkins jenkins 43063 May 2 12:07 coverage.out [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 2 12:02 go.mod [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 2 12:02 go.sum [2023-05-02T12:08:21.663Z] drwxrwxr-x 3 jenkins jenkins 4096 May 2 12:02 internal [2023-05-02T12:08:21.663Z] drwxrwxr-x 4 jenkins jenkins 4096 May 2 12:02 snap [2023-05-02T12:08:21.663Z] -rw-rw-r-- 1 jenkins jenkins 235 May 2 12:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:08:22.086Z] + 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=3d31877426502d4fe489b762ed5800564cfe2c0a --label arch=arm64 --label version=0.0.0 . [2023-05-02T12:08:22.677Z] Sending build context to Docker daemon 12.01MB [2023-05-02T12:08:22.677Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-02T12:08:22.677Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-02T12:08:22.677Z] ---> 9618e2728ea7 [2023-05-02T12:08:22.677Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-02T12:08:22.677Z] ---> Running in 0734f928c18c [2023-05-02T12:08:22.949Z] Removing intermediate container 0734f928c18c [2023-05-02T12:08:22.949Z] ---> da0c0bfe4f51 [2023-05-02T12:08:22.949Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-02T12:08:22.949Z] ---> Running in 7e76c2df2228 [2023-05-02T12:08:23.545Z] Removing intermediate container 7e76c2df2228 [2023-05-02T12:08:23.545Z] ---> adf122ff145b [2023-05-02T12:08:23.545Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-02T12:08:23.545Z] ---> Running in d341b42a9b75 [2023-05-02T12:08:23.813Z] Removing intermediate container d341b42a9b75 [2023-05-02T12:08:23.813Z] ---> b6526027848c [2023-05-02T12:08:23.813Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-02T12:08:23.813Z] ---> Running in 84f2f5025c90 [2023-05-02T12:08:24.084Z] Removing intermediate container 84f2f5025c90 [2023-05-02T12:08:24.084Z] ---> e39bbbf2e8ec [2023-05-02T12:08:24.084Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-02T12:08:24.362Z] ---> Running in e35884e78a86 [2023-05-02T12:08:25.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T12:08:25.910Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T12:08:26.876Z] OK: 268 MiB in 57 packages [2023-05-02T12:08:27.856Z] Removing intermediate container e35884e78a86 [2023-05-02T12:08:27.856Z] ---> 486a1ca7f1c5 [2023-05-02T12:08:27.856Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-02T12:08:28.445Z] ---> 2a325067c9a1 [2023-05-02T12:08:28.445Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T12:08:28.445Z] ---> Running in 7c446a2c6715 [2023-05-02T12:08:31.033Z] Removing intermediate container 7c446a2c6715 [2023-05-02T12:08:31.033Z] ---> 5249ab24c67d [2023-05-02T12:08:31.033Z] Step 10/25 : COPY . . [2023-05-02T12:08:35.304Z] ---> 2d63315b9a46 [2023-05-02T12:08:35.304Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-02T12:08:35.304Z] ---> Running in eaabbb52d55f [2023-05-02T12:08:35.571Z] Removing intermediate container eaabbb52d55f [2023-05-02T12:08:35.571Z] ---> 6a3804c6283a [2023-05-02T12:08:35.571Z] Step 12/25 : RUN $MAKE [2023-05-02T12:08:35.845Z] ---> Running in 50f2ca155386 [2023-05-02T12:08:36.810Z] 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-05-02T12:10:43.505Z] Removing intermediate container 50f2ca155386 [2023-05-02T12:10:43.505Z] ---> d9890078b369 [2023-05-02T12:10:43.505Z] Step 13/25 : FROM alpine:3.17 [2023-05-02T12:10:43.505Z] 3.17: Pulling from library/alpine [2023-05-02T12:10:43.505Z] c41833b44d91: Already exists [2023-05-02T12:10:43.505Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T12:10:43.505Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T12:10:43.505Z] ---> 51e60588ff2c [2023-05-02T12:10:43.505Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-02T12:10:43.505Z] ---> Running in 3d736172e5c3 [2023-05-02T12:10:43.505Z] Removing intermediate container 3d736172e5c3 [2023-05-02T12:10:43.505Z] ---> b7e1f0af0c82 [2023-05-02T12:10:43.505Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-02T12:10:43.505Z] ---> Running in fdbda455e9c6 [2023-05-02T12:10:43.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T12:10:43.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T12:10:43.505Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T12:10:43.505Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T12:10:43.505Z] OK: 8 MiB in 16 packages [2023-05-02T12:10:44.088Z] Removing intermediate container fdbda455e9c6 [2023-05-02T12:10:44.088Z] ---> 7e4c7655275f [2023-05-02T12:10:44.088Z] Step 16/25 : WORKDIR / [2023-05-02T12:10:44.088Z] ---> Running in e48a4345d162 [2023-05-02T12:10:44.355Z] Removing intermediate container e48a4345d162 [2023-05-02T12:10:44.355Z] ---> c478b2218e4b [2023-05-02T12:10:44.355Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-02T12:10:44.939Z] ---> 720c15e21892 [2023-05-02T12:10:44.939Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-02T12:10:45.208Z] ---> 00669e4f32f7 [2023-05-02T12:10:45.208Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-02T12:10:46.630Z] ---> 774af6a8720c [2023-05-02T12:10:46.630Z] Step 20/25 : EXPOSE 59900 [2023-05-02T12:10:46.630Z] ---> Running in 2bfc7ec2f3ce [2023-05-02T12:10:46.909Z] Removing intermediate container 2bfc7ec2f3ce [2023-05-02T12:10:46.909Z] ---> 7a5bdabb3e9a [2023-05-02T12:10:46.909Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-02T12:10:46.909Z] ---> Running in 0b762b531043 [2023-05-02T12:10:47.175Z] Removing intermediate container 0b762b531043 [2023-05-02T12:10:47.175Z] ---> c934ca4fede3 [2023-05-02T12:10:47.175Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T12:10:47.443Z] ---> Running in 0b74b9dd00b6 [2023-05-02T12:10:47.715Z] Removing intermediate container 0b74b9dd00b6 [2023-05-02T12:10:47.715Z] ---> ac2f163ae3e3 [2023-05-02T12:10:47.715Z] Step 23/25 : LABEL arch=arm64 [2023-05-02T12:10:47.715Z] ---> Running in 8bc5cbe90dad [2023-05-02T12:10:47.982Z] Removing intermediate container 8bc5cbe90dad [2023-05-02T12:10:47.982Z] ---> d4f2156e3b05 [2023-05-02T12:10:47.982Z] Step 24/25 : LABEL git_sha=3d31877426502d4fe489b762ed5800564cfe2c0a [2023-05-02T12:10:47.982Z] ---> Running in 0727026d0909 [2023-05-02T12:10:48.250Z] Removing intermediate container 0727026d0909 [2023-05-02T12:10:48.250Z] ---> 3f128506f8a2 [2023-05-02T12:10:48.250Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T12:10:48.250Z] ---> Running in 1368f0c00152 [2023-05-02T12:10:48.516Z] Removing intermediate container 1368f0c00152 [2023-05-02T12:10:48.516Z] ---> b65b64bdba43 [2023-05-02T12:10:48.516Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-02T12:10:48.516Z] Successfully built b65b64bdba43 [2023-05-02T12:10:48.516Z] 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-05-02T12:10:49.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T12:10:49.597Z] [2023-05-02T12:10:49.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:10:49.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T12:10:51.408Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-02T12:10:51.408Z] 8998bd30e6a1: Pulling fs layer [2023-05-02T12:10:51.408Z] 04944245beec: Pulling fs layer [2023-05-02T12:10:51.408Z] 699f458cf7ca: Pulling fs layer [2023-05-02T12:10:51.408Z] 765212b225bb: Pulling fs layer [2023-05-02T12:10:51.408Z] f23df028b6ca: Pulling fs layer [2023-05-02T12:10:51.408Z] d65c8cfc05b1: Pulling fs layer [2023-05-02T12:10:51.408Z] 2437ff75d9bd: Pulling fs layer [2023-05-02T12:10:51.408Z] f23df028b6ca: Waiting [2023-05-02T12:10:51.408Z] d65c8cfc05b1: Waiting [2023-05-02T12:10:51.408Z] 2437ff75d9bd: Waiting [2023-05-02T12:10:51.408Z] 765212b225bb: Waiting [2023-05-02T12:10:51.408Z] 04944245beec: Verifying Checksum [2023-05-02T12:10:51.408Z] 04944245beec: Download complete [2023-05-02T12:10:51.408Z] 765212b225bb: Download complete [2023-05-02T12:10:51.408Z] f23df028b6ca: Download complete [2023-05-02T12:10:51.408Z] d65c8cfc05b1: Verifying Checksum [2023-05-02T12:10:51.408Z] d65c8cfc05b1: Download complete [2023-05-02T12:10:51.408Z] 699f458cf7ca: Verifying Checksum [2023-05-02T12:10:51.408Z] 699f458cf7ca: Download complete [2023-05-02T12:10:51.677Z] 8998bd30e6a1: Verifying Checksum [2023-05-02T12:10:51.677Z] 8998bd30e6a1: Download complete [2023-05-02T12:10:54.264Z] 2437ff75d9bd: Verifying Checksum [2023-05-02T12:10:54.264Z] 2437ff75d9bd: Download complete [2023-05-02T12:10:55.738Z] 8998bd30e6a1: Pull complete [2023-05-02T12:10:56.009Z] 04944245beec: Pull complete [2023-05-02T12:10:57.457Z] 699f458cf7ca: Pull complete [2023-05-02T12:10:57.749Z] 765212b225bb: Pull complete [2023-05-02T12:10:58.367Z] f23df028b6ca: Pull complete [2023-05-02T12:10:58.635Z] d65c8cfc05b1: Pull complete [2023-05-02T12:11:13.624Z] 2437ff75d9bd: Pull complete [2023-05-02T12:11:13.624Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-02T12:11:13.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T12:11:13.624Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:11:13.966Z] prd-ubuntu20.04-docker-arm64-4c-16g-12360 does not seem to be running inside a container [2023-05-02T12:11:14.033Z] $ 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-05-02T12:11:16.553Z] $ docker top 8b8bd4011305c6844114324a5bf9a88900b24be3e0a413596787b5e6d0347f35 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:17.449Z] ---> job-cost.sh [2023-05-02T12:11:17.449Z] lf-activate-venv: SKIPPING [2023-05-02T12:11:17.449Z] INFO: No Stack... [2023-05-02T12:11:18.032Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-02T12:11:18.613Z] INFO: Archiving Costs [Pipeline] sh [2023-05-02T12:11:19.271Z] + + cutcat -d, /w/workspace/device-virtual-go/1/archives/cost.csv -f6 [2023-05-02T12:11:19.271Z] [Pipeline] lock [2023-05-02T12:11:19.360Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [2023-05-02T12:11:19.364Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] did not exist. Created. [2023-05-02T12:11:19.365Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-02T12:11:20.095Z] /w/workspace/device-virtual-go/1@tmp/durable-6a6e5cfd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-02T12:11:20.477Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-02T12:11:20.534Z] Warning: overwriting stash ‘stack-cost’ [2023-05-02T12:11:20.581Z] Stashed 1 file(s) [Pipeline] } [2023-05-02T12:11:20.596Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-394-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-02T12:11:20.682Z] $ docker stop --time=1 8b8bd4011305c6844114324a5bf9a88900b24be3e0a413596787b5e6d0347f35 [2023-05-02T12:11:22.194Z] $ docker rm -f --volumes 8b8bd4011305c6844114324a5bf9a88900b24be3e0a413596787b5e6d0347f35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-02T12:11:23.203Z] provisioning config files... [2023-05-02T12:11:23.211Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-394@tmp/config9291903920812711099tmp [Pipeline] { [Pipeline] sh [2023-05-02T12:11:23.551Z] + set +x [2023-05-02T12:11:23.551Z] + bash -s -- [2023-05-02T12:11:23.551Z] + curl -s https://codecov.io/bash [2023-05-02T12:11:23.551Z] [2023-05-02T12:11:23.551Z] _____ _ [2023-05-02T12:11:23.551Z] / ____| | | [2023-05-02T12:11:23.551Z] | | ___ __| | ___ ___ _____ __ [2023-05-02T12:11:23.551Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-02T12:11:23.551Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-02T12:11:23.551Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-02T12:11:23.551Z] Bash-1.0.6 [2023-05-02T12:11:23.551Z] [2023-05-02T12:11:23.551Z] [2023-05-02T12:11:23.551Z] ==> git version 2.25.1 found [2023-05-02T12:11:23.551Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-02T12:11:23.551Z] Release-Date: 2020-01-08 [2023-05-02T12:11:23.551Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-02T12:11:23.551Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-02T12:11:23.551Z] ==> Jenkins CI detected. [2023-05-02T12:11:23.551Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-394 [2023-05-02T12:11:23.551Z] project root: . [2023-05-02T12:11:23.551Z] --> token set from env [2023-05-02T12:11:23.551Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-02T12:11:23.551Z] ==> Running gcov in . (disable via -X gcov) [2023-05-02T12:11:23.551Z] ==> Python coveragepy not found [2023-05-02T12:11:23.551Z] ==> Searching for coverage reports in: [2023-05-02T12:11:23.551Z] + . [2023-05-02T12:11:23.551Z] -> Found 1 reports [2023-05-02T12:11:23.551Z] ==> Detecting git/mercurial file structure [2023-05-02T12:11:23.551Z] ==> Reading reports [2023-05-02T12:11:23.551Z] + ./coverage.out bytes=43063 [2023-05-02T12:11:23.551Z] ==> Appending adjustments [2023-05-02T12:11:23.551Z] https://docs.codecov.io/docs/fixing-reports [2023-05-02T12:11:23.811Z] + Found adjustments [2023-05-02T12:11:23.811Z] ==> Gzipping contents [2023-05-02T12:11:23.811Z] 8.0K /tmp/codecov.61EUqI.gz [2023-05-02T12:11:23.811Z] ==> Uploading reports [2023-05-02T12:11:23.811Z] url: https://codecov.io [2023-05-02T12:11:23.811Z] query: branch=PR-394&commit=3d31877426502d4fe489b762ed5800564cfe2c0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-394%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=394&job=&cmd_args= [2023-05-02T12:11:23.811Z] -> Pinging Codecov [2023-05-02T12:11:23.811Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-394&commit=3d31877426502d4fe489b762ed5800564cfe2c0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-394%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=394&job=&cmd_args= [2023-05-02T12:11:24.070Z] -> Uploading to [2023-05-02T12:11:24.070Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-02/5E52B4B073DB2E39498172D8E973AA87/3d31877426502d4fe489b762ed5800564cfe2c0a/ab87b385-7296-4833-b5d5-1710736cff22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230502T121123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b0cb35e2b30f4dacceee9167a2e3fb77a07491b81251a3f4643ad1d62564718 [2023-05-02T12:11:24.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T12:11:24.070Z] Dload Upload Total Spent Left Speed [2023-05-02T12:11:24.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 25791 --:--:-- --:--:-- --:--:-- 25791 [2023-05-02T12:11:24.070Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/3d31877426502d4fe489b762ed5800564cfe2c0a [Pipeline] } [2023-05-02T12:11:24.099Z] 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-05-02T12:11:26.114Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-394/archives ] [2023-05-02T12:11:26.114Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-394/archives [2023-05-02T12:11:26.114Z] total 16 [2023-05-02T12:11:26.114Z] drwxr-xr-x 3 root root 4096 May 2 12:01 . [2023-05-02T12:11:26.114Z] drwxrwxr-x 10 jenkins jenkins 4096 May 2 12:01 .. [2023-05-02T12:11:26.114Z] drwxr-xr-x 2 root root 4096 May 2 12:01 cost [2023-05-02T12:11:26.114Z] -rw-r--r-- 1 root root 89 May 2 12:01 cost.csv [2023-05-02T12:11:26.114Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-394/archives [2023-05-02T12:11:26.114Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-394/archives [2023-05-02T12:11:26.114Z] total 16 [2023-05-02T12:11:26.114Z] drwxr-xr-x 3 jenkins jenkins 4096 May 2 12:01 . [2023-05-02T12:11:26.114Z] drwxrwxr-x 10 jenkins jenkins 4096 May 2 12:01 .. [2023-05-02T12:11:26.114Z] drwxr-xr-x 2 jenkins jenkins 4096 May 2 12:01 cost [2023-05-02T12:11:26.114Z] -rw-r--r-- 1 jenkins jenkins 89 May 2 12:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:26.456Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:27.348Z] ---> package-listing.sh [2023-05-02T12:11:27.348Z] ++ facter osfamily [2023-05-02T12:11:27.348Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-02T12:11:27.607Z] + OS_FAMILY=debian [2023-05-02T12:11:27.607Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-394 [2023-05-02T12:11:27.607Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-02T12:11:27.607Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-02T12:11:27.607Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-02T12:11:27.607Z] + PACKAGES=/tmp/packages_start.txt [2023-05-02T12:11:27.607Z] + '[' /w/workspace/foundry_device-virtual-go_PR-394 ']' [2023-05-02T12:11:27.607Z] + PACKAGES=/tmp/packages_end.txt [2023-05-02T12:11:27.607Z] + case "${OS_FAMILY}" in [2023-05-02T12:11:27.607Z] + dpkg -l [2023-05-02T12:11:27.607Z] + grep '^ii' [2023-05-02T12:11:27.607Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-02T12:11:27.607Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-02T12:11:27.607Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-02T12:11:27.607Z] + '[' /w/workspace/foundry_device-virtual-go_PR-394 ']' [2023-05-02T12:11:27.607Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-394/archives/ [2023-05-02T12:11:27.607Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-394/archives/ [Pipeline] echo [2023-05-02T12:11:27.653Z] 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-394/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-02T12:11:27.951Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T12:11:28.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T12:11:28.570Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T12:11:28.722Z] prd-ubuntu20.04-docker-8c-8g-12358 does not seem to be running inside a container [2023-05-02T12:11:28.753Z] $ 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-394/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-394 -v /w/workspace/foundry_device-virtual-go_PR-394:/w/workspace/foundry_device-virtual-go_PR-394:rw,z -v /w/workspace/foundry_device-virtual-go_PR-394@tmp:/w/workspace/foundry_device-virtual-go_PR-394@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-05-02T12:11:28.955Z] $ docker top 33aa719b55729f941071c9624d61eb0b49f1447dcc92802d00323239dc8533f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T12:11:29.345Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-02T12:11:29.658Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-02T12:11:29.971Z] + ls /var/log/sa-host [2023-05-02T12:11:29.971Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T12:11:30.105Z] provisioning config files... [2023-05-02T12:11:30.113Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-394@tmp/config15491260871270989312tmp [Pipeline] { [Pipeline] echo [2023-05-02T12:11:30.168Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:30.479Z] ---> create-netrc.sh [Pipeline] } [2023-05-02T12:11:30.504Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:30.904Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-02T12:11:30.936Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:31.260Z] ---> sudo-logs.sh [2023-05-02T12:11:31.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-02T12:11:31.342Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:31.651Z] ---> job-cost.sh [2023-05-02T12:11:31.651Z] lf-activate-venv: SKIPPING [2023-05-02T12:11:31.651Z] DEBUG: total: 0.2199999988079071 [2023-05-02T12:11:31.651Z] INFO: Retrieving Stack Cost... [2023-05-02T12:11:32.218Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-02T12:11:32.477Z] INFO: Archiving Costs [Pipeline] echo [2023-05-02T12:11:32.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T12:11:32.825Z] ---> logs-deploy.sh [2023-05-02T12:11:32.825Z] lf-activate-venv: SKIPPING [2023-05-02T12:11:32.825Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-394/1 [2023-05-02T12:11:32.825Z] INFO: archiving workspace using pattern(s): [2023-05-02T12:11:34.199Z] Archives upload complete. [2023-05-02T12:11:34.199Z] INFO: archiving logs to Nexus