Pull request #541 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0a810eb98cff27fc7c03296c117b2b02be0a45af+c80097c4a9a507998513a772aabe6c68a90454ef (742cd3a2fa0a0d4eb165879c00eecbf61f7973a2) 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-ssh16018123231739356254.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13620650684585364646.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-mqtt-go/branches/PR-541/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-mqtt-go/branches/PR-541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15721883738957751244.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-mqtt-go/branches/PR-541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17811158348176537286.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh1520759914091844989.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-mqtt-go/branches/PR-541/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-mqtt-go/branches/PR-541/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7314277876847855946.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-mqtt-go, buildSnap:false] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5413 in /w/workspace/gexfoundry_device-mqtt-go_PR-541 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-541 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/541/head:refs/remotes/origin/PR-541 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c80097c4a9a507998513a772aabe6c68a90454ef into PR head commit 0a810eb98cff27fc7c03296c117b2b02be0a45af Merge succeeded, producing 0a810eb98cff27fc7c03296c117b2b02be0a45af Checking out Revision 0a810eb98cff27fc7c03296c117b2b02be0a45af (PR-541) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-23T02:00:13.492Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 0a810eb98cff27fc7c03296c117b2b02be0a45af # 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 c80097c4a9a507998513a772aabe6c68a90454ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a810eb98cff27fc7c03296c117b2b02be0a45af # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-23T02:00:13.671Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-23T02:00:13.774Z] ========================================================= [2023-03-23T02:00:13.774Z] EdgeX Global Pipelines Version Info [2023-03-23T02:00:13.774Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:00:14.544Z] ------------------- [2023-03-23T02:00:14.544Z] stable info: [2023-03-23T02:00:14.544Z] ------------------- [2023-03-23T02:00:14.544Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-23T02:00:14.544Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-23T02:00:14.544Z] Message: update stable to v1.0.245 [2023-03-23T02:00:15.114Z] ------------------- [2023-03-23T02:00:15.114Z] experimental info: [2023-03-23T02:00:15.114Z] ------------------- [2023-03-23T02:00:15.114Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-23T02:00:15.114Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-23T02:00:15.114Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-23T02:00:15.384Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-03-23T02:00:15.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-03-23T02:00:15.469Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-23T02:00:15.512Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-23T02:00:15.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-23T02:00:15.604Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-23T02:00:15.642Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-23T02:00:15.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-23T02:00:15.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-23T02:00:15.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-23T02:00:15.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-23T02:00:15.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-03-23T02:00:15.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-23T02:00:15.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-23T02:00:15.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-23T02:00:16.012Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-23T02:00:16.065Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-23T02:00:16.106Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-23T02:00:16.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-23T02:00:16.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-23T02:00:16.247Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-23T02:00:16.293Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-23T02:00:16.332Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-23T02:00:16.377Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-23T02:00:16.425Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-23T02:00:16.467Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-23T02:00:16.512Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-23T02:00:16.551Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-541 [Pipeline] echo [2023-03-23T02:00:16.596Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-541 [Pipeline] echo [2023-03-23T02:00:16.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-541 [Pipeline] echo [2023-03-23T02:00:16.702Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a810eb98cff27fc7c03296c117b2b02be0a45af [Pipeline] echo [2023-03-23T02:00:16.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a810eb [Pipeline] echo [2023-03-23T02:00:16.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T02:00:16.988Z] provisioning config files... [2023-03-23T02:00:17.004Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/config1180538102967066715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:00:17.351Z] ---> docker-login.sh [2023-03-23T02:00:17.351Z] nexus3.edgexfoundry.org:10001 [2023-03-23T02:00:17.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:17.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:17.611Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:17.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:17.611Z] [2023-03-23T02:00:17.611Z] Login Succeeded [2023-03-23T02:00:17.611Z] nexus3.edgexfoundry.org:10002 [2023-03-23T02:00:17.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:17.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:17.611Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:17.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:17.611Z] [2023-03-23T02:00:17.611Z] Login Succeeded [2023-03-23T02:00:17.611Z] nexus3.edgexfoundry.org:10003 [2023-03-23T02:00:17.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:17.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:17.871Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:17.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:17.871Z] [2023-03-23T02:00:17.871Z] Login Succeeded [2023-03-23T02:00:17.871Z] nexus3.edgexfoundry.org:10004 [2023-03-23T02:00:17.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:17.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:17.871Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:17.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:17.871Z] [2023-03-23T02:00:17.871Z] Login Succeeded [2023-03-23T02:00:17.871Z] docker.io [2023-03-23T02:00:17.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:20.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:20.413Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:20.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:20.413Z] [2023-03-23T02:00:20.413Z] Login Succeeded [2023-03-23T02:00:20.413Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T02:00:20.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-23T02:00:21.105Z] + git rev-list -1 --merges 0a810eb98cff27fc7c03296c117b2b02be0a45af~1..0a810eb98cff27fc7c03296c117b2b02be0a45af [Pipeline] echo [2023-03-23T02:00:21.172Z] -----------> git rev-list -1 --merges 0a810eb98cff27fc7c03296c117b2b02be0a45af~1..0a810eb98cff27fc7c03296c117b2b02be0a45af 0a810eb98cff27fc7c03296c117b2b02be0a45af [false] [Pipeline] sh [2023-03-23T02:00:21.484Z] + git log --format=format:%s -1 0a810eb98cff27fc7c03296c117b2b02be0a45af [Pipeline] echo [2023-03-23T02:00:21.519Z] ========================================================= [2023-03-23T02:00:21.519Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-23T02:00:21.519Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T02:00:21.953Z] + git log --format=format:%s -1 0a810eb98cff27fc7c03296c117b2b02be0a45af [Pipeline] echo [2023-03-23T02:00:21.985Z] [semverPrep] GIT_COMMIT: 0a810eb98cff27fc7c03296c117b2b02be0a45af, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo [2023-03-23T02:00:22.013Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-23T02:00:22.443Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-23T02:00:22.443Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-23T02:00:22.443Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-23T02:00:22.443Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-23T02:00:22.443Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-23T02:00:22.443Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-23T02:00:22.443Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:00:22.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T02:00:22.880Z] [2023-03-23T02:00:22.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:00:23.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T02:00:23.285Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-23T02:00:23.285Z] b85a868b505f: Pulling fs layer [2023-03-23T02:00:23.285Z] e2be974225ed: Pulling fs layer [2023-03-23T02:00:23.285Z] 339a4e72a1f5: Pulling fs layer [2023-03-23T02:00:23.285Z] 988bab9f4d93: Pulling fs layer [2023-03-23T02:00:23.285Z] 1469e6f7b9e6: Pulling fs layer [2023-03-23T02:00:23.285Z] eaf3925da568: Pulling fs layer [2023-03-23T02:00:23.285Z] bab4dde63d76: Pulling fs layer [2023-03-23T02:00:23.285Z] bde34c3a00c8: Pulling fs layer [2023-03-23T02:00:23.285Z] b352a97aabf1: Pulling fs layer [2023-03-23T02:00:23.285Z] 4872d77fe225: Pulling fs layer [2023-03-23T02:00:23.285Z] 5851b861e8e6: Pulling fs layer [2023-03-23T02:00:23.285Z] eaf3925da568: Waiting [2023-03-23T02:00:23.285Z] bab4dde63d76: Waiting [2023-03-23T02:00:23.285Z] b352a97aabf1: Waiting [2023-03-23T02:00:23.285Z] 988bab9f4d93: Waiting [2023-03-23T02:00:23.285Z] 4872d77fe225: Waiting [2023-03-23T02:00:23.285Z] bde34c3a00c8: Waiting [2023-03-23T02:00:23.285Z] 5851b861e8e6: Waiting [2023-03-23T02:00:23.285Z] 1469e6f7b9e6: Waiting [2023-03-23T02:00:23.285Z] e2be974225ed: Verifying Checksum [2023-03-23T02:00:23.285Z] e2be974225ed: Download complete [2023-03-23T02:00:23.285Z] 988bab9f4d93: Download complete [2023-03-23T02:00:23.544Z] 1469e6f7b9e6: Verifying Checksum [2023-03-23T02:00:23.544Z] 1469e6f7b9e6: Download complete [2023-03-23T02:00:23.544Z] eaf3925da568: Download complete [2023-03-23T02:00:23.544Z] 339a4e72a1f5: Verifying Checksum [2023-03-23T02:00:23.544Z] 339a4e72a1f5: Download complete [2023-03-23T02:00:23.544Z] bde34c3a00c8: Download complete [2023-03-23T02:00:23.544Z] b352a97aabf1: Verifying Checksum [2023-03-23T02:00:23.544Z] b352a97aabf1: Download complete [2023-03-23T02:00:23.544Z] 4872d77fe225: Download complete [2023-03-23T02:00:23.544Z] b85a868b505f: Verifying Checksum [2023-03-23T02:00:23.544Z] b85a868b505f: Download complete [2023-03-23T02:00:23.544Z] 5851b861e8e6: Download complete [2023-03-23T02:00:23.802Z] bab4dde63d76: Verifying Checksum [2023-03-23T02:00:23.802Z] bab4dde63d76: Download complete [2023-03-23T02:00:24.746Z] b85a868b505f: Pull complete [2023-03-23T02:00:25.005Z] e2be974225ed: Pull complete [2023-03-23T02:00:25.573Z] 339a4e72a1f5: Pull complete [2023-03-23T02:00:25.573Z] 988bab9f4d93: Pull complete [2023-03-23T02:00:25.831Z] 1469e6f7b9e6: Pull complete [2023-03-23T02:00:25.831Z] eaf3925da568: Pull complete [2023-03-23T02:00:27.731Z] bab4dde63d76: Pull complete [2023-03-23T02:00:27.731Z] bde34c3a00c8: Pull complete [2023-03-23T02:00:27.991Z] b352a97aabf1: Pull complete [2023-03-23T02:00:27.991Z] 4872d77fe225: Pull complete [2023-03-23T02:00:27.991Z] 5851b861e8e6: Pull complete [2023-03-23T02:00:27.991Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-23T02:00:27.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-23T02:00:27.991Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:00:28.235Z] prd-ubuntu20.04-docker-8c-8g-5413 does not seem to be running inside a container [2023-03-23T02:00:28.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-541 -v /w/workspace/gexfoundry_device-mqtt-go_PR-541:/w/workspace/gexfoundry_device-mqtt-go_PR-541:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-541@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-03-23T02:00:30.805Z] $ docker top e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 -eo pid,comm [2023-03-23T02:00:30.869Z] 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-03-23T02:00:30.869Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-23T02:00:31.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T02:00:31.004Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T02:00:31.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T02:00:31.125Z] $ docker exec e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 ssh-agent [2023-03-23T02:00:31.249Z] SSH_AUTH_SOCK=/tmp/ssh-y0hQ8bulf9iQ/agent.33 [2023-03-23T02:00:31.249Z] SSH_AGENT_PID=39 [2023-03-23T02:00:31.255Z] Running ssh-add (command line suppressed) [2023-03-23T02:00:31.360Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/private_key_5690051023252662385.key (/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/private_key_5690051023252662385.key) [2023-03-23T02:00:31.379Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T02:00:31.710Z] + git tag --points-at HEAD [Pipeline] } [2023-03-23T02:00:31.741Z] $ docker exec --env ******** --env ******** e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 ssh-agent -k [2023-03-23T02:00:31.865Z] unset SSH_AUTH_SOCK; [2023-03-23T02:00:31.866Z] unset SSH_AGENT_PID; [2023-03-23T02:00:31.867Z] echo Agent pid 39 killed; [2023-03-23T02:00:31.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-23T02:00:32.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-23T02:00:32.043Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-23T02:00:32.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-23T02:00:32.165Z] $ docker exec e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 ssh-agent [2023-03-23T02:00:32.280Z] SSH_AUTH_SOCK=/tmp/ssh-JilUUZc7HsqX/agent.71 [2023-03-23T02:00:32.280Z] SSH_AGENT_PID=77 [2023-03-23T02:00:32.285Z] Running ssh-add (command line suppressed) [2023-03-23T02:00:32.393Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/private_key_18042728628458115830.key (/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/private_key_18042728628458115830.key) [2023-03-23T02:00:32.412Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-23T02:00:32.740Z] + git semver init [2023-03-23T02:00:33.002Z] 2023-03-23 02:00:32,951 [run_init] DEBUG init version:0.0.0 force:False [2023-03-23T02:00:33.002Z] 2023-03-23 02:00:32,952 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver [2023-03-23T02:00:33.002Z] 2023-03-23 02:00:32,952 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver [2023-03-23T02:00:33.002Z] 2023-03-23 02:00:32,952 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-541, universal_newlines=False, shell=None, istream=None) [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,838 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541/.git/info/exclude [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,839 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver/PR-541 with force:False [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,839 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver/PR-541 [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,844 [execute] INFO git cat-file --batch-check [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver, universal_newlines=False, shell=None, istream=) [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,851 [execute] INFO git cat-file --batch [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver, universal_newlines=False, shell=None, istream=) [2023-03-23T02:00:33.940Z] 2023-03-23 02:00:33,858 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-541/.semver/PR-541 [2023-03-23T02:00:33.940Z] 0.0.0 [Pipeline] } [2023-03-23T02:00:33.967Z] $ docker exec --env ******** --env ******** e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 ssh-agent -k [2023-03-23T02:00:34.079Z] unset SSH_AUTH_SOCK; [2023-03-23T02:00:34.080Z] unset SSH_AGENT_PID; [2023-03-23T02:00:34.080Z] echo Agent pid 77 killed; [2023-03-23T02:00:34.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-23T02:00:34.510Z] + git semver [Pipeline] } [2023-03-23T02:00:34.797Z] $ docker stop --time=1 e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 [2023-03-23T02:00:36.096Z] $ docker rm -f --volumes e07dcdb3293bc9981f266cc3834f2a9ec32eef9bf8a0c23c2eb0a84daf848d06 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T02:00:36.494Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-23T02:00:36.763Z] Stashed 1 file(s) [Pipeline] echo [2023-03-23T02:00:36.781Z] [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-03-23T02:00:37.414Z] provisioning config files... [2023-03-23T02:00:37.425Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/config637430076380240971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:00:37.774Z] ---> docker-login.sh [2023-03-23T02:00:37.774Z] nexus3.edgexfoundry.org:10001 [2023-03-23T02:00:37.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:37.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:37.774Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:37.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:37.774Z] [2023-03-23T02:00:37.774Z] Login Succeeded [2023-03-23T02:00:37.774Z] nexus3.edgexfoundry.org:10002 [2023-03-23T02:00:37.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:37.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:37.774Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:37.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:37.774Z] [2023-03-23T02:00:37.774Z] Login Succeeded [2023-03-23T02:00:37.774Z] nexus3.edgexfoundry.org:10003 [2023-03-23T02:00:38.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:38.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:38.034Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:38.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:38.034Z] [2023-03-23T02:00:38.034Z] Login Succeeded [2023-03-23T02:00:38.034Z] nexus3.edgexfoundry.org:10004 [2023-03-23T02:00:38.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:38.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:38.034Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:38.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:38.034Z] [2023-03-23T02:00:38.034Z] Login Succeeded [2023-03-23T02:00:38.034Z] docker.io [2023-03-23T02:00:38.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:00:38.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:00:38.295Z] Configure a credential helper to remove this warning. See [2023-03-23T02:00:38.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:00:38.295Z] [2023-03-23T02:00:38.295Z] Login Succeeded [2023-03-23T02:00:38.301Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T02:00:38.326Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-23T02:00:38.512Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T02:00:38.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T02:00:38.582Z] ========================================================= [2023-03-23T02:00:38.582Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-23T02:00:38.582Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:00:39.056Z] + 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-03-23T02:00:39.056Z] Sending build context to Docker daemon 6.411MB [2023-03-23T02:00:39.056Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T02:00:39.056Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-23T02:00:39.056Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-23T02:00:39.056Z] 63b65145d645: Pulling fs layer [2023-03-23T02:00:39.056Z] a2d21d5440eb: Pulling fs layer [2023-03-23T02:00:39.056Z] 935e6c44a52c: Pulling fs layer [2023-03-23T02:00:39.056Z] 94cc34f8dd06: Pulling fs layer [2023-03-23T02:00:39.056Z] 30dea6a524f1: Pulling fs layer [2023-03-23T02:00:39.056Z] a2aff8979fd8: Pulling fs layer [2023-03-23T02:00:39.056Z] 6808be2612f2: Pulling fs layer [2023-03-23T02:00:39.056Z] f25807f1079a: Pulling fs layer [2023-03-23T02:00:39.056Z] 94cc34f8dd06: Waiting [2023-03-23T02:00:39.056Z] 30dea6a524f1: Waiting [2023-03-23T02:00:39.056Z] a2aff8979fd8: Waiting [2023-03-23T02:00:39.056Z] 6808be2612f2: Waiting [2023-03-23T02:00:39.317Z] a2d21d5440eb: Verifying Checksum [2023-03-23T02:00:39.317Z] a2d21d5440eb: Download complete [2023-03-23T02:00:39.317Z] 94cc34f8dd06: Verifying Checksum [2023-03-23T02:00:39.317Z] 94cc34f8dd06: Download complete [2023-03-23T02:00:39.317Z] 30dea6a524f1: Download complete [2023-03-23T02:00:39.317Z] 63b65145d645: Verifying Checksum [2023-03-23T02:00:39.317Z] 63b65145d645: Download complete [2023-03-23T02:00:39.317Z] 63b65145d645: Pull complete [2023-03-23T02:00:39.317Z] a2aff8979fd8: Verifying Checksum [2023-03-23T02:00:39.317Z] a2aff8979fd8: Download complete [2023-03-23T02:00:39.582Z] a2d21d5440eb: Pull complete [2023-03-23T02:00:40.153Z] f25807f1079a: Verifying Checksum [2023-03-23T02:00:40.153Z] f25807f1079a: Download complete [2023-03-23T02:00:40.153Z] 935e6c44a52c: Verifying Checksum [2023-03-23T02:00:40.153Z] 935e6c44a52c: Download complete [2023-03-23T02:00:40.153Z] 6808be2612f2: Verifying Checksum [2023-03-23T02:00:40.153Z] 6808be2612f2: Download complete [2023-03-23T02:00:43.446Z] 935e6c44a52c: Pull complete [2023-03-23T02:00:43.446Z] 94cc34f8dd06: Pull complete [2023-03-23T02:00:43.446Z] 30dea6a524f1: Pull complete [2023-03-23T02:00:43.446Z] a2aff8979fd8: Pull complete [2023-03-23T02:00:45.989Z] 6808be2612f2: Pull complete [2023-03-23T02:00:46.947Z] f25807f1079a: Pull complete [2023-03-23T02:00:46.948Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-23T02:00:46.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-23T02:00:46.948Z] ---> 3b553350e43f [2023-03-23T02:00:46.948Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-23T02:00:51.140Z] ---> Running in 210812fe2955 [2023-03-23T02:00:51.140Z] Removing intermediate container 210812fe2955 [2023-03-23T02:00:51.140Z] ---> b81f904683fa [2023-03-23T02:00:51.140Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T02:00:51.140Z] ---> Running in 0a24202a7c52 [2023-03-23T02:00:51.140Z] Removing intermediate container 0a24202a7c52 [2023-03-23T02:00:51.140Z] ---> e77efa8bdebe [2023-03-23T02:00:51.140Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-23T02:00:51.140Z] ---> Running in 3b605d47c5a2 [2023-03-23T02:00:51.140Z] Removing intermediate container 3b605d47c5a2 [2023-03-23T02:00:51.140Z] ---> f4ca2e11c52c [2023-03-23T02:00:51.140Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T02:00:51.140Z] ---> Running in 1c3fae6d33f6 [2023-03-23T02:00:51.140Z] Removing intermediate container 1c3fae6d33f6 [2023-03-23T02:00:51.140Z] ---> c01a3a12bd60 [2023-03-23T02:00:51.140Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T02:00:51.140Z] ---> Running in b5325c20e70f [2023-03-23T02:00:51.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T02:00:51.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T02:00:51.657Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-23T02:00:51.657Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-23T02:00:51.657Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-23T02:00:51.657Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-23T02:00:51.657Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T02:00:51.657Z] OK: 269 MiB in 57 packages [2023-03-23T02:00:52.216Z] Still waiting to schedule task [2023-03-23T02:00:52.216Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-23T02:00:52.224Z] Removing intermediate container b5325c20e70f [2023-03-23T02:00:52.224Z] ---> 27ca53409af6 [2023-03-23T02:00:52.224Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-23T02:00:52.224Z] ---> Running in 2c0c0bbbbc1d [2023-03-23T02:00:52.224Z] Removing intermediate container 2c0c0bbbbc1d [2023-03-23T02:00:52.224Z] ---> 84c35edb2cfb [2023-03-23T02:00:52.224Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-23T02:00:52.482Z] ---> 74f9f66dad38 [2023-03-23T02:00:52.482Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T02:00:52.482Z] ---> Running in 89215d29333e [2023-03-23T02:01:24.574Z] Removing intermediate container 89215d29333e [2023-03-23T02:01:24.574Z] ---> b0ddbd2881a8 [2023-03-23T02:01:24.574Z] Step 11/12 : COPY . . [2023-03-23T02:01:24.574Z] ---> 03712cef7e13 [2023-03-23T02:01:24.574Z] Step 12/12 : RUN $MAKE [2023-03-23T02:01:24.574Z] ---> Running in 00f20571a578 [2023-03-23T02:01:24.574Z] noop [2023-03-23T02:01:24.574Z] Removing intermediate container 00f20571a578 [2023-03-23T02:01:24.574Z] ---> 6dcf20920492 [2023-03-23T02:01:24.574Z] Successfully built 6dcf20920492 [2023-03-23T02:01:24.574Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:01:25.031Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-23T02:01:25.031Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:01:25.177Z] prd-ubuntu20.04-docker-8c-8g-5413 does not seem to be running inside a container [2023-03-23T02:01:25.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-541 -v /w/workspace/gexfoundry_device-mqtt-go_PR-541:/w/workspace/gexfoundry_device-mqtt-go_PR-541:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-541@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-03-23T02:01:25.578Z] $ docker top 9cb89f94310ccd1d78454d92a6d146d393f6a49b679357aa34b482f53dd75095 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T02:01:25.966Z] + go version [2023-03-23T02:01:25.966Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-23T02:01:26.007Z] $ docker stop --time=1 9cb89f94310ccd1d78454d92a6d146d393f6a49b679357aa34b482f53dd75095 [2023-03-23T02:01:27.673Z] $ docker rm -f --volumes 9cb89f94310ccd1d78454d92a6d146d393f6a49b679357aa34b482f53dd75095 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:01:28.381Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-23T02:01:28.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:01:28.538Z] prd-ubuntu20.04-docker-8c-8g-5413 does not seem to be running inside a container [2023-03-23T02:01:28.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-541 -v /w/workspace/gexfoundry_device-mqtt-go_PR-541:/w/workspace/gexfoundry_device-mqtt-go_PR-541:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-541@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-03-23T02:01:28.915Z] $ docker top c6285166ebbb7eb413bc357a58c3d85a0b7e2ce0b852bcbd7f324d3e97e6724e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T02:01:29.389Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-541 [Pipeline] fileExists [Pipeline] sh [2023-03-23T02:01:29.808Z] + make test [2023-03-23T02:01:29.808Z] go test ./... -coverprofile=coverage.out ./... [2023-03-23T02:01:35.097Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-23T02:01:45.073Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-23T02:01:45.333Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-23T02:01:45.333Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.016s coverage: 22.2% of statements [2023-03-23T02:01:53.444Z] go vet ./... [2023-03-23T02:01:56.725Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-23T02:01:56.725Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-23T02:01:56.725Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-23T02:01:56.761Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-23T02:01:56.798Z] $ docker stop --time=1 c6285166ebbb7eb413bc357a58c3d85a0b7e2ce0b852bcbd7f324d3e97e6724e [2023-03-23T02:02:00.727Z] $ docker rm -f --volumes c6285166ebbb7eb413bc357a58c3d85a0b7e2ce0b852bcbd7f324d3e97e6724e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T02:02:01.267Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-23T02:02:01.330Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-23T02:02:01.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-23T02:02:02.261Z] + ls -al . [2023-03-23T02:02:02.261Z] total 180 [2023-03-23T02:02:02.261Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 02:01 . [2023-03-23T02:02:02.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:00 .. [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 23 02:00 .dockerignore [2023-03-23T02:02:02.261Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 02:00 .git [2023-03-23T02:02:02.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:00 .github [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 23 02:00 .gitignore [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 02:00 .golangci.yml [2023-03-23T02:02:02.261Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 02:00 .semver [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 23 02:00 Attribution.txt [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 23 02:00 CHANGELOG.md [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 23 02:00 Dockerfile [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 02:00 GOVERNANCE.md [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 23 02:00 Jenkinsfile [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 23 02:00 LICENSE [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 23 02:00 Makefile [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 23 02:00 OWNERS.md [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 23 02:00 README.md [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 23 02:00 VERSION [2023-03-23T02:02:02.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:00 bin [2023-03-23T02:02:02.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:00 cmd [2023-03-23T02:02:02.261Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 23 02:01 coverage.out [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 3330 Mar 23 02:00 go.mod [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 31128 Mar 23 02:00 go.sum [2023-03-23T02:02:02.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:00 internal [2023-03-23T02:02:02.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:00 mock [2023-03-23T02:02:02.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:00 snap [2023-03-23T02:02:02.261Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 23 02:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:02:02.684Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=0a810eb98cff27fc7c03296c117b2b02be0a45af --label arch=amd64 --label version=0.0.0 . [2023-03-23T02:02:02.684Z] Sending build context to Docker daemon 6.43MB [2023-03-23T02:02:02.684Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T02:02:02.684Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-23T02:02:02.684Z] ---> 6dcf20920492 [2023-03-23T02:02:02.684Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-23T02:02:02.944Z] ---> Running in 7bf9b74a476c [2023-03-23T02:02:02.944Z] Removing intermediate container 7bf9b74a476c [2023-03-23T02:02:02.944Z] ---> 3c532421e062 [2023-03-23T02:02:02.944Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T02:02:02.944Z] ---> Running in 0fbc5df28d6e [2023-03-23T02:02:02.944Z] Removing intermediate container 0fbc5df28d6e [2023-03-23T02:02:02.944Z] ---> 5e4493636a90 [2023-03-23T02:02:02.944Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-23T02:02:02.944Z] ---> Running in 8f073fe21cf5 [2023-03-23T02:02:03.205Z] Removing intermediate container 8f073fe21cf5 [2023-03-23T02:02:03.205Z] ---> 744cb7bd21a9 [2023-03-23T02:02:03.205Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T02:02:03.205Z] ---> Running in 610160a689ec [2023-03-23T02:02:03.205Z] Removing intermediate container 610160a689ec [2023-03-23T02:02:03.205Z] ---> 6e549bd06bd6 [2023-03-23T02:02:03.205Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T02:02:03.205Z] ---> Running in 332b87c8bf43 [2023-03-23T02:02:03.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T02:02:03.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T02:02:03.729Z] OK: 269 MiB in 57 packages [2023-03-23T02:02:04.300Z] Removing intermediate container 332b87c8bf43 [2023-03-23T02:02:04.300Z] ---> 13f401596b2d [2023-03-23T02:02:04.300Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-23T02:02:04.300Z] ---> Running in 483e87c4de6e [2023-03-23T02:02:04.300Z] Removing intermediate container 483e87c4de6e [2023-03-23T02:02:04.300Z] ---> d7bc783371e8 [2023-03-23T02:02:04.300Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-23T02:02:04.300Z] ---> b9ea1e23e173 [2023-03-23T02:02:04.300Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T02:02:04.300Z] ---> Running in acd782a6bd72 [2023-03-23T02:02:05.242Z] Removing intermediate container acd782a6bd72 [2023-03-23T02:02:05.242Z] ---> 5678c4e11bc7 [2023-03-23T02:02:05.242Z] Step 11/24 : COPY . . [2023-03-23T02:02:05.812Z] ---> e141bcea3339 [2023-03-23T02:02:05.812Z] Step 12/24 : RUN $MAKE [2023-03-23T02:02:05.812Z] ---> Running in 565c54233415 [2023-03-23T02:02:06.070Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-03-23T02:02:27.993Z] Removing intermediate container 565c54233415 [2023-03-23T02:02:27.993Z] ---> aa1ee01c6b93 [2023-03-23T02:02:27.993Z] Step 13/24 : FROM alpine:3.17 [2023-03-23T02:02:27.993Z] 3.17: Pulling from library/alpine [2023-03-23T02:02:27.993Z] 63b65145d645: Already exists [2023-03-23T02:02:27.993Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-23T02:02:27.993Z] Status: Downloaded newer image for alpine:3.17 [2023-03-23T02:02:27.993Z] ---> b2aa39c304c2 [2023-03-23T02:02:27.993Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-23T02:02:27.993Z] ---> Running in d8e966d5018e [2023-03-23T02:02:27.993Z] Removing intermediate container d8e966d5018e [2023-03-23T02:02:27.993Z] ---> 5898554f7018 [2023-03-23T02:02:27.993Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-23T02:02:27.993Z] ---> Running in 10750999f9df [2023-03-23T02:02:27.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-23T02:02:28.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-23T02:02:28.252Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-23T02:02:28.252Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T02:02:28.252Z] OK: 7 MiB in 16 packages [2023-03-23T02:02:28.822Z] Removing intermediate container 10750999f9df [2023-03-23T02:02:28.822Z] ---> 907e16fae8ff [2023-03-23T02:02:28.822Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-23T02:02:29.757Z] ---> 6e550653ba28 [2023-03-23T02:02:29.757Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-23T02:02:29.757Z] ---> 30d4ff169979 [2023-03-23T02:02:29.757Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-23T02:02:30.016Z] ---> 5e8a4d65ec73 [2023-03-23T02:02:30.016Z] Step 19/24 : EXPOSE 59982 [2023-03-23T02:02:30.016Z] ---> Running in 8ee589298d95 [2023-03-23T02:02:30.016Z] Removing intermediate container 8ee589298d95 [2023-03-23T02:02:30.016Z] ---> a0d1dddaaf91 [2023-03-23T02:02:30.016Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-23T02:02:30.016Z] ---> Running in 50f0c8be3e5b [2023-03-23T02:02:30.016Z] Removing intermediate container 50f0c8be3e5b [2023-03-23T02:02:30.016Z] ---> de5911ea48ba [2023-03-23T02:02:30.016Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-23T02:02:30.016Z] ---> Running in 238e3d370756 [2023-03-23T02:02:30.275Z] Removing intermediate container 238e3d370756 [2023-03-23T02:02:30.275Z] ---> b25ffea27777 [2023-03-23T02:02:30.275Z] Step 22/24 : LABEL arch=amd64 [2023-03-23T02:02:30.275Z] ---> Running in 514774820e07 [2023-03-23T02:02:30.275Z] Removing intermediate container 514774820e07 [2023-03-23T02:02:30.275Z] ---> 71b80c51d277 [2023-03-23T02:02:30.275Z] Step 23/24 : LABEL git_sha=0a810eb98cff27fc7c03296c117b2b02be0a45af [2023-03-23T02:02:30.275Z] ---> Running in 7e6b7741624e [2023-03-23T02:02:30.275Z] Removing intermediate container 7e6b7741624e [2023-03-23T02:02:30.275Z] ---> 5a568a90ec79 [2023-03-23T02:02:30.275Z] Step 24/24 : LABEL version=0.0.0 [2023-03-23T02:02:30.275Z] ---> Running in e441c414c3ac [2023-03-23T02:02:30.533Z] Removing intermediate container e441c414c3ac [2023-03-23T02:02:30.534Z] ---> c1e6be398af8 [2023-03-23T02:02:30.534Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-23T02:02:30.534Z] Successfully built c1e6be398af8 [2023-03-23T02:02:30.534Z] Successfully tagged device-mqtt: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-03-23T02:02:31.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T02:02:31.765Z] [2023-03-23T02:02:31.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:02:32.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T02:02:32.145Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-23T02:02:32.145Z] 5eb5b503b376: Pulling fs layer [2023-03-23T02:02:32.145Z] 5c69ac0246d0: Pulling fs layer [2023-03-23T02:02:32.145Z] ec43610c2a17: Pulling fs layer [2023-03-23T02:02:32.145Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-23T02:02:32.145Z] 33b1e0a273af: Pulling fs layer [2023-03-23T02:02:32.145Z] 5d3b04190fa2: Pulling fs layer [2023-03-23T02:02:32.145Z] 2f39f015ded8: Pulling fs layer [2023-03-23T02:02:32.145Z] 3a2ae6a8a46f: Waiting [2023-03-23T02:02:32.145Z] 33b1e0a273af: Waiting [2023-03-23T02:02:32.145Z] 5d3b04190fa2: Waiting [2023-03-23T02:02:32.145Z] 2f39f015ded8: Waiting [2023-03-23T02:02:32.145Z] 5c69ac0246d0: Verifying Checksum [2023-03-23T02:02:32.145Z] 5c69ac0246d0: Download complete [2023-03-23T02:02:32.145Z] 3a2ae6a8a46f: Download complete [2023-03-23T02:02:32.405Z] 33b1e0a273af: Verifying Checksum [2023-03-23T02:02:32.405Z] 33b1e0a273af: Download complete [2023-03-23T02:02:32.405Z] 5d3b04190fa2: Verifying Checksum [2023-03-23T02:02:32.405Z] 5d3b04190fa2: Download complete [2023-03-23T02:02:32.405Z] ec43610c2a17: Verifying Checksum [2023-03-23T02:02:32.405Z] ec43610c2a17: Download complete [2023-03-23T02:02:32.405Z] 5eb5b503b376: Verifying Checksum [2023-03-23T02:02:32.405Z] 5eb5b503b376: Download complete [2023-03-23T02:02:33.344Z] 2f39f015ded8: Download complete [2023-03-23T02:02:33.913Z] 5eb5b503b376: Pull complete [2023-03-23T02:02:33.913Z] 5c69ac0246d0: Pull complete [2023-03-23T02:02:34.479Z] ec43610c2a17: Pull complete [2023-03-23T02:02:34.479Z] 3a2ae6a8a46f: Pull complete [2023-03-23T02:02:34.737Z] 33b1e0a273af: Pull complete [2023-03-23T02:02:34.737Z] 5d3b04190fa2: Pull complete [2023-03-23T02:02:38.926Z] 2f39f015ded8: Pull complete [2023-03-23T02:02:38.926Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-23T02:02:38.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T02:02:38.926Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:02:39.149Z] prd-ubuntu20.04-docker-8c-8g-5413 does not seem to be running inside a container [2023-03-23T02:02:39.186Z] $ 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/gexfoundry_device-mqtt-go_PR-541 -v /w/workspace/gexfoundry_device-mqtt-go_PR-541:/w/workspace/gexfoundry_device-mqtt-go_PR-541:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-541@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-03-23T02:02:44.532Z] $ docker top 494511e5ef6fb2242c0028e1d8e9b5af244e1e00f90f051f4db8bf05ee384803 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:02:44.981Z] ---> job-cost.sh [2023-03-23T02:02:44.981Z] lf-activate-venv: SKIPPING [2023-03-23T02:02:44.981Z] INFO: No Stack... [2023-03-23T02:02:45.555Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-23T02:02:45.816Z] INFO: Archiving Costs [Pipeline] sh [2023-03-23T02:02:46.129Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives/cost.csv [2023-03-23T02:02:46.129Z] + cut -d, -f6 [Pipeline] lock [2023-03-23T02:02:46.167Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [2023-03-23T02:02:46.181Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] did not exist. Created. [2023-03-23T02:02:46.181Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-23T02:02:46.571Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-23T02:02:46.621Z] Stashed 1 file(s) [Pipeline] } [2023-03-23T02:02:46.649Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-23T02:02:46.759Z] $ docker stop --time=1 494511e5ef6fb2242c0028e1d8e9b5af244e1e00f90f051f4db8bf05ee384803 [2023-03-23T02:02:47.925Z] $ docker rm -f --volumes 494511e5ef6fb2242c0028e1d8e9b5af244e1e00f90f051f4db8bf05ee384803 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-23T02:03:34.036Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5415 in /w/workspace/gexfoundry_device-mqtt-go_PR-541 [Pipeline] { [Pipeline] ws [2023-03-23T02:03:34.088Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-03-23T02:03:34.183Z] Selected Git installation does not exist. Using Default [2023-03-23T02:03:34.184Z] The recommended git tool is: NONE [2023-03-23T02:03:44.071Z] using credential edgex-jenkins-ssh [2023-03-23T02:03:44.097Z] Cloning the remote Git repository [2023-03-23T02:03:44.180Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-23T02:03:44.395Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-03-23T02:03:44.676Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-23T02:03:44.678Z] > git --version # timeout=10 [2023-03-23T02:03:44.724Z] > git --version # 'git version 2.25.1' [2023-03-23T02:03:44.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-23T02:03:44.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-23T02:03:46.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-23T02:03:46.188Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-23T02:03:47.109Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-23T02:03:47.688Z] Merging remotes/origin/main commit c80097c4a9a507998513a772aabe6c68a90454ef into PR head commit 0a810eb98cff27fc7c03296c117b2b02be0a45af [2023-03-23T02:03:47.965Z] Merge succeeded, producing 0a810eb98cff27fc7c03296c117b2b02be0a45af [2023-03-23T02:03:47.965Z] Checking out Revision 0a810eb98cff27fc7c03296c117b2b02be0a45af (PR-541) [2023-03-23T02:03:48.493Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-03-23T02:03:48.545Z] > git --version # timeout=10 [2023-03-23T02:03:48.559Z] > git --version # 'git version 2.25.1' [2023-03-23T02:03:48.570Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-23T02:03:47.161Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-23T02:03:47.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-23T02:03:47.185Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/541/head:refs/remotes/origin/PR-541 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-23T02:03:47.705Z] > git config core.sparsecheckout # timeout=10 [2023-03-23T02:03:47.778Z] > git checkout -f 0a810eb98cff27fc7c03296c117b2b02be0a45af # timeout=10 [2023-03-23T02:03:47.859Z] > git remote # timeout=10 [2023-03-23T02:03:47.877Z] > git config --get remote.origin.url # timeout=10 [2023-03-23T02:03:47.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-23T02:03:47.917Z] > git merge c80097c4a9a507998513a772aabe6c68a90454ef # timeout=10 [2023-03-23T02:03:47.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-23T02:03:47.973Z] > git config core.sparsecheckout # timeout=10 [2023-03-23T02:03:47.990Z] > git checkout -f 0a810eb98cff27fc7c03296c117b2b02be0a45af # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T02:03:49.641Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-23T02:03:49.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-23T02:03:49.641Z] Dload Upload Total Spent Left Speed [2023-03-23T02:03:49.641Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-03-23T02:03:50.200Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-23T02:03:50.547Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-23T02:03:50.547Z] + sudo tee /etc/docker/daemon.new [2023-03-23T02:03:50.547Z] { [2023-03-23T02:03:50.547Z] "registry-mirrors": [ [2023-03-23T02:03:50.547Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-23T02:03:50.547Z] ], [2023-03-23T02:03:50.547Z] "bip": "10.250.0.254/24", [2023-03-23T02:03:50.547Z] "hosts": [ [2023-03-23T02:03:50.547Z] "tcp://0.0.0.0:5555", [2023-03-23T02:03:50.547Z] "unix:///var/run/docker.sock" [2023-03-23T02:03:50.547Z] ], [2023-03-23T02:03:50.547Z] "mtu": 1458, [2023-03-23T02:03:50.547Z] "selinux-enabled": true, [2023-03-23T02:03:50.547Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-23T02:03:50.547Z] } [Pipeline] sh [2023-03-23T02:03:50.900Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-23T02:03:51.253Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T02:04:09.609Z] provisioning config files... [2023-03-23T02:04:09.646Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config11836692072425193697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:04:10.062Z] ---> docker-login.sh [2023-03-23T02:04:10.062Z] nexus3.edgexfoundry.org:10001 [2023-03-23T02:04:10.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:04:10.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:04:10.659Z] Configure a credential helper to remove this warning. See [2023-03-23T02:04:10.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:04:10.659Z] [2023-03-23T02:04:10.659Z] Login Succeeded [2023-03-23T02:04:10.659Z] nexus3.edgexfoundry.org:10002 [2023-03-23T02:04:10.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:04:11.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:04:11.205Z] Configure a credential helper to remove this warning. See [2023-03-23T02:04:11.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:04:11.205Z] [2023-03-23T02:04:11.205Z] Login Succeeded [2023-03-23T02:04:11.205Z] nexus3.edgexfoundry.org:10003 [2023-03-23T02:04:11.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:04:11.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:04:11.476Z] Configure a credential helper to remove this warning. See [2023-03-23T02:04:11.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:04:11.476Z] [2023-03-23T02:04:11.476Z] Login Succeeded [2023-03-23T02:04:11.476Z] nexus3.edgexfoundry.org:10004 [2023-03-23T02:04:11.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:04:12.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:04:12.020Z] Configure a credential helper to remove this warning. See [2023-03-23T02:04:12.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:04:12.020Z] [2023-03-23T02:04:12.020Z] Login Succeeded [2023-03-23T02:04:12.020Z] docker.io [2023-03-23T02:04:12.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-23T02:04:12.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-23T02:04:12.571Z] Configure a credential helper to remove this warning. See [2023-03-23T02:04:12.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-23T02:04:12.571Z] [2023-03-23T02:04:12.571Z] Login Succeeded [2023-03-23T02:04:12.571Z] ---> docker-login.sh ends [Pipeline] } [2023-03-23T02:04:12.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-23T02:04:13.028Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T02:04:13.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-23T02:04:13.098Z] ========================================================= [2023-03-23T02:04:13.098Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-23T02:04:13.098Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:04:13.620Z] + 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-03-23T02:04:13.896Z] Sending build context to Docker daemon 3.322MB [2023-03-23T02:04:13.896Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T02:04:13.896Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-23T02:04:14.168Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-23T02:04:14.169Z] af6eaf76a39c: Pulling fs layer [2023-03-23T02:04:14.169Z] 55522c791124: Pulling fs layer [2023-03-23T02:04:14.169Z] ce5c4a1c91eb: Pulling fs layer [2023-03-23T02:04:14.169Z] 169dfbe0d373: Pulling fs layer [2023-03-23T02:04:14.169Z] e1ff8fa3b103: Pulling fs layer [2023-03-23T02:04:14.169Z] 52ebb69f0ebf: Pulling fs layer [2023-03-23T02:04:14.169Z] 5abe8eddf0d5: Pulling fs layer [2023-03-23T02:04:14.169Z] e1ff8fa3b103: Waiting [2023-03-23T02:04:14.169Z] 52ebb69f0ebf: Waiting [2023-03-23T02:04:14.169Z] 5abe8eddf0d5: Waiting [2023-03-23T02:04:14.169Z] 169dfbe0d373: Waiting [2023-03-23T02:04:14.169Z] 55522c791124: Verifying Checksum [2023-03-23T02:04:14.169Z] 55522c791124: Download complete [2023-03-23T02:04:14.169Z] 169dfbe0d373: Verifying Checksum [2023-03-23T02:04:14.169Z] 169dfbe0d373: Download complete [2023-03-23T02:04:14.169Z] e1ff8fa3b103: Download complete [2023-03-23T02:04:14.443Z] af6eaf76a39c: Verifying Checksum [2023-03-23T02:04:14.443Z] af6eaf76a39c: Download complete [2023-03-23T02:04:15.559Z] af6eaf76a39c: Pull complete [2023-03-23T02:04:15.559Z] 5abe8eddf0d5: Verifying Checksum [2023-03-23T02:04:15.559Z] 5abe8eddf0d5: Download complete [2023-03-23T02:04:16.175Z] 55522c791124: Pull complete [2023-03-23T02:04:17.160Z] ce5c4a1c91eb: Verifying Checksum [2023-03-23T02:04:17.160Z] ce5c4a1c91eb: Download complete [2023-03-23T02:04:17.160Z] 52ebb69f0ebf: Download complete [2023-03-23T02:04:29.522Z] ce5c4a1c91eb: Pull complete [2023-03-23T02:04:29.522Z] 169dfbe0d373: Pull complete [2023-03-23T02:04:29.795Z] e1ff8fa3b103: Pull complete [2023-03-23T02:04:36.498Z] 52ebb69f0ebf: Pull complete [2023-03-23T02:04:39.100Z] 5abe8eddf0d5: Pull complete [2023-03-23T02:04:39.100Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-23T02:04:39.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-23T02:04:39.100Z] ---> 6cb57ee374ae [2023-03-23T02:04:39.100Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-23T02:04:41.125Z] ---> Running in 679ba34f9eef [2023-03-23T02:04:41.125Z] Removing intermediate container 679ba34f9eef [2023-03-23T02:04:41.125Z] ---> b0ede0039365 [2023-03-23T02:04:41.125Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T02:04:41.125Z] ---> Running in 91188ed3d916 [2023-03-23T02:04:41.715Z] Removing intermediate container 91188ed3d916 [2023-03-23T02:04:41.715Z] ---> 68415560cc31 [2023-03-23T02:04:41.715Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-23T02:04:41.715Z] ---> Running in 6dfc65467ac3 [2023-03-23T02:04:41.983Z] Removing intermediate container 6dfc65467ac3 [2023-03-23T02:04:41.983Z] ---> a6f2b1242f6e [2023-03-23T02:04:41.983Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T02:04:41.983Z] ---> Running in 1c651e464f1f [2023-03-23T02:04:42.253Z] Removing intermediate container 1c651e464f1f [2023-03-23T02:04:42.253Z] ---> 9b3e9979fe9b [2023-03-23T02:04:42.253Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T02:04:42.521Z] ---> Running in 54695660830b [2023-03-23T02:04:43.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T02:04:44.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T02:04:45.039Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-23T02:04:45.039Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-23T02:04:45.039Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-23T02:04:45.039Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-23T02:04:45.039Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T02:04:45.039Z] OK: 268 MiB in 57 packages [2023-03-23T02:04:46.462Z] Removing intermediate container 54695660830b [2023-03-23T02:04:46.462Z] ---> 98995c7a30dd [2023-03-23T02:04:46.462Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-23T02:04:46.462Z] ---> Running in 1c80f9008694 [2023-03-23T02:04:46.736Z] Removing intermediate container 1c80f9008694 [2023-03-23T02:04:46.736Z] ---> ec007b24effe [2023-03-23T02:04:46.736Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-23T02:04:48.701Z] ---> 4cce21c65fbb [2023-03-23T02:04:48.701Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T02:04:48.701Z] ---> Running in b1b59f70bf3f [2023-03-23T02:06:10.372Z] Removing intermediate container b1b59f70bf3f [2023-03-23T02:06:10.372Z] ---> a1f34db24630 [2023-03-23T02:06:10.372Z] Step 11/12 : COPY . . [2023-03-23T02:06:10.372Z] ---> 197a26f00e97 [2023-03-23T02:06:10.372Z] Step 12/12 : RUN $MAKE [2023-03-23T02:06:10.372Z] ---> Running in e681d532dfc1 [2023-03-23T02:06:10.372Z] noop [2023-03-23T02:06:10.372Z] Removing intermediate container e681d532dfc1 [2023-03-23T02:06:10.372Z] ---> f9ee3631b922 [2023-03-23T02:06:10.372Z] Successfully built f9ee3631b922 [2023-03-23T02:06:10.372Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:06:10.899Z] + docker inspect -f . ci-base-image-arm64 [2023-03-23T02:06:10.899Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:06:11.211Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-03-23T02:06:11.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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-03-23T02:06:12.591Z] $ docker top b8d5753b96839bb3ffb358c3d6ad723b111c908935910d6e9757ea072f3a4688 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T02:06:13.512Z] + go version [2023-03-23T02:06:13.512Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-23T02:06:13.547Z] $ docker stop --time=1 b8d5753b96839bb3ffb358c3d6ad723b111c908935910d6e9757ea072f3a4688 [2023-03-23T02:06:15.239Z] $ docker rm -f --volumes b8d5753b96839bb3ffb358c3d6ad723b111c908935910d6e9757ea072f3a4688 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:06:16.122Z] + docker inspect -f . ci-base-image-arm64 [2023-03-23T02:06:16.122Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:06:16.403Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-03-23T02:06:16.476Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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-03-23T02:06:17.726Z] $ docker top ee12a1995b927383767d284f7559fdfe54a456add52f08618be750149d10ca17 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T02:06:18.636Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-23T02:06:19.360Z] + make test [2023-03-23T02:06:19.360Z] go test ./... -coverprofile=coverage.out ./... [2023-03-23T02:06:58.265Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-23T02:09:05.000Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-23T02:09:05.000Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-23T02:09:05.000Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.077s coverage: 22.2% of statements [2023-03-23T02:09:05.000Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-23T02:09:05.000Z] go vet ./... [2023-03-23T02:09:31.726Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-23T02:09:31.726Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-23T02:09:31.726Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-23T02:09:31.760Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-23T02:09:31.791Z] $ docker stop --time=1 ee12a1995b927383767d284f7559fdfe54a456add52f08618be750149d10ca17 [2023-03-23T02:09:33.661Z] $ docker rm -f --volumes ee12a1995b927383767d284f7559fdfe54a456add52f08618be750149d10ca17 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-23T02:09:35.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-23T02:09:35.221Z] Warning: overwriting stash ‘coverage-report’ [2023-03-23T02:09:35.689Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-23T02:09:36.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-23T02:09:36.717Z] + ls -al . [2023-03-23T02:09:36.717Z] total 176 [2023-03-23T02:09:36.717Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 23 02:06 . [2023-03-23T02:09:36.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:03 .. [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 23 02:03 .dockerignore [2023-03-23T02:09:36.717Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 02:03 .git [2023-03-23T02:09:36.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:03 .github [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 23 02:03 .gitignore [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 23 02:03 .golangci.yml [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 23 02:03 Attribution.txt [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 23 02:03 CHANGELOG.md [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 23 02:03 Dockerfile [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 02:03 GOVERNANCE.md [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 23 02:03 Jenkinsfile [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 23 02:03 LICENSE [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 23 02:03 Makefile [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 23 02:03 OWNERS.md [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 23 02:03 README.md [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 23 02:00 VERSION [2023-03-23T02:09:36.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:03 bin [2023-03-23T02:09:36.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:03 cmd [2023-03-23T02:09:36.717Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 23 02:08 coverage.out [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 3330 Mar 23 02:03 go.mod [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 31128 Mar 23 02:03 go.sum [2023-03-23T02:09:36.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:03 internal [2023-03-23T02:09:36.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:03 mock [2023-03-23T02:09:36.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:03 snap [2023-03-23T02:09:36.717Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 23 02:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:09:37.152Z] + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0a810eb98cff27fc7c03296c117b2b02be0a45af --label arch=arm64 --label version=0.0.0 . [2023-03-23T02:09:37.420Z] Sending build context to Docker daemon 3.341MB [2023-03-23T02:09:37.420Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-23T02:09:37.420Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-23T02:09:37.689Z] ---> f9ee3631b922 [2023-03-23T02:09:37.689Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-23T02:09:37.689Z] ---> Running in a8f2474956a2 [2023-03-23T02:09:37.956Z] Removing intermediate container a8f2474956a2 [2023-03-23T02:09:37.957Z] ---> c1358f2ecec3 [2023-03-23T02:09:37.957Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-23T02:09:37.957Z] ---> Running in cbcb2ee022b4 [2023-03-23T02:09:38.233Z] Removing intermediate container cbcb2ee022b4 [2023-03-23T02:09:38.233Z] ---> 209b68db6277 [2023-03-23T02:09:38.233Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-23T02:09:38.510Z] ---> Running in 69e1dd66a153 [2023-03-23T02:09:38.778Z] Removing intermediate container 69e1dd66a153 [2023-03-23T02:09:38.778Z] ---> fc98140c207d [2023-03-23T02:09:38.778Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-23T02:09:38.778Z] ---> Running in ee895a0c3fd0 [2023-03-23T02:09:39.045Z] Removing intermediate container ee895a0c3fd0 [2023-03-23T02:09:39.045Z] ---> a2002e9ef66b [2023-03-23T02:09:39.045Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-23T02:09:39.312Z] ---> Running in f18bd72cd2db [2023-03-23T02:09:40.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T02:09:40.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T02:09:42.292Z] OK: 268 MiB in 57 packages [2023-03-23T02:09:43.705Z] Removing intermediate container f18bd72cd2db [2023-03-23T02:09:43.705Z] ---> f922235ee7b7 [2023-03-23T02:09:43.705Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-23T02:09:43.705Z] ---> Running in 9d2238abfc21 [2023-03-23T02:09:43.705Z] Removing intermediate container 9d2238abfc21 [2023-03-23T02:09:43.705Z] ---> 8cb5a7f774b1 [2023-03-23T02:09:43.705Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-23T02:09:44.295Z] ---> 7d369c36e561 [2023-03-23T02:09:44.295Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-23T02:09:44.295Z] ---> Running in a4b30cc1fc08 [2023-03-23T02:09:46.890Z] Removing intermediate container a4b30cc1fc08 [2023-03-23T02:09:46.890Z] ---> 65ec38244346 [2023-03-23T02:09:46.890Z] Step 11/24 : COPY . . [2023-03-23T02:09:47.856Z] ---> b05270f72711 [2023-03-23T02:09:47.856Z] Step 12/24 : RUN $MAKE [2023-03-23T02:09:48.124Z] ---> Running in 53ff139a4473 [2023-03-23T02:09:49.085Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-03-23T02:12:10.841Z] Removing intermediate container 53ff139a4473 [2023-03-23T02:12:10.841Z] ---> 5c6a08abddab [2023-03-23T02:12:10.841Z] Step 13/24 : FROM alpine:3.17 [2023-03-23T02:12:10.841Z] 3.17: Pulling from library/alpine [2023-03-23T02:12:10.841Z] af6eaf76a39c: Already exists [2023-03-23T02:12:10.841Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-23T02:12:10.841Z] Status: Downloaded newer image for alpine:3.17 [2023-03-23T02:12:10.841Z] ---> d74e625d9115 [2023-03-23T02:12:10.841Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-23T02:12:10.841Z] ---> Running in 54304000acc9 [2023-03-23T02:12:10.841Z] Removing intermediate container 54304000acc9 [2023-03-23T02:12:10.841Z] ---> e3b314efb96c [2023-03-23T02:12:10.841Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-23T02:12:10.841Z] ---> Running in 8b6519d21867 [2023-03-23T02:12:10.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-23T02:12:10.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-23T02:12:10.841Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-23T02:12:10.841Z] Executing busybox-1.35.0-r29.trigger [2023-03-23T02:12:10.841Z] OK: 8 MiB in 16 packages [2023-03-23T02:12:10.841Z] Removing intermediate container 8b6519d21867 [2023-03-23T02:12:10.841Z] ---> a943c2bd7f11 [2023-03-23T02:12:10.841Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-23T02:12:10.841Z] ---> e337ae2d2701 [2023-03-23T02:12:10.841Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-23T02:12:10.841Z] ---> 39f43c64a662 [2023-03-23T02:12:10.841Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-23T02:12:10.841Z] ---> 8cb5dbe64a4e [2023-03-23T02:12:10.841Z] Step 19/24 : EXPOSE 59982 [2023-03-23T02:12:10.841Z] ---> Running in 33a43e14a5b0 [2023-03-23T02:12:10.841Z] Removing intermediate container 33a43e14a5b0 [2023-03-23T02:12:10.841Z] ---> 0790f406cb34 [2023-03-23T02:12:10.841Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-23T02:12:10.841Z] ---> Running in aba16739213c [2023-03-23T02:12:10.841Z] Removing intermediate container aba16739213c [2023-03-23T02:12:10.841Z] ---> 1c24d020d8a0 [2023-03-23T02:12:10.841Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-23T02:12:10.841Z] ---> Running in b10de5f54ad8 [2023-03-23T02:12:10.841Z] Removing intermediate container b10de5f54ad8 [2023-03-23T02:12:10.841Z] ---> 52306597f0e7 [2023-03-23T02:12:10.841Z] Step 22/24 : LABEL arch=arm64 [2023-03-23T02:12:10.841Z] ---> Running in 5cb0c4f71535 [2023-03-23T02:12:10.841Z] Removing intermediate container 5cb0c4f71535 [2023-03-23T02:12:10.841Z] ---> e68a4a362bd0 [2023-03-23T02:12:10.841Z] Step 23/24 : LABEL git_sha=0a810eb98cff27fc7c03296c117b2b02be0a45af [2023-03-23T02:12:10.841Z] ---> Running in 02263146a72a [2023-03-23T02:12:10.841Z] Removing intermediate container 02263146a72a [2023-03-23T02:12:10.841Z] ---> 893cde2025d7 [2023-03-23T02:12:10.841Z] Step 24/24 : LABEL version=0.0.0 [2023-03-23T02:12:10.841Z] ---> Running in e65a5ccf9459 [2023-03-23T02:12:10.841Z] Removing intermediate container e65a5ccf9459 [2023-03-23T02:12:10.841Z] ---> fe57f615c9aa [2023-03-23T02:12:10.841Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-23T02:12:10.841Z] Successfully built fe57f615c9aa [2023-03-23T02:12:10.841Z] Successfully tagged device-mqtt-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-03-23T02:12:11.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T02:12:11.817Z] [2023-03-23T02:12:11.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:12:12.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T02:12:12.231Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-23T02:12:12.231Z] 8998bd30e6a1: Pulling fs layer [2023-03-23T02:12:12.231Z] 04944245beec: Pulling fs layer [2023-03-23T02:12:12.231Z] 699f458cf7ca: Pulling fs layer [2023-03-23T02:12:12.231Z] 765212b225bb: Pulling fs layer [2023-03-23T02:12:12.231Z] f23df028b6ca: Pulling fs layer [2023-03-23T02:12:12.231Z] d65c8cfc05b1: Pulling fs layer [2023-03-23T02:12:12.231Z] 2437ff75d9bd: Pulling fs layer [2023-03-23T02:12:12.231Z] f23df028b6ca: Waiting [2023-03-23T02:12:12.231Z] 765212b225bb: Waiting [2023-03-23T02:12:12.231Z] d65c8cfc05b1: Waiting [2023-03-23T02:12:12.231Z] 2437ff75d9bd: Waiting [2023-03-23T02:12:12.498Z] 04944245beec: Verifying Checksum [2023-03-23T02:12:12.498Z] 04944245beec: Download complete [2023-03-23T02:12:12.498Z] 765212b225bb: Verifying Checksum [2023-03-23T02:12:12.498Z] 765212b225bb: Download complete [2023-03-23T02:12:12.498Z] f23df028b6ca: Verifying Checksum [2023-03-23T02:12:12.498Z] f23df028b6ca: Download complete [2023-03-23T02:12:12.498Z] d65c8cfc05b1: Verifying Checksum [2023-03-23T02:12:12.498Z] d65c8cfc05b1: Download complete [2023-03-23T02:12:12.498Z] 699f458cf7ca: Verifying Checksum [2023-03-23T02:12:12.498Z] 699f458cf7ca: Download complete [2023-03-23T02:12:13.099Z] 8998bd30e6a1: Download complete [2023-03-23T02:12:15.045Z] 2437ff75d9bd: Verifying Checksum [2023-03-23T02:12:15.045Z] 2437ff75d9bd: Download complete [2023-03-23T02:12:16.449Z] 8998bd30e6a1: Pull complete [2023-03-23T02:12:17.031Z] 04944245beec: Pull complete [2023-03-23T02:12:18.059Z] 699f458cf7ca: Pull complete [2023-03-23T02:12:18.328Z] 765212b225bb: Pull complete [2023-03-23T02:12:19.321Z] f23df028b6ca: Pull complete [2023-03-23T02:12:19.321Z] d65c8cfc05b1: Pull complete [2023-03-23T02:12:31.683Z] 2437ff75d9bd: Pull complete [2023-03-23T02:12:31.683Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-23T02:12:31.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-23T02:12:31.683Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:12:31.998Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-03-23T02:12:32.059Z] $ 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-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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-03-23T02:12:34.500Z] $ docker top e5e327df52d1d768cec72ced07fdf0194ec5699f315e2f66e41f26e9597a24ca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:35.059Z] ---> job-cost.sh [2023-03-23T02:12:35.325Z] lf-activate-venv: SKIPPING [2023-03-23T02:12:35.325Z] INFO: No Stack... [2023-03-23T02:12:35.906Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-23T02:12:36.487Z] INFO: Archiving Costs [Pipeline] sh [2023-03-23T02:12:36.835Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-03-23T02:12:36.836Z] + cut -d, -f6 [Pipeline] lock [2023-03-23T02:12:36.915Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [2023-03-23T02:12:36.922Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] did not exist. Created. [2023-03-23T02:12:36.922Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-23T02:12:37.326Z] /w/workspace/device-mqtt-go/1@tmp/durable-26ca4c63/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-23T02:12:37.672Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-23T02:12:37.709Z] Warning: overwriting stash ‘stack-cost’ [2023-03-23T02:12:37.752Z] Stashed 1 file(s) [Pipeline] } [2023-03-23T02:12:37.836Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-541-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-23T02:12:37.895Z] $ docker stop --time=1 e5e327df52d1d768cec72ced07fdf0194ec5699f315e2f66e41f26e9597a24ca [2023-03-23T02:12:39.365Z] $ docker rm -f --volumes e5e327df52d1d768cec72ced07fdf0194ec5699f315e2f66e41f26e9597a24ca [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-03-23T02:12:40.340Z] provisioning config files... [2023-03-23T02:12:40.348Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/config5005108197220231799tmp [Pipeline] { [Pipeline] sh [2023-03-23T02:12:40.683Z] + set +x [2023-03-23T02:12:40.683Z] + curl -s https://codecov.io/bash [2023-03-23T02:12:40.683Z] + bash -s -- [2023-03-23T02:12:40.683Z] [2023-03-23T02:12:40.683Z] _____ _ [2023-03-23T02:12:40.683Z] / ____| | | [2023-03-23T02:12:40.683Z] | | ___ __| | ___ ___ _____ __ [2023-03-23T02:12:40.683Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-23T02:12:40.683Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-23T02:12:40.683Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-23T02:12:40.683Z] Bash-1.0.6 [2023-03-23T02:12:40.683Z] [2023-03-23T02:12:40.683Z] [2023-03-23T02:12:40.683Z] ==> git version 2.25.1 found [2023-03-23T02:12:40.683Z] ==> 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-03-23T02:12:40.683Z] Release-Date: 2020-01-08 [2023-03-23T02:12:40.683Z] 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-03-23T02:12:40.683Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-23T02:12:40.683Z] ==> Jenkins CI detected. [2023-03-23T02:12:40.683Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-541 [2023-03-23T02:12:40.683Z] project root: . [2023-03-23T02:12:40.683Z] --> token set from env [2023-03-23T02:12:40.683Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-23T02:12:40.683Z] ==> Running gcov in . (disable via -X gcov) [2023-03-23T02:12:40.683Z] ==> Python coveragepy not found [2023-03-23T02:12:40.683Z] ==> Searching for coverage reports in: [2023-03-23T02:12:40.683Z] + . [2023-03-23T02:12:40.683Z] -> Found 1 reports [2023-03-23T02:12:40.683Z] ==> Detecting git/mercurial file structure [2023-03-23T02:12:40.683Z] ==> Reading reports [2023-03-23T02:12:40.683Z] + ./coverage.out bytes=18047 [2023-03-23T02:12:40.683Z] ==> Appending adjustments [2023-03-23T02:12:40.683Z] https://docs.codecov.io/docs/fixing-reports [2023-03-23T02:12:40.943Z] + Found adjustments [2023-03-23T02:12:40.943Z] ==> Gzipping contents [2023-03-23T02:12:40.943Z] 4.0K /tmp/codecov.IXFFkv.gz [2023-03-23T02:12:40.943Z] ==> Uploading reports [2023-03-23T02:12:40.943Z] url: https://codecov.io [2023-03-23T02:12:40.943Z] query: branch=PR-541&commit=0a810eb98cff27fc7c03296c117b2b02be0a45af&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-541%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=541&job=&cmd_args= [2023-03-23T02:12:40.943Z] -> Pinging Codecov [2023-03-23T02:12:40.943Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-541&commit=0a810eb98cff27fc7c03296c117b2b02be0a45af&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-541%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=541&job=&cmd_args= [2023-03-23T02:12:40.943Z] -> Uploading to [2023-03-23T02:12:40.943Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-23/7D719EC7BBE17E464838252E33014C33/0a810eb98cff27fc7c03296c117b2b02be0a45af/9f085a82-ad35-43d3-b73a-17133e66e6ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230323T021240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f5c495451f1b5b934e44a82eec6533390eba877abef225372bf886adf0ae74ea [2023-03-23T02:12:40.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-23T02:12:40.943Z] Dload Upload Total Spent Left Speed [2023-03-23T02:12:41.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3151 0 0 100 3151 0 11334 --:--:-- --:--:-- --:--:-- 11334 [2023-03-23T02:12:41.204Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/0a810eb98cff27fc7c03296c117b2b02be0a45af [Pipeline] } [2023-03-23T02:12:41.231Z] 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-03-23T02:12:43.172Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives ] [2023-03-23T02:12:43.172Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives [2023-03-23T02:12:43.172Z] total 16 [2023-03-23T02:12:43.172Z] drwxr-xr-x 3 root root 4096 Mar 23 02:02 . [2023-03-23T02:12:43.172Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 23 02:02 .. [2023-03-23T02:12:43.172Z] drwxr-xr-x 2 root root 4096 Mar 23 02:02 cost [2023-03-23T02:12:43.172Z] -rw-r--r-- 1 root root 86 Mar 23 02:02 cost.csv [2023-03-23T02:12:43.172Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives [2023-03-23T02:12:43.172Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives [2023-03-23T02:12:43.172Z] total 16 [2023-03-23T02:12:43.172Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 02:02 . [2023-03-23T02:12:43.172Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 23 02:02 .. [2023-03-23T02:12:43.172Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 23 02:02 cost [2023-03-23T02:12:43.172Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 23 02:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:43.506Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:44.398Z] ---> package-listing.sh [2023-03-23T02:12:44.398Z] ++ facter osfamily [2023-03-23T02:12:44.398Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-23T02:12:44.659Z] + OS_FAMILY=debian [2023-03-23T02:12:44.659Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-541 [2023-03-23T02:12:44.659Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-23T02:12:44.659Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-23T02:12:44.659Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-23T02:12:44.659Z] + PACKAGES=/tmp/packages_start.txt [2023-03-23T02:12:44.659Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-541 ']' [2023-03-23T02:12:44.659Z] + PACKAGES=/tmp/packages_end.txt [2023-03-23T02:12:44.659Z] + case "${OS_FAMILY}" in [2023-03-23T02:12:44.659Z] + dpkg -l [2023-03-23T02:12:44.659Z] + grep '^ii' [2023-03-23T02:12:44.659Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-23T02:12:44.659Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-23T02:12:44.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-23T02:12:44.659Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-541 ']' [2023-03-23T02:12:44.659Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives/ [2023-03-23T02:12:44.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-541/archives/ [Pipeline] echo [2023-03-23T02:12:44.693Z] 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/gexfoundry_device-mqtt-go_PR-541/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-23T02:12:44.987Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-23T02:12:45.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-23T02:12:45.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-23T02:12:45.752Z] prd-ubuntu20.04-docker-8c-8g-5413 does not seem to be running inside a container [2023-03-23T02:12:45.797Z] $ 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/gexfoundry_device-mqtt-go_PR-541/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-541 -v /w/workspace/gexfoundry_device-mqtt-go_PR-541:/w/workspace/gexfoundry_device-mqtt-go_PR-541:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-541@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-03-23T02:12:45.989Z] $ docker top 44c131b8528c8643fd9b9f21034db365107cef998cfecdfe75245f87d5625df9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-23T02:12:46.368Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-23T02:12:46.682Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-23T02:12:46.992Z] + ls /var/log/sa-host [2023-03-23T02:12:46.993Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-23T02:12:47.136Z] provisioning config files... [2023-03-23T02:12:47.146Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-541@tmp/config9696178265884830618tmp [Pipeline] { [Pipeline] echo [2023-03-23T02:12:47.206Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:47.525Z] ---> create-netrc.sh [Pipeline] } [2023-03-23T02:12:47.554Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:47.951Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-23T02:12:47.988Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:48.306Z] ---> sudo-logs.sh [2023-03-23T02:12:48.306Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-23T02:12:48.393Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:48.703Z] ---> job-cost.sh [2023-03-23T02:12:48.703Z] lf-activate-venv: SKIPPING [2023-03-23T02:12:48.703Z] DEBUG: total: 0.2199999988079071 [2023-03-23T02:12:48.703Z] INFO: Retrieving Stack Cost... [2023-03-23T02:12:49.271Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-23T02:12:49.530Z] INFO: Archiving Costs [Pipeline] echo [2023-03-23T02:12:49.564Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-23T02:12:49.871Z] ---> logs-deploy.sh [2023-03-23T02:12:49.871Z] lf-activate-venv: SKIPPING [2023-03-23T02:12:49.871Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-541/1 [2023-03-23T02:12:49.871Z] INFO: archiving workspace using pattern(s): [2023-03-23T02:12:50.806Z] Archives upload complete. [2023-03-23T02:12:51.065Z] INFO: archiving logs to Nexus [2023-03-23T02:12:51.634Z] ---> uname -a: [2023-03-23T02:12:51.635Z] Linux prd-ubuntu20-04-docker-8c-8g-5413 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-23T02:12:51.635Z] [2023-03-23T02:12:51.635Z]