Started by user Cherry Wang Replayed #60 Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc 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-ssh13281211636973418692.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh13350923913405363427.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9131731803471314250.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Replacing contents of vars/edgeXReleaseOpenApi.groovy Replacing contents of vars/edgeXDockerLogin.groovy Replacing contents of vars/edgeXUpdateNamedTag.groovy Replacing contents of vars/edgeXInfraPublish.groovy Replacing contents of src/main/groovy/edgeXDocGenerator.groovy Replacing contents of vars/edgeXInfraLFToolsSign.groovy Replacing contents of vars/edgeXGeneric.groovy Replacing contents of vars/edgeXBuildGoParallel.groovy Replacing contents of vars/edgeXSemver.groovy Replacing contents of vars/edgeXNexusPublish.groovy Replacing contents of vars/edgeXGHPagesPublish.groovy Replacing contents of vars/edgeXBuildGoMod.groovy Replacing contents of vars/edgeXRelease.groovy Replacing contents of vars/edgeXSnap.groovy Replacing contents of vars/edgeXReleaseSnap.groovy Replacing contents of vars/edgeXBuildCApp.groovy Replacing contents of vars/edgeXInfraShipLogs.groovy Replacing contents of vars/edgeXSetupEnvironment.groovy Replacing contents of vars/edgex.groovy Replacing contents of vars/edgeXBuildDocker.groovy Replacing contents of vars/edgeXEmail.groovy Replacing contents of vars/edgeXSwaggerPublish.groovy Replacing contents of vars/edgeXReleaseGitTag.groovy Replacing contents of vars/edgeXLTS.groovy Replacing contents of vars/edgeXEmailUtil.groovy Replacing contents of vars/edgeXReleaseDockerImage.groovy Replacing contents of vars/edgeXClair.groovy Replacing contents of vars/edgeXBuildGoApp.groovy Replacing contents of vars/edgeXSnyk.groovy Replacing contents of vars/edgeXCodecov.groovy Replacing contents of vars/edgeXDocker.groovy Replacing contents of vars/edgeXReleaseGitTagUtil.groovy Replacing contents of vars/edgeXReleaseGitHubAssets.groovy Replacing contents of vars/edgeXReleaseDocs.groovy 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-ssh341535663917138467.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6464499660567402481.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Replacing contents of vars/lfParallelCostCapture.groovy Replacing contents of vars/lfInfraShipLogs.groovy Replacing contents of vars/lfNode.groovy Replacing contents of vars/lfCommon.groovy Replacing contents of vars/lfDefaults.groovy Replacing contents of vars/lfDocker.groovy Replacing contents of vars/lfJava.groovy [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-modbus 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-117055 in /w/workspace/gexfoundry_device-modbus-go_main [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-modbus-go.git > git init /w/workspace/gexfoundry_device-modbus-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc (main) Commit message: "fix: update command request and response topic (#386)" > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc # timeout=10 > git rev-list --no-walk fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-26T03:45:00.029Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-26T03:45:00.088Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-26T03:45:00.106Z] ========================================================= [2022-10-26T03:45:00.106Z] EdgeX Global Pipelines Version Info [2022-10-26T03:45:00.106Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:45:00.799Z] ------------------- [2022-10-26T03:45:00.799Z] stable info: [2022-10-26T03:45:00.799Z] ------------------- [2022-10-26T03:45:00.799Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-26T03:45:00.799Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T03:45:00.799Z] Message: update stable to v1.0.243 [2022-10-26T03:45:01.369Z] ------------------- [2022-10-26T03:45:01.369Z] experimental info: [2022-10-26T03:45:01.369Z] ------------------- [2022-10-26T03:45:01.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-26T03:45:01.369Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-26T03:45:01.369Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-26T03:45:01.538Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2022-10-26T03:45:01.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2022-10-26T03:45:01.570Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-26T03:45:01.582Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-26T03:45:01.596Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-26T03:45:01.611Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-26T03:45:01.623Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-26T03:45:01.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-26T03:45:01.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-26T03:45:01.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-26T03:45:01.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-26T03:45:01.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2022-10-26T03:45:01.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-26T03:45:01.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-26T03:45:01.729Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T03:45:01.742Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-26T03:45:01.755Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T03:45:01.771Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-26T03:45:01.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-26T03:45:01.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-26T03:45:01.819Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-26T03:45:01.829Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-26T03:45:01.840Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-26T03:45:01.851Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-26T03:45:01.861Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-26T03:45:01.882Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-26T03:45:01.896Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-26T03:45:01.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-10-26T03:45:01.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-10-26T03:45:01.933Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-10-26T03:45:01.944Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] echo [2022-10-26T03:45:01.955Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fda9d1e [Pipeline] echo [2022-10-26T03:45:01.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:45:02.007Z] provisioning config files... [2022-10-26T03:45:02.023Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7479354513359415427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:45:02.332Z] ---> docker-login.sh [2022-10-26T03:45:02.333Z] nexus3.edgexfoundry.org:10001 [2022-10-26T03:45:02.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:02.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:02.592Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:02.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:02.592Z] [2022-10-26T03:45:02.592Z] Login Succeeded [2022-10-26T03:45:02.592Z] nexus3.edgexfoundry.org:10002 [2022-10-26T03:45:02.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:02.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:02.854Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:02.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:02.854Z] [2022-10-26T03:45:02.854Z] Login Succeeded [2022-10-26T03:45:02.854Z] nexus3.edgexfoundry.org:10003 [2022-10-26T03:45:02.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:02.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:02.854Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:02.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:02.854Z] [2022-10-26T03:45:02.854Z] Login Succeeded [2022-10-26T03:45:02.854Z] nexus3.edgexfoundry.org:10004 [2022-10-26T03:45:02.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:02.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:02.854Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:02.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:02.854Z] [2022-10-26T03:45:02.854Z] Login Succeeded [2022-10-26T03:45:02.854Z] docker.io [2022-10-26T03:45:03.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:03.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:03.371Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:03.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:03.371Z] [2022-10-26T03:45:03.371Z] Login Succeeded [2022-10-26T03:45:03.371Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T03:45:03.379Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-26T03:45:03.739Z] + git rev-list -1 --merges fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc~1..fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] echo [2022-10-26T03:45:03.771Z] -----------> git rev-list -1 --merges fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc~1..fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [false] [Pipeline] sh [2022-10-26T03:45:04.058Z] + git log --format=format:%s -1 fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] echo [2022-10-26T03:45:04.092Z] ========================================================= [2022-10-26T03:45:04.092Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-26T03:45:04.092Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T03:45:04.425Z] + git log --format=format:%s -1 fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] echo [2022-10-26T03:45:04.437Z] [semverPrep] GIT_COMMIT: fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc, Commit Message: fix: update command request and response topic (#386) [Pipeline] echo [2022-10-26T03:45:04.447Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-26T03:45:04.793Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T03:45:04.794Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-26T03:45:04.794Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-26T03:45:04.794Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-26T03:45:04.794Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-26T03:45:04.794Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-26T03:45:04.794Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:45:05.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:45:05.163Z] [2022-10-26T03:45:05.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:45:05.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:45:05.466Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-26T03:45:05.466Z] b85a868b505f: Pulling fs layer [2022-10-26T03:45:05.466Z] e2be974225ed: Pulling fs layer [2022-10-26T03:45:05.466Z] 339a4e72a1f5: Pulling fs layer [2022-10-26T03:45:05.466Z] 988bab9f4d93: Pulling fs layer [2022-10-26T03:45:05.466Z] 1469e6f7b9e6: Pulling fs layer [2022-10-26T03:45:05.466Z] eaf3925da568: Pulling fs layer [2022-10-26T03:45:05.466Z] bab4dde63d76: Pulling fs layer [2022-10-26T03:45:05.466Z] bde34c3a00c8: Pulling fs layer [2022-10-26T03:45:05.466Z] b352a97aabf1: Pulling fs layer [2022-10-26T03:45:05.466Z] 4872d77fe225: Pulling fs layer [2022-10-26T03:45:05.466Z] 5851b861e8e6: Pulling fs layer [2022-10-26T03:45:05.466Z] bde34c3a00c8: Waiting [2022-10-26T03:45:05.466Z] 988bab9f4d93: Waiting [2022-10-26T03:45:05.466Z] eaf3925da568: Waiting [2022-10-26T03:45:05.466Z] bab4dde63d76: Waiting [2022-10-26T03:45:05.466Z] 1469e6f7b9e6: Waiting [2022-10-26T03:45:05.466Z] 4872d77fe225: Waiting [2022-10-26T03:45:05.466Z] b352a97aabf1: Waiting [2022-10-26T03:45:05.466Z] 5851b861e8e6: Waiting [2022-10-26T03:45:05.466Z] e2be974225ed: Verifying Checksum [2022-10-26T03:45:05.466Z] e2be974225ed: Download complete [2022-10-26T03:45:05.466Z] 988bab9f4d93: Verifying Checksum [2022-10-26T03:45:05.466Z] 988bab9f4d93: Download complete [2022-10-26T03:45:05.727Z] 339a4e72a1f5: Verifying Checksum [2022-10-26T03:45:05.727Z] 339a4e72a1f5: Download complete [2022-10-26T03:45:05.727Z] 1469e6f7b9e6: Verifying Checksum [2022-10-26T03:45:05.727Z] 1469e6f7b9e6: Download complete [2022-10-26T03:45:05.727Z] eaf3925da568: Verifying Checksum [2022-10-26T03:45:05.727Z] eaf3925da568: Download complete [2022-10-26T03:45:05.727Z] bde34c3a00c8: Download complete [2022-10-26T03:45:05.727Z] b352a97aabf1: Verifying Checksum [2022-10-26T03:45:05.727Z] b352a97aabf1: Download complete [2022-10-26T03:45:05.727Z] 4872d77fe225: Verifying Checksum [2022-10-26T03:45:05.727Z] 4872d77fe225: Download complete [2022-10-26T03:45:05.727Z] 5851b861e8e6: Verifying Checksum [2022-10-26T03:45:05.727Z] 5851b861e8e6: Download complete [2022-10-26T03:45:05.727Z] b85a868b505f: Verifying Checksum [2022-10-26T03:45:05.727Z] b85a868b505f: Download complete [2022-10-26T03:45:05.986Z] bab4dde63d76: Verifying Checksum [2022-10-26T03:45:05.986Z] bab4dde63d76: Download complete [2022-10-26T03:45:06.922Z] b85a868b505f: Pull complete [2022-10-26T03:45:06.922Z] e2be974225ed: Pull complete [2022-10-26T03:45:07.514Z] 339a4e72a1f5: Pull complete [2022-10-26T03:45:07.514Z] 988bab9f4d93: Pull complete [2022-10-26T03:45:07.777Z] 1469e6f7b9e6: Pull complete [2022-10-26T03:45:08.040Z] eaf3925da568: Pull complete [2022-10-26T03:45:09.946Z] bab4dde63d76: Pull complete [2022-10-26T03:45:09.946Z] bde34c3a00c8: Pull complete [2022-10-26T03:45:09.946Z] b352a97aabf1: Pull complete [2022-10-26T03:45:10.206Z] 4872d77fe225: Pull complete [2022-10-26T03:45:10.206Z] 5851b861e8e6: Pull complete [2022-10-26T03:45:10.206Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-26T03:45:10.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:45:10.206Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:45:10.302Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:45:10.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T03:45:12.267Z] $ docker top 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c -eo pid,comm [2022-10-26T03:45:12.322Z] 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). [2022-10-26T03:45:12.322Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T03:45:12.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T03:45:12.358Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T03:45:12.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T03:45:12.499Z] $ docker exec 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c ssh-agent [2022-10-26T03:45:12.615Z] SSH_AUTH_SOCK=/tmp/ssh-9SmGo3o6OKeb/agent.32 [2022-10-26T03:45:12.615Z] SSH_AGENT_PID=38 [2022-10-26T03:45:12.621Z] Running ssh-add (command line suppressed) [2022-10-26T03:45:12.727Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_6676872154099673058.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_6676872154099673058.key) [2022-10-26T03:45:12.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T03:45:13.023Z] + git tag --points-at HEAD [Pipeline] } [2022-10-26T03:45:13.039Z] $ docker exec --env ******** --env ******** 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c ssh-agent -k [2022-10-26T03:45:13.138Z] unset SSH_AUTH_SOCK; [2022-10-26T03:45:13.138Z] unset SSH_AGENT_PID; [2022-10-26T03:45:13.138Z] echo Agent pid 38 killed; [2022-10-26T03:45:13.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-26T03:45:13.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T03:45:13.167Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T03:45:13.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T03:45:13.289Z] $ docker exec 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c ssh-agent [2022-10-26T03:45:13.393Z] SSH_AUTH_SOCK=/tmp/ssh-BRxrj5SkyRve/agent.71 [2022-10-26T03:45:13.393Z] SSH_AGENT_PID=77 [2022-10-26T03:45:13.398Z] Running ssh-add (command line suppressed) [2022-10-26T03:45:13.497Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_183820941833472172.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_183820941833472172.key) [2022-10-26T03:45:13.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T03:45:13.796Z] + git semver init [2022-10-26T03:45:14.056Z] 2022-10-26 03:45:13,975 [run_init] DEBUG init version:0.0.0 force:False [2022-10-26T03:45:14.056Z] 2022-10-26 03:45:13,976 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver [2022-10-26T03:45:14.056Z] 2022-10-26 03:45:13,976 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver [2022-10-26T03:45:14.056Z] 2022-10-26 03:45:13,976 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2022-10-26T03:45:14.994Z] 2022-10-26 03:45:14,936 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude [2022-10-26T03:45:14.994Z] 2022-10-26 03:45:14,937 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False [2022-10-26T03:45:14.994Z] 2022-10-26 03:45:14,937 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:45:14.994Z] 2022-10-26 03:45:14,937 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:45:14.994Z] 2.3.0-dev.21 [Pipeline] } [2022-10-26T03:45:15.007Z] $ docker exec --env ******** --env ******** 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c ssh-agent -k [2022-10-26T03:45:15.122Z] unset SSH_AUTH_SOCK; [2022-10-26T03:45:15.122Z] unset SSH_AGENT_PID; [2022-10-26T03:45:15.122Z] echo Agent pid 77 killed; [2022-10-26T03:45:15.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T03:45:15.434Z] + git semver [Pipeline] } [2022-10-26T03:45:15.710Z] $ docker stop --time=1 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c [2022-10-26T03:45:17.032Z] $ docker rm -f 53ec899038e0737ce996538c0aa9037c09693c924b126ec62057af0efbd8b66c [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T03:45:17.367Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-26T03:45:17.532Z] Stashed 1 file(s) [Pipeline] echo [2022-10-26T03:45:17.535Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.21 [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 [2022-10-26T03:45:17.638Z] provisioning config files... [2022-10-26T03:45:17.647Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config11068951437395466751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:45:17.942Z] ---> docker-login.sh [2022-10-26T03:45:17.943Z] nexus3.edgexfoundry.org:10001 [2022-10-26T03:45:17.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:17.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:17.943Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:17.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:17.943Z] [2022-10-26T03:45:17.943Z] Login Succeeded [2022-10-26T03:45:17.943Z] nexus3.edgexfoundry.org:10002 [2022-10-26T03:45:17.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:17.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:17.943Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:17.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:17.943Z] [2022-10-26T03:45:17.943Z] Login Succeeded [2022-10-26T03:45:17.943Z] nexus3.edgexfoundry.org:10003 [2022-10-26T03:45:18.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:18.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:18.202Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:18.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:18.202Z] [2022-10-26T03:45:18.202Z] Login Succeeded [2022-10-26T03:45:18.202Z] nexus3.edgexfoundry.org:10004 [2022-10-26T03:45:18.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:18.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:18.202Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:18.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:18.202Z] [2022-10-26T03:45:18.202Z] Login Succeeded [2022-10-26T03:45:18.202Z] docker.io [2022-10-26T03:45:18.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:45:18.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:45:18.721Z] Configure a credential helper to remove this warning. See [2022-10-26T03:45:18.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:45:18.721Z] [2022-10-26T03:45:18.721Z] Login Succeeded [2022-10-26T03:45:18.721Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T03:45:18.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T03:45:18.781Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:45:18.792Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:45:18.797Z] ========================================================= [2022-10-26T03:45:18.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-26T03:45:18.797Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:45:19.129Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-26T03:45:19.129Z] Sending build context to Docker daemon 6.194MB [2022-10-26T03:45:19.129Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T03:45:19.129Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-26T03:45:19.393Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-26T03:45:19.393Z] 213ec9aee27d: Pulling fs layer [2022-10-26T03:45:19.393Z] 4583459ba037: Pulling fs layer [2022-10-26T03:45:19.393Z] 93c1e223e6f2: Pulling fs layer [2022-10-26T03:45:19.393Z] 53926ce57604: Pulling fs layer [2022-10-26T03:45:19.393Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-26T03:45:19.393Z] 30f14e443154: Pulling fs layer [2022-10-26T03:45:19.393Z] 801331c1e519: Pulling fs layer [2022-10-26T03:45:19.393Z] 99cc6dd402b0: Pulling fs layer [2022-10-26T03:45:19.393Z] 7d9ed39f4882: Pulling fs layer [2022-10-26T03:45:19.393Z] 99cc6dd402b0: Waiting [2022-10-26T03:45:19.393Z] 30f14e443154: Waiting [2022-10-26T03:45:19.393Z] 7d9ed39f4882: Waiting [2022-10-26T03:45:19.393Z] 53926ce57604: Waiting [2022-10-26T03:45:19.393Z] 21b2b0c7a3f4: Waiting [2022-10-26T03:45:19.393Z] 93c1e223e6f2: Download complete [2022-10-26T03:45:19.393Z] 4583459ba037: Verifying Checksum [2022-10-26T03:45:19.393Z] 4583459ba037: Download complete [2022-10-26T03:45:19.393Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-26T03:45:19.393Z] 21b2b0c7a3f4: Download complete [2022-10-26T03:45:19.393Z] 30f14e443154: Verifying Checksum [2022-10-26T03:45:19.393Z] 30f14e443154: Download complete [2022-10-26T03:45:19.393Z] 213ec9aee27d: Verifying Checksum [2022-10-26T03:45:19.652Z] 801331c1e519: Verifying Checksum [2022-10-26T03:45:19.652Z] 801331c1e519: Download complete [2022-10-26T03:45:19.652Z] 213ec9aee27d: Pull complete [2022-10-26T03:45:19.652Z] 4583459ba037: Pull complete [2022-10-26T03:45:19.911Z] 93c1e223e6f2: Pull complete [2022-10-26T03:45:20.865Z] 7d9ed39f4882: Verifying Checksum [2022-10-26T03:45:20.865Z] 7d9ed39f4882: Download complete [2022-10-26T03:45:20.865Z] 53926ce57604: Verifying Checksum [2022-10-26T03:45:20.865Z] 53926ce57604: Download complete [2022-10-26T03:45:21.123Z] 99cc6dd402b0: Verifying Checksum [2022-10-26T03:45:21.123Z] 99cc6dd402b0: Download complete [2022-10-26T03:45:25.334Z] 53926ce57604: Pull complete [2022-10-26T03:45:25.334Z] 21b2b0c7a3f4: Pull complete [2022-10-26T03:45:25.334Z] 30f14e443154: Pull complete [2022-10-26T03:45:25.334Z] 801331c1e519: Pull complete [2022-10-26T03:45:27.234Z] 99cc6dd402b0: Pull complete [2022-10-26T03:45:27.799Z] 7d9ed39f4882: Pull complete [2022-10-26T03:45:27.800Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-26T03:45:27.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-26T03:45:27.800Z] ---> 1dedd983c030 [2022-10-26T03:45:27.800Z] Step 3/11 : ARG ADD_BUILD_TAGS="" [2022-10-26T03:45:30.331Z] ---> Running in e45afb7748f3 [2022-10-26T03:45:30.331Z] Removing intermediate container e45afb7748f3 [2022-10-26T03:45:30.331Z] ---> eb75a2358815 [2022-10-26T03:45:30.331Z] Step 4/11 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T03:45:30.331Z] ---> Running in 196c80e07cf1 [2022-10-26T03:45:30.331Z] Removing intermediate container 196c80e07cf1 [2022-10-26T03:45:30.331Z] ---> 091b4107d8af [2022-10-26T03:45:30.331Z] Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:45:30.590Z] ---> Running in 3b1846985aa1 [2022-10-26T03:45:31.158Z] Removing intermediate container 3b1846985aa1 [2022-10-26T03:45:31.159Z] ---> f35c86e6e729 [2022-10-26T03:45:31.159Z] Step 6/11 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-10-26T03:45:31.159Z] ---> Running in edbd07cb5899 [2022-10-26T03:45:31.425Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T03:45:31.992Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T03:45:32.565Z] (1/8) Installing openssh-keygen (9.0_p1-r2) [2022-10-26T03:45:32.612Z] Still waiting to schedule task [2022-10-26T03:45:32.612Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-26T03:45:32.823Z] (2/8) Installing libedit (20210910.3.1-r0) [2022-10-26T03:45:33.388Z] (3/8) Installing openssh-client-common (9.0_p1-r2) [2022-10-26T03:45:33.956Z] (4/8) Installing openssh-client-default (9.0_p1-r2) [2022-10-26T03:45:34.214Z] (5/8) Installing openssh-sftp-server (9.0_p1-r2) [2022-10-26T03:45:34.481Z] (6/8) Installing openssh-server-common (9.0_p1-r2) [2022-10-26T03:45:34.740Z] (7/8) Installing openssh-server (9.0_p1-r2) [2022-10-26T03:45:35.325Z] (8/8) Installing openssh (9.0_p1-r2) [2022-10-26T03:45:35.582Z] Executing busybox-1.35.0-r17.trigger [2022-10-26T03:45:35.582Z] OK: 217 MiB in 59 packages [2022-10-26T03:45:36.150Z] Removing intermediate container edbd07cb5899 [2022-10-26T03:45:36.150Z] ---> df91c2f942da [2022-10-26T03:45:36.150Z] Step 7/11 : WORKDIR /device-modbus-go [2022-10-26T03:45:36.150Z] ---> Running in cb54f5d9abb4 [2022-10-26T03:45:36.150Z] Removing intermediate container cb54f5d9abb4 [2022-10-26T03:45:36.150Z] ---> f3720f222008 [2022-10-26T03:45:36.150Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-26T03:45:36.409Z] ---> d64545f461f4 [2022-10-26T03:45:36.409Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T03:45:36.409Z] ---> Running in 0fd7355dc0a5 [2022-10-26T03:45:54.502Z] Removing intermediate container 0fd7355dc0a5 [2022-10-26T03:45:54.502Z] ---> f6d8102f3cc1 [2022-10-26T03:45:54.502Z] Step 10/11 : COPY . . [2022-10-26T03:45:54.502Z] ---> add7f8215693 [2022-10-26T03:45:54.502Z] Step 11/11 : RUN ${MAKE} [2022-10-26T03:45:54.502Z] ---> Running in 053ed0b1edda [2022-10-26T03:45:54.502Z] noop [2022-10-26T03:45:54.502Z] Removing intermediate container 053ed0b1edda [2022-10-26T03:45:54.502Z] ---> 71ba03129e19 [2022-10-26T03:45:54.502Z] Successfully built 71ba03129e19 [2022-10-26T03:45:54.502Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:45:54.818Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T03:45:54.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:45:54.884Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:45:54.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T03:45:55.254Z] $ docker top 4b2bb201a7cbc18897daa2706dcffebb5fe46bd557f39e2219bb6925a14e53e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T03:45:55.588Z] + go version [2022-10-26T03:45:55.588Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-26T03:45:55.601Z] $ docker stop --time=1 4b2bb201a7cbc18897daa2706dcffebb5fe46bd557f39e2219bb6925a14e53e0 [2022-10-26T03:45:56.873Z] $ docker rm -f 4b2bb201a7cbc18897daa2706dcffebb5fe46bd557f39e2219bb6925a14e53e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:45:57.270Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-26T03:45:57.270Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:45:57.338Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:45:57.368Z] $ 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-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-26T03:45:57.733Z] $ docker top b01e78af768d7877e3357cb8049fdfe660fcc84d540b844c20c1b21ee904d6a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T03:45:58.069Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh [2022-10-26T03:45:58.359Z] + make test [2022-10-26T03:45:58.359Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-10-26T03:45:58.617Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2022-10-26T03:46:08.586Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2022-10-26T03:46:08.586Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.013s coverage: 47.7% of statements [2022-10-26T03:46:15.155Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-26T03:46:15.155Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-26T03:46:18.434Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T03:46:18.434Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T03:46:18.434Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-26T03:46:18.446Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T03:46:18.461Z] $ docker stop --time=1 b01e78af768d7877e3357cb8049fdfe660fcc84d540b844c20c1b21ee904d6a8 [2022-10-26T03:46:20.656Z] $ docker rm -f b01e78af768d7877e3357cb8049fdfe660fcc84d540b844c20c1b21ee904d6a8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T03:46:21.080Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T03:46:21.129Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-26T03:46:21.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T03:46:21.839Z] + ls -al . [2022-10-26T03:46:21.839Z] total 188 [2022-10-26T03:46:21.839Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 26 03:45 . [2022-10-26T03:46:21.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 03:44 .. [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 26 03:44 .dockerignore [2022-10-26T03:46:21.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 03:46 .git [2022-10-26T03:46:21.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:44 .github [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 331 Oct 26 03:44 .gitignore [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 26 03:44 .golangci.yml [2022-10-26T03:46:21.839Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 03:45 .semver [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 10121 Oct 26 03:44 Attribution.txt [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 10001 Oct 26 03:44 CHANGELOG.md [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 1606 Oct 26 03:44 Dockerfile [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 03:44 GOVERNANCE.md [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 680 Oct 26 03:44 Jenkinsfile [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 26 03:44 LICENSE [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 2101 Oct 26 03:44 Makefile [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 622 Oct 26 03:44 OWNERS.md [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 4061 Oct 26 03:44 README.md [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 26 03:45 VERSION [2022-10-26T03:46:21.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 03:44 bin [2022-10-26T03:46:21.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:44 cmd [2022-10-26T03:46:21.839Z] -rw-r--r-- 1 jenkins jenkins 23241 Oct 26 03:46 coverage.out [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 3643 Oct 26 03:44 go.mod [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 38288 Oct 26 03:44 go.sum [2022-10-26T03:46:21.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:44 internal [2022-10-26T03:46:21.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 03:44 simulator [2022-10-26T03:46:21.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 03:44 snap [2022-10-26T03:46:21.839Z] -rw-rw-r-- 1 jenkins jenkins 229 Oct 26 03:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:46:22.145Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc --label arch=amd64 --label version=2.3.0-dev.21 . [2022-10-26T03:46:22.145Z] Sending build context to Docker daemon 6.218MB [2022-10-26T03:46:22.145Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T03:46:22.145Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-26T03:46:22.145Z] ---> 71ba03129e19 [2022-10-26T03:46:22.145Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-26T03:46:22.145Z] ---> Running in b289289898a9 [2022-10-26T03:46:22.404Z] Removing intermediate container b289289898a9 [2022-10-26T03:46:22.405Z] ---> f21d6b958bd6 [2022-10-26T03:46:22.405Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T03:46:22.405Z] ---> Running in 5551e623dd1e [2022-10-26T03:46:22.405Z] Removing intermediate container 5551e623dd1e [2022-10-26T03:46:22.405Z] ---> 7d6d5495bbdb [2022-10-26T03:46:22.405Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:46:22.405Z] ---> Running in 5df624c2c004 [2022-10-26T03:46:22.972Z] Removing intermediate container 5df624c2c004 [2022-10-26T03:46:22.972Z] ---> 1033374f8c94 [2022-10-26T03:46:22.972Z] Step 6/24 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-10-26T03:46:22.972Z] ---> Running in 47fe572bc893 [2022-10-26T03:46:23.231Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-26T03:46:23.798Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-26T03:46:24.366Z] OK: 217 MiB in 59 packages [2022-10-26T03:46:24.935Z] Removing intermediate container 47fe572bc893 [2022-10-26T03:46:24.935Z] ---> 1079f194a61d [2022-10-26T03:46:24.935Z] Step 7/24 : WORKDIR /device-modbus-go [2022-10-26T03:46:24.935Z] ---> Running in 1f5be833ea49 [2022-10-26T03:46:24.935Z] Removing intermediate container 1f5be833ea49 [2022-10-26T03:46:24.935Z] ---> 0277b96caaed [2022-10-26T03:46:24.935Z] Step 8/24 : COPY go.mod vendor* ./ [2022-10-26T03:46:24.935Z] ---> 3fc927971c5e [2022-10-26T03:46:24.935Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T03:46:25.195Z] ---> Running in c8bbe50ac628 [2022-10-26T03:46:25.760Z] Removing intermediate container c8bbe50ac628 [2022-10-26T03:46:25.760Z] ---> b38a70562dec [2022-10-26T03:46:25.760Z] Step 10/24 : COPY . . [2022-10-26T03:46:26.018Z] ---> 50d3c933087a [2022-10-26T03:46:26.018Z] Step 11/24 : RUN ${MAKE} [2022-10-26T03:46:26.276Z] ---> Running in ddb20f7201f6 [2022-10-26T03:46:26.533Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.3.0-dev.21" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd [2022-10-26T03:46:48.453Z] Removing intermediate container ddb20f7201f6 [2022-10-26T03:46:48.453Z] ---> 6dc1e6169842 [2022-10-26T03:46:48.453Z] Step 12/24 : FROM alpine:3.14 [2022-10-26T03:46:48.453Z] 3.14: Pulling from library/alpine [2022-10-26T03:46:48.453Z] c7ed990a2339: Pulling fs layer [2022-10-26T03:46:48.453Z] c7ed990a2339: Verifying Checksum [2022-10-26T03:46:48.453Z] c7ed990a2339: Download complete [2022-10-26T03:46:48.453Z] c7ed990a2339: Pull complete [2022-10-26T03:46:48.453Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-26T03:46:48.453Z] Status: Downloaded newer image for alpine:3.14 [2022-10-26T03:46:48.453Z] ---> dd53f409bf0b [2022-10-26T03:46:48.453Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2022-10-26T03:46:48.738Z] ---> Running in 47d9e702dd62 [2022-10-26T03:46:48.738Z] Removing intermediate container 47d9e702dd62 [2022-10-26T03:46:48.738Z] ---> 3915e2666740 [2022-10-26T03:46:48.738Z] Step 14/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:46:48.738Z] ---> Running in b9bb808296aa [2022-10-26T03:46:49.350Z] Removing intermediate container b9bb808296aa [2022-10-26T03:46:49.350Z] ---> 5be29d138032 [2022-10-26T03:46:49.350Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-26T03:46:49.350Z] ---> Running in e3d1b814efb2 [2022-10-26T03:46:49.626Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-10-26T03:46:50.225Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-10-26T03:46:50.809Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-26T03:46:51.067Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-10-26T03:46:51.325Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-26T03:46:51.893Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-10-26T03:46:52.152Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-26T03:46:52.721Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-26T03:46:52.980Z] Executing busybox-1.33.1-r8.trigger [2022-10-26T03:46:52.980Z] OK: 8 MiB in 20 packages [2022-10-26T03:46:53.240Z] Removing intermediate container e3d1b814efb2 [2022-10-26T03:46:53.240Z] ---> ecd34b446cb3 [2022-10-26T03:46:53.240Z] Step 16/24 : COPY --from=builder /device-modbus-go/cmd / [2022-10-26T03:46:53.811Z] ---> e983efd5722a [2022-10-26T03:46:53.811Z] Step 17/24 : COPY --from=builder /device-modbus-go/LICENSE / [2022-10-26T03:46:54.069Z] ---> 0612da259df8 [2022-10-26T03:46:54.069Z] Step 18/24 : COPY --from=builder /device-modbus-go/Attribution.txt / [2022-10-26T03:46:54.069Z] ---> 1c24ab6e60ab [2022-10-26T03:46:54.069Z] Step 19/24 : EXPOSE 59901 [2022-10-26T03:46:54.069Z] ---> Running in 87c448f55fc0 [2022-10-26T03:46:54.326Z] Removing intermediate container 87c448f55fc0 [2022-10-26T03:46:54.326Z] ---> 29202d4681b3 [2022-10-26T03:46:54.327Z] Step 20/24 : ENTRYPOINT ["/device-modbus"] [2022-10-26T03:46:54.327Z] ---> Running in 8c6b712fa65a [2022-10-26T03:46:54.327Z] Removing intermediate container 8c6b712fa65a [2022-10-26T03:46:54.327Z] ---> 591faaa4c8ef [2022-10-26T03:46:54.327Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-26T03:46:54.327Z] ---> Running in 25dd7ad97cec [2022-10-26T03:46:54.586Z] Removing intermediate container 25dd7ad97cec [2022-10-26T03:46:54.586Z] ---> 82508ce3f278 [2022-10-26T03:46:54.586Z] Step 22/24 : LABEL arch=amd64 [2022-10-26T03:46:54.586Z] ---> Running in 74b25c86c5d1 [2022-10-26T03:46:54.586Z] Removing intermediate container 74b25c86c5d1 [2022-10-26T03:46:54.586Z] ---> 9e6eb890cba8 [2022-10-26T03:46:54.586Z] Step 23/24 : LABEL git_sha=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:46:54.586Z] ---> Running in 3c545b590818 [2022-10-26T03:46:54.845Z] Removing intermediate container 3c545b590818 [2022-10-26T03:46:54.845Z] ---> 95be6b44b9ce [2022-10-26T03:46:54.845Z] Step 24/24 : LABEL version=2.3.0-dev.21 [2022-10-26T03:46:54.845Z] ---> Running in b8aa70fb0ee6 [2022-10-26T03:46:54.845Z] Removing intermediate container b8aa70fb0ee6 [2022-10-26T03:46:54.845Z] ---> 849605093a77 [2022-10-26T03:46:54.845Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T03:46:54.845Z] Successfully built 849605093a77 [2022-10-26T03:46:54.845Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:46:54.947Z] provisioning config files... [2022-10-26T03:46:54.955Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3793127830306706409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:46:55.244Z] ---> docker-login.sh [2022-10-26T03:46:55.244Z] nexus3.edgexfoundry.org:10001 [2022-10-26T03:46:55.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:46:55.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:46:55.244Z] Configure a credential helper to remove this warning. See [2022-10-26T03:46:55.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:46:55.244Z] [2022-10-26T03:46:55.244Z] Login Succeeded [2022-10-26T03:46:55.244Z] nexus3.edgexfoundry.org:10002 [2022-10-26T03:46:55.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:46:55.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:46:55.244Z] Configure a credential helper to remove this warning. See [2022-10-26T03:46:55.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:46:55.244Z] [2022-10-26T03:46:55.244Z] Login Succeeded [2022-10-26T03:46:55.244Z] nexus3.edgexfoundry.org:10003 [2022-10-26T03:46:55.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:46:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:46:55.503Z] Configure a credential helper to remove this warning. See [2022-10-26T03:46:55.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:46:55.503Z] [2022-10-26T03:46:55.503Z] Login Succeeded [2022-10-26T03:46:55.503Z] nexus3.edgexfoundry.org:10004 [2022-10-26T03:46:55.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:46:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:46:55.503Z] Configure a credential helper to remove this warning. See [2022-10-26T03:46:55.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:46:55.503Z] [2022-10-26T03:46:55.503Z] Login Succeeded [2022-10-26T03:46:55.503Z] docker.io [2022-10-26T03:46:55.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:46:56.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:46:56.021Z] Configure a credential helper to remove this warning. See [2022-10-26T03:46:56.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:46:56.021Z] [2022-10-26T03:46:56.021Z] Login Succeeded [2022-10-26T03:46:56.021Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T03:46:56.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-10-26T03:46:56.061Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:46:56.083Z] [edgeXDocker.push] Tagging docker image device-modbus with the following tags: [2022-10-26T03:46:56.083Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:46:56.083Z] latest [2022-10-26T03:46:56.083Z] 2.3.0-dev.21 [2022-10-26T03:46:56.083Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:46:56.083Z] main [2022-10-26T03:46:56.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:46:56.409Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:46:56.711Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:46:56.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2022-10-26T03:46:56.711Z] 616ef03a61ae: Preparing [2022-10-26T03:46:56.711Z] 56f1a9bca73f: Preparing [2022-10-26T03:46:56.711Z] db53b906a5ee: Preparing [2022-10-26T03:46:56.711Z] c014cd43fc7d: Preparing [2022-10-26T03:46:56.711Z] ba2f38778472: Preparing [2022-10-26T03:46:56.711Z] 63493a9ab2d4: Preparing [2022-10-26T03:46:56.711Z] 63493a9ab2d4: Waiting [2022-10-26T03:46:56.711Z] 616ef03a61ae: Pushed [2022-10-26T03:46:56.711Z] 56f1a9bca73f: Pushed [2022-10-26T03:46:56.711Z] ba2f38778472: Pushed [2022-10-26T03:46:56.711Z] 63493a9ab2d4: Layer already exists [2022-10-26T03:46:56.970Z] c014cd43fc7d: Pushed [2022-10-26T03:46:59.505Z] db53b906a5ee: Pushed [2022-10-26T03:46:59.505Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc: digest: sha256:0d375013ec585dbe94afaa75463f3c605bcbe64e5a0e25fe4d92c364c378c234 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:46:59.819Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:00.119Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest [2022-10-26T03:47:00.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2022-10-26T03:47:00.119Z] 616ef03a61ae: Preparing [2022-10-26T03:47:00.119Z] 56f1a9bca73f: Preparing [2022-10-26T03:47:00.119Z] db53b906a5ee: Preparing [2022-10-26T03:47:00.119Z] c014cd43fc7d: Preparing [2022-10-26T03:47:00.119Z] ba2f38778472: Preparing [2022-10-26T03:47:00.119Z] 63493a9ab2d4: Preparing [2022-10-26T03:47:00.119Z] 63493a9ab2d4: Waiting [2022-10-26T03:47:00.119Z] 616ef03a61ae: Layer already exists [2022-10-26T03:47:00.119Z] ba2f38778472: Layer already exists [2022-10-26T03:47:00.119Z] db53b906a5ee: Layer already exists [2022-10-26T03:47:00.119Z] 56f1a9bca73f: Layer already exists [2022-10-26T03:47:00.119Z] c014cd43fc7d: Layer already exists [2022-10-26T03:47:00.119Z] 63493a9ab2d4: Layer already exists [2022-10-26T03:47:00.119Z] latest: digest: sha256:0d375013ec585dbe94afaa75463f3c605bcbe64e5a0e25fe4d92c364c378c234 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:00.425Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:2.3.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:00.729Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:2.3.0-dev.21 [2022-10-26T03:47:00.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2022-10-26T03:47:00.729Z] 616ef03a61ae: Preparing [2022-10-26T03:47:00.729Z] 56f1a9bca73f: Preparing [2022-10-26T03:47:00.729Z] db53b906a5ee: Preparing [2022-10-26T03:47:00.729Z] c014cd43fc7d: Preparing [2022-10-26T03:47:00.729Z] ba2f38778472: Preparing [2022-10-26T03:47:00.729Z] 63493a9ab2d4: Preparing [2022-10-26T03:47:00.729Z] 63493a9ab2d4: Waiting [2022-10-26T03:47:00.729Z] db53b906a5ee: Layer already exists [2022-10-26T03:47:00.729Z] c014cd43fc7d: Layer already exists [2022-10-26T03:47:00.729Z] ba2f38778472: Layer already exists [2022-10-26T03:47:00.729Z] 616ef03a61ae: Layer already exists [2022-10-26T03:47:00.729Z] 56f1a9bca73f: Layer already exists [2022-10-26T03:47:00.729Z] 63493a9ab2d4: Layer already exists [2022-10-26T03:47:00.729Z] 2.3.0-dev.21: digest: sha256:0d375013ec585dbe94afaa75463f3c605bcbe64e5a0e25fe4d92c364c378c234 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:01.034Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:01.335Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:47:01.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2022-10-26T03:47:01.335Z] 616ef03a61ae: Preparing [2022-10-26T03:47:01.335Z] 56f1a9bca73f: Preparing [2022-10-26T03:47:01.335Z] db53b906a5ee: Preparing [2022-10-26T03:47:01.335Z] c014cd43fc7d: Preparing [2022-10-26T03:47:01.335Z] ba2f38778472: Preparing [2022-10-26T03:47:01.335Z] 63493a9ab2d4: Preparing [2022-10-26T03:47:01.335Z] 63493a9ab2d4: Waiting [2022-10-26T03:47:01.335Z] ba2f38778472: Layer already exists [2022-10-26T03:47:01.335Z] db53b906a5ee: Layer already exists [2022-10-26T03:47:01.335Z] 616ef03a61ae: Layer already exists [2022-10-26T03:47:01.335Z] c014cd43fc7d: Layer already exists [2022-10-26T03:47:01.335Z] 56f1a9bca73f: Layer already exists [2022-10-26T03:47:01.335Z] 63493a9ab2d4: Layer already exists [2022-10-26T03:47:01.335Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21: digest: sha256:0d375013ec585dbe94afaa75463f3c605bcbe64e5a0e25fe4d92c364c378c234 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:01.638Z] + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:01.941Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus:main [2022-10-26T03:47:01.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] [2022-10-26T03:47:01.941Z] 616ef03a61ae: Preparing [2022-10-26T03:47:01.941Z] 56f1a9bca73f: Preparing [2022-10-26T03:47:01.941Z] db53b906a5ee: Preparing [2022-10-26T03:47:01.941Z] c014cd43fc7d: Preparing [2022-10-26T03:47:01.942Z] ba2f38778472: Preparing [2022-10-26T03:47:01.942Z] 63493a9ab2d4: Preparing [2022-10-26T03:47:01.942Z] 63493a9ab2d4: Waiting [2022-10-26T03:47:01.942Z] db53b906a5ee: Layer already exists [2022-10-26T03:47:01.942Z] c014cd43fc7d: Layer already exists [2022-10-26T03:47:01.942Z] 616ef03a61ae: Layer already exists [2022-10-26T03:47:01.942Z] 56f1a9bca73f: Layer already exists [2022-10-26T03:47:01.942Z] ba2f38778472: Layer already exists [2022-10-26T03:47:01.942Z] 63493a9ab2d4: Layer already exists [2022-10-26T03:47:01.942Z] main: digest: sha256:0d375013ec585dbe94afaa75463f3c605bcbe64e5a0e25fe4d92c364c378c234 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-10-26T03:47:01.987Z] ===================================================== [Pipeline] echo [2022-10-26T03:47:01.996Z] taggedImages: [2022-10-26T03:47:01.997Z] - nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:47:01.997Z] - nexus3.edgexfoundry.org:10004/device-modbus:latest [2022-10-26T03:47:01.997Z] - nexus3.edgexfoundry.org:10004/device-modbus:2.3.0-dev.21 [2022-10-26T03:47:01.997Z] - nexus3.edgexfoundry.org:10004/device-modbus:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:47:01.997Z] - nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:02.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T03:47:02.349Z] [2022-10-26T03:47:02.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:47:02.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T03:47:02.644Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-26T03:47:02.644Z] 5eb5b503b376: Pulling fs layer [2022-10-26T03:47:02.644Z] 5c69ac0246d0: Pulling fs layer [2022-10-26T03:47:02.644Z] ec43610c2a17: Pulling fs layer [2022-10-26T03:47:02.644Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-26T03:47:02.644Z] 33b1e0a273af: Pulling fs layer [2022-10-26T03:47:02.644Z] 5d3b04190fa2: Pulling fs layer [2022-10-26T03:47:02.644Z] 2f39f015ded8: Pulling fs layer [2022-10-26T03:47:02.644Z] 33b1e0a273af: Waiting [2022-10-26T03:47:02.644Z] 5d3b04190fa2: Waiting [2022-10-26T03:47:02.644Z] 2f39f015ded8: Waiting [2022-10-26T03:47:02.644Z] 3a2ae6a8a46f: Waiting [2022-10-26T03:47:02.644Z] 5c69ac0246d0: Verifying Checksum [2022-10-26T03:47:02.644Z] 5c69ac0246d0: Download complete [2022-10-26T03:47:02.644Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-26T03:47:02.644Z] 3a2ae6a8a46f: Download complete [2022-10-26T03:47:02.644Z] 33b1e0a273af: Verifying Checksum [2022-10-26T03:47:02.644Z] 33b1e0a273af: Download complete [2022-10-26T03:47:02.644Z] ec43610c2a17: Verifying Checksum [2022-10-26T03:47:02.644Z] ec43610c2a17: Download complete [2022-10-26T03:47:02.644Z] 5d3b04190fa2: Verifying Checksum [2022-10-26T03:47:02.644Z] 5d3b04190fa2: Download complete [2022-10-26T03:47:02.902Z] 5eb5b503b376: Verifying Checksum [2022-10-26T03:47:02.903Z] 5eb5b503b376: Download complete [2022-10-26T03:47:03.468Z] 2f39f015ded8: Download complete [2022-10-26T03:47:04.403Z] 5eb5b503b376: Pull complete [2022-10-26T03:47:04.403Z] 5c69ac0246d0: Pull complete [2022-10-26T03:47:04.664Z] ec43610c2a17: Pull complete [2022-10-26T03:47:04.923Z] 3a2ae6a8a46f: Pull complete [2022-10-26T03:47:05.181Z] 33b1e0a273af: Pull complete [2022-10-26T03:47:05.181Z] 5d3b04190fa2: Pull complete [2022-10-26T03:47:09.364Z] 2f39f015ded8: Pull complete [2022-10-26T03:47:09.364Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-26T03:47:09.364Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T03:47:09.364Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:47:09.432Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:47:09.466Z] $ 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-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T03:47:11.840Z] $ docker top 6455f3552e2a3795f734a6e1c137f5bf0b40bbebfc04d34e4cf64128804f4d29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:47:12.192Z] ---> job-cost.sh [2022-10-26T03:47:12.192Z] lf-activate-venv: SKIPPING [2022-10-26T03:47:12.192Z] INFO: No Stack... [2022-10-26T03:47:12.452Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T03:47:12.711Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T03:47:12.996Z] + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv [2022-10-26T03:47:12.996Z] + cut -d, -f6 [Pipeline] lock [2022-10-26T03:47:13.009Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [2022-10-26T03:47:13.015Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] did not exist. Created. [2022-10-26T03:47:13.015Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T03:47:13.313Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-26T03:47:13.340Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T03:47:13.349Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T03:47:13.372Z] $ docker stop --time=1 6455f3552e2a3795f734a6e1c137f5bf0b40bbebfc04d34e4cf64128804f4d29 [2022-10-26T03:47:14.526Z] $ docker rm -f 6455f3552e2a3795f734a6e1c137f5bf0b40bbebfc04d34e4cf64128804f4d29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-26T03:47:51.316Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117056 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws [2022-10-26T03:47:51.330Z] Running in /w/workspace/device-modbus-go/61 [Pipeline] { [Pipeline] checkout [2022-10-26T03:47:51.365Z] Selected Git installation does not exist. Using Default [2022-10-26T03:47:51.365Z] The recommended git tool is: NONE [2022-10-26T03:47:56.218Z] using credential edgex-jenkins-ssh [2022-10-26T03:47:56.233Z] Cloning the remote Git repository [2022-10-26T03:47:56.274Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2022-10-26T03:47:56.343Z] > git init /w/workspace/device-modbus-go/61 # timeout=10 [2022-10-26T03:47:56.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2022-10-26T03:47:56.484Z] > git --version # timeout=10 [2022-10-26T03:47:56.500Z] > git --version # 'git version 2.25.1' [2022-10-26T03:47:56.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-26T03:47:56.543Z] Verifying host key using known hosts file [2022-10-26T03:47:56.740Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-26T03:47:56.753Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T03:47:57.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2022-10-26T03:47:57.950Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-26T03:47:58.790Z] Avoid second fetch [2022-10-26T03:47:58.790Z] Checking out Revision fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc (main) [2022-10-26T03:47:59.314Z] Commit message: "fix: update command request and response topic (#386)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T03:47:58.803Z] > git config core.sparsecheckout # timeout=10 [2022-10-26T03:47:58.825Z] > git checkout -f fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc # timeout=10 [2022-10-26T03:48:00.174Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-26T03:48:00.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T03:48:00.174Z] Dload Upload Total Spent Left Speed [2022-10-26T03:48:00.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 223k 0 --:--:-- --:--:-- --:--:-- 223k [Pipeline] sh [2022-10-26T03:48:00.766Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-26T03:48:01.092Z] + sudo tee /etc/docker/daemon.new [2022-10-26T03:48:01.092Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-26T03:48:01.092Z] { [2022-10-26T03:48:01.092Z] "registry-mirrors": [ [2022-10-26T03:48:01.092Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-26T03:48:01.092Z] ], [2022-10-26T03:48:01.092Z] "bip": "10.250.0.254/24", [2022-10-26T03:48:01.092Z] "hosts": [ [2022-10-26T03:48:01.092Z] "tcp://0.0.0.0:5555", [2022-10-26T03:48:01.092Z] "unix:///var/run/docker.sock" [2022-10-26T03:48:01.092Z] ], [2022-10-26T03:48:01.092Z] "mtu": 1458, [2022-10-26T03:48:01.092Z] "selinux-enabled": true, [2022-10-26T03:48:01.092Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-26T03:48:01.092Z] } [Pipeline] sh [2022-10-26T03:48:01.424Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-26T03:48:01.762Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:48:20.051Z] provisioning config files... [2022-10-26T03:48:20.078Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/61@tmp/config4079473298313940503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:48:20.436Z] ---> docker-login.sh [2022-10-26T03:48:20.437Z] nexus3.edgexfoundry.org:10001 [2022-10-26T03:48:21.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:48:21.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:48:21.029Z] Configure a credential helper to remove this warning. See [2022-10-26T03:48:21.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:48:21.029Z] [2022-10-26T03:48:21.029Z] Login Succeeded [2022-10-26T03:48:21.029Z] nexus3.edgexfoundry.org:10002 [2022-10-26T03:48:21.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:48:21.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:48:21.570Z] Configure a credential helper to remove this warning. See [2022-10-26T03:48:21.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:48:21.570Z] [2022-10-26T03:48:21.570Z] Login Succeeded [2022-10-26T03:48:21.570Z] nexus3.edgexfoundry.org:10003 [2022-10-26T03:48:21.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:48:21.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:48:21.842Z] Configure a credential helper to remove this warning. See [2022-10-26T03:48:21.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:48:21.842Z] [2022-10-26T03:48:21.842Z] Login Succeeded [2022-10-26T03:48:21.842Z] nexus3.edgexfoundry.org:10004 [2022-10-26T03:48:22.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:48:22.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:48:22.115Z] Configure a credential helper to remove this warning. See [2022-10-26T03:48:22.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:48:22.115Z] [2022-10-26T03:48:22.115Z] Login Succeeded [2022-10-26T03:48:22.115Z] docker.io [2022-10-26T03:48:22.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:48:22.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:48:22.975Z] Configure a credential helper to remove this warning. See [2022-10-26T03:48:22.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:48:22.975Z] [2022-10-26T03:48:22.975Z] Login Succeeded [2022-10-26T03:48:22.975Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T03:48:22.989Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-26T03:48:23.145Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:48:23.156Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:48:23.163Z] ========================================================= [2022-10-26T03:48:23.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-26T03:48:23.163Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:48:23.501Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-26T03:48:23.773Z] Sending build context to Docker daemon 3.225MB [2022-10-26T03:48:23.773Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T03:48:23.773Z] Step 2/11 : FROM ${BASE} AS builder [2022-10-26T03:48:24.047Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-26T03:48:24.047Z] 9b18e9b68314: Pulling fs layer [2022-10-26T03:48:24.047Z] d32db5db7311: Pulling fs layer [2022-10-26T03:48:24.047Z] d0c4b47475fc: Pulling fs layer [2022-10-26T03:48:24.047Z] 5831b945b038: Pulling fs layer [2022-10-26T03:48:24.047Z] 86bbec2aaacd: Pulling fs layer [2022-10-26T03:48:24.047Z] e10730c5d714: Pulling fs layer [2022-10-26T03:48:24.047Z] 5dd5c2283517: Pulling fs layer [2022-10-26T03:48:24.047Z] d5ac0230b979: Pulling fs layer [2022-10-26T03:48:24.047Z] 86bbec2aaacd: Waiting [2022-10-26T03:48:24.047Z] e10730c5d714: Waiting [2022-10-26T03:48:24.047Z] 5dd5c2283517: Waiting [2022-10-26T03:48:24.047Z] d5ac0230b979: Waiting [2022-10-26T03:48:24.047Z] 5831b945b038: Waiting [2022-10-26T03:48:24.047Z] d0c4b47475fc: Download complete [2022-10-26T03:48:24.047Z] d32db5db7311: Verifying Checksum [2022-10-26T03:48:24.047Z] d32db5db7311: Download complete [2022-10-26T03:48:24.047Z] 86bbec2aaacd: Verifying Checksum [2022-10-26T03:48:24.047Z] 86bbec2aaacd: Download complete [2022-10-26T03:48:24.047Z] e10730c5d714: Verifying Checksum [2022-10-26T03:48:24.047Z] e10730c5d714: Download complete [2022-10-26T03:48:24.047Z] 9b18e9b68314: Verifying Checksum [2022-10-26T03:48:24.047Z] 9b18e9b68314: Download complete [2022-10-26T03:48:25.029Z] 9b18e9b68314: Pull complete [2022-10-26T03:48:25.029Z] d5ac0230b979: Verifying Checksum [2022-10-26T03:48:25.029Z] d5ac0230b979: Download complete [2022-10-26T03:48:25.624Z] d32db5db7311: Pull complete [2022-10-26T03:48:25.898Z] d0c4b47475fc: Pull complete [2022-10-26T03:48:26.490Z] 5dd5c2283517: Verifying Checksum [2022-10-26T03:48:26.490Z] 5dd5c2283517: Download complete [2022-10-26T03:48:27.081Z] 5831b945b038: Verifying Checksum [2022-10-26T03:48:27.081Z] 5831b945b038: Download complete [2022-10-26T03:48:39.428Z] 5831b945b038: Pull complete [2022-10-26T03:48:39.428Z] 86bbec2aaacd: Pull complete [2022-10-26T03:48:39.697Z] e10730c5d714: Pull complete [2022-10-26T03:48:46.384Z] 5dd5c2283517: Pull complete [2022-10-26T03:48:47.350Z] d5ac0230b979: Pull complete [2022-10-26T03:48:47.631Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-26T03:48:47.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-26T03:48:47.631Z] ---> 59b3b1a385d4 [2022-10-26T03:48:47.631Z] Step 3/11 : ARG ADD_BUILD_TAGS="" [2022-10-26T03:48:49.591Z] ---> Running in a1773b9d15b7 [2022-10-26T03:48:49.863Z] Removing intermediate container a1773b9d15b7 [2022-10-26T03:48:49.863Z] ---> 427cf29816e6 [2022-10-26T03:48:49.863Z] Step 4/11 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T03:48:49.863Z] ---> Running in 31b50528c071 [2022-10-26T03:48:50.134Z] Removing intermediate container 31b50528c071 [2022-10-26T03:48:50.134Z] ---> fbc2b91a49c1 [2022-10-26T03:48:50.134Z] Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:48:50.404Z] ---> Running in 1522a246ec5d [2022-10-26T03:48:52.361Z] Removing intermediate container 1522a246ec5d [2022-10-26T03:48:52.361Z] ---> 63ca454225fb [2022-10-26T03:48:52.361Z] Step 6/11 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-10-26T03:48:52.361Z] ---> Running in d6bb551d0a27 [2022-10-26T03:48:53.330Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T03:48:53.919Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T03:48:54.883Z] (1/8) Installing openssh-keygen (9.0_p1-r2) [2022-10-26T03:48:55.468Z] (2/8) Installing libedit (20210910.3.1-r0) [2022-10-26T03:48:55.795Z] (3/8) Installing openssh-client-common (9.0_p1-r2) [2022-10-26T03:48:56.401Z] (4/8) Installing openssh-client-default (9.0_p1-r2) [2022-10-26T03:48:56.990Z] (5/8) Installing openssh-sftp-server (9.0_p1-r2) [2022-10-26T03:48:57.260Z] (6/8) Installing openssh-server-common (9.0_p1-r2) [2022-10-26T03:48:57.528Z] (7/8) Installing openssh-server (9.0_p1-r2) [2022-10-26T03:48:58.112Z] (8/8) Installing openssh (9.0_p1-r2) [2022-10-26T03:48:58.383Z] Executing busybox-1.35.0-r17.trigger [2022-10-26T03:48:58.383Z] OK: 228 MiB in 59 packages [2022-10-26T03:48:59.816Z] Removing intermediate container d6bb551d0a27 [2022-10-26T03:48:59.816Z] ---> ec513a82aabf [2022-10-26T03:48:59.816Z] Step 7/11 : WORKDIR /device-modbus-go [2022-10-26T03:48:59.816Z] ---> Running in 0246d21120a7 [2022-10-26T03:48:59.816Z] Removing intermediate container 0246d21120a7 [2022-10-26T03:48:59.816Z] ---> 7a9ce4b67d55 [2022-10-26T03:48:59.816Z] Step 8/11 : COPY go.mod vendor* ./ [2022-10-26T03:49:00.405Z] ---> d1b0757e178f [2022-10-26T03:49:00.405Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T03:49:00.405Z] ---> Running in 36faa70c0c58 [2022-10-26T03:49:47.267Z] Removing intermediate container 36faa70c0c58 [2022-10-26T03:49:47.267Z] ---> d0a552bec49f [2022-10-26T03:49:47.267Z] Step 10/11 : COPY . . [2022-10-26T03:49:47.850Z] ---> 1338926e4b0e [2022-10-26T03:49:47.850Z] Step 11/11 : RUN ${MAKE} [2022-10-26T03:49:47.850Z] ---> Running in bd6d7c3eafe4 [2022-10-26T03:49:48.809Z] noop [2022-10-26T03:49:49.399Z] Removing intermediate container bd6d7c3eafe4 [2022-10-26T03:49:49.399Z] ---> 9d4020d13408 [2022-10-26T03:49:49.399Z] Successfully built 9d4020d13408 [2022-10-26T03:49:49.399Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:49:49.749Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T03:49:49.749Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:49:49.934Z] prd-ubuntu20.04-docker-arm64-4c-16g-117056 does not seem to be running inside a container [2022-10-26T03:49:49.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/61 -v /w/workspace/device-modbus-go/61:/w/workspace/device-modbus-go/61:rw,z -v /w/workspace/device-modbus-go/61@tmp:/w/workspace/device-modbus-go/61@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 ******** ci-base-image-arm64 cat [2022-10-26T03:49:51.145Z] $ docker top 6fb2d195458b3477d6ed1bf9d31ed12b9ac45b98b88ade64e0bd52a5c2502e0e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T03:49:51.987Z] + go version [2022-10-26T03:49:51.987Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-26T03:49:52.003Z] $ docker stop --time=1 6fb2d195458b3477d6ed1bf9d31ed12b9ac45b98b88ade64e0bd52a5c2502e0e [2022-10-26T03:49:53.597Z] $ docker rm -f 6fb2d195458b3477d6ed1bf9d31ed12b9ac45b98b88ade64e0bd52a5c2502e0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:49:54.139Z] + docker inspect -f . ci-base-image-arm64 [2022-10-26T03:49:54.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:49:54.312Z] prd-ubuntu20.04-docker-arm64-4c-16g-117056 does not seem to be running inside a container [2022-10-26T03:49:54.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/61 -v /w/workspace/device-modbus-go/61:/w/workspace/device-modbus-go/61:rw,z -v /w/workspace/device-modbus-go/61@tmp:/w/workspace/device-modbus-go/61@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 ******** ci-base-image-arm64 cat [2022-10-26T03:49:55.485Z] $ docker top 5fd66b9d1ebd8db0269846c67f43b364dcc0c6ae518f4c51753d8a81d87b6db0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T03:49:55.988Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/61 [Pipeline] fileExists [Pipeline] sh [2022-10-26T03:49:56.892Z] + make test [2022-10-26T03:49:56.893Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-10-26T03:49:58.300Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2022-10-26T03:51:19.922Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2022-10-26T03:51:19.922Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.098s coverage: 47.7% of statements [2022-10-26T03:51:19.922Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-26T03:51:19.923Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-26T03:51:41.995Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-26T03:51:41.995Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-26T03:51:41.995Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-26T03:51:42.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-26T03:51:42.022Z] $ docker stop --time=1 5fd66b9d1ebd8db0269846c67f43b364dcc0c6ae518f4c51753d8a81d87b6db0 [2022-10-26T03:51:43.785Z] $ docker rm -f 5fd66b9d1ebd8db0269846c67f43b364dcc0c6ae518f4c51753d8a81d87b6db0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T03:51:44.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-26T03:51:44.728Z] Warning: overwriting stash ‘coverage-report’ [2022-10-26T03:51:45.129Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-26T03:51:45.527Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-26T03:51:45.845Z] + ls -al . [2022-10-26T03:51:45.845Z] total 184 [2022-10-26T03:51:45.845Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 26 03:49 . [2022-10-26T03:51:45.845Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 03:47 .. [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 26 03:47 .dockerignore [2022-10-26T03:51:45.845Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 26 03:47 .git [2022-10-26T03:51:45.845Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:47 .github [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 331 Oct 26 03:47 .gitignore [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 26 03:47 .golangci.yml [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 10121 Oct 26 03:47 Attribution.txt [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 10001 Oct 26 03:47 CHANGELOG.md [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 1606 Oct 26 03:47 Dockerfile [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 26 03:47 GOVERNANCE.md [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 680 Oct 26 03:47 Jenkinsfile [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 26 03:47 LICENSE [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 2101 Oct 26 03:47 Makefile [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 622 Oct 26 03:47 OWNERS.md [2022-10-26T03:51:45.845Z] -rw-rw-r-- 1 jenkins jenkins 4061 Oct 26 03:47 README.md [2022-10-26T03:51:45.846Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 26 03:45 VERSION [2022-10-26T03:51:45.846Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 03:47 bin [2022-10-26T03:51:45.846Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:47 cmd [2022-10-26T03:51:45.846Z] -rw-r--r-- 1 jenkins jenkins 23241 Oct 26 03:51 coverage.out [2022-10-26T03:51:45.846Z] -rw-rw-r-- 1 jenkins jenkins 3643 Oct 26 03:47 go.mod [2022-10-26T03:51:45.846Z] -rw-rw-r-- 1 jenkins jenkins 38288 Oct 26 03:47 go.sum [2022-10-26T03:51:45.846Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 26 03:47 internal [2022-10-26T03:51:45.846Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 26 03:47 simulator [2022-10-26T03:51:45.846Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 26 03:47 snap [2022-10-26T03:51:45.846Z] -rw-rw-r-- 1 jenkins jenkins 229 Oct 26 03:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:51:46.177Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc --label arch=arm64 --label version=2.3.0-dev.21 . [2022-10-26T03:51:46.444Z] Sending build context to Docker daemon 3.249MB [2022-10-26T03:51:46.444Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-10-26T03:51:46.444Z] Step 2/24 : FROM ${BASE} AS builder [2022-10-26T03:51:46.444Z] ---> 9d4020d13408 [2022-10-26T03:51:46.444Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-26T03:51:46.444Z] ---> Running in 8fe7379eae52 [2022-10-26T03:51:46.712Z] Removing intermediate container 8fe7379eae52 [2022-10-26T03:51:46.712Z] ---> 0938a46017e7 [2022-10-26T03:51:46.712Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-26T03:51:46.978Z] ---> Running in 106aa4c037a6 [2022-10-26T03:51:47.248Z] Removing intermediate container 106aa4c037a6 [2022-10-26T03:51:47.248Z] ---> 7a429428076e [2022-10-26T03:51:47.248Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:51:47.248Z] ---> Running in 743c1526ada0 [2022-10-26T03:51:48.659Z] Removing intermediate container 743c1526ada0 [2022-10-26T03:51:48.659Z] ---> 76706191e483 [2022-10-26T03:51:48.659Z] Step 6/24 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-10-26T03:51:48.933Z] ---> Running in fb1583d51925 [2022-10-26T03:51:49.894Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-26T03:51:50.477Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-26T03:51:51.881Z] OK: 228 MiB in 59 packages [2022-10-26T03:51:52.463Z] Removing intermediate container fb1583d51925 [2022-10-26T03:51:52.463Z] ---> dd8362a6a179 [2022-10-26T03:51:52.463Z] Step 7/24 : WORKDIR /device-modbus-go [2022-10-26T03:51:52.463Z] ---> Running in 84112106aeaa [2022-10-26T03:51:52.742Z] Removing intermediate container 84112106aeaa [2022-10-26T03:51:52.742Z] ---> ecade30a7d66 [2022-10-26T03:51:52.742Z] Step 8/24 : COPY go.mod vendor* ./ [2022-10-26T03:51:53.330Z] ---> 028b528ab7bc [2022-10-26T03:51:53.330Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-26T03:51:53.330Z] ---> Running in c1a73c098c9b [2022-10-26T03:51:55.279Z] Removing intermediate container c1a73c098c9b [2022-10-26T03:51:55.279Z] ---> 875ae86aaae2 [2022-10-26T03:51:55.279Z] Step 10/24 : COPY . . [2022-10-26T03:51:55.863Z] ---> f82d4559fa33 [2022-10-26T03:51:55.864Z] Step 11/24 : RUN ${MAKE} [2022-10-26T03:51:56.143Z] ---> Running in 74b16d0c6402 [2022-10-26T03:51:57.104Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.3.0-dev.21" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd [2022-10-26T03:54:33.822Z] Removing intermediate container 74b16d0c6402 [2022-10-26T03:54:33.822Z] ---> 592458e811ba [2022-10-26T03:54:33.822Z] Step 12/24 : FROM alpine:3.14 [2022-10-26T03:54:33.822Z] 3.14: Pulling from library/alpine [2022-10-26T03:54:33.822Z] 90cda3b7c325: Pulling fs layer [2022-10-26T03:54:33.822Z] 90cda3b7c325: Verifying Checksum [2022-10-26T03:54:33.822Z] 90cda3b7c325: Download complete [2022-10-26T03:54:33.822Z] 90cda3b7c325: Pull complete [2022-10-26T03:54:33.822Z] Digest: sha256:1ab24b3b99320975cca71716a7475a65d263d0b6b604d9d14ce08f7a3f67595c [2022-10-26T03:54:33.822Z] Status: Downloaded newer image for alpine:3.14 [2022-10-26T03:54:33.822Z] ---> 376ba31ae3da [2022-10-26T03:54:33.822Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2022-10-26T03:54:33.822Z] ---> Running in 19d7e1cd903f [2022-10-26T03:54:33.822Z] Removing intermediate container 19d7e1cd903f [2022-10-26T03:54:33.822Z] ---> 271ca0b4426b [2022-10-26T03:54:33.822Z] Step 14/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-26T03:54:33.822Z] ---> Running in 6dac078c7340 [2022-10-26T03:54:34.089Z] Removing intermediate container 6dac078c7340 [2022-10-26T03:54:34.089Z] ---> 1930fa3d0481 [2022-10-26T03:54:34.089Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-26T03:54:34.359Z] ---> Running in 12e8f190eac2 [2022-10-26T03:54:35.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-10-26T03:54:35.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-10-26T03:54:36.864Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-26T03:54:37.448Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-10-26T03:54:37.715Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-26T03:54:38.297Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-10-26T03:54:38.563Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-26T03:54:39.146Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-26T03:54:39.413Z] Executing busybox-1.33.1-r8.trigger [2022-10-26T03:54:39.413Z] OK: 8 MiB in 20 packages [2022-10-26T03:54:40.372Z] Removing intermediate container 12e8f190eac2 [2022-10-26T03:54:40.372Z] ---> 34a660497b0a [2022-10-26T03:54:40.372Z] Step 16/24 : COPY --from=builder /device-modbus-go/cmd / [2022-10-26T03:54:41.781Z] ---> 901a1a815680 [2022-10-26T03:54:41.781Z] Step 17/24 : COPY --from=builder /device-modbus-go/LICENSE / [2022-10-26T03:54:42.365Z] ---> f0eb8d921375 [2022-10-26T03:54:42.365Z] Step 18/24 : COPY --from=builder /device-modbus-go/Attribution.txt / [2022-10-26T03:54:42.636Z] ---> b65df75b27d9 [2022-10-26T03:54:42.636Z] Step 19/24 : EXPOSE 59901 [2022-10-26T03:54:42.903Z] ---> Running in ea75a4573671 [2022-10-26T03:54:43.170Z] Removing intermediate container ea75a4573671 [2022-10-26T03:54:43.170Z] ---> 12fba12ed4ce [2022-10-26T03:54:43.170Z] Step 20/24 : ENTRYPOINT ["/device-modbus"] [2022-10-26T03:54:43.170Z] ---> Running in f072c506cfbc [2022-10-26T03:54:43.436Z] Removing intermediate container f072c506cfbc [2022-10-26T03:54:43.436Z] ---> 4cf48e5b2367 [2022-10-26T03:54:43.436Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-26T03:54:43.436Z] ---> Running in 6e3468784cdc [2022-10-26T03:54:43.705Z] Removing intermediate container 6e3468784cdc [2022-10-26T03:54:43.705Z] ---> ae656f91a2dc [2022-10-26T03:54:43.705Z] Step 22/24 : LABEL arch=arm64 [2022-10-26T03:54:43.976Z] ---> Running in 7548a42021b4 [2022-10-26T03:54:44.252Z] Removing intermediate container 7548a42021b4 [2022-10-26T03:54:44.252Z] ---> a3a271740089 [2022-10-26T03:54:44.252Z] Step 23/24 : LABEL git_sha=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:54:44.252Z] ---> Running in 846fdf461a84 [2022-10-26T03:54:44.519Z] Removing intermediate container 846fdf461a84 [2022-10-26T03:54:44.519Z] ---> fe7f335133b1 [2022-10-26T03:54:44.519Z] Step 24/24 : LABEL version=2.3.0-dev.21 [2022-10-26T03:54:44.520Z] ---> Running in afdb1be76cf1 [2022-10-26T03:54:44.786Z] Removing intermediate container afdb1be76cf1 [2022-10-26T03:54:44.786Z] ---> df3fbc829887 [2022-10-26T03:54:44.786Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-26T03:54:44.786Z] Successfully built df3fbc829887 [2022-10-26T03:54:44.786Z] Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:54:44.868Z] provisioning config files... [2022-10-26T03:54:44.883Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/61@tmp/config11268821219229970147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:54:45.224Z] ---> docker-login.sh [2022-10-26T03:54:45.224Z] nexus3.edgexfoundry.org:10001 [2022-10-26T03:54:45.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:54:45.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:54:45.491Z] Configure a credential helper to remove this warning. See [2022-10-26T03:54:45.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:54:45.491Z] [2022-10-26T03:54:45.491Z] Login Succeeded [2022-10-26T03:54:45.491Z] nexus3.edgexfoundry.org:10002 [2022-10-26T03:54:45.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:54:45.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:54:45.760Z] Configure a credential helper to remove this warning. See [2022-10-26T03:54:45.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:54:45.760Z] [2022-10-26T03:54:45.760Z] Login Succeeded [2022-10-26T03:54:45.760Z] nexus3.edgexfoundry.org:10003 [2022-10-26T03:54:46.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:54:46.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:54:46.295Z] Configure a credential helper to remove this warning. See [2022-10-26T03:54:46.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:54:46.295Z] [2022-10-26T03:54:46.295Z] Login Succeeded [2022-10-26T03:54:46.295Z] nexus3.edgexfoundry.org:10004 [2022-10-26T03:54:46.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:54:46.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:54:46.566Z] Configure a credential helper to remove this warning. See [2022-10-26T03:54:46.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:54:46.566Z] [2022-10-26T03:54:46.566Z] Login Succeeded [2022-10-26T03:54:46.566Z] docker.io [2022-10-26T03:54:46.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-26T03:54:47.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-26T03:54:47.416Z] Configure a credential helper to remove this warning. See [2022-10-26T03:54:47.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-26T03:54:47.416Z] [2022-10-26T03:54:47.416Z] Login Succeeded [2022-10-26T03:54:47.416Z] ---> docker-login.sh ends [Pipeline] } [2022-10-26T03:54:47.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-10-26T03:54:47.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-26T03:54:47.485Z] [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: [2022-10-26T03:54:47.485Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:54:47.485Z] latest [2022-10-26T03:54:47.485Z] 2.3.0-dev.21 [2022-10-26T03:54:47.485Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:54:47.485Z] main [2022-10-26T03:54:47.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:47.815Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:48.147Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:54:48.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2022-10-26T03:54:48.148Z] 62f37e37f327: Preparing [2022-10-26T03:54:48.148Z] 4d638b46debc: Preparing [2022-10-26T03:54:48.148Z] dd3c477564e1: Preparing [2022-10-26T03:54:48.148Z] e3f4b96e5ffa: Preparing [2022-10-26T03:54:48.148Z] c80ad4a61d20: Preparing [2022-10-26T03:54:48.148Z] 28c3ef001483: Preparing [2022-10-26T03:54:48.148Z] 28c3ef001483: Waiting [2022-10-26T03:54:48.413Z] c80ad4a61d20: Pushed [2022-10-26T03:54:48.413Z] 4d638b46debc: Pushed [2022-10-26T03:54:48.413Z] 62f37e37f327: Pushed [2022-10-26T03:54:48.413Z] 28c3ef001483: Layer already exists [2022-10-26T03:54:48.995Z] e3f4b96e5ffa: Pushed [2022-10-26T03:54:54.648Z] dd3c477564e1: Pushed [2022-10-26T03:54:54.648Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc: digest: sha256:e9e9f22557d3a98e664f462f2d9368c1ada06d0ba4835e7d67eb3eecd9323d95 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:55.010Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:55.369Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2022-10-26T03:54:55.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2022-10-26T03:54:55.369Z] 62f37e37f327: Preparing [2022-10-26T03:54:55.369Z] 4d638b46debc: Preparing [2022-10-26T03:54:55.369Z] dd3c477564e1: Preparing [2022-10-26T03:54:55.369Z] e3f4b96e5ffa: Preparing [2022-10-26T03:54:55.369Z] c80ad4a61d20: Preparing [2022-10-26T03:54:55.369Z] 28c3ef001483: Preparing [2022-10-26T03:54:55.369Z] 28c3ef001483: Waiting [2022-10-26T03:54:55.369Z] c80ad4a61d20: Layer already exists [2022-10-26T03:54:55.369Z] 62f37e37f327: Layer already exists [2022-10-26T03:54:55.369Z] 4d638b46debc: Layer already exists [2022-10-26T03:54:55.369Z] e3f4b96e5ffa: Layer already exists [2022-10-26T03:54:55.369Z] dd3c477564e1: Layer already exists [2022-10-26T03:54:55.369Z] 28c3ef001483: Layer already exists [2022-10-26T03:54:55.646Z] latest: digest: sha256:e9e9f22557d3a98e664f462f2d9368c1ada06d0ba4835e7d67eb3eecd9323d95 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:56.007Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.3.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:56.353Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.3.0-dev.21 [2022-10-26T03:54:56.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2022-10-26T03:54:56.353Z] 62f37e37f327: Preparing [2022-10-26T03:54:56.353Z] 4d638b46debc: Preparing [2022-10-26T03:54:56.353Z] dd3c477564e1: Preparing [2022-10-26T03:54:56.353Z] e3f4b96e5ffa: Preparing [2022-10-26T03:54:56.353Z] c80ad4a61d20: Preparing [2022-10-26T03:54:56.353Z] 28c3ef001483: Preparing [2022-10-26T03:54:56.353Z] 28c3ef001483: Waiting [2022-10-26T03:54:56.353Z] dd3c477564e1: Layer already exists [2022-10-26T03:54:56.353Z] e3f4b96e5ffa: Layer already exists [2022-10-26T03:54:56.353Z] 4d638b46debc: Layer already exists [2022-10-26T03:54:56.353Z] c80ad4a61d20: Layer already exists [2022-10-26T03:54:56.353Z] 62f37e37f327: Layer already exists [2022-10-26T03:54:56.353Z] 28c3ef001483: Layer already exists [2022-10-26T03:54:56.619Z] 2.3.0-dev.21: digest: sha256:e9e9f22557d3a98e664f462f2d9368c1ada06d0ba4835e7d67eb3eecd9323d95 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:56.953Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:57.291Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:54:57.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2022-10-26T03:54:57.291Z] 62f37e37f327: Preparing [2022-10-26T03:54:57.291Z] 4d638b46debc: Preparing [2022-10-26T03:54:57.291Z] dd3c477564e1: Preparing [2022-10-26T03:54:57.291Z] e3f4b96e5ffa: Preparing [2022-10-26T03:54:57.291Z] c80ad4a61d20: Preparing [2022-10-26T03:54:57.291Z] 28c3ef001483: Preparing [2022-10-26T03:54:57.291Z] 28c3ef001483: Waiting [2022-10-26T03:54:57.291Z] c80ad4a61d20: Layer already exists [2022-10-26T03:54:57.291Z] 62f37e37f327: Layer already exists [2022-10-26T03:54:57.291Z] 4d638b46debc: Layer already exists [2022-10-26T03:54:57.291Z] e3f4b96e5ffa: Layer already exists [2022-10-26T03:54:57.291Z] dd3c477564e1: Layer already exists [2022-10-26T03:54:57.291Z] 28c3ef001483: Layer already exists [2022-10-26T03:54:57.291Z] fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21: digest: sha256:e9e9f22557d3a98e664f462f2d9368c1ada06d0ba4835e7d67eb3eecd9323d95 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:57.895Z] + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:58.237Z] + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [2022-10-26T03:54:58.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] [2022-10-26T03:54:58.237Z] 62f37e37f327: Preparing [2022-10-26T03:54:58.237Z] 4d638b46debc: Preparing [2022-10-26T03:54:58.237Z] dd3c477564e1: Preparing [2022-10-26T03:54:58.237Z] e3f4b96e5ffa: Preparing [2022-10-26T03:54:58.237Z] c80ad4a61d20: Preparing [2022-10-26T03:54:58.237Z] 28c3ef001483: Preparing [2022-10-26T03:54:58.237Z] 28c3ef001483: Waiting [2022-10-26T03:54:58.237Z] dd3c477564e1: Layer already exists [2022-10-26T03:54:58.237Z] 4d638b46debc: Layer already exists [2022-10-26T03:54:58.237Z] c80ad4a61d20: Layer already exists [2022-10-26T03:54:58.237Z] 62f37e37f327: Layer already exists [2022-10-26T03:54:58.237Z] e3f4b96e5ffa: Layer already exists [2022-10-26T03:54:58.237Z] 28c3ef001483: Layer already exists [2022-10-26T03:54:58.505Z] main: digest: sha256:e9e9f22557d3a98e664f462f2d9368c1ada06d0ba4835e7d67eb3eecd9323d95 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-10-26T03:54:58.549Z] ===================================================== [Pipeline] echo [2022-10-26T03:54:58.554Z] taggedImages: [2022-10-26T03:54:58.554Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [2022-10-26T03:54:58.554Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [2022-10-26T03:54:58.554Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.3.0-dev.21 [2022-10-26T03:54:58.554Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc-2.3.0-dev.21 [2022-10-26T03:54:58.555Z] - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:58.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T03:54:58.911Z] [2022-10-26T03:54:58.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:54:59.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T03:54:59.239Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-26T03:54:59.239Z] 8998bd30e6a1: Pulling fs layer [2022-10-26T03:54:59.239Z] 04944245beec: Pulling fs layer [2022-10-26T03:54:59.239Z] 699f458cf7ca: Pulling fs layer [2022-10-26T03:54:59.239Z] 765212b225bb: Pulling fs layer [2022-10-26T03:54:59.239Z] f23df028b6ca: Pulling fs layer [2022-10-26T03:54:59.239Z] d65c8cfc05b1: Pulling fs layer [2022-10-26T03:54:59.239Z] 2437ff75d9bd: Pulling fs layer [2022-10-26T03:54:59.239Z] 765212b225bb: Waiting [2022-10-26T03:54:59.239Z] f23df028b6ca: Waiting [2022-10-26T03:54:59.239Z] d65c8cfc05b1: Waiting [2022-10-26T03:54:59.239Z] 2437ff75d9bd: Waiting [2022-10-26T03:54:59.508Z] 04944245beec: Verifying Checksum [2022-10-26T03:54:59.508Z] 04944245beec: Download complete [2022-10-26T03:54:59.508Z] 765212b225bb: Verifying Checksum [2022-10-26T03:54:59.508Z] 765212b225bb: Download complete [2022-10-26T03:54:59.508Z] f23df028b6ca: Verifying Checksum [2022-10-26T03:54:59.508Z] f23df028b6ca: Download complete [2022-10-26T03:54:59.508Z] d65c8cfc05b1: Verifying Checksum [2022-10-26T03:54:59.508Z] d65c8cfc05b1: Download complete [2022-10-26T03:54:59.778Z] 699f458cf7ca: Verifying Checksum [2022-10-26T03:54:59.778Z] 699f458cf7ca: Download complete [2022-10-26T03:55:00.046Z] 8998bd30e6a1: Download complete [2022-10-26T03:55:02.625Z] 2437ff75d9bd: Verifying Checksum [2022-10-26T03:55:02.625Z] 2437ff75d9bd: Download complete [2022-10-26T03:55:04.035Z] 8998bd30e6a1: Pull complete [2022-10-26T03:55:04.619Z] 04944245beec: Pull complete [2022-10-26T03:55:06.037Z] 699f458cf7ca: Pull complete [2022-10-26T03:55:06.037Z] 765212b225bb: Pull complete [2022-10-26T03:55:06.995Z] f23df028b6ca: Pull complete [2022-10-26T03:55:06.995Z] d65c8cfc05b1: Pull complete [2022-10-26T03:55:21.996Z] 2437ff75d9bd: Pull complete [2022-10-26T03:55:21.996Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-26T03:55:21.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-26T03:55:21.996Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:55:22.167Z] prd-ubuntu20.04-docker-arm64-4c-16g-117056 does not seem to be running inside a container [2022-10-26T03:55:22.232Z] $ 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-modbus-go/61 -v /w/workspace/device-modbus-go/61:/w/workspace/device-modbus-go/61:rw,z -v /w/workspace/device-modbus-go/61@tmp:/w/workspace/device-modbus-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-26T03:55:24.921Z] $ docker top 17e0fcfd1ca7f9f0aa0de2a90ec05b0ea1e5ffaecd6da22da5bc722c72129f90 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:55:25.780Z] ---> job-cost.sh [2022-10-26T03:55:25.780Z] lf-activate-venv: SKIPPING [2022-10-26T03:55:25.780Z] INFO: No Stack... [2022-10-26T03:55:26.046Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-26T03:55:27.003Z] INFO: Archiving Costs [Pipeline] sh [2022-10-26T03:55:27.634Z] + cut -d, -f6 [2022-10-26T03:55:27.634Z] + cat /w/workspace/device-modbus-go/61/archives/cost.csv [Pipeline] lock [2022-10-26T03:55:27.696Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [2022-10-26T03:55:27.704Z] Resource [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] did not exist. Created. [2022-10-26T03:55:27.704Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T03:55:28.035Z] /w/workspace/device-modbus-go/61@tmp/durable-05853af1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-26T03:55:28.683Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-26T03:55:28.705Z] Warning: overwriting stash ‘stack-cost’ [2022-10-26T03:55:28.751Z] Stashed 1 file(s) [Pipeline] } [2022-10-26T03:55:28.757Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-61-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-26T03:55:28.763Z] $ docker stop --time=1 17e0fcfd1ca7f9f0aa0de2a90ec05b0ea1e5ffaecd6da22da5bc722c72129f90 [2022-10-26T03:55:30.250Z] $ docker rm -f 17e0fcfd1ca7f9f0aa0de2a90ec05b0ea1e5ffaecd6da22da5bc722c72129f90 [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 [2022-10-26T03:55:30.665Z] provisioning config files... [2022-10-26T03:55:30.671Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config11341488984942216807tmp [Pipeline] { [Pipeline] sh [2022-10-26T03:55:31.023Z] + set +x [2022-10-26T03:55:31.023Z] + + bash -s -- [2022-10-26T03:55:31.023Z] curl -s https://codecov.io/bash [2022-10-26T03:55:31.023Z] [2022-10-26T03:55:31.023Z] _____ _ [2022-10-26T03:55:31.023Z] / ____| | | [2022-10-26T03:55:31.023Z] | | ___ __| | ___ ___ _____ __ [2022-10-26T03:55:31.023Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-26T03:55:31.023Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-26T03:55:31.023Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-26T03:55:31.023Z] Bash-1.0.6 [2022-10-26T03:55:31.023Z] [2022-10-26T03:55:31.023Z] [2022-10-26T03:55:31.023Z] ==> git version 2.25.1 found [2022-10-26T03:55:31.023Z] ==> 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 [2022-10-26T03:55:31.023Z] Release-Date: 2020-01-08 [2022-10-26T03:55:31.023Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-26T03:55:31.023Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-26T03:55:31.023Z] ==> Jenkins CI detected. [2022-10-26T03:55:31.023Z] current dir:  /w/workspace/gexfoundry_device-modbus-go_main [2022-10-26T03:55:31.023Z] project root: . [2022-10-26T03:55:31.023Z] --> token set from env [2022-10-26T03:55:31.023Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-26T03:55:31.023Z] ==> Running gcov in . (disable via -X gcov) [2022-10-26T03:55:31.023Z] ==> Python coveragepy not found [2022-10-26T03:55:31.023Z] ==> Searching for coverage reports in: [2022-10-26T03:55:31.023Z] + . [2022-10-26T03:55:31.023Z] -> Found 1 reports [2022-10-26T03:55:31.023Z] ==> Detecting git/mercurial file structure [2022-10-26T03:55:31.023Z] ==> Reading reports [2022-10-26T03:55:31.282Z] + ./coverage.out bytes=23241 [2022-10-26T03:55:31.282Z] ==> Appending adjustments [2022-10-26T03:55:31.282Z] https://docs.codecov.io/docs/fixing-reports [2022-10-26T03:55:31.282Z] + Found adjustments [2022-10-26T03:55:31.282Z] ==> Gzipping contents [2022-10-26T03:55:31.282Z] 4.0K /tmp/codecov.2BfL1U.gz [2022-10-26T03:55:31.282Z] ==> Uploading reports [2022-10-26T03:55:31.282Z] url: https://codecov.io [2022-10-26T03:55:31.282Z] query: branch=main&commit=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F61%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-10-26T03:55:31.282Z] -> Pinging Codecov [2022-10-26T03:55:31.282Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=main&commit=fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F61%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-10-26T03:55:31.541Z] -> Uploading to [2022-10-26T03:55:31.541Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-26/55DBCA73C666E3227836607328DD7E49/fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc/1d249d62-81e1-4f02-9127-798e63435ae0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221026T035531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7b3f91c88227e8fbf6d9d652a72854510cb5328f23c27b753f839f6a698ff6bb [2022-10-26T03:55:31.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-26T03:55:31.541Z] Dload Upload Total Spent Left Speed [2022-10-26T03:55:31.800Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3911 0 0 100 3911 0 15158 --:--:-- --:--:-- --:--:-- 15158 [2022-10-26T03:55:31.800Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] } [2022-10-26T03:55:31.807Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-10-26T03:55:31.975Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-10-26T03:55:31.985Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:55:32.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-10-26T03:55:32.276Z] [2022-10-26T03:55:32.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:55:32.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-10-26T03:55:32.569Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-10-26T03:55:32.569Z] df9b9388f04a: Pulling fs layer [2022-10-26T03:55:32.569Z] 52dc419b0ee2: Pulling fs layer [2022-10-26T03:55:32.569Z] 25bc292e5bac: Pulling fs layer [2022-10-26T03:55:32.569Z] 114826534d7a: Pulling fs layer [2022-10-26T03:55:32.569Z] 4657fd5d0bcf: Pulling fs layer [2022-10-26T03:55:32.569Z] 6ad1cebc031e: Pulling fs layer [2022-10-26T03:55:32.569Z] 8a3aa393b2d8: Pulling fs layer [2022-10-26T03:55:32.569Z] 4657fd5d0bcf: Waiting [2022-10-26T03:55:32.569Z] 6ad1cebc031e: Waiting [2022-10-26T03:55:32.569Z] 8a3aa393b2d8: Waiting [2022-10-26T03:55:32.569Z] 114826534d7a: Waiting [2022-10-26T03:55:32.569Z] 25bc292e5bac: Download complete [2022-10-26T03:55:32.569Z] 52dc419b0ee2: Download complete [2022-10-26T03:55:32.569Z] 4657fd5d0bcf: Download complete [2022-10-26T03:55:32.569Z] df9b9388f04a: Verifying Checksum [2022-10-26T03:55:32.827Z] df9b9388f04a: Pull complete [2022-10-26T03:55:32.827Z] 6ad1cebc031e: Verifying Checksum [2022-10-26T03:55:32.827Z] 6ad1cebc031e: Download complete [2022-10-26T03:55:32.827Z] 52dc419b0ee2: Pull complete [2022-10-26T03:55:32.827Z] 25bc292e5bac: Pull complete [2022-10-26T03:55:33.764Z] 114826534d7a: Verifying Checksum [2022-10-26T03:55:33.764Z] 114826534d7a: Download complete [2022-10-26T03:55:33.764Z] 8a3aa393b2d8: Verifying Checksum [2022-10-26T03:55:33.764Z] 8a3aa393b2d8: Download complete [2022-10-26T03:55:37.042Z] 114826534d7a: Pull complete [2022-10-26T03:55:37.042Z] 4657fd5d0bcf: Pull complete [2022-10-26T03:55:37.300Z] 6ad1cebc031e: Pull complete [2022-10-26T03:55:39.826Z] 8a3aa393b2d8: Pull complete [2022-10-26T03:55:40.084Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-10-26T03:55:40.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-10-26T03:55:40.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:55:40.157Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:55:40.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-10-26T03:55:43.813Z] $ docker top 25a74e730e1dcec43b6be9462292c0c300a2d7e79850c11f377bbe31ba2ddff9 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-26T03:55:43.868Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh [2022-10-26T03:55:44.141Z] + set -o pipefail [2022-10-26T03:55:44.142Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5174d6d0-2379-4548-918f-caa15a8d100f/history/03be7c22-d8e2-440f-82e2-8d165b4b8a9b [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] [2022-10-26T03:55:49.409Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2022-10-26T03:55:49.409Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2022-10-26T03:55:49.409Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2022-10-26T03:55:49.423Z] $ docker stop --time=1 25a74e730e1dcec43b6be9462292c0c300a2d7e79850c11f377bbe31ba2ddff9 [2022-10-26T03:55:52.267Z] $ docker rm -f 25a74e730e1dcec43b6be9462292c0c300a2d7e79850c11f377bbe31ba2ddff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-26T03:55:53.032Z] + git log --format=format:%s -1 fda9d1ea1beae025ec627ac6a2e5bcc8b822e5cc [Pipeline] sh [2022-10-26T03:55:53.325Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T03:55:53.325Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:55:53.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:55:53.625Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:55:53.693Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:55:53.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T03:55:54.218Z] $ docker top 557031d837a424646729ad811d300820f29a230e1934e37cd520c1de589f06cd -eo pid,comm [2022-10-26T03:55:54.263Z] 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). [2022-10-26T03:55:54.263Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T03:55:54.304Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T03:55:54.304Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T03:55:54.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T03:55:54.421Z] $ docker exec 557031d837a424646729ad811d300820f29a230e1934e37cd520c1de589f06cd ssh-agent [2022-10-26T03:55:54.528Z] SSH_AUTH_SOCK=/tmp/ssh-HC2IngMmGw2V/agent.32 [2022-10-26T03:55:54.528Z] SSH_AGENT_PID=38 [2022-10-26T03:55:54.532Z] Running ssh-add (command line suppressed) [2022-10-26T03:55:54.656Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_145976638572492524.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_145976638572492524.key) [2022-10-26T03:55:54.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T03:55:54.950Z] + git semver tag [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,140 [run_tag] DEBUG tag force:False [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,140 [check_head_tag] DEBUG check head tag [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,141 [execute] INFO git cat-file --batch-check [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,145 [execute] INFO git cat-file --batch [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,145 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,157 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,157 [execute] INFO git tag -a v2.3.0-dev.21 -m v2.3.0-dev.21 [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,157 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.21', '-m', 'v2.3.0-dev.21'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2022-10-26T03:55:55.210Z] 2022-10-26 03:55:55,163 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:55:55.210Z] 2.3.0-dev.21 [Pipeline] } [2022-10-26T03:55:55.226Z] $ docker exec --env ******** --env ******** 557031d837a424646729ad811d300820f29a230e1934e37cd520c1de589f06cd ssh-agent -k [2022-10-26T03:55:55.341Z] unset SSH_AUTH_SOCK; [2022-10-26T03:55:55.347Z] unset SSH_AGENT_PID; [2022-10-26T03:55:55.347Z] echo Agent pid 38 killed; [2022-10-26T03:55:55.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T03:55:55.648Z] + git semver [Pipeline] } [2022-10-26T03:55:55.929Z] $ docker stop --time=1 557031d837a424646729ad811d300820f29a230e1934e37cd520c1de589f06cd [2022-10-26T03:55:57.239Z] $ docker rm -f 557031d837a424646729ad811d300820f29a230e1934e37cd520c1de589f06cd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:55:57.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-10-26T03:55:57.632Z] [2022-10-26T03:55:57.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:55:57.922Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-10-26T03:55:57.922Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-10-26T03:55:57.922Z] ab5ef0e58194: Pulling fs layer [2022-10-26T03:55:57.922Z] 9712f1f96733: Pulling fs layer [2022-10-26T03:55:57.922Z] 63f879dbbcfc: Pulling fs layer [2022-10-26T03:55:57.922Z] 0d9ebad4ef96: Pulling fs layer [2022-10-26T03:55:57.922Z] e9a5061849ea: Pulling fs layer [2022-10-26T03:55:57.922Z] d747dcd14b5f: Pulling fs layer [2022-10-26T03:55:57.922Z] 2de7ff778b66: Pulling fs layer [2022-10-26T03:55:57.922Z] e9a5061849ea: Waiting [2022-10-26T03:55:57.922Z] d747dcd14b5f: Waiting [2022-10-26T03:55:57.922Z] 2de7ff778b66: Waiting [2022-10-26T03:55:57.922Z] 0d9ebad4ef96: Waiting [2022-10-26T03:55:57.922Z] 9712f1f96733: Verifying Checksum [2022-10-26T03:55:57.922Z] 9712f1f96733: Download complete [2022-10-26T03:55:58.489Z] 63f879dbbcfc: Verifying Checksum [2022-10-26T03:55:58.489Z] 63f879dbbcfc: Download complete [2022-10-26T03:55:58.489Z] e9a5061849ea: Verifying Checksum [2022-10-26T03:55:58.489Z] e9a5061849ea: Download complete [2022-10-26T03:55:58.489Z] ab5ef0e58194: Verifying Checksum [2022-10-26T03:55:58.489Z] ab5ef0e58194: Download complete [2022-10-26T03:55:58.489Z] d747dcd14b5f: Download complete [2022-10-26T03:55:58.489Z] 0d9ebad4ef96: Download complete [2022-10-26T03:55:58.746Z] 2de7ff778b66: Verifying Checksum [2022-10-26T03:55:58.746Z] 2de7ff778b66: Download complete [2022-10-26T03:56:01.267Z] ab5ef0e58194: Pull complete [2022-10-26T03:56:01.267Z] 9712f1f96733: Pull complete [2022-10-26T03:56:02.197Z] 63f879dbbcfc: Pull complete [2022-10-26T03:56:06.378Z] 0d9ebad4ef96: Pull complete [2022-10-26T03:56:06.378Z] e9a5061849ea: Pull complete [2022-10-26T03:56:06.378Z] d747dcd14b5f: Pull complete [2022-10-26T03:56:07.313Z] 2de7ff778b66: Pull complete [2022-10-26T03:56:07.313Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-10-26T03:56:07.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-10-26T03:56:07.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:56:07.386Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:56:07.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-10-26T03:56:11.218Z] $ docker top 6fcb8918094a0b99ea0d686a34c6a24435cae61d0147d1ca23b033e55248b994 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:56:11.279Z] provisioning config files... [2022-10-26T03:56:11.287Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4720987293770967161tmp [2022-10-26T03:56:11.297Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2667590211979041463tmp [2022-10-26T03:56:11.306Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config9714884100581616280tmp [Pipeline] { [Pipeline] echo [2022-10-26T03:56:11.319Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:11.599Z] ---> sigul-configuration.sh [2022-10-26T03:56:11.599Z] gpg: directory `/root/.gnupg' created [2022-10-26T03:56:11.599Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-10-26T03:56:11.599Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-10-26T03:56:11.599Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-10-26T03:56:11.599Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-10-26T03:56:11.599Z] gpg: CAST5 encrypted data [2022-10-26T03:56:11.599Z] gpg: encrypted with 1 passphrase [2022-10-26T03:56:11.599Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-10-26T03:56:11.884Z] + mkdir /home/jenkins [2022-10-26T03:56:11.884Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-10-26T03:56:12.170Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-10-26T03:56:12.178Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:12.459Z] ---> sigul-install.sh [2022-10-26T03:56:12.459Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-10-26T03:56:12.743Z] + git tag --list [2022-10-26T03:56:12.743Z] 0.7.1 [2022-10-26T03:56:12.743Z] v1.0.0 [2022-10-26T03:56:12.743Z] v1.1.0 [2022-10-26T03:56:12.743Z] v1.1.1 [2022-10-26T03:56:12.743Z] v1.2.2 [2022-10-26T03:56:12.743Z] v1.3.0 [2022-10-26T03:56:12.743Z] v1.3.1 [2022-10-26T03:56:12.743Z] v2.0.0 [2022-10-26T03:56:12.743Z] v2.1.0 [2022-10-26T03:56:12.743Z] v2.1.1 [2022-10-26T03:56:12.743Z] v2.1.1-dev.1 [2022-10-26T03:56:12.743Z] v2.1.1-dev.2 [2022-10-26T03:56:12.743Z] v2.1.1-dev.3 [2022-10-26T03:56:12.743Z] v2.2.0 [2022-10-26T03:56:12.743Z] v2.2.1-dev.1 [2022-10-26T03:56:12.743Z] v2.2.1-dev.2 [2022-10-26T03:56:12.743Z] v2.2.1-dev.3 [2022-10-26T03:56:12.743Z] v2.2.1-dev.4 [2022-10-26T03:56:12.743Z] v2.2.1-dev.5 [2022-10-26T03:56:12.743Z] v2.2.1-dev.6 [2022-10-26T03:56:12.743Z] v2.2.1-dev.7 [2022-10-26T03:56:12.743Z] v2.3.0-dev.10 [2022-10-26T03:56:12.743Z] v2.3.0-dev.11 [2022-10-26T03:56:12.743Z] v2.3.0-dev.12 [2022-10-26T03:56:12.743Z] v2.3.0-dev.13 [2022-10-26T03:56:12.743Z] v2.3.0-dev.14 [2022-10-26T03:56:12.743Z] v2.3.0-dev.15 [2022-10-26T03:56:12.743Z] v2.3.0-dev.16 [2022-10-26T03:56:12.743Z] v2.3.0-dev.17 [2022-10-26T03:56:12.743Z] v2.3.0-dev.18 [2022-10-26T03:56:12.743Z] v2.3.0-dev.19 [2022-10-26T03:56:12.743Z] v2.3.0-dev.20 [2022-10-26T03:56:12.743Z] v2.3.0-dev.21 [2022-10-26T03:56:12.743Z] v2.3.0-dev.7 [2022-10-26T03:56:12.743Z] v2.3.0-dev.8 [2022-10-26T03:56:12.743Z] v2.3.0-dev.9 [Pipeline] sh [2022-10-26T03:56:13.030Z] + lftools sign git-tag v2.3.0-dev.21 [2022-10-26T03:56:13.596Z] Signing Git tag with Sigul... [2022-10-26T03:56:13.596Z] Signing v2.3.0-dev.21 [Pipeline] echo [2022-10-26T03:56:13.862Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:14.146Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-10-26T03:56:14.153Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-10-26T03:56:14.179Z] $ docker stop --time=1 6fcb8918094a0b99ea0d686a34c6a24435cae61d0147d1ca23b033e55248b994 [2022-10-26T03:56:15.503Z] $ docker rm -f 6fcb8918094a0b99ea0d686a34c6a24435cae61d0147d1ca23b033e55248b994 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-10-26T03:56:15.895Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T03:56:15.895Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:56:16.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:56:16.186Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:56:16.246Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:56:16.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T03:56:16.625Z] $ docker top a1d20257fc5ef04afeb79bde26f592be842bb636b3595eb374a3a7529abbaa43 -eo pid,comm [2022-10-26T03:56:16.666Z] 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). [2022-10-26T03:56:16.666Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T03:56:16.704Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T03:56:16.704Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T03:56:16.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T03:56:16.840Z] $ docker exec a1d20257fc5ef04afeb79bde26f592be842bb636b3595eb374a3a7529abbaa43 ssh-agent [2022-10-26T03:56:16.952Z] SSH_AUTH_SOCK=/tmp/ssh-V4xqxDkbXjoC/agent.32 [2022-10-26T03:56:16.953Z] SSH_AGENT_PID=38 [2022-10-26T03:56:16.957Z] Running ssh-add (command line suppressed) [2022-10-26T03:56:17.068Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2735729761234763169.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2735729761234763169.key) [2022-10-26T03:56:17.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T03:56:17.365Z] + git semver bump pre [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,573 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,573 [bump_version] DEBUG bumping version:2.3.0-dev.21 on axis:pre with prefix:dev [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,573 [bump_version] DEBUG bumped version:2.3.0-dev.22 [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,574 [write_version] DEBUG write version:2.3.0-dev.22 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,574 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,574 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,576 [execute] INFO git cat-file --batch-check [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,576 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,583 [execute] INFO git cat-file --batch [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,583 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T03:56:17.624Z] 2022-10-26 03:56:17,591 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:56:17.624Z] 2.3.0-dev.22 [Pipeline] } [2022-10-26T03:56:17.638Z] $ docker exec --env ******** --env ******** a1d20257fc5ef04afeb79bde26f592be842bb636b3595eb374a3a7529abbaa43 ssh-agent -k [2022-10-26T03:56:17.744Z] unset SSH_AUTH_SOCK; [2022-10-26T03:56:17.745Z] unset SSH_AGENT_PID; [2022-10-26T03:56:17.745Z] echo Agent pid 38 killed; [2022-10-26T03:56:17.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T03:56:18.048Z] + git semver [Pipeline] } [2022-10-26T03:56:18.326Z] $ docker stop --time=1 a1d20257fc5ef04afeb79bde26f592be842bb636b3595eb374a3a7529abbaa43 [2022-10-26T03:56:19.625Z] $ docker rm -f a1d20257fc5ef04afeb79bde26f592be842bb636b3595eb374a3a7529abbaa43 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-26T03:56:19.962Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-26T03:56:19.962Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:56:20.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-26T03:56:20.257Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:56:20.319Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:56:20.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-26T03:56:20.741Z] $ docker top 9caa67032d40ca8d72052ebc28401e61d7619df0b86dcf310c8ab761a54570a2 -eo pid,comm [2022-10-26T03:56:20.783Z] 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). [2022-10-26T03:56:20.783Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-26T03:56:20.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-26T03:56:20.817Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-26T03:56:20.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-26T03:56:20.939Z] $ docker exec 9caa67032d40ca8d72052ebc28401e61d7619df0b86dcf310c8ab761a54570a2 ssh-agent [2022-10-26T03:56:21.053Z] SSH_AUTH_SOCK=/tmp/ssh-MO4FUCHIrfxt/agent.33 [2022-10-26T03:56:21.053Z] SSH_AGENT_PID=39 [2022-10-26T03:56:21.059Z] Running ssh-add (command line suppressed) [2022-10-26T03:56:21.168Z] Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12037317974232136286.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12037317974232136286.key) [2022-10-26T03:56:21.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-26T03:56:21.461Z] + git semver push [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,670 [run_push] DEBUG push [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,670 [execute] INFO git cat-file --batch-check [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,671 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,675 [execute] INFO git rev-list 967652011d76251aafc4778d17d0624c4173edee -- [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,675 [execute] DEBUG Popen(['git', 'rev-list', '967652011d76251aafc4778d17d0624c4173edee', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,683 [execute] INFO git fetch -v origin [2022-10-26T03:56:21.719Z] 2022-10-26 03:56:21,684 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-10-26T03:56:22.286Z] 2022-10-26 03:56:22,281 [run_push] DEBUG no remote changes detected [2022-10-26T03:56:22.286Z] 2022-10-26 03:56:22,281 [execute] INFO git push origin semver [2022-10-26T03:56:22.286Z] 2022-10-26 03:56:22,281 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-10-26T03:56:23.223Z] 2022-10-26 03:56:23,063 [run_push] DEBUG push all version tags [2022-10-26T03:56:23.224Z] 2022-10-26 03:56:23,064 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-10-26T03:56:23.224Z] 2022-10-26 03:56:23,064 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) [2022-10-26T03:56:24.164Z] 2022-10-26 03:56:23,857 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main [2022-10-26T03:56:24.164Z] 2.3.0-dev.22 [Pipeline] } [2022-10-26T03:56:24.178Z] $ docker exec --env ******** --env ******** 9caa67032d40ca8d72052ebc28401e61d7619df0b86dcf310c8ab761a54570a2 ssh-agent -k [2022-10-26T03:56:24.274Z] unset SSH_AUTH_SOCK; [2022-10-26T03:56:24.276Z] unset SSH_AGENT_PID; [2022-10-26T03:56:24.276Z] echo Agent pid 39 killed; [2022-10-26T03:56:24.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-26T03:56:24.582Z] + git semver [Pipeline] } [2022-10-26T03:56:24.862Z] $ docker stop --time=1 9caa67032d40ca8d72052ebc28401e61d7619df0b86dcf310c8ab761a54570a2 [2022-10-26T03:56:26.135Z] $ docker rm -f 9caa67032d40ca8d72052ebc28401e61d7619df0b86dcf310c8ab761a54570a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-26T03:56:26.654Z] + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] [2022-10-26T03:56:26.654Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2022-10-26T03:56:26.654Z] total 16 [2022-10-26T03:56:26.654Z] drwxr-xr-x 3 root root 4096 Oct 26 03:47 . [2022-10-26T03:56:26.654Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 26 03:56 .. [2022-10-26T03:56:26.654Z] drwxr-xr-x 2 root root 4096 Oct 26 03:47 cost [2022-10-26T03:56:26.654Z] -rw-r--r-- 1 root root 87 Oct 26 03:47 cost.csv [2022-10-26T03:56:26.654Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives [2022-10-26T03:56:26.654Z] + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives [2022-10-26T03:56:26.654Z] total 16 [2022-10-26T03:56:26.654Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 26 03:47 . [2022-10-26T03:56:26.654Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 26 03:56 .. [2022-10-26T03:56:26.654Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 03:47 cost [2022-10-26T03:56:26.654Z] -rw-r--r-- 1 jenkins jenkins 87 Oct 26 03:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:26.948Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:27.801Z] ---> package-listing.sh [2022-10-26T03:56:27.801Z] ++ facter osfamily [2022-10-26T03:56:27.801Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-26T03:56:28.060Z] + OS_FAMILY=debian [2022-10-26T03:56:28.060Z] + workspace=/w/workspace/gexfoundry_device-modbus-go_main [2022-10-26T03:56:28.060Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-26T03:56:28.060Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-26T03:56:28.060Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-26T03:56:28.060Z] + PACKAGES=/tmp/packages_start.txt [2022-10-26T03:56:28.060Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2022-10-26T03:56:28.060Z] + PACKAGES=/tmp/packages_end.txt [2022-10-26T03:56:28.060Z] + case "${OS_FAMILY}" in [2022-10-26T03:56:28.060Z] + dpkg -l [2022-10-26T03:56:28.060Z] + grep '^ii' [2022-10-26T03:56:28.060Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-26T03:56:28.060Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-26T03:56:28.060Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-26T03:56:28.060Z] + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' [2022-10-26T03:56:28.060Z] + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ [2022-10-26T03:56:28.060Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo [2022-10-26T03:56:28.070Z] 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-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-26T03:56:28.345Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-26T03:56:28.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-26T03:56:28.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-26T03:56:29.087Z] prd-ubuntu20.04-docker-8c-8g-117055 does not seem to be running inside a container [2022-10-26T03:56:29.162Z] $ 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-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-26T03:56:29.384Z] $ docker top a3cee5422ec1a75f1a407d980fd966ed39bca344824aed6ac57124818e9345d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-26T03:56:29.720Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-26T03:56:30.000Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-26T03:56:30.282Z] + ls /var/log/sa-host [2022-10-26T03:56:30.282Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-26T03:56:30.344Z] provisioning config files... [2022-10-26T03:56:30.351Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config6717232949071337973tmp [Pipeline] { [Pipeline] echo [2022-10-26T03:56:30.363Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:30.641Z] ---> create-netrc.sh [Pipeline] } [2022-10-26T03:56:30.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:30.967Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-26T03:56:30.974Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:31.253Z] ---> sudo-logs.sh [2022-10-26T03:56:31.253Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-26T03:56:31.277Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:31.559Z] ---> job-cost.sh [2022-10-26T03:56:31.559Z] lf-activate-venv: SKIPPING [2022-10-26T03:56:31.559Z] DEBUG: total: 0.2199999988079071 [2022-10-26T03:56:31.559Z] INFO: Retrieving Stack Cost... [2022-10-26T03:56:31.818Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-26T03:56:32.385Z] INFO: Archiving Costs [Pipeline] echo [2022-10-26T03:56:32.397Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-26T03:56:32.679Z] ---> logs-deploy.sh [2022-10-26T03:56:32.679Z] lf-activate-venv: SKIPPING [2022-10-26T03:56:32.679Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/61 [2022-10-26T03:56:32.679Z] INFO: archiving workspace using pattern(s): [2022-10-26T03:56:33.614Z] Archives upload complete. [2022-10-26T03:56:33.874Z] INFO: archiving logs to Nexus