Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6427482eab3bd2356a4491c722b8795ef3b48a72 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-ssh7964846019657497434.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7904192956001133037.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/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-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9073756923685649579.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4013625622819588395.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/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-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17862391916553869908.key > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-gpio] ========================================================= [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-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio 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-2385 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6427482eab3bd2356a4491c722b8795ef3b48a72 (main) Commit message: "refactor(snap): Update command and metadata sourcing (#131)" > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.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 6427482eab3bd2356a4491c722b8795ef3b48a72 # timeout=10 > git rev-list --no-walk 58c55fcceacaa429eb258ff9b432fe1f0402d5e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-16T08:56:01.704Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-16T08:56:01.739Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-16T08:56:01.748Z] ========================================================= [2023-03-16T08:56:01.748Z] EdgeX Global Pipelines Version Info [2023-03-16T08:56:01.748Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-16T08:56:02.451Z] ------------------- [2023-03-16T08:56:02.451Z] stable info: [2023-03-16T08:56:02.451Z] ------------------- [2023-03-16T08:56:02.451Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-16T08:56:02.451Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-16T08:56:02.451Z] Message: update stable to v1.0.245 [2023-03-16T08:56:03.022Z] ------------------- [2023-03-16T08:56:03.022Z] experimental info: [2023-03-16T08:56:03.022Z] ------------------- [2023-03-16T08:56:03.022Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-16T08:56:03.022Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-16T08:56:03.022Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-16T08:56:03.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-03-16T08:56:03.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-03-16T08:56:03.207Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-16T08:56:03.218Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-16T08:56:03.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-16T08:56:03.241Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-16T08:56:03.252Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-16T08:56:03.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-16T08:56:03.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-16T08:56:03.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-16T08:56:03.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-16T08:56:03.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-03-16T08:56:03.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-16T08:56:03.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-16T08:56:03.354Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T08:56:03.368Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T08:56:03.376Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-16T08:56:03.387Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-16T08:56:03.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-16T08:56:03.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-16T08:56:03.422Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-16T08:56:03.433Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-16T08:56:03.445Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-16T08:56:03.456Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-16T08:56:03.467Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-16T08:56:03.477Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-16T08:56:03.490Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-16T08:56:03.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-16T08:56:03.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-16T08:56:03.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-16T08:56:03.535Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo [2023-03-16T08:56:03.546Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6427482 [Pipeline] echo [2023-03-16T08:56:03.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T08:56:03.597Z] provisioning config files... [2023-03-16T08:56:03.611Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10699187305345507112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T08:56:03.910Z] ---> docker-login.sh [2023-03-16T08:56:03.910Z] nexus3.edgexfoundry.org:10001 [2023-03-16T08:56:04.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:04.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:04.172Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:04.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:04.172Z] [2023-03-16T08:56:04.172Z] Login Succeeded [2023-03-16T08:56:04.172Z] nexus3.edgexfoundry.org:10002 [2023-03-16T08:56:04.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:04.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:04.434Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:04.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:04.434Z] [2023-03-16T08:56:04.434Z] Login Succeeded [2023-03-16T08:56:04.434Z] nexus3.edgexfoundry.org:10003 [2023-03-16T08:56:04.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:04.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:04.434Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:04.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:04.434Z] [2023-03-16T08:56:04.434Z] Login Succeeded [2023-03-16T08:56:04.434Z] nexus3.edgexfoundry.org:10004 [2023-03-16T08:56:04.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:04.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:04.695Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:04.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:04.695Z] [2023-03-16T08:56:04.695Z] Login Succeeded [2023-03-16T08:56:04.695Z] docker.io [2023-03-16T08:56:04.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:04.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:04.955Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:04.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:04.955Z] [2023-03-16T08:56:04.955Z] Login Succeeded [2023-03-16T08:56:04.955Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T08:56:04.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-16T08:56:05.303Z] + git rev-list -1 --merges 6427482eab3bd2356a4491c722b8795ef3b48a72~1..6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo [2023-03-16T08:56:05.347Z] -----------> git rev-list -1 --merges 6427482eab3bd2356a4491c722b8795ef3b48a72~1..6427482eab3bd2356a4491c722b8795ef3b48a72 6427482eab3bd2356a4491c722b8795ef3b48a72 [false] [Pipeline] sh [2023-03-16T08:56:05.632Z] + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo [2023-03-16T08:56:05.646Z] ========================================================= [2023-03-16T08:56:05.646Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-16T08:56:05.646Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T08:56:05.955Z] + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo [2023-03-16T08:56:05.964Z] [semverPrep] GIT_COMMIT: 6427482eab3bd2356a4491c722b8795ef3b48a72, Commit Message: refactor(snap): Update command and metadata sourcing (#131) [Pipeline] echo [2023-03-16T08:56:05.973Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-16T08:56:06.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T08:56:06.320Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-16T08:56:06.320Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-16T08:56:06.320Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-16T08:56:06.320Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-16T08:56:06.320Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-16T08:56:06.320Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:56:06.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T08:56:06.724Z] [2023-03-16T08:56:06.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:56:07.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T08:56:07.019Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-16T08:56:07.019Z] b85a868b505f: Pulling fs layer [2023-03-16T08:56:07.019Z] e2be974225ed: Pulling fs layer [2023-03-16T08:56:07.019Z] 339a4e72a1f5: Pulling fs layer [2023-03-16T08:56:07.019Z] 988bab9f4d93: Pulling fs layer [2023-03-16T08:56:07.019Z] 1469e6f7b9e6: Pulling fs layer [2023-03-16T08:56:07.019Z] 988bab9f4d93: Waiting [2023-03-16T08:56:07.019Z] eaf3925da568: Pulling fs layer [2023-03-16T08:56:07.019Z] 1469e6f7b9e6: Waiting [2023-03-16T08:56:07.019Z] eaf3925da568: Waiting [2023-03-16T08:56:07.019Z] bab4dde63d76: Pulling fs layer [2023-03-16T08:56:07.019Z] bde34c3a00c8: Pulling fs layer [2023-03-16T08:56:07.019Z] bab4dde63d76: Waiting [2023-03-16T08:56:07.019Z] b352a97aabf1: Pulling fs layer [2023-03-16T08:56:07.019Z] 4872d77fe225: Pulling fs layer [2023-03-16T08:56:07.019Z] b352a97aabf1: Waiting [2023-03-16T08:56:07.019Z] bde34c3a00c8: Waiting [2023-03-16T08:56:07.019Z] 5851b861e8e6: Pulling fs layer [2023-03-16T08:56:07.019Z] 5851b861e8e6: Waiting [2023-03-16T08:56:07.019Z] e2be974225ed: Verifying Checksum [2023-03-16T08:56:07.019Z] e2be974225ed: Download complete [2023-03-16T08:56:07.019Z] 988bab9f4d93: Verifying Checksum [2023-03-16T08:56:07.019Z] 988bab9f4d93: Download complete [2023-03-16T08:56:07.280Z] 1469e6f7b9e6: Verifying Checksum [2023-03-16T08:56:07.280Z] 1469e6f7b9e6: Download complete [2023-03-16T08:56:07.280Z] eaf3925da568: Verifying Checksum [2023-03-16T08:56:07.280Z] eaf3925da568: Download complete [2023-03-16T08:56:07.280Z] 339a4e72a1f5: Verifying Checksum [2023-03-16T08:56:07.280Z] 339a4e72a1f5: Download complete [2023-03-16T08:56:07.280Z] bde34c3a00c8: Download complete [2023-03-16T08:56:07.280Z] b352a97aabf1: Verifying Checksum [2023-03-16T08:56:07.280Z] b352a97aabf1: Download complete [2023-03-16T08:56:07.280Z] 4872d77fe225: Verifying Checksum [2023-03-16T08:56:07.280Z] 4872d77fe225: Download complete [2023-03-16T08:56:07.280Z] 5851b861e8e6: Download complete [2023-03-16T08:56:07.280Z] b85a868b505f: Verifying Checksum [2023-03-16T08:56:07.280Z] b85a868b505f: Download complete [2023-03-16T08:56:07.539Z] bab4dde63d76: Verifying Checksum [2023-03-16T08:56:07.539Z] bab4dde63d76: Download complete [2023-03-16T08:56:08.479Z] b85a868b505f: Pull complete [2023-03-16T08:56:08.479Z] e2be974225ed: Pull complete [2023-03-16T08:56:09.046Z] 339a4e72a1f5: Pull complete [2023-03-16T08:56:09.046Z] 988bab9f4d93: Pull complete [2023-03-16T08:56:09.304Z] 1469e6f7b9e6: Pull complete [2023-03-16T08:56:09.304Z] eaf3925da568: Pull complete [2023-03-16T08:56:11.211Z] bab4dde63d76: Pull complete [2023-03-16T08:56:11.211Z] bde34c3a00c8: Pull complete [2023-03-16T08:56:11.211Z] b352a97aabf1: Pull complete [2023-03-16T08:56:11.211Z] 4872d77fe225: Pull complete [2023-03-16T08:56:11.211Z] 5851b861e8e6: Pull complete [2023-03-16T08:56:11.211Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-16T08:56:11.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T08:56:11.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T08:56:11.298Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T08:56:11.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T08:56:13.938Z] $ docker top c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 -eo pid,comm [2023-03-16T08:56:13.987Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-16T08:56:13.987Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T08:56:14.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T08:56:14.027Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T08:56:14.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T08:56:14.142Z] $ docker exec c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent [2023-03-16T08:56:14.245Z] SSH_AUTH_SOCK=/tmp/ssh-tm28B5LGO7Sz/agent.34 [2023-03-16T08:56:14.245Z] SSH_AGENT_PID=41 [2023-03-16T08:56:14.252Z] Running ssh-add (command line suppressed) [2023-03-16T08:56:14.362Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_15955152275562157671.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_15955152275562157671.key) [2023-03-16T08:56:14.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T08:56:14.661Z] + git tag --points-at HEAD [Pipeline] } [2023-03-16T08:56:14.675Z] $ docker exec --env ******** --env ******** c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent -k [2023-03-16T08:56:14.754Z] unset SSH_AUTH_SOCK; [2023-03-16T08:56:14.754Z] unset SSH_AGENT_PID; [2023-03-16T08:56:14.754Z] echo Agent pid 41 killed; [2023-03-16T08:56:14.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-16T08:56:14.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T08:56:14.786Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T08:56:14.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T08:56:14.916Z] $ docker exec c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent [2023-03-16T08:56:15.013Z] SSH_AUTH_SOCK=/tmp/ssh-bVhHykfGDxjT/agent.73 [2023-03-16T08:56:15.013Z] SSH_AGENT_PID=79 [2023-03-16T08:56:15.018Z] Running ssh-add (command line suppressed) [2023-03-16T08:56:15.130Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6131960448159284277.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6131960448159284277.key) [2023-03-16T08:56:15.140Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T08:56:15.425Z] + git semver init [2023-03-16T08:56:15.684Z] 2023-03-16 08:56:15,597 [run_init] DEBUG init version:0.0.0 force:False [2023-03-16T08:56:15.684Z] 2023-03-16 08:56:15,598 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver [2023-03-16T08:56:15.684Z] 2023-03-16 08:56:15,598 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver [2023-03-16T08:56:15.684Z] 2023-03-16 08:56:15,598 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-03-16T08:56:16.621Z] 2023-03-16 08:56:16,489 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude [2023-03-16T08:56:16.621Z] 2023-03-16 08:56:16,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False [2023-03-16T08:56:16.621Z] 2023-03-16 08:56:16,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T08:56:16.621Z] 2023-03-16 08:56:16,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T08:56:16.621Z] 3.0.0-dev.12 [Pipeline] } [2023-03-16T08:56:16.632Z] $ docker exec --env ******** --env ******** c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent -k [2023-03-16T08:56:16.730Z] unset SSH_AUTH_SOCK; [2023-03-16T08:56:16.730Z] unset SSH_AGENT_PID; [2023-03-16T08:56:16.730Z] echo Agent pid 79 killed; [2023-03-16T08:56:16.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T08:56:17.064Z] + git semver [Pipeline] } [2023-03-16T08:56:17.349Z] $ docker stop --time=1 c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 [2023-03-16T08:56:18.671Z] $ docker rm -f --volumes c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T08:56:19.006Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-16T08:56:19.205Z] Stashed 1 file(s) [Pipeline] echo [2023-03-16T08:56:19.208Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T08:56:19.335Z] provisioning config files... [2023-03-16T08:56:19.344Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config6770625168922286772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T08:56:19.637Z] ---> docker-login.sh [2023-03-16T08:56:19.637Z] nexus3.edgexfoundry.org:10001 [2023-03-16T08:56:19.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:19.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:19.637Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:19.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:19.637Z] [2023-03-16T08:56:19.637Z] Login Succeeded [2023-03-16T08:56:19.637Z] nexus3.edgexfoundry.org:10002 [2023-03-16T08:56:19.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:19.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:19.637Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:19.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:19.637Z] [2023-03-16T08:56:19.637Z] Login Succeeded [2023-03-16T08:56:19.637Z] nexus3.edgexfoundry.org:10003 [2023-03-16T08:56:19.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:19.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:19.895Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:19.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:19.895Z] [2023-03-16T08:56:19.895Z] Login Succeeded [2023-03-16T08:56:19.895Z] nexus3.edgexfoundry.org:10004 [2023-03-16T08:56:19.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:19.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:19.895Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:19.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:19.895Z] [2023-03-16T08:56:19.895Z] Login Succeeded [2023-03-16T08:56:19.895Z] docker.io [2023-03-16T08:56:19.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:56:20.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:56:20.155Z] Configure a credential helper to remove this warning. See [2023-03-16T08:56:20.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:56:20.155Z] [2023-03-16T08:56:20.155Z] Login Succeeded [2023-03-16T08:56:20.155Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T08:56:20.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-16T08:56:20.223Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T08:56:20.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T08:56:20.245Z] ========================================================= [2023-03-16T08:56:20.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-16T08:56:20.245Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:56:20.557Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-16T08:56:20.558Z] Sending build context to Docker daemon 16.01MB [2023-03-16T08:56:20.558Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T08:56:20.558Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-16T08:56:20.558Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-16T08:56:20.558Z] 63b65145d645: Pulling fs layer [2023-03-16T08:56:20.558Z] a2d21d5440eb: Pulling fs layer [2023-03-16T08:56:20.558Z] 935e6c44a52c: Pulling fs layer [2023-03-16T08:56:20.558Z] 94cc34f8dd06: Pulling fs layer [2023-03-16T08:56:20.558Z] 30dea6a524f1: Pulling fs layer [2023-03-16T08:56:20.558Z] a2aff8979fd8: Pulling fs layer [2023-03-16T08:56:20.558Z] 6808be2612f2: Pulling fs layer [2023-03-16T08:56:20.558Z] f25807f1079a: Pulling fs layer [2023-03-16T08:56:20.558Z] a2aff8979fd8: Waiting [2023-03-16T08:56:20.558Z] 6808be2612f2: Waiting [2023-03-16T08:56:20.558Z] f25807f1079a: Waiting [2023-03-16T08:56:20.558Z] 30dea6a524f1: Waiting [2023-03-16T08:56:20.558Z] 94cc34f8dd06: Waiting [2023-03-16T08:56:20.819Z] a2d21d5440eb: Download complete [2023-03-16T08:56:20.819Z] 94cc34f8dd06: Download complete [2023-03-16T08:56:20.819Z] 30dea6a524f1: Download complete [2023-03-16T08:56:20.819Z] 63b65145d645: Verifying Checksum [2023-03-16T08:56:20.819Z] 63b65145d645: Download complete [2023-03-16T08:56:20.819Z] a2aff8979fd8: Verifying Checksum [2023-03-16T08:56:20.819Z] 63b65145d645: Pull complete [2023-03-16T08:56:21.081Z] a2d21d5440eb: Pull complete [2023-03-16T08:56:21.341Z] f25807f1079a: Verifying Checksum [2023-03-16T08:56:21.341Z] f25807f1079a: Download complete [2023-03-16T08:56:21.341Z] 935e6c44a52c: Verifying Checksum [2023-03-16T08:56:21.341Z] 935e6c44a52c: Download complete [2023-03-16T08:56:21.906Z] 6808be2612f2: Verifying Checksum [2023-03-16T08:56:21.906Z] 6808be2612f2: Download complete [2023-03-16T08:56:25.188Z] 935e6c44a52c: Pull complete [2023-03-16T08:56:25.188Z] 94cc34f8dd06: Pull complete [2023-03-16T08:56:25.188Z] 30dea6a524f1: Pull complete [2023-03-16T08:56:25.188Z] a2aff8979fd8: Pull complete [2023-03-16T08:56:27.086Z] 6808be2612f2: Pull complete [2023-03-16T08:56:27.653Z] f25807f1079a: Pull complete [2023-03-16T08:56:27.653Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-16T08:56:27.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T08:56:27.653Z] ---> 3b553350e43f [2023-03-16T08:56:27.653Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-16T08:56:31.851Z] ---> Running in b511dc1d97f6 [2023-03-16T08:56:31.851Z] Removing intermediate container b511dc1d97f6 [2023-03-16T08:56:31.851Z] ---> 7d39f77472d4 [2023-03-16T08:56:31.851Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T08:56:31.851Z] ---> Running in ccbeab25246f [2023-03-16T08:56:31.851Z] Removing intermediate container ccbeab25246f [2023-03-16T08:56:31.851Z] ---> e888a4693d65 [2023-03-16T08:56:31.851Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-16T08:56:31.851Z] ---> Running in 1fffcf82f9a1 [2023-03-16T08:56:31.851Z] Removing intermediate container 1fffcf82f9a1 [2023-03-16T08:56:31.851Z] ---> 66598de5e02f [2023-03-16T08:56:31.851Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T08:56:31.851Z] ---> Running in 0bac815c5920 [2023-03-16T08:56:31.851Z] Removing intermediate container 0bac815c5920 [2023-03-16T08:56:31.851Z] ---> 75a40a1fee9d [2023-03-16T08:56:31.851Z] Step 7/12 : WORKDIR /device-gpio [2023-03-16T08:56:31.851Z] ---> Running in 75cec96237d8 [2023-03-16T08:56:31.851Z] Removing intermediate container 75cec96237d8 [2023-03-16T08:56:31.851Z] ---> 5cd0eeb8618e [2023-03-16T08:56:31.851Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T08:56:31.851Z] ---> Running in f70b3f1ff1f3 [2023-03-16T08:56:32.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T08:56:32.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T08:56:32.377Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-16T08:56:32.377Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-16T08:56:32.377Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-16T08:56:32.377Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-16T08:56:32.377Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T08:56:32.377Z] OK: 269 MiB in 57 packages [2023-03-16T08:56:32.945Z] Removing intermediate container f70b3f1ff1f3 [2023-03-16T08:56:32.945Z] ---> 45c65453c041 [2023-03-16T08:56:32.945Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-16T08:56:32.945Z] ---> e32c7548497d [2023-03-16T08:56:32.945Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T08:56:32.945Z] ---> Running in df7ca587d8ab [2023-03-16T08:56:34.296Z] Still waiting to schedule task [2023-03-16T08:56:34.296Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-16T08:57:05.046Z] Removing intermediate container df7ca587d8ab [2023-03-16T08:57:05.047Z] ---> 0e18c13036f6 [2023-03-16T08:57:05.047Z] Step 11/12 : COPY . . [2023-03-16T08:57:05.047Z] ---> fc99aca77b7a [2023-03-16T08:57:05.047Z] Step 12/12 : RUN ${MAKE} [2023-03-16T08:57:05.047Z] ---> Running in 229c0dc0bd11 [2023-03-16T08:57:05.047Z] noop [2023-03-16T08:57:05.047Z] Removing intermediate container 229c0dc0bd11 [2023-03-16T08:57:05.047Z] ---> 7702326effdc [2023-03-16T08:57:05.047Z] Successfully built 7702326effdc [2023-03-16T08:57:05.047Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:57:05.346Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T08:57:05.346Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T08:57:05.410Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T08:57:05.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** ci-base-image-x86_64 cat [2023-03-16T08:57:05.779Z] $ docker top 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T08:57:06.120Z] + go version [2023-03-16T08:57:06.120Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-16T08:57:06.132Z] $ docker stop --time=1 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb [2023-03-16T08:57:07.395Z] $ docker rm -f --volumes 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:57:07.787Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T08:57:07.787Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T08:57:07.855Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T08:57:07.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** ci-base-image-x86_64 cat [2023-03-16T08:57:08.227Z] $ docker top 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T08:57:08.568Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh [2023-03-16T08:57:08.861Z] + make test [2023-03-16T08:57:08.861Z] go test ./... -coverprofile=coverage.out ./... [2023-03-16T08:57:14.136Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-03-16T08:57:22.240Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-03-16T08:57:22.240Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-03-16T08:57:27.497Z] go vet ./... [2023-03-16T08:57:30.778Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-16T08:57:30.778Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-16T08:57:30.778Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-16T08:57:30.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-16T08:57:30.801Z] $ docker stop --time=1 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 [2023-03-16T08:57:33.782Z] $ docker rm -f --volumes 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T08:57:34.221Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-16T08:57:34.263Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-16T08:57:34.756Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-16T08:57:35.037Z] + ls -al . [2023-03-16T08:57:35.037Z] total 160 [2023-03-16T08:57:35.037Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 08:57 . [2023-03-16T08:57:35.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 08:55 .. [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 16 08:56 .dockerignore [2023-03-16T08:57:35.037Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 08:56 .git [2023-03-16T08:57:35.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 .github [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 343 Mar 16 08:56 .gitignore [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 08:56 .golangci.yml [2023-03-16T08:57:35.037Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 08:56 .semver [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 9805 Mar 16 08:56 Attribution.txt [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 4069 Mar 16 08:56 CHANGELOG.md [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 1542 Mar 16 08:56 Dockerfile [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 08:56 GOVERNANCE.md [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 16 08:56 Jenkinsfile [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 16 08:56 LICENSE [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 1692 Mar 16 08:56 Makefile [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 08:56 OWNERS.md [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 11842 Mar 16 08:56 README.md [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 08:56 VERSION [2023-03-16T08:57:35.037Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 08:56 bin [2023-03-16T08:57:35.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 cmd [2023-03-16T08:57:35.037Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 16 08:57 coverage.out [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 3312 Mar 16 08:56 go.mod [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 33120 Mar 16 08:56 go.sum [2023-03-16T08:57:35.037Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 internal [2023-03-16T08:57:35.037Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 08:56 snap [2023-03-16T08:57:35.037Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 16 08:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:57:35.440Z] + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 --label arch=amd64 --label version=3.0.0-dev.12 . [2023-03-16T08:57:35.440Z] Sending build context to Docker daemon 16.01MB [2023-03-16T08:57:35.440Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T08:57:35.440Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-16T08:57:35.440Z] ---> 7702326effdc [2023-03-16T08:57:35.440Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-16T08:57:35.699Z] ---> Running in 51a550a2691d [2023-03-16T08:57:35.699Z] Removing intermediate container 51a550a2691d [2023-03-16T08:57:35.699Z] ---> d997757601ef [2023-03-16T08:57:35.699Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T08:57:35.699Z] ---> Running in 039aaabb664f [2023-03-16T08:57:35.699Z] Removing intermediate container 039aaabb664f [2023-03-16T08:57:35.699Z] ---> e517b1800952 [2023-03-16T08:57:35.699Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-16T08:57:35.957Z] ---> Running in fc99bf1c7a4b [2023-03-16T08:57:35.957Z] Removing intermediate container fc99bf1c7a4b [2023-03-16T08:57:35.957Z] ---> 11e560f65c20 [2023-03-16T08:57:35.957Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T08:57:35.957Z] ---> Running in 77d850dda6d9 [2023-03-16T08:57:35.957Z] Removing intermediate container 77d850dda6d9 [2023-03-16T08:57:35.957Z] ---> 66dd52456554 [2023-03-16T08:57:35.957Z] Step 7/25 : WORKDIR /device-gpio [2023-03-16T08:57:35.957Z] ---> Running in e5b79b750d7e [2023-03-16T08:57:36.215Z] Removing intermediate container e5b79b750d7e [2023-03-16T08:57:36.215Z] ---> 0f93df54d721 [2023-03-16T08:57:36.215Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T08:57:36.215Z] ---> Running in d8563d42d545 [2023-03-16T08:57:36.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T08:57:36.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T08:57:36.731Z] OK: 269 MiB in 57 packages [2023-03-16T08:57:37.299Z] Removing intermediate container d8563d42d545 [2023-03-16T08:57:37.299Z] ---> a76f6e093a8e [2023-03-16T08:57:37.299Z] Step 9/25 : COPY go.mod vendor* ./ [2023-03-16T08:57:37.299Z] ---> c88939c374f7 [2023-03-16T08:57:37.299Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T08:57:37.299Z] ---> Running in e79c075c72d1 [2023-03-16T08:57:38.233Z] Removing intermediate container e79c075c72d1 [2023-03-16T08:57:38.233Z] ---> 74b54c4de94a [2023-03-16T08:57:38.233Z] Step 11/25 : COPY . . [2023-03-16T08:57:38.973Z] ---> 5d9842aacf86 [2023-03-16T08:57:38.973Z] Step 12/25 : RUN ${MAKE} [2023-03-16T08:57:38.973Z] ---> Running in 1a2006376a92 [2023-03-16T08:57:39.230Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.12" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-03-16T08:57:57.314Z] Removing intermediate container 1a2006376a92 [2023-03-16T08:57:57.314Z] ---> 90c17071bd1e [2023-03-16T08:57:57.314Z] Step 13/25 : FROM alpine:3.17 [2023-03-16T08:57:57.314Z] 3.17: Pulling from library/alpine [2023-03-16T08:57:57.314Z] 63b65145d645: Already exists [2023-03-16T08:57:57.314Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-16T08:57:57.314Z] Status: Downloaded newer image for alpine:3.17 [2023-03-16T08:57:57.314Z] ---> b2aa39c304c2 [2023-03-16T08:57:57.314Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-03-16T08:57:57.314Z] ---> Running in 14a8125c8dfc [2023-03-16T08:57:57.314Z] Removing intermediate container 14a8125c8dfc [2023-03-16T08:57:57.314Z] ---> 86d7b9d71563 [2023-03-16T08:57:57.314Z] Step 15/25 : RUN apk add --update --no-cache [2023-03-16T08:57:57.314Z] ---> Running in 8418ebf1558e [2023-03-16T08:57:57.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T08:57:57.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T08:57:57.314Z] OK: 7 MiB in 15 packages [2023-03-16T08:57:57.580Z] Removing intermediate container 8418ebf1558e [2023-03-16T08:57:57.580Z] ---> f688885f82ba [2023-03-16T08:57:57.580Z] Step 16/25 : WORKDIR / [2023-03-16T08:57:57.580Z] ---> Running in 3bc41829ddd1 [2023-03-16T08:57:57.580Z] Removing intermediate container 3bc41829ddd1 [2023-03-16T08:57:57.580Z] ---> 38e4bcda240a [2023-03-16T08:57:57.580Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-03-16T08:57:57.839Z] ---> 286f5576c5c8 [2023-03-16T08:57:57.839Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-03-16T08:57:57.839Z] ---> c50fb5f72210 [2023-03-16T08:57:57.839Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-03-16T08:57:58.777Z] ---> e9b0c64ebe4a [2023-03-16T08:57:58.777Z] Step 20/25 : EXPOSE 59910 [2023-03-16T08:57:58.777Z] ---> Running in b49fa2258334 [2023-03-16T08:57:58.777Z] Removing intermediate container b49fa2258334 [2023-03-16T08:57:58.777Z] ---> adfd90861319 [2023-03-16T08:57:58.777Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-03-16T08:57:58.777Z] ---> Running in 0447a12bc96b [2023-03-16T08:57:58.777Z] Removing intermediate container 0447a12bc96b [2023-03-16T08:57:58.777Z] ---> 6a062e412cf2 [2023-03-16T08:57:58.777Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T08:57:58.777Z] ---> Running in 7dc1b8558812 [2023-03-16T08:57:58.777Z] Removing intermediate container 7dc1b8558812 [2023-03-16T08:57:58.777Z] ---> b8bc8c1ad78c [2023-03-16T08:57:58.777Z] Step 23/25 : LABEL arch=amd64 [2023-03-16T08:57:58.777Z] ---> Running in afc0e3ef1adc [2023-03-16T08:57:59.082Z] Removing intermediate container afc0e3ef1adc [2023-03-16T08:57:59.082Z] ---> 3f42e945a826 [2023-03-16T08:57:59.082Z] Step 24/25 : LABEL git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T08:57:59.082Z] ---> Running in e86d3f7f4af6 [2023-03-16T08:57:59.082Z] Removing intermediate container e86d3f7f4af6 [2023-03-16T08:57:59.082Z] ---> 5267c793e410 [2023-03-16T08:57:59.082Z] Step 25/25 : LABEL version=3.0.0-dev.12 [2023-03-16T08:57:59.082Z] ---> Running in 5d9a3f079b8d [2023-03-16T08:57:59.082Z] Removing intermediate container 5d9a3f079b8d [2023-03-16T08:57:59.082Z] ---> fea0b82f0e2a [2023-03-16T08:57:59.082Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-16T08:57:59.082Z] Successfully built fea0b82f0e2a [2023-03-16T08:57:59.082Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T08:57:59.181Z] provisioning config files... [2023-03-16T08:57:59.204Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config3501019758662080351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T08:57:59.591Z] ---> docker-login.sh [2023-03-16T08:57:59.591Z] nexus3.edgexfoundry.org:10001 [2023-03-16T08:57:59.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:57:59.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:57:59.591Z] Configure a credential helper to remove this warning. See [2023-03-16T08:57:59.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:57:59.591Z] [2023-03-16T08:57:59.591Z] Login Succeeded [2023-03-16T08:57:59.591Z] nexus3.edgexfoundry.org:10002 [2023-03-16T08:57:59.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:57:59.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:57:59.849Z] Configure a credential helper to remove this warning. See [2023-03-16T08:57:59.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:57:59.849Z] [2023-03-16T08:57:59.849Z] Login Succeeded [2023-03-16T08:57:59.849Z] nexus3.edgexfoundry.org:10003 [2023-03-16T08:57:59.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:57:59.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:57:59.849Z] Configure a credential helper to remove this warning. See [2023-03-16T08:57:59.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:57:59.849Z] [2023-03-16T08:57:59.849Z] Login Succeeded [2023-03-16T08:57:59.849Z] nexus3.edgexfoundry.org:10004 [2023-03-16T08:57:59.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:57:59.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:57:59.849Z] Configure a credential helper to remove this warning. See [2023-03-16T08:57:59.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:57:59.849Z] [2023-03-16T08:57:59.849Z] Login Succeeded [2023-03-16T08:57:59.849Z] docker.io [2023-03-16T08:58:00.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T08:58:00.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T08:58:00.109Z] Configure a credential helper to remove this warning. See [2023-03-16T08:58:00.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T08:58:00.109Z] [2023-03-16T08:58:00.109Z] Login Succeeded [2023-03-16T08:58:00.109Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T08:58:00.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T08:58:00.140Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T08:58:00.154Z] [edgeXDocker.push] Tagging docker image device-gpio with the following tags: [2023-03-16T08:58:00.154Z] 6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T08:58:00.154Z] latest [2023-03-16T08:58:00.154Z] 3.0.0-dev.12 [2023-03-16T08:58:00.154Z] 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T08:58:00.154Z] main [2023-03-16T08:58:00.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:00.463Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:00.771Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T08:58:00.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-03-16T08:58:00.771Z] 44a2fbf7b161: Preparing [2023-03-16T08:58:00.771Z] 84b063ad48c0: Preparing [2023-03-16T08:58:00.771Z] 5e29f717f487: Preparing [2023-03-16T08:58:00.771Z] acc124767c0f: Preparing [2023-03-16T08:58:00.771Z] 7cd52847ad77: Preparing [2023-03-16T08:58:00.771Z] 7cd52847ad77: Layer already exists [2023-03-16T08:58:00.771Z] acc124767c0f: Pushed [2023-03-16T08:58:00.771Z] 5e29f717f487: Pushed [2023-03-16T08:58:00.771Z] 84b063ad48c0: Pushed [2023-03-16T08:58:03.304Z] 44a2fbf7b161: Pushed [2023-03-16T08:58:03.304Z] 6427482eab3bd2356a4491c722b8795ef3b48a72: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:03.615Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:03.928Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-03-16T08:58:03.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-03-16T08:58:03.928Z] 44a2fbf7b161: Preparing [2023-03-16T08:58:03.928Z] 84b063ad48c0: Preparing [2023-03-16T08:58:03.928Z] 5e29f717f487: Preparing [2023-03-16T08:58:03.928Z] acc124767c0f: Preparing [2023-03-16T08:58:03.928Z] 7cd52847ad77: Preparing [2023-03-16T08:58:03.928Z] 44a2fbf7b161: Layer already exists [2023-03-16T08:58:03.928Z] acc124767c0f: Layer already exists [2023-03-16T08:58:03.928Z] 5e29f717f487: Layer already exists [2023-03-16T08:58:03.928Z] 84b063ad48c0: Layer already exists [2023-03-16T08:58:03.928Z] 7cd52847ad77: Layer already exists [2023-03-16T08:58:03.928Z] latest: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:04.236Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:04.545Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 [2023-03-16T08:58:04.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-03-16T08:58:04.545Z] 44a2fbf7b161: Preparing [2023-03-16T08:58:04.545Z] 84b063ad48c0: Preparing [2023-03-16T08:58:04.545Z] 5e29f717f487: Preparing [2023-03-16T08:58:04.545Z] acc124767c0f: Preparing [2023-03-16T08:58:04.545Z] 7cd52847ad77: Preparing [2023-03-16T08:58:04.545Z] acc124767c0f: Layer already exists [2023-03-16T08:58:04.545Z] 5e29f717f487: Layer already exists [2023-03-16T08:58:04.545Z] 44a2fbf7b161: Layer already exists [2023-03-16T08:58:04.545Z] 7cd52847ad77: Layer already exists [2023-03-16T08:58:04.545Z] 84b063ad48c0: Layer already exists [2023-03-16T08:58:04.545Z] 3.0.0-dev.12: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:04.851Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:05.149Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T08:58:05.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-03-16T08:58:05.149Z] 44a2fbf7b161: Preparing [2023-03-16T08:58:05.149Z] 84b063ad48c0: Preparing [2023-03-16T08:58:05.149Z] 5e29f717f487: Preparing [2023-03-16T08:58:05.149Z] acc124767c0f: Preparing [2023-03-16T08:58:05.149Z] 7cd52847ad77: Preparing [2023-03-16T08:58:05.149Z] 44a2fbf7b161: Layer already exists [2023-03-16T08:58:05.149Z] 84b063ad48c0: Layer already exists [2023-03-16T08:58:05.149Z] acc124767c0f: Layer already exists [2023-03-16T08:58:05.149Z] 7cd52847ad77: Layer already exists [2023-03-16T08:58:05.149Z] 5e29f717f487: Layer already exists [2023-03-16T08:58:05.149Z] 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:05.452Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:05.756Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:main [2023-03-16T08:58:05.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-03-16T08:58:05.756Z] 44a2fbf7b161: Preparing [2023-03-16T08:58:05.756Z] 84b063ad48c0: Preparing [2023-03-16T08:58:05.756Z] 5e29f717f487: Preparing [2023-03-16T08:58:05.756Z] acc124767c0f: Preparing [2023-03-16T08:58:05.756Z] 7cd52847ad77: Preparing [2023-03-16T08:58:05.756Z] 5e29f717f487: Layer already exists [2023-03-16T08:58:05.756Z] 44a2fbf7b161: Layer already exists [2023-03-16T08:58:05.756Z] acc124767c0f: Layer already exists [2023-03-16T08:58:05.756Z] 7cd52847ad77: Layer already exists [2023-03-16T08:58:05.756Z] 84b063ad48c0: Layer already exists [2023-03-16T08:58:05.756Z] main: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T08:58:05.792Z] ===================================================== [Pipeline] echo [2023-03-16T08:58:05.798Z] taggedImages: [2023-03-16T08:58:05.798Z] - nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T08:58:05.798Z] - nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-03-16T08:58:05.798Z] - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 [2023-03-16T08:58:05.798Z] - nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T08:58:05.798Z] - nexus3.edgexfoundry.org:10004/device-gpio: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 [2023-03-16T08:58:06.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T08:58:06.147Z] [2023-03-16T08:58:06.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T08:58:06.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T08:58:06.445Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-16T08:58:06.445Z] 5eb5b503b376: Pulling fs layer [2023-03-16T08:58:06.445Z] 5c69ac0246d0: Pulling fs layer [2023-03-16T08:58:06.445Z] ec43610c2a17: Pulling fs layer [2023-03-16T08:58:06.445Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-16T08:58:06.445Z] 33b1e0a273af: Pulling fs layer [2023-03-16T08:58:06.445Z] 5d3b04190fa2: Pulling fs layer [2023-03-16T08:58:06.445Z] 2f39f015ded8: Pulling fs layer [2023-03-16T08:58:06.445Z] 3a2ae6a8a46f: Waiting [2023-03-16T08:58:06.445Z] 33b1e0a273af: Waiting [2023-03-16T08:58:06.445Z] 5d3b04190fa2: Waiting [2023-03-16T08:58:06.445Z] 2f39f015ded8: Waiting [2023-03-16T08:58:06.445Z] 5c69ac0246d0: Download complete [2023-03-16T08:58:06.445Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-16T08:58:06.445Z] 3a2ae6a8a46f: Download complete [2023-03-16T08:58:06.704Z] 33b1e0a273af: Verifying Checksum [2023-03-16T08:58:06.704Z] 33b1e0a273af: Download complete [2023-03-16T08:58:06.704Z] 5d3b04190fa2: Download complete [2023-03-16T08:58:06.704Z] ec43610c2a17: Verifying Checksum [2023-03-16T08:58:06.704Z] ec43610c2a17: Download complete [2023-03-16T08:58:06.704Z] 5eb5b503b376: Verifying Checksum [2023-03-16T08:58:06.704Z] 5eb5b503b376: Download complete [2023-03-16T08:58:07.269Z] 2f39f015ded8: Verifying Checksum [2023-03-16T08:58:07.269Z] 2f39f015ded8: Download complete [2023-03-16T08:58:07.834Z] 5eb5b503b376: Pull complete [2023-03-16T08:58:08.094Z] 5c69ac0246d0: Pull complete [2023-03-16T08:58:08.660Z] ec43610c2a17: Pull complete [2023-03-16T08:58:08.660Z] 3a2ae6a8a46f: Pull complete [2023-03-16T08:58:08.660Z] 33b1e0a273af: Pull complete [2023-03-16T08:58:08.918Z] 5d3b04190fa2: Pull complete [2023-03-16T08:58:13.099Z] 2f39f015ded8: Pull complete [2023-03-16T08:58:13.099Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-16T08:58:13.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T08:58:13.099Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T08:58:13.175Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T08:58:13.207Z] $ 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/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 [2023-03-16T08:58:16.387Z] $ docker top 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T08:58:16.764Z] ---> job-cost.sh [2023-03-16T08:58:16.764Z] lf-activate-venv: SKIPPING [2023-03-16T08:58:16.764Z] INFO: No Stack... [2023-03-16T08:58:17.333Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-16T08:58:17.591Z] INFO: Archiving Costs [Pipeline] sh [2023-03-16T08:58:17.878Z] + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv [2023-03-16T08:58:17.878Z] + cut -d, -f6 [Pipeline] lock [2023-03-16T08:58:17.892Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [2023-03-16T08:58:17.899Z] Resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] did not exist. Created. [2023-03-16T08:58:17.900Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-16T08:58:18.211Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-16T08:58:18.234Z] Stashed 1 file(s) [Pipeline] } [2023-03-16T08:58:18.240Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-16T08:58:18.264Z] $ docker stop --time=1 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f [2023-03-16T08:58:19.407Z] $ docker rm -f --volumes 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-16T09:01:39.620Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2386 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws [2023-03-16T09:01:39.632Z] Running in /w/workspace/device-gpio/65 [Pipeline] { [Pipeline] checkout [2023-03-16T09:01:39.672Z] The recommended git tool is: git [2023-03-16T09:01:46.846Z] using credential edgex-jenkins-ssh [2023-03-16T09:01:46.868Z] Cloning the remote Git repository [2023-03-16T09:01:46.936Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-03-16T09:01:47.067Z] > git init /w/workspace/device-gpio/65 # timeout=10 [2023-03-16T09:01:47.271Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-03-16T09:01:47.273Z] > git --version # timeout=10 [2023-03-16T09:01:47.302Z] > git --version # 'git version 2.25.1' [2023-03-16T09:01:47.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-16T09:01:47.503Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T09:01:49.197Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-03-16T09:01:49.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T09:01:50.389Z] Avoid second fetch [2023-03-16T09:01:50.390Z] Checking out Revision 6427482eab3bd2356a4491c722b8795ef3b48a72 (main) [2023-03-16T09:01:51.130Z] Commit message: "refactor(snap): Update command and metadata sourcing (#131)" [2023-03-16T09:01:50.410Z] > git config core.sparsecheckout # timeout=10 [2023-03-16T09:01:50.499Z] > git checkout -f 6427482eab3bd2356a4491c722b8795ef3b48a72 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T09:01:52.159Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-16T09:01:52.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T09:01:52.159Z] Dload Upload Total Spent Left Speed [2023-03-16T09:01:52.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh [2023-03-16T09:01:52.930Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-16T09:01:53.285Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-16T09:01:53.285Z] + sudo tee /etc/docker/daemon.new [2023-03-16T09:01:53.285Z] { [2023-03-16T09:01:53.285Z] "registry-mirrors": [ [2023-03-16T09:01:53.285Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-16T09:01:53.285Z] ], [2023-03-16T09:01:53.285Z] "bip": "10.250.0.254/24", [2023-03-16T09:01:53.285Z] "hosts": [ [2023-03-16T09:01:53.285Z] "tcp://0.0.0.0:5555", [2023-03-16T09:01:53.285Z] "unix:///var/run/docker.sock" [2023-03-16T09:01:53.285Z] ], [2023-03-16T09:01:53.285Z] "mtu": 1458, [2023-03-16T09:01:53.285Z] "selinux-enabled": true, [2023-03-16T09:01:53.285Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-16T09:01:53.285Z] } [Pipeline] sh [2023-03-16T09:01:53.636Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-16T09:01:53.991Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T09:02:12.339Z] provisioning config files... [2023-03-16T09:02:12.373Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/65@tmp/config6285053893506902069tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:02:12.757Z] ---> docker-login.sh [2023-03-16T09:02:12.757Z] nexus3.edgexfoundry.org:10001 [2023-03-16T09:02:13.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:02:13.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:02:13.646Z] Configure a credential helper to remove this warning. See [2023-03-16T09:02:13.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:02:13.646Z] [2023-03-16T09:02:13.646Z] Login Succeeded [2023-03-16T09:02:13.646Z] nexus3.edgexfoundry.org:10002 [2023-03-16T09:02:13.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:02:13.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:02:13.920Z] Configure a credential helper to remove this warning. See [2023-03-16T09:02:13.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:02:13.920Z] [2023-03-16T09:02:13.920Z] Login Succeeded [2023-03-16T09:02:13.920Z] nexus3.edgexfoundry.org:10003 [2023-03-16T09:02:14.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:02:14.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:02:14.468Z] Configure a credential helper to remove this warning. See [2023-03-16T09:02:14.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:02:14.468Z] [2023-03-16T09:02:14.468Z] Login Succeeded [2023-03-16T09:02:14.468Z] nexus3.edgexfoundry.org:10004 [2023-03-16T09:02:14.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:02:14.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:02:14.747Z] Configure a credential helper to remove this warning. See [2023-03-16T09:02:14.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:02:14.747Z] [2023-03-16T09:02:14.747Z] Login Succeeded [2023-03-16T09:02:14.747Z] docker.io [2023-03-16T09:02:15.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:02:15.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:02:15.295Z] Configure a credential helper to remove this warning. See [2023-03-16T09:02:15.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:02:15.295Z] [2023-03-16T09:02:15.295Z] Login Succeeded [2023-03-16T09:02:15.295Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T09:02:15.313Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-16T09:02:15.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T09:02:15.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T09:02:15.711Z] ========================================================= [2023-03-16T09:02:15.711Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-16T09:02:15.711Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:02:16.077Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-16T09:02:16.356Z] Sending build context to Docker daemon 8.086MB [2023-03-16T09:02:16.633Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T09:02:16.633Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-16T09:02:16.633Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-16T09:02:16.633Z] af6eaf76a39c: Pulling fs layer [2023-03-16T09:02:16.633Z] 55522c791124: Pulling fs layer [2023-03-16T09:02:16.633Z] ce5c4a1c91eb: Pulling fs layer [2023-03-16T09:02:16.633Z] 169dfbe0d373: Pulling fs layer [2023-03-16T09:02:16.633Z] e1ff8fa3b103: Pulling fs layer [2023-03-16T09:02:16.633Z] 52ebb69f0ebf: Pulling fs layer [2023-03-16T09:02:16.633Z] 5abe8eddf0d5: Pulling fs layer [2023-03-16T09:02:16.633Z] 169dfbe0d373: Waiting [2023-03-16T09:02:16.633Z] 52ebb69f0ebf: Waiting [2023-03-16T09:02:16.633Z] e1ff8fa3b103: Waiting [2023-03-16T09:02:16.633Z] 5abe8eddf0d5: Waiting [2023-03-16T09:02:16.907Z] 55522c791124: Verifying Checksum [2023-03-16T09:02:16.907Z] 55522c791124: Download complete [2023-03-16T09:02:16.907Z] 169dfbe0d373: Verifying Checksum [2023-03-16T09:02:16.907Z] 169dfbe0d373: Download complete [2023-03-16T09:02:16.907Z] e1ff8fa3b103: Verifying Checksum [2023-03-16T09:02:16.907Z] e1ff8fa3b103: Download complete [2023-03-16T09:02:16.907Z] af6eaf76a39c: Download complete [2023-03-16T09:02:18.364Z] af6eaf76a39c: Pull complete [2023-03-16T09:02:18.364Z] 5abe8eddf0d5: Verifying Checksum [2023-03-16T09:02:18.364Z] 5abe8eddf0d5: Download complete [2023-03-16T09:02:18.645Z] 55522c791124: Pull complete [2023-03-16T09:02:20.090Z] ce5c4a1c91eb: Verifying Checksum [2023-03-16T09:02:20.090Z] ce5c4a1c91eb: Download complete [2023-03-16T09:02:20.090Z] 52ebb69f0ebf: Verifying Checksum [2023-03-16T09:02:20.090Z] 52ebb69f0ebf: Download complete [2023-03-16T09:02:32.484Z] ce5c4a1c91eb: Pull complete [2023-03-16T09:02:32.484Z] 169dfbe0d373: Pull complete [2023-03-16T09:02:32.484Z] e1ff8fa3b103: Pull complete [2023-03-16T09:02:39.175Z] 52ebb69f0ebf: Pull complete [2023-03-16T09:02:41.159Z] 5abe8eddf0d5: Pull complete [2023-03-16T09:02:41.159Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-16T09:02:41.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T09:02:41.159Z] ---> 6cb57ee374ae [2023-03-16T09:02:41.159Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-16T09:02:43.803Z] ---> Running in 4909ce4f9ded [2023-03-16T09:02:43.803Z] Removing intermediate container 4909ce4f9ded [2023-03-16T09:02:43.803Z] ---> 6716a49076ce [2023-03-16T09:02:43.803Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T09:02:43.803Z] ---> Running in 99658c2ad166 [2023-03-16T09:02:44.076Z] Removing intermediate container 99658c2ad166 [2023-03-16T09:02:44.076Z] ---> 82e82157cc0f [2023-03-16T09:02:44.076Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-16T09:02:44.352Z] ---> Running in 446d0fcd8f80 [2023-03-16T09:02:44.624Z] Removing intermediate container 446d0fcd8f80 [2023-03-16T09:02:44.624Z] ---> 7c4b7d92a79a [2023-03-16T09:02:44.624Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T09:02:44.624Z] ---> Running in b54bdf1b1131 [2023-03-16T09:02:45.218Z] Removing intermediate container b54bdf1b1131 [2023-03-16T09:02:45.218Z] ---> 4fe79d54b6f0 [2023-03-16T09:02:45.218Z] Step 7/12 : WORKDIR /device-gpio [2023-03-16T09:02:45.218Z] ---> Running in 3d790792e391 [2023-03-16T09:02:45.490Z] Removing intermediate container 3d790792e391 [2023-03-16T09:02:45.490Z] ---> c24f01607324 [2023-03-16T09:02:45.490Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T09:02:45.763Z] ---> Running in de2cdf1697c8 [2023-03-16T09:02:46.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T09:02:47.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T09:02:49.265Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-16T09:02:49.265Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-16T09:02:49.265Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-16T09:02:49.265Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-16T09:02:49.265Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T09:02:49.265Z] OK: 268 MiB in 57 packages [2023-03-16T09:02:50.691Z] Removing intermediate container de2cdf1697c8 [2023-03-16T09:02:50.691Z] ---> 75f19760556b [2023-03-16T09:02:50.691Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-16T09:02:50.963Z] ---> dda1f0ced21f [2023-03-16T09:02:50.963Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T09:02:51.235Z] ---> Running in 635a5302e877 [2023-03-16T09:03:59.208Z] Removing intermediate container 635a5302e877 [2023-03-16T09:03:59.208Z] ---> 8f22f8b56630 [2023-03-16T09:03:59.208Z] Step 11/12 : COPY . . [2023-03-16T09:03:59.494Z] ---> fd498d9fe3cd [2023-03-16T09:03:59.494Z] Step 12/12 : RUN ${MAKE} [2023-03-16T09:03:59.494Z] ---> Running in d16624eba1d6 [2023-03-16T09:04:00.931Z] noop [2023-03-16T09:04:01.534Z] Removing intermediate container d16624eba1d6 [2023-03-16T09:04:01.534Z] ---> d6ca9a9fb56f [2023-03-16T09:04:01.534Z] Successfully built d6ca9a9fb56f [2023-03-16T09:04:01.534Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:04:01.909Z] + docker inspect -f . ci-base-image-arm64 [2023-03-16T09:04:01.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:04:02.163Z] prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container [2023-03-16T09:04:02.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@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-arm64 cat [2023-03-16T09:04:03.743Z] $ docker top d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T09:04:04.655Z] + go version [2023-03-16T09:04:04.655Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-16T09:04:04.679Z] $ docker stop --time=1 d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 [2023-03-16T09:04:06.483Z] $ docker rm -f --volumes d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:04:07.059Z] + docker inspect -f . ci-base-image-arm64 [2023-03-16T09:04:07.059Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:04:07.280Z] prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container [2023-03-16T09:04:07.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@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-arm64 cat [2023-03-16T09:04:11.236Z] $ docker top 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T09:04:12.127Z] + git config --global --add safe.directory /w/workspace/device-gpio/65 [Pipeline] fileExists [Pipeline] sh [2023-03-16T09:04:12.804Z] + make test [2023-03-16T09:04:12.804Z] go test ./... -coverprofile=coverage.out ./... [2023-03-16T09:04:59.769Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-03-16T09:07:36.594Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-03-16T09:07:36.594Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-03-16T09:07:36.594Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-16T09:07:36.594Z] go vet ./... [2023-03-16T09:08:04.821Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-16T09:08:04.821Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-16T09:08:04.821Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-16T09:08:04.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-16T09:08:04.855Z] $ docker stop --time=1 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc [2023-03-16T09:08:06.797Z] $ docker rm -f --volumes 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T09:08:08.039Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-16T09:08:08.063Z] Warning: overwriting stash ‘coverage-report’ [2023-03-16T09:08:08.639Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T09:08:09.024Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-16T09:08:09.358Z] + ls -al . [2023-03-16T09:08:09.358Z] total 156 [2023-03-16T09:08:09.358Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 09:04 . [2023-03-16T09:08:09.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 09:01 .. [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 120 Mar 16 09:01 .dockerignore [2023-03-16T09:08:09.358Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 09:01 .git [2023-03-16T09:08:09.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 .github [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 343 Mar 16 09:01 .gitignore [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 09:01 .golangci.yml [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 9805 Mar 16 09:01 Attribution.txt [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 4069 Mar 16 09:01 CHANGELOG.md [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 1542 Mar 16 09:01 Dockerfile [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 09:01 GOVERNANCE.md [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 16 09:01 Jenkinsfile [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 16 09:01 LICENSE [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 1692 Mar 16 09:01 Makefile [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 09:01 OWNERS.md [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 11842 Mar 16 09:01 README.md [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 08:56 VERSION [2023-03-16T09:08:09.358Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 09:01 bin [2023-03-16T09:08:09.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 cmd [2023-03-16T09:08:09.358Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 16 09:04 coverage.out [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 3312 Mar 16 09:01 go.mod [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 33120 Mar 16 09:01 go.sum [2023-03-16T09:08:09.358Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 internal [2023-03-16T09:08:09.358Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 09:01 snap [2023-03-16T09:08:09.358Z] -rw-rw-r-- 1 jenkins jenkins 209 Mar 16 09:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:08:09.722Z] + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 --label arch=arm64 --label version=3.0.0-dev.12 . [2023-03-16T09:08:09.992Z] Sending build context to Docker daemon 8.087MB [2023-03-16T09:08:09.992Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T09:08:09.992Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-16T09:08:09.992Z] ---> d6ca9a9fb56f [2023-03-16T09:08:09.992Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-16T09:08:10.262Z] ---> Running in 32374a1feca1 [2023-03-16T09:08:10.531Z] Removing intermediate container 32374a1feca1 [2023-03-16T09:08:10.531Z] ---> c12a6af96bc8 [2023-03-16T09:08:10.531Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T09:08:10.805Z] ---> Running in 6c4ba67db2ce [2023-03-16T09:08:11.074Z] Removing intermediate container 6c4ba67db2ce [2023-03-16T09:08:11.074Z] ---> 355db3e78293 [2023-03-16T09:08:11.074Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-03-16T09:08:11.074Z] ---> Running in 0ce4b0c586c4 [2023-03-16T09:08:11.664Z] Removing intermediate container 0ce4b0c586c4 [2023-03-16T09:08:11.664Z] ---> 6200819f8f04 [2023-03-16T09:08:11.664Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T09:08:11.664Z] ---> Running in 973ea23d0742 [2023-03-16T09:08:11.936Z] Removing intermediate container 973ea23d0742 [2023-03-16T09:08:11.936Z] ---> e8cd7b2c86fe [2023-03-16T09:08:11.936Z] Step 7/25 : WORKDIR /device-gpio [2023-03-16T09:08:11.936Z] ---> Running in 7f3227b8fa78 [2023-03-16T09:08:12.206Z] Removing intermediate container 7f3227b8fa78 [2023-03-16T09:08:12.206Z] ---> 02ec0c231788 [2023-03-16T09:08:12.206Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T09:08:12.477Z] ---> Running in 0727d0defa8f [2023-03-16T09:08:13.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T09:08:14.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T09:08:15.829Z] OK: 268 MiB in 57 packages [2023-03-16T09:08:16.420Z] Removing intermediate container 0727d0defa8f [2023-03-16T09:08:16.420Z] ---> 04f36dff1cfb [2023-03-16T09:08:16.420Z] Step 9/25 : COPY go.mod vendor* ./ [2023-03-16T09:08:17.008Z] ---> 10afdb56fc8c [2023-03-16T09:08:17.008Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T09:08:17.008Z] ---> Running in 9acd48d1113f [2023-03-16T09:08:20.394Z] Removing intermediate container 9acd48d1113f [2023-03-16T09:08:20.394Z] ---> 91ccb8eb19ae [2023-03-16T09:08:20.394Z] Step 11/25 : COPY . . [2023-03-16T09:08:22.359Z] ---> ed57c3e09331 [2023-03-16T09:08:22.359Z] Step 12/25 : RUN ${MAKE} [2023-03-16T09:08:22.654Z] ---> Running in 63aba8c7ee49 [2023-03-16T09:08:23.626Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.12" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-03-16T09:11:15.461Z] Removing intermediate container 63aba8c7ee49 [2023-03-16T09:11:15.461Z] ---> f75707319380 [2023-03-16T09:11:15.461Z] Step 13/25 : FROM alpine:3.17 [2023-03-16T09:11:15.461Z] 3.17: Pulling from library/alpine [2023-03-16T09:11:15.461Z] af6eaf76a39c: Already exists [2023-03-16T09:11:15.461Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-16T09:11:15.461Z] Status: Downloaded newer image for alpine:3.17 [2023-03-16T09:11:15.461Z] ---> d74e625d9115 [2023-03-16T09:11:15.461Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-03-16T09:11:15.461Z] ---> Running in f54c8159c2b1 [2023-03-16T09:11:15.461Z] Removing intermediate container f54c8159c2b1 [2023-03-16T09:11:15.461Z] ---> aa0983913b42 [2023-03-16T09:11:15.461Z] Step 15/25 : RUN apk add --update --no-cache [2023-03-16T09:11:15.461Z] ---> Running in 5eafeb47de08 [2023-03-16T09:11:15.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T09:11:15.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T09:11:15.461Z] OK: 7 MiB in 15 packages [2023-03-16T09:11:15.461Z] Removing intermediate container 5eafeb47de08 [2023-03-16T09:11:15.461Z] ---> 5ed8e17066bf [2023-03-16T09:11:15.461Z] Step 16/25 : WORKDIR / [2023-03-16T09:11:15.461Z] ---> Running in 97910a73e01a [2023-03-16T09:11:15.461Z] Removing intermediate container 97910a73e01a [2023-03-16T09:11:15.461Z] ---> a139485363b4 [2023-03-16T09:11:15.461Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-03-16T09:11:15.461Z] ---> 7e3249812ef5 [2023-03-16T09:11:15.461Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-03-16T09:11:15.461Z] ---> 6ecbb962b261 [2023-03-16T09:11:15.461Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-03-16T09:11:15.461Z] ---> 00e739eae949 [2023-03-16T09:11:15.461Z] Step 20/25 : EXPOSE 59910 [2023-03-16T09:11:15.461Z] ---> Running in b0effbde679d [2023-03-16T09:11:15.461Z] Removing intermediate container b0effbde679d [2023-03-16T09:11:15.461Z] ---> 68a401e48b65 [2023-03-16T09:11:15.461Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-03-16T09:11:15.461Z] ---> Running in f8eca2cea32c [2023-03-16T09:11:15.461Z] Removing intermediate container f8eca2cea32c [2023-03-16T09:11:15.461Z] ---> a3728b1215b4 [2023-03-16T09:11:15.461Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T09:11:15.461Z] ---> Running in 3e66af75f277 [2023-03-16T09:11:15.461Z] Removing intermediate container 3e66af75f277 [2023-03-16T09:11:15.461Z] ---> efa459c8512c [2023-03-16T09:11:15.461Z] Step 23/25 : LABEL arch=arm64 [2023-03-16T09:11:15.461Z] ---> Running in 799d2cdf460c [2023-03-16T09:11:16.054Z] Removing intermediate container 799d2cdf460c [2023-03-16T09:11:16.054Z] ---> 8bd6f132d6e0 [2023-03-16T09:11:16.054Z] Step 24/25 : LABEL git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T09:11:16.054Z] ---> Running in 8244c138624b [2023-03-16T09:11:16.325Z] Removing intermediate container 8244c138624b [2023-03-16T09:11:16.325Z] ---> 61161286ecd2 [2023-03-16T09:11:16.325Z] Step 25/25 : LABEL version=3.0.0-dev.12 [2023-03-16T09:11:16.325Z] ---> Running in 82455a08247b [2023-03-16T09:11:16.594Z] Removing intermediate container 82455a08247b [2023-03-16T09:11:16.594Z] ---> 441048752c9e [2023-03-16T09:11:16.594Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-16T09:11:16.594Z] Successfully built 441048752c9e [2023-03-16T09:11:16.864Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T09:11:16.950Z] provisioning config files... [2023-03-16T09:11:16.970Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/65@tmp/config4583908805957908655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:11:17.324Z] ---> docker-login.sh [2023-03-16T09:11:17.324Z] nexus3.edgexfoundry.org:10001 [2023-03-16T09:11:17.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:11:17.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:11:17.595Z] Configure a credential helper to remove this warning. See [2023-03-16T09:11:17.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:11:17.595Z] [2023-03-16T09:11:17.595Z] Login Succeeded [2023-03-16T09:11:17.595Z] nexus3.edgexfoundry.org:10002 [2023-03-16T09:11:17.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:11:18.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:11:18.136Z] Configure a credential helper to remove this warning. See [2023-03-16T09:11:18.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:11:18.136Z] [2023-03-16T09:11:18.136Z] Login Succeeded [2023-03-16T09:11:18.136Z] nexus3.edgexfoundry.org:10003 [2023-03-16T09:11:18.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:11:18.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:11:18.406Z] Configure a credential helper to remove this warning. See [2023-03-16T09:11:18.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:11:18.406Z] [2023-03-16T09:11:18.406Z] Login Succeeded [2023-03-16T09:11:18.675Z] nexus3.edgexfoundry.org:10004 [2023-03-16T09:11:18.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:11:18.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:11:18.944Z] Configure a credential helper to remove this warning. See [2023-03-16T09:11:18.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:11:18.944Z] [2023-03-16T09:11:18.944Z] Login Succeeded [2023-03-16T09:11:18.944Z] docker.io [2023-03-16T09:11:19.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T09:11:19.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T09:11:19.483Z] Configure a credential helper to remove this warning. See [2023-03-16T09:11:19.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T09:11:19.483Z] [2023-03-16T09:11:19.483Z] Login Succeeded [2023-03-16T09:11:19.483Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T09:11:19.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T09:11:19.529Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T09:11:19.548Z] [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: [2023-03-16T09:11:19.548Z] 6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T09:11:19.548Z] latest [2023-03-16T09:11:19.548Z] 3.0.0-dev.12 [2023-03-16T09:11:19.548Z] 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T09:11:19.548Z] main [2023-03-16T09:11:19.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:19.903Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:20.358Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T09:11:20.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-03-16T09:11:20.358Z] 0611b467e233: Preparing [2023-03-16T09:11:20.358Z] 16672c6e7f06: Preparing [2023-03-16T09:11:20.358Z] 93ac5e421278: Preparing [2023-03-16T09:11:20.358Z] 7e9fcfcb8356: Preparing [2023-03-16T09:11:20.358Z] edf70074bd40: Preparing [2023-03-16T09:11:20.358Z] edf70074bd40: Layer already exists [2023-03-16T09:11:23.599Z] 16672c6e7f06: Pushed [2023-03-16T09:11:23.599Z] 7e9fcfcb8356: Pushed [2023-03-16T09:11:23.878Z] 93ac5e421278: Pushed [2023-03-16T09:11:27.275Z] 0611b467e233: Pushed [2023-03-16T09:11:27.275Z] 6427482eab3bd2356a4491c722b8795ef3b48a72: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:27.644Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:28.005Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-03-16T09:11:28.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-03-16T09:11:28.005Z] 0611b467e233: Preparing [2023-03-16T09:11:28.005Z] 16672c6e7f06: Preparing [2023-03-16T09:11:28.005Z] 93ac5e421278: Preparing [2023-03-16T09:11:28.005Z] 7e9fcfcb8356: Preparing [2023-03-16T09:11:28.005Z] edf70074bd40: Preparing [2023-03-16T09:11:28.005Z] 16672c6e7f06: Layer already exists [2023-03-16T09:11:28.005Z] edf70074bd40: Layer already exists [2023-03-16T09:11:28.005Z] 7e9fcfcb8356: Layer already exists [2023-03-16T09:11:28.005Z] 0611b467e233: Layer already exists [2023-03-16T09:11:28.005Z] 93ac5e421278: Layer already exists [2023-03-16T09:11:28.274Z] latest: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:28.628Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:28.983Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 [2023-03-16T09:11:28.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-03-16T09:11:28.983Z] 0611b467e233: Preparing [2023-03-16T09:11:28.983Z] 16672c6e7f06: Preparing [2023-03-16T09:11:28.983Z] 93ac5e421278: Preparing [2023-03-16T09:11:28.983Z] 7e9fcfcb8356: Preparing [2023-03-16T09:11:28.983Z] edf70074bd40: Preparing [2023-03-16T09:11:28.983Z] 0611b467e233: Layer already exists [2023-03-16T09:11:28.983Z] edf70074bd40: Layer already exists [2023-03-16T09:11:28.983Z] 93ac5e421278: Layer already exists [2023-03-16T09:11:28.983Z] 7e9fcfcb8356: Layer already exists [2023-03-16T09:11:28.983Z] 16672c6e7f06: Layer already exists [2023-03-16T09:11:29.253Z] 3.0.0-dev.12: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:29.612Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:29.960Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T09:11:29.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-03-16T09:11:29.960Z] 0611b467e233: Preparing [2023-03-16T09:11:29.960Z] 16672c6e7f06: Preparing [2023-03-16T09:11:29.960Z] 93ac5e421278: Preparing [2023-03-16T09:11:29.960Z] 7e9fcfcb8356: Preparing [2023-03-16T09:11:29.960Z] edf70074bd40: Preparing [2023-03-16T09:11:29.960Z] 16672c6e7f06: Layer already exists [2023-03-16T09:11:29.960Z] edf70074bd40: Layer already exists [2023-03-16T09:11:29.960Z] 0611b467e233: Layer already exists [2023-03-16T09:11:29.960Z] 7e9fcfcb8356: Layer already exists [2023-03-16T09:11:29.960Z] 93ac5e421278: Layer already exists [2023-03-16T09:11:30.230Z] 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:30.586Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:30.942Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [2023-03-16T09:11:30.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-03-16T09:11:30.942Z] 0611b467e233: Preparing [2023-03-16T09:11:30.942Z] 16672c6e7f06: Preparing [2023-03-16T09:11:30.942Z] 93ac5e421278: Preparing [2023-03-16T09:11:30.942Z] 7e9fcfcb8356: Preparing [2023-03-16T09:11:30.942Z] edf70074bd40: Preparing [2023-03-16T09:11:30.942Z] 0611b467e233: Layer already exists [2023-03-16T09:11:30.942Z] 7e9fcfcb8356: Layer already exists [2023-03-16T09:11:30.942Z] edf70074bd40: Layer already exists [2023-03-16T09:11:30.942Z] 16672c6e7f06: Layer already exists [2023-03-16T09:11:30.942Z] 93ac5e421278: Layer already exists [2023-03-16T09:11:31.212Z] main: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T09:11:31.277Z] ===================================================== [Pipeline] echo [2023-03-16T09:11:31.284Z] taggedImages: [2023-03-16T09:11:31.284Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 [2023-03-16T09:11:31.284Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-03-16T09:11:31.284Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 [2023-03-16T09:11:31.284Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [2023-03-16T09:11:31.284Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:31.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T09:11:31.656Z] [2023-03-16T09:11:31.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:11:32.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T09:11:32.273Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-16T09:11:32.273Z] 8998bd30e6a1: Pulling fs layer [2023-03-16T09:11:32.273Z] 04944245beec: Pulling fs layer [2023-03-16T09:11:32.273Z] 699f458cf7ca: Pulling fs layer [2023-03-16T09:11:32.273Z] 765212b225bb: Pulling fs layer [2023-03-16T09:11:32.273Z] f23df028b6ca: Pulling fs layer [2023-03-16T09:11:32.273Z] d65c8cfc05b1: Pulling fs layer [2023-03-16T09:11:32.273Z] 2437ff75d9bd: Pulling fs layer [2023-03-16T09:11:32.273Z] 765212b225bb: Waiting [2023-03-16T09:11:32.273Z] f23df028b6ca: Waiting [2023-03-16T09:11:32.273Z] d65c8cfc05b1: Waiting [2023-03-16T09:11:32.273Z] 2437ff75d9bd: Waiting [2023-03-16T09:11:32.273Z] 04944245beec: Verifying Checksum [2023-03-16T09:11:32.273Z] 04944245beec: Download complete [2023-03-16T09:11:32.273Z] 765212b225bb: Verifying Checksum [2023-03-16T09:11:32.273Z] 765212b225bb: Download complete [2023-03-16T09:11:32.548Z] f23df028b6ca: Verifying Checksum [2023-03-16T09:11:32.548Z] f23df028b6ca: Download complete [2023-03-16T09:11:32.548Z] d65c8cfc05b1: Download complete [2023-03-16T09:11:32.548Z] 699f458cf7ca: Verifying Checksum [2023-03-16T09:11:32.548Z] 699f458cf7ca: Download complete [2023-03-16T09:11:33.141Z] 8998bd30e6a1: Verifying Checksum [2023-03-16T09:11:33.141Z] 8998bd30e6a1: Download complete [2023-03-16T09:11:35.751Z] 2437ff75d9bd: Verifying Checksum [2023-03-16T09:11:35.751Z] 2437ff75d9bd: Download complete [2023-03-16T09:11:37.712Z] 8998bd30e6a1: Pull complete [2023-03-16T09:11:37.983Z] 04944245beec: Pull complete [2023-03-16T09:11:39.408Z] 699f458cf7ca: Pull complete [2023-03-16T09:11:39.678Z] 765212b225bb: Pull complete [2023-03-16T09:11:40.651Z] f23df028b6ca: Pull complete [2023-03-16T09:11:40.651Z] d65c8cfc05b1: Pull complete [2023-03-16T09:11:55.676Z] 2437ff75d9bd: Pull complete [2023-03-16T09:11:55.676Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-16T09:11:55.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T09:11:55.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:11:55.905Z] prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container [2023-03-16T09:11:55.992Z] $ 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-gpio/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@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:arm64 cat [2023-03-16T09:11:58.974Z] $ docker top d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:11:59.868Z] ---> job-cost.sh [2023-03-16T09:11:59.868Z] lf-activate-venv: SKIPPING [2023-03-16T09:11:59.868Z] INFO: No Stack... [2023-03-16T09:12:00.464Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-16T09:12:01.054Z] INFO: Archiving Costs [Pipeline] sh [2023-03-16T09:12:01.710Z] + cat+ /w/workspace/device-gpio/65/archives/cost.csv [2023-03-16T09:12:01.710Z] cut -d, -f6 [Pipeline] lock [2023-03-16T09:12:01.799Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [2023-03-16T09:12:01.804Z] Resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] did not exist. Created. [2023-03-16T09:12:01.805Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-16T09:12:02.477Z] /w/workspace/device-gpio/65@tmp/durable-1429f869/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-16T09:12:03.156Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-16T09:12:03.181Z] Warning: overwriting stash ‘stack-cost’ [2023-03-16T09:12:03.242Z] Stashed 1 file(s) [Pipeline] } [2023-03-16T09:12:03.249Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-16T09:12:03.266Z] $ docker stop --time=1 d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 [2023-03-16T09:12:04.851Z] $ docker rm -f --volumes d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-16T09:12:05.266Z] provisioning config files... [2023-03-16T09:12:05.273Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16619470086100423938tmp [Pipeline] { [Pipeline] sh [2023-03-16T09:12:05.563Z] + set +x [2023-03-16T09:12:05.563Z] + curl -s https://codecov.io/bash [2023-03-16T09:12:05.563Z] + bash -s -- [2023-03-16T09:12:05.563Z] [2023-03-16T09:12:05.563Z] _____ _ [2023-03-16T09:12:05.563Z] / ____| | | [2023-03-16T09:12:05.563Z] | | ___ __| | ___ ___ _____ __ [2023-03-16T09:12:05.563Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-16T09:12:05.563Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-16T09:12:05.563Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-16T09:12:05.563Z] Bash-1.0.6 [2023-03-16T09:12:05.563Z] [2023-03-16T09:12:05.563Z] [2023-03-16T09:12:05.563Z] ==> git version 2.25.1 found [2023-03-16T09:12:05.563Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-16T09:12:05.563Z] Release-Date: 2020-01-08 [2023-03-16T09:12:05.563Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-16T09:12:05.563Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-16T09:12:05.563Z] ==> Jenkins CI detected. [2023-03-16T09:12:05.563Z] current dir:  /w/workspace/edgexfoundry_device-gpio_main [2023-03-16T09:12:05.563Z] project root: . [2023-03-16T09:12:05.563Z] --> token set from env [2023-03-16T09:12:05.563Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-16T09:12:05.563Z] ==> Running gcov in . (disable via -X gcov) [2023-03-16T09:12:05.563Z] ==> Python coveragepy not found [2023-03-16T09:12:05.563Z] ==> Searching for coverage reports in: [2023-03-16T09:12:05.563Z] + . [2023-03-16T09:12:05.563Z] -> Found 1 reports [2023-03-16T09:12:05.563Z] ==> Detecting git/mercurial file structure [2023-03-16T09:12:05.563Z] ==> Reading reports [2023-03-16T09:12:05.563Z] + ./coverage.out bytes=10 [2023-03-16T09:12:05.563Z] ==> Appending adjustments [2023-03-16T09:12:05.563Z] https://docs.codecov.io/docs/fixing-reports [2023-03-16T09:12:05.823Z] + Found adjustments [2023-03-16T09:12:05.823Z] ==> Gzipping contents [2023-03-16T09:12:05.823Z] 4.0K /tmp/codecov.LmhmW2.gz [2023-03-16T09:12:05.823Z] ==> Uploading reports [2023-03-16T09:12:05.823Z] url: https://codecov.io [2023-03-16T09:12:05.823Z] query: branch=main&commit=6427482eab3bd2356a4491c722b8795ef3b48a72&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-16T09:12:05.823Z] -> Pinging Codecov [2023-03-16T09:12:05.823Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=main&commit=6427482eab3bd2356a4491c722b8795ef3b48a72&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-16T09:12:05.823Z] -> Uploading to [2023-03-16T09:12:05.823Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-16/3EC07B1A8CA8AF9BCAA0BB9F0134797F/6427482eab3bd2356a4491c722b8795ef3b48a72/93f9ab00-9e96-4473-9dd0-588814ce1851.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T091205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14c8e348be09446b63eca3e6fd0e2b5e15b6ff5b0e34f6c204ff4f3ff31443de [2023-03-16T09:12:05.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T09:12:05.823Z] Dload Upload Total Spent Left Speed [2023-03-16T09:12:06.082Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 740 0 0 100 740 0 3109 --:--:-- --:--:-- --:--:-- 3109 [2023-03-16T09:12:06.082Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } [2023-03-16T09:12:06.089Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-16T09:12:06.295Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-16T09:12:06.305Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:06.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T09:12:06.596Z] [2023-03-16T09:12:06.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:06.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T09:12:06.890Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-16T09:12:06.890Z] df9b9388f04a: Pulling fs layer [2023-03-16T09:12:06.890Z] 52dc419b0ee2: Pulling fs layer [2023-03-16T09:12:06.890Z] 25bc292e5bac: Pulling fs layer [2023-03-16T09:12:06.890Z] 114826534d7a: Pulling fs layer [2023-03-16T09:12:06.890Z] 4657fd5d0bcf: Pulling fs layer [2023-03-16T09:12:06.890Z] 6ad1cebc031e: Pulling fs layer [2023-03-16T09:12:06.890Z] 8a3aa393b2d8: Pulling fs layer [2023-03-16T09:12:06.890Z] 114826534d7a: Waiting [2023-03-16T09:12:06.890Z] 4657fd5d0bcf: Waiting [2023-03-16T09:12:06.890Z] 6ad1cebc031e: Waiting [2023-03-16T09:12:06.890Z] 8a3aa393b2d8: Waiting [2023-03-16T09:12:06.890Z] 25bc292e5bac: Verifying Checksum [2023-03-16T09:12:06.890Z] 25bc292e5bac: Download complete [2023-03-16T09:12:06.890Z] 52dc419b0ee2: Verifying Checksum [2023-03-16T09:12:06.890Z] 52dc419b0ee2: Download complete [2023-03-16T09:12:06.890Z] 4657fd5d0bcf: Verifying Checksum [2023-03-16T09:12:06.890Z] 4657fd5d0bcf: Download complete [2023-03-16T09:12:07.150Z] df9b9388f04a: Download complete [2023-03-16T09:12:07.151Z] df9b9388f04a: Pull complete [2023-03-16T09:12:07.151Z] 6ad1cebc031e: Verifying Checksum [2023-03-16T09:12:07.151Z] 6ad1cebc031e: Download complete [2023-03-16T09:12:07.412Z] 52dc419b0ee2: Pull complete [2023-03-16T09:12:07.674Z] 25bc292e5bac: Pull complete [2023-03-16T09:12:07.934Z] 114826534d7a: Verifying Checksum [2023-03-16T09:12:07.934Z] 114826534d7a: Download complete [2023-03-16T09:12:07.934Z] 8a3aa393b2d8: Verifying Checksum [2023-03-16T09:12:07.934Z] 8a3aa393b2d8: Download complete [2023-03-16T09:12:11.217Z] 114826534d7a: Pull complete [2023-03-16T09:12:11.217Z] 4657fd5d0bcf: Pull complete [2023-03-16T09:12:11.476Z] 6ad1cebc031e: Pull complete [2023-03-16T09:12:14.008Z] 8a3aa393b2d8: Pull complete [2023-03-16T09:12:14.008Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-16T09:12:14.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T09:12:14.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:12:14.088Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:12:14.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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/edgex-snyk-go:1.410.4 cat [2023-03-16T09:12:19.715Z] $ docker top b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-16T09:12:19.788Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh [2023-03-16T09:12:20.065Z] + set -o pipefail [2023-03-16T09:12:20.065Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' [2023-03-16T09:12:24.252Z] [2023-03-16T09:12:24.253Z] Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... [2023-03-16T09:12:24.253Z] [2023-03-16T09:12:24.253Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/d010b05f-af99-4f30-b12f-f6621e772b4c [2023-03-16T09:12:24.253Z] [2023-03-16T09:12:24.253Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-16T09:12:24.253Z] [2023-03-16T09:12:24.253Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-16T09:12:24.253Z] [2023-03-16T09:12:24.253Z] [2023-03-16T09:12:24.253Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-16T09:12:24.253Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-16T09:12:24.253Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-16T09:12:24.256Z] $ docker stop --time=1 b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f [2023-03-16T09:12:27.826Z] $ docker rm -f --volumes b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f [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 [2023-03-16T09:12:28.537Z] + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] sh [2023-03-16T09:12:28.824Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T09:12:28.824Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:29.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T09:12:29.122Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:12:29.190Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:12:29.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T09:12:29.608Z] $ docker top a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be -eo pid,comm [2023-03-16T09:12:29.668Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-16T09:12:29.668Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T09:12:29.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T09:12:29.708Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T09:12:29.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T09:12:29.809Z] $ docker exec a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be ssh-agent [2023-03-16T09:12:29.921Z] SSH_AUTH_SOCK=/tmp/ssh-7Y5nFGsEOJX2/agent.33 [2023-03-16T09:12:29.921Z] SSH_AGENT_PID=39 [2023-03-16T09:12:29.925Z] Running ssh-add (command line suppressed) [2023-03-16T09:12:30.012Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10259444704232312188.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10259444704232312188.key) [2023-03-16T09:12:30.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T09:12:30.326Z] + git semver tag [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,470 [run_tag] DEBUG tag force:False [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,470 [check_head_tag] DEBUG check head tag [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,471 [execute] INFO git cat-file --batch-check [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,471 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,475 [execute] INFO git cat-file --batch [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,475 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,489 [execute] INFO git tag -a v3.0.0-dev.12 -m v3.0.0-dev.12 [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,490 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.12', '-m', 'v3.0.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-03-16T09:12:30.585Z] 2023-03-16 09:12:30,493 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:30.585Z] 3.0.0-dev.12 [Pipeline] } [2023-03-16T09:12:30.585Z] $ docker exec --env ******** --env ******** a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be ssh-agent -k [2023-03-16T09:12:30.668Z] unset SSH_AUTH_SOCK; [2023-03-16T09:12:30.669Z] unset SSH_AGENT_PID; [2023-03-16T09:12:30.669Z] echo Agent pid 39 killed; [2023-03-16T09:12:30.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T09:12:30.998Z] + git semver [Pipeline] } [2023-03-16T09:12:31.262Z] $ docker stop --time=1 a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be [2023-03-16T09:12:32.518Z] $ docker rm -f --volumes a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:32.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T09:12:32.914Z] [2023-03-16T09:12:32.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:33.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T09:12:33.220Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-16T09:12:33.220Z] ab5ef0e58194: Pulling fs layer [2023-03-16T09:12:33.220Z] 9712f1f96733: Pulling fs layer [2023-03-16T09:12:33.220Z] 63f879dbbcfc: Pulling fs layer [2023-03-16T09:12:33.220Z] 0d9ebad4ef96: Pulling fs layer [2023-03-16T09:12:33.220Z] e9a5061849ea: Pulling fs layer [2023-03-16T09:12:33.220Z] d747dcd14b5f: Pulling fs layer [2023-03-16T09:12:33.220Z] 2de7ff778b66: Pulling fs layer [2023-03-16T09:12:33.220Z] e9a5061849ea: Waiting [2023-03-16T09:12:33.220Z] d747dcd14b5f: Waiting [2023-03-16T09:12:33.220Z] 0d9ebad4ef96: Waiting [2023-03-16T09:12:33.220Z] 2de7ff778b66: Waiting [2023-03-16T09:12:33.220Z] 9712f1f96733: Verifying Checksum [2023-03-16T09:12:33.220Z] 9712f1f96733: Download complete [2023-03-16T09:12:33.482Z] 63f879dbbcfc: Verifying Checksum [2023-03-16T09:12:33.482Z] 63f879dbbcfc: Download complete [2023-03-16T09:12:33.741Z] e9a5061849ea: Verifying Checksum [2023-03-16T09:12:33.741Z] e9a5061849ea: Download complete [2023-03-16T09:12:33.741Z] d747dcd14b5f: Download complete [2023-03-16T09:12:33.741Z] 0d9ebad4ef96: Verifying Checksum [2023-03-16T09:12:33.741Z] 0d9ebad4ef96: Download complete [2023-03-16T09:12:33.741Z] ab5ef0e58194: Verifying Checksum [2023-03-16T09:12:33.741Z] ab5ef0e58194: Download complete [2023-03-16T09:12:34.000Z] 2de7ff778b66: Verifying Checksum [2023-03-16T09:12:34.000Z] 2de7ff778b66: Download complete [2023-03-16T09:12:36.527Z] ab5ef0e58194: Pull complete [2023-03-16T09:12:36.527Z] 9712f1f96733: Pull complete [2023-03-16T09:12:37.092Z] 63f879dbbcfc: Pull complete [2023-03-16T09:12:40.368Z] 0d9ebad4ef96: Pull complete [2023-03-16T09:12:40.368Z] e9a5061849ea: Pull complete [2023-03-16T09:12:40.368Z] d747dcd14b5f: Pull complete [2023-03-16T09:12:41.302Z] 2de7ff778b66: Pull complete [2023-03-16T09:12:41.302Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-16T09:12:41.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T09:12:41.302Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:12:41.385Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:12:41.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-16T09:12:49.244Z] $ docker top b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-16T09:12:49.321Z] provisioning config files... [2023-03-16T09:12:49.328Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config17996022688210865196tmp [2023-03-16T09:12:49.338Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config17878268021469996698tmp [2023-03-16T09:12:49.348Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10817156448177424166tmp [Pipeline] { [Pipeline] echo [2023-03-16T09:12:49.362Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:12:49.641Z] ---> sigul-configuration.sh [2023-03-16T09:12:49.641Z] gpg: directory `/root/.gnupg' created [2023-03-16T09:12:49.641Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-16T09:12:49.641Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-16T09:12:49.641Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-16T09:12:49.641Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-16T09:12:49.641Z] gpg: CAST5 encrypted data [2023-03-16T09:12:49.641Z] gpg: encrypted with 1 passphrase [2023-03-16T09:12:49.641Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-16T09:12:49.924Z] + mkdir /home/jenkins [2023-03-16T09:12:49.924Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-16T09:12:50.204Z] + 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 [2023-03-16T09:12:50.211Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:12:50.493Z] ---> sigul-install.sh [2023-03-16T09:12:50.493Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-16T09:12:50.781Z] + git tag --list [2023-03-16T09:12:50.781Z] v1.0.0 [2023-03-16T09:12:50.781Z] v2.1.0 [2023-03-16T09:12:50.781Z] v2.1.1 [2023-03-16T09:12:50.781Z] v2.1.1-dev.1 [2023-03-16T09:12:50.781Z] v2.2.0 [2023-03-16T09:12:50.781Z] v2.2.1-dev.1 [2023-03-16T09:12:50.781Z] v2.2.1-dev.2 [2023-03-16T09:12:50.781Z] v2.2.1-dev.3 [2023-03-16T09:12:50.781Z] v2.2.1-dev.4 [2023-03-16T09:12:50.781Z] v2.3.0 [2023-03-16T09:12:50.781Z] v2.3.0-dev.10 [2023-03-16T09:12:50.781Z] v2.3.0-dev.11 [2023-03-16T09:12:50.781Z] v2.3.0-dev.12 [2023-03-16T09:12:50.781Z] v2.3.0-dev.13 [2023-03-16T09:12:50.781Z] v2.3.0-dev.14 [2023-03-16T09:12:50.781Z] v2.3.0-dev.15 [2023-03-16T09:12:50.781Z] v2.3.0-dev.16 [2023-03-16T09:12:50.781Z] v2.3.0-dev.17 [2023-03-16T09:12:50.781Z] v2.3.0-dev.18 [2023-03-16T09:12:50.781Z] v2.3.0-dev.19 [2023-03-16T09:12:50.781Z] v2.3.0-dev.20 [2023-03-16T09:12:50.781Z] v2.3.0-dev.4 [2023-03-16T09:12:50.781Z] v2.3.0-dev.5 [2023-03-16T09:12:50.781Z] v2.3.0-dev.6 [2023-03-16T09:12:50.781Z] v2.3.0-dev.7 [2023-03-16T09:12:50.781Z] v2.3.0-dev.8 [2023-03-16T09:12:50.781Z] v2.3.0-dev.9 [2023-03-16T09:12:50.781Z] v3.0.0-dev.1 [2023-03-16T09:12:50.781Z] v3.0.0-dev.10 [2023-03-16T09:12:50.781Z] v3.0.0-dev.11 [2023-03-16T09:12:50.781Z] v3.0.0-dev.12 [2023-03-16T09:12:50.781Z] v3.0.0-dev.2 [2023-03-16T09:12:50.781Z] v3.0.0-dev.3 [2023-03-16T09:12:50.781Z] v3.0.0-dev.4 [2023-03-16T09:12:50.781Z] v3.0.0-dev.5 [2023-03-16T09:12:50.781Z] v3.0.0-dev.6 [2023-03-16T09:12:50.781Z] v3.0.0-dev.7 [2023-03-16T09:12:50.781Z] v3.0.0-dev.8 [2023-03-16T09:12:50.781Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-16T09:12:51.062Z] + lftools sign git-tag v3.0.0-dev.12 [2023-03-16T09:12:51.629Z] Signing Git tag with Sigul... [2023-03-16T09:12:51.629Z] Signing v3.0.0-dev.12 [Pipeline] echo [2023-03-16T09:12:51.895Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:12:52.178Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-16T09:12:52.185Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-16T09:12:52.195Z] $ docker stop --time=1 b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 [2023-03-16T09:12:53.488Z] $ docker rm -f --volumes b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-16T09:12:53.886Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T09:12:53.886Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:54.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T09:12:54.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:12:54.252Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:12:54.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T09:12:54.582Z] $ docker top 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 -eo pid,comm [2023-03-16T09:12:54.630Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-16T09:12:54.630Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T09:12:54.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T09:12:54.668Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T09:12:54.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T09:12:54.754Z] $ docker exec 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 ssh-agent [2023-03-16T09:12:54.855Z] SSH_AUTH_SOCK=/tmp/ssh-AZRL6O759Hb2/agent.34 [2023-03-16T09:12:54.855Z] SSH_AGENT_PID=40 [2023-03-16T09:12:54.860Z] Running ssh-add (command line suppressed) [2023-03-16T09:12:54.939Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11348885675696776626.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11348885675696776626.key) [2023-03-16T09:12:54.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T09:12:55.243Z] + git semver bump pre [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [bump_version] DEBUG bumping version:3.0.0-dev.12 on axis:pre with prefix:dev [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [bump_version] DEBUG bumped version:3.0.0-dev.13 [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [write_version] DEBUG write version:3.0.0-dev.13 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,401 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,404 [execute] INFO git cat-file --batch-check [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,404 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,409 [execute] INFO git cat-file --batch [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T09:12:55.502Z] 2023-03-16 09:12:55,413 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:12:55.502Z] 3.0.0-dev.13 [Pipeline] } [2023-03-16T09:12:55.504Z] $ docker exec --env ******** --env ******** 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 ssh-agent -k [2023-03-16T09:12:55.594Z] unset SSH_AUTH_SOCK; [2023-03-16T09:12:55.594Z] unset SSH_AGENT_PID; [2023-03-16T09:12:55.594Z] echo Agent pid 40 killed; [2023-03-16T09:12:55.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T09:12:55.918Z] + git semver [Pipeline] } [2023-03-16T09:12:56.180Z] $ docker stop --time=1 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 [2023-03-16T09:12:57.442Z] $ docker rm -f --volumes 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T09:12:57.788Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T09:12:57.788Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:12:58.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T09:12:58.085Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:12:58.151Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:12:58.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T09:12:58.469Z] $ docker top 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 -eo pid,comm [2023-03-16T09:12:58.516Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-16T09:12:58.516Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T09:12:58.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T09:12:58.554Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T09:12:58.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T09:12:58.660Z] $ docker exec 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 ssh-agent [2023-03-16T09:12:58.781Z] SSH_AUTH_SOCK=/tmp/ssh-JVuOnWvdKQQV/agent.33 [2023-03-16T09:12:58.781Z] SSH_AGENT_PID=39 [2023-03-16T09:12:58.803Z] Running ssh-add (command line suppressed) [2023-03-16T09:12:58.889Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6341554190778884276.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6341554190778884276.key) [2023-03-16T09:12:58.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T09:12:59.236Z] + git semver push [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,400 [run_push] DEBUG push [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,400 [execute] INFO git cat-file --batch-check [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,404 [execute] INFO git rev-list 2a8789569a51bb035f9b1459b0208ad1482051bf -- [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,404 [execute] DEBUG Popen(['git', 'rev-list', '2a8789569a51bb035f9b1459b0208ad1482051bf', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,410 [execute] INFO git fetch -v origin [2023-03-16T09:12:59.505Z] 2023-03-16 09:12:59,410 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-16T09:13:00.071Z] 2023-03-16 09:12:59,888 [run_push] DEBUG no remote changes detected [2023-03-16T09:13:00.071Z] 2023-03-16 09:12:59,889 [execute] INFO git push origin semver [2023-03-16T09:13:00.071Z] 2023-03-16 09:12:59,889 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-16T09:13:01.005Z] 2023-03-16 09:13:00,806 [run_push] DEBUG push all version tags [2023-03-16T09:13:01.005Z] 2023-03-16 09:13:00,806 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-16T09:13:01.005Z] 2023-03-16 09:13:00,807 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-03-16T09:13:01.940Z] 2023-03-16 09:13:01,608 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-03-16T09:13:01.940Z] 3.0.0-dev.13 [Pipeline] } [2023-03-16T09:13:01.939Z] $ docker exec --env ******** --env ******** 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 ssh-agent -k [2023-03-16T09:13:02.036Z] unset SSH_AUTH_SOCK; [2023-03-16T09:13:02.036Z] unset SSH_AGENT_PID; [2023-03-16T09:13:02.036Z] echo Agent pid 39 killed; [2023-03-16T09:13:02.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T09:13:02.350Z] + git semver [Pipeline] } [2023-03-16T09:13:02.611Z] $ docker stop --time=1 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 [2023-03-16T09:13:03.864Z] $ docker rm -f --volumes 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 [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 [2023-03-16T09:13:04.417Z] + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] [2023-03-16T09:13:04.417Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-03-16T09:13:04.417Z] total 16 [2023-03-16T09:13:04.417Z] drwxr-xr-x 3 root root 4096 Mar 16 08:58 . [2023-03-16T09:13:04.417Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 09:12 .. [2023-03-16T09:13:04.417Z] drwxr-xr-x 2 root root 4096 Mar 16 08:58 cost [2023-03-16T09:13:04.417Z] -rw-r--r-- 1 root root 82 Mar 16 08:58 cost.csv [2023-03-16T09:13:04.417Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives [2023-03-16T09:13:04.417Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-03-16T09:13:04.417Z] total 16 [2023-03-16T09:13:04.417Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 08:58 . [2023-03-16T09:13:04.417Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 09:12 .. [2023-03-16T09:13:04.417Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 08:58 cost [2023-03-16T09:13:04.417Z] -rw-r--r-- 1 jenkins jenkins 82 Mar 16 08:58 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:04.708Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:05.560Z] ---> package-listing.sh [2023-03-16T09:13:05.560Z] ++ facter osfamily [2023-03-16T09:13:05.560Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-16T09:13:05.560Z] + OS_FAMILY=debian [2023-03-16T09:13:05.560Z] + workspace=/w/workspace/edgexfoundry_device-gpio_main [2023-03-16T09:13:05.560Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-16T09:13:05.560Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-16T09:13:05.560Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-16T09:13:05.560Z] + PACKAGES=/tmp/packages_start.txt [2023-03-16T09:13:05.560Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-03-16T09:13:05.560Z] + PACKAGES=/tmp/packages_end.txt [2023-03-16T09:13:05.560Z] + case "${OS_FAMILY}" in [2023-03-16T09:13:05.560Z] + dpkg -l [2023-03-16T09:13:05.560Z] + grep '^ii' [2023-03-16T09:13:05.818Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-16T09:13:05.818Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-16T09:13:05.818Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-16T09:13:05.818Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-03-16T09:13:05.818Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ [2023-03-16T09:13:05.818Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo [2023-03-16T09:13:05.828Z] 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/edgexfoundry_device-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-16T09:13:06.106Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T09:13:06.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T09:13:06.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T09:13:06.722Z] prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container [2023-03-16T09:13:06.740Z] $ 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/edgexfoundry_device-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-16T09:13:06.914Z] $ docker top 7e270e0bb5691796f8c7cb0e82064133d8de5d0c00fbab83e9e213220c30201e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T09:13:07.262Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-16T09:13:07.544Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-16T09:13:07.831Z] + ls /var/log/sa-host [2023-03-16T09:13:07.831Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T09:13:07.970Z] provisioning config files... [2023-03-16T09:13:07.977Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16197731880441097351tmp [Pipeline] { [Pipeline] echo [2023-03-16T09:13:07.988Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:08.270Z] ---> create-netrc.sh [Pipeline] } [2023-03-16T09:13:08.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:08.612Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-16T09:13:08.620Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:08.903Z] ---> sudo-logs.sh [2023-03-16T09:13:08.903Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-16T09:13:08.920Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:09.196Z] ---> job-cost.sh [2023-03-16T09:13:09.196Z] lf-activate-venv: SKIPPING [2023-03-16T09:13:09.196Z] DEBUG: total: 0.2199999988079071 [2023-03-16T09:13:09.196Z] INFO: Retrieving Stack Cost... [2023-03-16T09:13:09.765Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-16T09:13:10.025Z] INFO: Archiving Costs [Pipeline] echo [2023-03-16T09:13:10.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T09:13:10.313Z] ---> logs-deploy.sh [2023-03-16T09:13:10.313Z] lf-activate-venv: SKIPPING [2023-03-16T09:13:10.313Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/65 [2023-03-16T09:13:10.313Z] INFO: archiving workspace using pattern(s): [2023-03-16T09:13:11.246Z] Archives upload complete. [2023-03-16T09:13:11.504Z] INFO: archiving logs to Nexus [2023-03-16T09:13:12.072Z] ---> uname -a: [2023-03-16T09:13:12.072Z] Linux prd-ubuntu20-04-docker-8c-8g-2385 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-16T09:13:12.072Z] [2023-03-16T09:13:12.072Z] [2023-03-16T09:13:12.072Z] ---> lscpu: [2023-03-16T09:13:12.072Z] Architecture: x86_64 [2023-03-16T09:13:12.072Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-16T09:13:12.072Z] Byte Order: Little Endian [2023-03-16T09:13:12.072Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-16T09:13:12.072Z] CPU(s): 8 [2023-03-16T09:13:12.072Z] On-line CPU(s) list: 0-7 [2023-03-16T09:13:12.072Z] Thread(s) per core: 1 [2023-03-16T09:13:12.072Z] Core(s) per socket: 1 [2023-03-16T09:13:12.072Z] Socket(s): 8 [2023-03-16T09:13:12.072Z] NUMA node(s): 1 [2023-03-16T09:13:12.072Z] Vendor ID: AuthenticAMD [2023-03-16T09:13:12.072Z] CPU family: 23 [2023-03-16T09:13:12.072Z] Model: 49 [2023-03-16T09:13:12.072Z] Model name: AMD EPYC-Rome Processor [2023-03-16T09:13:12.072Z] Stepping: 0 [2023-03-16T09:13:12.072Z] CPU MHz: 2799.998 [2023-03-16T09:13:12.072Z] BogoMIPS: 5599.99 [2023-03-16T09:13:12.072Z] Virtualization: AMD-V [2023-03-16T09:13:12.072Z] Hypervisor vendor: KVM [2023-03-16T09:13:12.072Z] Virtualization type: full [2023-03-16T09:13:12.072Z] L1d cache: 256 KiB [2023-03-16T09:13:12.072Z] L1i cache: 256 KiB [2023-03-16T09:13:12.072Z] L2 cache: 4 MiB [2023-03-16T09:13:12.072Z] L3 cache: 128 MiB [2023-03-16T09:13:12.072Z] NUMA node0 CPU(s): 0-7 [2023-03-16T09:13:12.072Z] Vulnerability Itlb multihit: Not affected [2023-03-16T09:13:12.072Z] Vulnerability L1tf: Not affected [2023-03-16T09:13:12.072Z] Vulnerability Mds: Not affected [2023-03-16T09:13:12.072Z] Vulnerability Meltdown: Not affected [2023-03-16T09:13:12.072Z] Vulnerability Mmio stale data: Not affected [2023-03-16T09:13:12.072Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-16T09:13:12.072Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-16T09:13:12.072Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-16T09:13:12.072Z] Vulnerability Srbds: Not affected [2023-03-16T09:13:12.072Z] Vulnerability Tsx async abort: Not affected [2023-03-16T09:13:12.072Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-16T09:13:12.072Z] [2023-03-16T09:13:12.072Z]