Pull request #351 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 43be9692fd6bfa3b5ac1916795cf21d55e3d2250+57092b109f518c5f0cd5519335339fd2729553dc (b2c9c638d2dd673d22ecacbbf5e3cbe8d29414c8) 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-ssh7455978932452438554.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh14777819262734254589.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8817156375795935748.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14708485040805637379.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7119373554089897094.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-351/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-351/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3128402945836536719.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-modbus DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true 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-1759 in /w/workspace/xfoundry_device-modbus-go_PR-351 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-351 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 Merging remotes/origin/jakarta commit 57092b109f518c5f0cd5519335339fd2729553dc into PR head commit 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 Merge succeeded, producing 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 Checking out Revision 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 (PR-351) > git config core.sparsecheckout # timeout=10 > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 57092b109f518c5f0cd5519335339fd2729553dc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 Commit message: "refactor(snap): remove redundant content indentifier" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-08T15:54:17.994Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-08T15:54:18.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-08T15:54:18.284Z] ========================================================= [2022-06-08T15:54:18.284Z] EdgeX Global Pipelines Version Info [2022-06-08T15:54:18.284Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-08T15:54:19.064Z] ------------------- [2022-06-08T15:54:19.064Z] stable info: [2022-06-08T15:54:19.064Z] ------------------- [2022-06-08T15:54:19.064Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-08T15:54:19.064Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-08T15:54:19.064Z] Message: update stable to v1.0.234 [2022-06-08T15:54:19.633Z] ------------------- [2022-06-08T15:54:19.633Z] experimental info: [2022-06-08T15:54:19.633Z] ------------------- [2022-06-08T15:54:19.633Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-08T15:54:19.633Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-08T15:54:19.633Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-08T15:54:19.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2022-06-08T15:54:19.973Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2022-06-08T15:54:20.015Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-08T15:54:20.053Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-08T15:54:20.092Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-08T15:54:20.149Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-08T15:54:20.190Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-08T15:54:20.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-08T15:54:20.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-08T15:54:20.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-08T15:54:20.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-08T15:54:20.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2022-06-08T15:54:20.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-08T15:54:20.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-08T15:54:20.513Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-08T15:54:20.552Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-08T15:54:20.593Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-08T15:54:20.630Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-08T15:54:20.673Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-08T15:54:20.712Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-06-08T15:54:20.750Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-08T15:54:20.796Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-08T15:54:20.837Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-08T15:54:20.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-08T15:54:20.913Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-08T15:54:20.954Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-08T15:54:20.994Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-08T15:54:21.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-351 [Pipeline] echo [2022-06-08T15:54:21.077Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-351 [Pipeline] echo [2022-06-08T15:54:21.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-351 [Pipeline] echo [2022-06-08T15:54:21.165Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [Pipeline] echo [2022-06-08T15:54:21.212Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43be969 [Pipeline] echo [2022-06-08T15:54:21.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-08T15:54:21.378Z] provisioning config files... [2022-06-08T15:54:21.457Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/config6524916012109440700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T15:54:21.802Z] ---> docker-login.sh [2022-06-08T15:54:21.802Z] nexus3.edgexfoundry.org:10001 [2022-06-08T15:54:22.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:22.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:22.063Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:22.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:22.063Z] [2022-06-08T15:54:22.063Z] Login Succeeded [2022-06-08T15:54:22.063Z] nexus3.edgexfoundry.org:10002 [2022-06-08T15:54:22.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:22.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:22.327Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:22.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:22.327Z] [2022-06-08T15:54:22.327Z] Login Succeeded [2022-06-08T15:54:22.327Z] nexus3.edgexfoundry.org:10003 [2022-06-08T15:54:22.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:22.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:22.327Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:22.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:22.327Z] [2022-06-08T15:54:22.327Z] Login Succeeded [2022-06-08T15:54:22.327Z] nexus3.edgexfoundry.org:10004 [2022-06-08T15:54:22.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:22.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:22.590Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:22.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:22.590Z] [2022-06-08T15:54:22.590Z] Login Succeeded [2022-06-08T15:54:22.590Z] docker.io [2022-06-08T15:54:22.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:22.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:22.850Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:22.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:22.850Z] [2022-06-08T15:54:22.850Z] Login Succeeded [2022-06-08T15:54:22.850Z] ---> docker-login.sh ends [Pipeline] } [2022-06-08T15:54:22.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-08T15:54:23.486Z] + git rev-list -1 --merges 43be9692fd6bfa3b5ac1916795cf21d55e3d2250~1..43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [Pipeline] echo [2022-06-08T15:54:23.536Z] -----------> git rev-list -1 --merges 43be9692fd6bfa3b5ac1916795cf21d55e3d2250~1..43be9692fd6bfa3b5ac1916795cf21d55e3d2250 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [false] [Pipeline] sh [2022-06-08T15:54:23.847Z] + git log --format=format:%s -1 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [Pipeline] echo [2022-06-08T15:54:23.881Z] ========================================================= [2022-06-08T15:54:23.881Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-08T15:54:23.881Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-08T15:54:24.310Z] + git log --format=format:%s -1 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [Pipeline] echo [2022-06-08T15:54:24.338Z] [semverPrep] GIT_COMMIT: 43be9692fd6bfa3b5ac1916795cf21d55e3d2250, Commit Message: refactor(snap): remove redundant content indentifier [Pipeline] echo [2022-06-08T15:54:24.363Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-08T15:54:24.733Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-08T15:54:24.733Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-08T15:54:24.733Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-08T15:54:24.733Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-08T15:54:24.733Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-08T15:54:24.733Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-08T15:54:24.733Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:54:25.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-08T15:54:25.177Z] [2022-06-08T15:54:25.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:54:25.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-08T15:54:25.556Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-08T15:54:25.556Z] 42c077c10790: Pulling fs layer [2022-06-08T15:54:25.556Z] f63e77b7563a: Pulling fs layer [2022-06-08T15:54:25.556Z] bd5fdadae976: Pulling fs layer [2022-06-08T15:54:25.556Z] 205491f53016: Pulling fs layer [2022-06-08T15:54:25.556Z] df18705c85c3: Pulling fs layer [2022-06-08T15:54:25.556Z] bdb3f477010e: Pulling fs layer [2022-06-08T15:54:25.556Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-08T15:54:25.556Z] 2c6e9b1d212d: Pulling fs layer [2022-06-08T15:54:25.556Z] bdb8f0575790: Pulling fs layer [2022-06-08T15:54:25.556Z] 386e3cb2ff24: Pulling fs layer [2022-06-08T15:54:25.556Z] 2343380bae48: Pulling fs layer [2022-06-08T15:54:25.556Z] 205491f53016: Waiting [2022-06-08T15:54:25.556Z] df18705c85c3: Waiting [2022-06-08T15:54:25.556Z] c8a8fc8e1c8f: Waiting [2022-06-08T15:54:25.556Z] bdb3f477010e: Waiting [2022-06-08T15:54:25.556Z] 2c6e9b1d212d: Waiting [2022-06-08T15:54:25.556Z] 386e3cb2ff24: Waiting [2022-06-08T15:54:25.556Z] bdb8f0575790: Waiting [2022-06-08T15:54:25.556Z] 2343380bae48: Waiting [2022-06-08T15:54:25.556Z] f63e77b7563a: Verifying Checksum [2022-06-08T15:54:25.556Z] f63e77b7563a: Download complete [2022-06-08T15:54:25.556Z] 205491f53016: Download complete [2022-06-08T15:54:25.816Z] df18705c85c3: Verifying Checksum [2022-06-08T15:54:25.816Z] df18705c85c3: Download complete [2022-06-08T15:54:25.816Z] bd5fdadae976: Verifying Checksum [2022-06-08T15:54:25.816Z] bd5fdadae976: Download complete [2022-06-08T15:54:25.816Z] bdb3f477010e: Verifying Checksum [2022-06-08T15:54:25.816Z] bdb3f477010e: Download complete [2022-06-08T15:54:25.816Z] 2c6e9b1d212d: Download complete [2022-06-08T15:54:25.816Z] bdb8f0575790: Verifying Checksum [2022-06-08T15:54:25.816Z] bdb8f0575790: Download complete [2022-06-08T15:54:25.816Z] 386e3cb2ff24: Verifying Checksum [2022-06-08T15:54:25.816Z] 386e3cb2ff24: Download complete [2022-06-08T15:54:25.816Z] 2343380bae48: Verifying Checksum [2022-06-08T15:54:25.816Z] 2343380bae48: Download complete [2022-06-08T15:54:25.816Z] 42c077c10790: Verifying Checksum [2022-06-08T15:54:25.816Z] 42c077c10790: Download complete [2022-06-08T15:54:26.083Z] c8a8fc8e1c8f: Download complete [2022-06-08T15:54:27.021Z] 42c077c10790: Pull complete [2022-06-08T15:54:27.281Z] f63e77b7563a: Pull complete [2022-06-08T15:54:27.541Z] bd5fdadae976: Pull complete [2022-06-08T15:54:27.800Z] 205491f53016: Pull complete [2022-06-08T15:54:28.060Z] df18705c85c3: Pull complete [2022-06-08T15:54:28.060Z] bdb3f477010e: Pull complete [2022-06-08T15:54:29.966Z] c8a8fc8e1c8f: Pull complete [2022-06-08T15:54:29.966Z] 2c6e9b1d212d: Pull complete [2022-06-08T15:54:29.966Z] bdb8f0575790: Pull complete [2022-06-08T15:54:29.966Z] 386e3cb2ff24: Pull complete [2022-06-08T15:54:30.228Z] 2343380bae48: Pull complete [2022-06-08T15:54:30.228Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-08T15:54:30.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-08T15:54:30.228Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T15:54:30.454Z] prd-ubuntu20.04-docker-8c-8g-1759 does not seem to be running inside a container [2022-06-08T15:54:30.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-351 -v /w/workspace/xfoundry_device-modbus-go_PR-351:/w/workspace/xfoundry_device-modbus-go_PR-351:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-351@tmp:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-08T15:54:31.896Z] $ docker top 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 -eo pid,comm [2022-06-08T15:54:31.959Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-08T15:54:31.959Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-08T15:54:32.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-08T15:54:32.083Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-08T15:54:32.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-08T15:54:32.210Z] $ docker exec 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 ssh-agent [2022-06-08T15:54:32.323Z] SSH_AUTH_SOCK=/tmp/ssh-hzthtxZv3LJH/agent.32 [2022-06-08T15:54:32.323Z] SSH_AGENT_PID=40 [2022-06-08T15:54:32.330Z] Running ssh-add (command line suppressed) [2022-06-08T15:54:32.454Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-351@tmp/private_key_3826099161100286793.key (/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/private_key_3826099161100286793.key) [2022-06-08T15:54:32.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-08T15:54:32.792Z] + git tag --points-at HEAD [Pipeline] } [2022-06-08T15:54:32.821Z] $ docker exec --env ******** --env ******** 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 ssh-agent -k [2022-06-08T15:54:32.934Z] unset SSH_AUTH_SOCK; [2022-06-08T15:54:32.934Z] unset SSH_AGENT_PID; [2022-06-08T15:54:32.935Z] echo Agent pid 40 killed; [2022-06-08T15:54:32.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-08T15:54:33.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-08T15:54:33.028Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-08T15:54:33.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-08T15:54:33.167Z] $ docker exec 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 ssh-agent [2022-06-08T15:54:33.291Z] SSH_AUTH_SOCK=/tmp/ssh-QskPHyzqPpnF/agent.72 [2022-06-08T15:54:33.291Z] SSH_AGENT_PID=78 [2022-06-08T15:54:33.296Z] Running ssh-add (command line suppressed) [2022-06-08T15:54:33.417Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-351@tmp/private_key_6411449429993666655.key (/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/private_key_6411449429993666655.key) [2022-06-08T15:54:33.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-08T15:54:33.752Z] + git semver init [2022-06-08T15:54:34.012Z] 2022-06-08 15:54:33,953 [run_init] DEBUG init version:0.0.0 force:False [2022-06-08T15:54:34.012Z] 2022-06-08 15:54:33,954 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-351/.semver [2022-06-08T15:54:34.012Z] 2022-06-08 15:54:33,955 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-351/.semver [2022-06-08T15:54:34.012Z] 2022-06-08 15:54:33,955 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-351/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-351, universal_newlines=False, shell=None, istream=None) [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,636 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-351/.git/info/exclude [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,636 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-351/.semver/PR-351 with force:False [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,636 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-351/.semver/PR-351 [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,639 [execute] INFO git cat-file --batch-check [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,640 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) [2022-06-08T15:54:34.950Z] 2022-06-08 15:54:34,646 [execute] INFO git cat-file --batch [2022-06-08T15:54:34.951Z] 2022-06-08 15:54:34,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) [2022-06-08T15:54:34.951Z] 2022-06-08 15:54:34,652 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-351/.semver/PR-351 [2022-06-08T15:54:34.951Z] 0.0.0 [Pipeline] } [2022-06-08T15:54:34.982Z] $ docker exec --env ******** --env ******** 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 ssh-agent -k [2022-06-08T15:54:35.088Z] unset SSH_AUTH_SOCK; [2022-06-08T15:54:35.089Z] unset SSH_AGENT_PID; [2022-06-08T15:54:35.089Z] echo Agent pid 78 killed; [2022-06-08T15:54:35.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-08T15:54:35.532Z] + git semver [Pipeline] } [2022-06-08T15:54:35.816Z] $ docker stop --time=1 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 [2022-06-08T15:54:37.111Z] $ docker rm -f 93265346e6e3bbf5754dcb94be5672a2e47188cafc6ce71fd84ce17cd40f35b0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-08T15:54:37.524Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-08T15:54:37.847Z] Stashed 1 file(s) [Pipeline] echo [2022-06-08T15:54:37.864Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-08T15:54:38.461Z] provisioning config files... [2022-06-08T15:54:38.470Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/config1610137699583304284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T15:54:38.814Z] ---> docker-login.sh [2022-06-08T15:54:38.814Z] nexus3.edgexfoundry.org:10001 [2022-06-08T15:54:38.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:38.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:38.814Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:38.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:38.814Z] [2022-06-08T15:54:38.814Z] Login Succeeded [2022-06-08T15:54:38.814Z] nexus3.edgexfoundry.org:10002 [2022-06-08T15:54:38.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:39.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:39.076Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:39.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:39.076Z] [2022-06-08T15:54:39.076Z] Login Succeeded [2022-06-08T15:54:39.076Z] nexus3.edgexfoundry.org:10003 [2022-06-08T15:54:39.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:39.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:39.076Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:39.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:39.076Z] [2022-06-08T15:54:39.076Z] Login Succeeded [2022-06-08T15:54:39.076Z] nexus3.edgexfoundry.org:10004 [2022-06-08T15:54:39.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:39.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:39.337Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:39.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:39.337Z] [2022-06-08T15:54:39.337Z] Login Succeeded [2022-06-08T15:54:39.337Z] docker.io [2022-06-08T15:54:39.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:54:39.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:54:39.597Z] Configure a credential helper to remove this warning. See [2022-06-08T15:54:39.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:54:39.597Z] [2022-06-08T15:54:39.597Z] Login Succeeded [2022-06-08T15:54:39.597Z] ---> docker-login.sh ends [Pipeline] } [2022-06-08T15:54:39.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-08T15:54:39.821Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-06-08T15:54:40.139Z] + grep ^go [0-9].[0-9]* go.mod [2022-06-08T15:54:40.139Z] + cut -d -f 2 [Pipeline] echo [2022-06-08T15:54:40.180Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-08T15:54:40.215Z] ========================================================= [2022-06-08T15:54:40.215Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts] [2022-06-08T15:54:40.215Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:54:40.675Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-08T15:54:40.675Z] Sending build context to Docker daemon 17.2MB [2022-06-08T15:54:40.675Z] Step 1/9 : ARG BASE=golang:1.16-alpine3.14 [2022-06-08T15:54:40.675Z] Step 2/9 : FROM ${BASE} AS builder [2022-06-08T15:54:40.939Z] 1.16-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-08T15:54:40.939Z] a0d0a0d46f8b: Pulling fs layer [2022-06-08T15:54:40.939Z] 31adcdaf11c8: Pulling fs layer [2022-06-08T15:54:40.939Z] b8b176561691: Pulling fs layer [2022-06-08T15:54:40.939Z] 4527c011a84f: Pulling fs layer [2022-06-08T15:54:40.939Z] 5d74067f8e1e: Pulling fs layer [2022-06-08T15:54:40.939Z] fd57009d33ed: Pulling fs layer [2022-06-08T15:54:40.939Z] 6b058263d067: Pulling fs layer [2022-06-08T15:54:40.939Z] 16d7c86c65f4: Pulling fs layer [2022-06-08T15:54:40.939Z] 1290d154cb4b: Pulling fs layer [2022-06-08T15:54:40.939Z] 6b058263d067: Waiting [2022-06-08T15:54:40.939Z] 16d7c86c65f4: Waiting [2022-06-08T15:54:40.939Z] 1290d154cb4b: Waiting [2022-06-08T15:54:40.939Z] 5d74067f8e1e: Waiting [2022-06-08T15:54:40.939Z] fd57009d33ed: Waiting [2022-06-08T15:54:40.939Z] 4527c011a84f: Waiting [2022-06-08T15:54:40.939Z] b8b176561691: Verifying Checksum [2022-06-08T15:54:40.939Z] b8b176561691: Download complete [2022-06-08T15:54:40.939Z] 31adcdaf11c8: Download complete [2022-06-08T15:54:40.939Z] 5d74067f8e1e: Verifying Checksum [2022-06-08T15:54:40.939Z] 5d74067f8e1e: Download complete [2022-06-08T15:54:40.939Z] fd57009d33ed: Download complete [2022-06-08T15:54:40.939Z] 6b058263d067: Verifying Checksum [2022-06-08T15:54:40.939Z] 6b058263d067: Download complete [2022-06-08T15:54:40.939Z] a0d0a0d46f8b: Download complete [2022-06-08T15:54:41.204Z] 16d7c86c65f4: Verifying Checksum [2022-06-08T15:54:41.204Z] 16d7c86c65f4: Download complete [2022-06-08T15:54:41.204Z] a0d0a0d46f8b: Pull complete [2022-06-08T15:54:41.204Z] 31adcdaf11c8: Pull complete [2022-06-08T15:54:41.480Z] b8b176561691: Pull complete [2022-06-08T15:54:41.745Z] 4527c011a84f: Download complete [2022-06-08T15:54:41.745Z] 1290d154cb4b: Verifying Checksum [2022-06-08T15:54:41.745Z] 1290d154cb4b: Download complete [2022-06-08T15:54:45.042Z] 4527c011a84f: Pull complete [2022-06-08T15:54:45.042Z] 5d74067f8e1e: Pull complete [2022-06-08T15:54:45.042Z] fd57009d33ed: Pull complete [2022-06-08T15:54:45.307Z] 6b058263d067: Pull complete [2022-06-08T15:54:45.307Z] 16d7c86c65f4: Pull complete [2022-06-08T15:54:47.847Z] 1290d154cb4b: Pull complete [2022-06-08T15:54:47.847Z] Digest: sha256:35e6ac41c26efe3add569c2382a45e417c8e583193a5145d003e9829e558bdd0 [2022-06-08T15:54:47.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts [2022-06-08T15:54:47.847Z] ---> de6a6ee31cbe [2022-06-08T15:54:47.847Z] Step 3/9 : ARG MAKE='make build' [2022-06-08T15:54:48.789Z] ---> Running in e8c371dd0b30 [2022-06-08T15:54:49.051Z] Removing intermediate container e8c371dd0b30 [2022-06-08T15:54:49.051Z] ---> 4fa2a90f4879 [2022-06-08T15:54:49.051Z] Step 4/9 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T15:54:49.051Z] ---> Running in 55af56e73183 [2022-06-08T15:54:49.623Z] Removing intermediate container 55af56e73183 [2022-06-08T15:54:49.623Z] ---> d99707143ddd [2022-06-08T15:54:49.623Z] Step 5/9 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-06-08T15:54:49.623Z] ---> Running in 2719723cfe52 [2022-06-08T15:54:49.883Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-08T15:54:50.825Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-08T15:54:50.825Z] (1/8) Installing openssh-keygen (8.6_p1-r3) [2022-06-08T15:54:51.084Z] (2/8) Installing libedit (20210216.3.1-r0) [2022-06-08T15:54:51.084Z] (3/8) Installing openssh-client-common (8.6_p1-r3) [2022-06-08T15:54:51.084Z] (4/8) Installing openssh-client-default (8.6_p1-r3) [2022-06-08T15:54:51.344Z] (5/8) Installing openssh-sftp-server (8.6_p1-r3) [2022-06-08T15:54:51.344Z] (6/8) Installing openssh-server-common (8.6_p1-r3) [2022-06-08T15:54:51.344Z] (7/8) Installing openssh-server (8.6_p1-r3) [2022-06-08T15:54:51.605Z] (8/8) Installing openssh (8.6_p1-r3) [2022-06-08T15:54:51.605Z] Executing busybox-1.33.1-r3.trigger [2022-06-08T15:54:51.605Z] OK: 226 MiB in 60 packages [2022-06-08T15:54:52.174Z] Removing intermediate container 2719723cfe52 [2022-06-08T15:54:52.174Z] ---> 348d5c41d901 [2022-06-08T15:54:52.174Z] Step 6/9 : WORKDIR /device-modbus-go [2022-06-08T15:54:52.174Z] ---> Running in afd5cefe2139 [2022-06-08T15:54:52.174Z] Removing intermediate container afd5cefe2139 [2022-06-08T15:54:52.174Z] ---> f76177992814 [2022-06-08T15:54:52.174Z] Step 7/9 : COPY . . [2022-06-08T15:54:53.117Z] ---> ab20cc319f12 [2022-06-08T15:54:53.117Z] Step 8/9 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-08T15:54:53.117Z] ---> Running in ccb9755a720a [2022-06-08T15:54:53.286Z] Still waiting to schedule task [2022-06-08T15:54:53.287Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1757’ [2022-06-08T15:54:53.377Z] skipping... [2022-06-08T15:54:53.637Z] Removing intermediate container ccb9755a720a [2022-06-08T15:54:53.637Z] ---> c383887fd51e [2022-06-08T15:54:53.637Z] Step 9/9 : RUN ${MAKE} [2022-06-08T15:54:53.896Z] ---> Running in dc29f95959d1 [2022-06-08T15:54:54.158Z] noop [2022-06-08T15:54:54.731Z] Removing intermediate container dc29f95959d1 [2022-06-08T15:54:54.731Z] ---> e088e9c8bfc4 [2022-06-08T15:54:54.731Z] Successfully built e088e9c8bfc4 [2022-06-08T15:54:54.731Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:54:55.204Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-08T15:54:55.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T15:54:55.364Z] prd-ubuntu20.04-docker-8c-8g-1759 does not seem to be running inside a container [2022-06-08T15:54:55.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-351 -v /w/workspace/xfoundry_device-modbus-go_PR-351:/w/workspace/xfoundry_device-modbus-go_PR-351:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-351@tmp:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-08T15:54:55.767Z] $ docker top a293c6e12e853aaf7d03a6a735a6c7651487443965b333ca8fcd1deea691a7d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-08T15:54:56.159Z] + go version [2022-06-08T15:54:56.159Z] go version go1.16.8 linux/amd64 [Pipeline] } [2022-06-08T15:54:56.194Z] $ docker stop --time=1 a293c6e12e853aaf7d03a6a735a6c7651487443965b333ca8fcd1deea691a7d2 [2022-06-08T15:54:57.452Z] $ docker rm -f a293c6e12e853aaf7d03a6a735a6c7651487443965b333ca8fcd1deea691a7d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:54:58.185Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-08T15:54:58.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T15:54:58.343Z] prd-ubuntu20.04-docker-8c-8g-1759 does not seem to be running inside a container [2022-06-08T15:54:58.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-351 -v /w/workspace/xfoundry_device-modbus-go_PR-351:/w/workspace/xfoundry_device-modbus-go_PR-351:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-351@tmp:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-08T15:54:58.768Z] $ docker top ed29fbc332947402747236aeb2aa8d91c86ea1c0dc929328c7cd825024f94c80 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-08T15:54:59.302Z] + make test [2022-06-08T15:54:59.302Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-06-08T15:54:59.563Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2022-06-08T15:55:07.692Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2022-06-08T15:55:07.692Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.010s coverage: 46.6% of statements [2022-06-08T15:55:07.692Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-08T15:55:10.988Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-08T15:55:10.988Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-08T15:55:10.988Z] ./bin/test-attribution-txt.sh [2022-06-08T15:55:11.559Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.1.1 [2022-06-08T15:55:11.559Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-08T15:55:11.559Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-08T15:55:11.559Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-08T15:55:11.559Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-08T15:55:11.559Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-08T15:55:11.559Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-08T15:55:11.559Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-08T15:55:11.560Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-08T15:55:11.560Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-08T15:55:11.560Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-08T15:55:11.560Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-08T15:55:11.560Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-08T15:55:11.560Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/goburrow/modbus v0.1.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-08T15:55:11.560Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/goburrow/serial v0.1.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-08T15:55:11.560Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-08T15:55:11.560Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-08T15:55:11.560Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-08T15:55:11.560Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-08T15:55:11.560Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-08T15:55:11.560Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-08T15:55:11.560Z] go: downloading golang.org/x/text v0.3.6 [2022-06-08T15:55:11.560Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-08T15:55:11.819Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-08T15:55:11.819Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-08T15:55:11.819Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-08T15:55:11.819Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-08T15:55:11.819Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-08T15:55:11.819Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-08T15:55:11.819Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-08T15:55:12.079Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-08T15:55:12.079Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-08T15:55:12.079Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-08T15:55:12.079Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-08T15:55:12.079Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-08T15:55:12.079Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-06-08T15:55:13.046Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-08T15:55:13.409Z] + go mod tidy [2022-06-08T15:55:13.410Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-08T15:55:13.410Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-08T15:55:13.410Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-08T15:55:13.410Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-08T15:55:13.410Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-08T15:55:13.410Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-08T15:55:13.410Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-08T15:55:13.670Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-08T15:55:13.670Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-08T15:55:13.670Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-08T15:55:13.670Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-08T15:55:13.670Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/kr/text v0.2.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-08T15:55:13.670Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-08T15:55:13.670Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-08T15:55:13.670Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-08T15:55:13.670Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-08T15:55:13.670Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-08T15:55:13.670Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-08T15:55:13.959Z] $ docker stop --time=1 ed29fbc332947402747236aeb2aa8d91c86ea1c0dc929328c7cd825024f94c80 [2022-06-08T15:55:15.978Z] $ docker rm -f ed29fbc332947402747236aeb2aa8d91c86ea1c0dc929328c7cd825024f94c80 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-08T15:55:16.590Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-08T15:55:16.680Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-08T15:55:17.456Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-08T15:55:17.768Z] + ls -al . [2022-06-08T15:55:17.768Z] total 192 [2022-06-08T15:55:17.768Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 8 15:55 . [2022-06-08T15:55:17.768Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 15:54 .. [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 8 15:54 .dockerignore [2022-06-08T15:55:17.768Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 15:54 .git [2022-06-08T15:55:17.768Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:54 .github [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 323 Jun 8 15:54 .gitignore [2022-06-08T15:55:17.768Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 8 15:54 .semver [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 8010 Jun 8 15:54 Attribution.txt [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 6297 Jun 8 15:54 CHANGELOG.md [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 1523 Jun 8 15:54 Dockerfile [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 8 15:54 GOVERNANCE.md [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 679 Jun 8 15:54 Jenkinsfile [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 8 15:54 LICENSE [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 1009 Jun 8 15:54 Makefile [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 622 Jun 8 15:54 OWNERS.md [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 3488 Jun 8 15:54 README.md [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 15:54 VERSION [2022-06-08T15:55:17.768Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:54 bin [2022-06-08T15:55:17.768Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 15:54 cmd [2022-06-08T15:55:17.768Z] -rw-r--r-- 1 jenkins jenkins 23727 Jun 8 15:55 coverage.out [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 294 Jun 8 15:55 go.mod [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 49487 Jun 8 15:54 go.sum [2022-06-08T15:55:17.768Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 15:54 internal [2022-06-08T15:55:17.768Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:54 simulator [2022-06-08T15:55:17.768Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 15:54 snap [2022-06-08T15:55:17.768Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 8 15:54 vendor [2022-06-08T15:55:17.768Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 8 15:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:55:18.154Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=43be9692fd6bfa3b5ac1916795cf21d55e3d2250 --label arch=amd64 --label version=0.0.0 . [2022-06-08T15:55:18.154Z] Sending build context to Docker daemon 17.22MB [2022-06-08T15:55:18.154Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2022-06-08T15:55:18.154Z] Step 2/22 : FROM ${BASE} AS builder [2022-06-08T15:55:18.154Z] ---> e088e9c8bfc4 [2022-06-08T15:55:18.154Z] Step 3/22 : ARG MAKE='make build' [2022-06-08T15:55:18.736Z] ---> Running in 472288163c64 [2022-06-08T15:55:18.736Z] Removing intermediate container 472288163c64 [2022-06-08T15:55:18.736Z] ---> db05119271e4 [2022-06-08T15:55:18.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T15:55:18.997Z] ---> Running in 4fcb684b1d61 [2022-06-08T15:55:19.566Z] Removing intermediate container 4fcb684b1d61 [2022-06-08T15:55:19.566Z] ---> 96cb6f06ca30 [2022-06-08T15:55:19.566Z] Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-06-08T15:55:19.566Z] ---> Running in ae89c69a6917 [2022-06-08T15:55:19.825Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-08T15:55:20.763Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-08T15:55:21.023Z] OK: 226 MiB in 60 packages [2022-06-08T15:55:21.284Z] Removing intermediate container ae89c69a6917 [2022-06-08T15:55:21.284Z] ---> 14fed6e32123 [2022-06-08T15:55:21.284Z] Step 6/22 : WORKDIR /device-modbus-go [2022-06-08T15:55:21.284Z] ---> Running in c713fc793cec [2022-06-08T15:55:21.284Z] Removing intermediate container c713fc793cec [2022-06-08T15:55:21.284Z] ---> 0340b984c764 [2022-06-08T15:55:21.284Z] Step 7/22 : COPY . . [2022-06-08T15:55:22.221Z] ---> c61b9b9a998a [2022-06-08T15:55:22.221Z] Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-08T15:55:22.221Z] ---> Running in 64c509d85cab [2022-06-08T15:55:22.483Z] skipping... [2022-06-08T15:55:22.746Z] Removing intermediate container 64c509d85cab [2022-06-08T15:55:22.746Z] ---> 7ed84aa3dfb3 [2022-06-08T15:55:22.746Z] Step 9/22 : RUN ${MAKE} [2022-06-08T15:55:23.009Z] ---> Running in f04075ef8f68 [2022-06-08T15:55:23.270Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2022-06-08T15:55:31.394Z] Removing intermediate container f04075ef8f68 [2022-06-08T15:55:31.394Z] ---> 6ef88891a3f6 [2022-06-08T15:55:31.394Z] Step 10/22 : FROM alpine:3.14 [2022-06-08T15:55:31.394Z] 3.14: Pulling from library/alpine [2022-06-08T15:55:31.394Z] 8663204ce13b: Pulling fs layer [2022-06-08T15:55:31.394Z] 8663204ce13b: Verifying Checksum [2022-06-08T15:55:31.394Z] 8663204ce13b: Download complete [2022-06-08T15:55:31.394Z] 8663204ce13b: Pull complete [2022-06-08T15:55:31.394Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-08T15:55:31.395Z] Status: Downloaded newer image for alpine:3.14 [2022-06-08T15:55:31.395Z] ---> e04c818066af [2022-06-08T15:55:31.395Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2022-06-08T15:55:31.395Z] ---> Running in 4d34bc9c636e [2022-06-08T15:55:31.395Z] Removing intermediate container 4d34bc9c636e [2022-06-08T15:55:31.395Z] ---> 9d7f375c3463 [2022-06-08T15:55:31.395Z] Step 12/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T15:55:31.395Z] ---> Running in 6b89f863e67e [2022-06-08T15:55:31.962Z] Removing intermediate container 6b89f863e67e [2022-06-08T15:55:31.962Z] ---> 62db0c327b0b [2022-06-08T15:55:31.962Z] Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-08T15:55:31.962Z] ---> Running in 782cf10eba7d [2022-06-08T15:55:32.223Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-08T15:55:33.166Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-08T15:55:33.429Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-08T15:55:33.429Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-08T15:55:33.429Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-08T15:55:33.694Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-08T15:55:33.694Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-08T15:55:33.961Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-08T15:55:33.961Z] Executing busybox-1.33.1-r7.trigger [2022-06-08T15:55:33.961Z] OK: 8 MiB in 20 packages [2022-06-08T15:55:34.223Z] Removing intermediate container 782cf10eba7d [2022-06-08T15:55:34.223Z] ---> 7411be1f273e [2022-06-08T15:55:34.223Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2022-06-08T15:55:34.796Z] ---> 37e509b25ae8 [2022-06-08T15:55:34.796Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2022-06-08T15:55:34.796Z] ---> ffb8840a08d9 [2022-06-08T15:55:34.797Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2022-06-08T15:55:35.065Z] ---> 1af4f40ce30f [2022-06-08T15:55:35.065Z] Step 17/22 : EXPOSE 59901 [2022-06-08T15:55:35.065Z] ---> Running in f4ef3bd78d23 [2022-06-08T15:55:35.065Z] Removing intermediate container f4ef3bd78d23 [2022-06-08T15:55:35.065Z] ---> ef2a61d7e2eb [2022-06-08T15:55:35.065Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2022-06-08T15:55:35.324Z] ---> Running in 9b30821904df [2022-06-08T15:55:35.324Z] Removing intermediate container 9b30821904df [2022-06-08T15:55:35.324Z] ---> 105fd380eab5 [2022-06-08T15:55:35.324Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-08T15:55:35.324Z] ---> Running in ed511ade8b1b [2022-06-08T15:55:35.324Z] Removing intermediate container ed511ade8b1b [2022-06-08T15:55:35.324Z] ---> 87009bfaaf2d [2022-06-08T15:55:35.324Z] Step 20/22 : LABEL arch=amd64 [2022-06-08T15:55:35.582Z] ---> Running in a1cccdf7c674 [2022-06-08T15:55:35.582Z] Removing intermediate container a1cccdf7c674 [2022-06-08T15:55:35.582Z] ---> e09c503fab9b [2022-06-08T15:55:35.582Z] Step 21/22 : LABEL git_sha=43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T15:55:35.582Z] ---> Running in 0301b662cbfa [2022-06-08T15:55:35.582Z] Removing intermediate container 0301b662cbfa [2022-06-08T15:55:35.582Z] ---> 383cbfa7a2b5 [2022-06-08T15:55:35.582Z] Step 22/22 : LABEL version=0.0.0 [2022-06-08T15:55:35.844Z] ---> Running in 126a32dfcaed [2022-06-08T15:55:35.844Z] Removing intermediate container 126a32dfcaed [2022-06-08T15:55:35.844Z] ---> 5cbce8e979bc [2022-06-08T15:55:35.844Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-08T15:55:35.844Z] Successfully built 5cbce8e979bc [2022-06-08T15:55:35.844Z] Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-06-08T15:55:51.306Z] Still waiting to schedule task [2022-06-08T15:55:51.307Z] ‘prd-ubuntu18.04-docker-8c-8g-1758’ is offline [2022-06-08T15:56:34.392Z] Running on prd-ubuntu18.04-docker-8c-8g-1761 in /w/workspace/xfoundry_device-modbus-go_PR-351 [Pipeline] { [Pipeline] ws [2022-06-08T15:56:34.433Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2022-06-08T15:56:34.499Z] Selected Git installation does not exist. Using Default [2022-06-08T15:56:34.499Z] The recommended git tool is: NONE [2022-06-08T15:56:36.258Z] using credential edgex-jenkins-ssh [2022-06-08T15:56:36.269Z] Cloning the remote Git repository [2022-06-08T15:56:36.323Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:36.358Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2022-06-08T15:56:36.389Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:36.389Z] > git --version # timeout=10 [2022-06-08T15:56:36.406Z] > git --version # 'git version 2.17.1' [2022-06-08T15:56:36.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:36.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-08T15:56:37.522Z] Merging remotes/origin/jakarta commit 57092b109f518c5f0cd5519335339fd2729553dc into PR head commit 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T15:56:37.680Z] Merge succeeded, producing 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T15:56:37.681Z] Checking out Revision 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 (PR-351) [2022-06-08T15:56:37.060Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2022-06-08T15:56:37.068Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-08T15:56:37.077Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2022-06-08T15:56:37.089Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:37.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:37.093Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-08T15:56:37.563Z] > git config core.sparsecheckout # timeout=10 [2022-06-08T15:56:37.569Z] > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 [2022-06-08T15:56:37.676Z] > git remote # timeout=10 [2022-06-08T15:56:37.687Z] > git config --get remote.origin.url # timeout=10 [2022-06-08T15:56:37.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:37.698Z] > git merge 57092b109f518c5f0cd5519335339fd2729553dc # timeout=10 [2022-06-08T15:56:37.707Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-08T15:56:37.715Z] > git config core.sparsecheckout # timeout=10 [2022-06-08T15:56:37.719Z] > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 [2022-06-08T15:56:41.287Z] Commit message: "refactor(snap): remove redundant content indentifier" [2022-06-08T15:56:41.343Z] > git --version # timeout=10 [2022-06-08T15:56:41.346Z] > git --version # 'git version 2.17.1' [2022-06-08T15:56:41.350Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T15:56:42.083Z] + echo snap-build.sh [2022-06-08T15:56:42.084Z] snap-build.sh [2022-06-08T15:56:42.084Z] + SNAP_BASE_DIR=. [2022-06-08T15:56:42.084Z] + '[' '!' -z /w/workspace/device-modbus-go/1 ']' [2022-06-08T15:56:42.084Z] + SNAP_BASE_DIR=/w/workspace/device-modbus-go/1 [2022-06-08T15:56:42.084Z] + echo '[snap-build] Building snap in dir [/w/workspace/device-modbus-go/1]' [2022-06-08T15:56:42.084Z] [snap-build] Building snap in dir [/w/workspace/device-modbus-go/1] [2022-06-08T15:56:42.084Z] + cd /w/workspace/device-modbus-go/1 [2022-06-08T15:56:42.084Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-06-08T15:56:42.084Z] Reading package lists... [2022-06-08T15:56:42.084Z] Building dependency tree... [2022-06-08T15:56:42.084Z] Reading state information... [2022-06-08T15:56:42.084Z] The following packages were automatically installed and are no longer required: [2022-06-08T15:56:42.084Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-06-08T15:56:42.084Z] uidmap xdelta3 [2022-06-08T15:56:42.084Z] Use 'sudo apt autoremove' to remove them. [2022-06-08T15:56:42.084Z] The following packages will be REMOVED: [2022-06-08T15:56:42.084Z] lxd* lxd-client* [2022-06-08T15:56:42.084Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-06-08T15:56:42.671Z] After this operation, 31.7 MB disk space will be freed. [2022-06-08T15:56:43.193Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) [2022-06-08T15:56:43.193Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-08T15:56:44.135Z] Removing lxd dnsmasq configuration [2022-06-08T15:56:44.135Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-06-08T15:56:44.135Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-06-08T15:56:45.087Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-06-08T15:56:45.087Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) [2022-06-08T15:56:45.087Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-08T15:56:46.480Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-06-08T15:56:46.480Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-06-08T15:56:47.055Z] + sudo snap remove --purge lxd [2022-06-08T15:56:47.317Z] snap "lxd" is not installed [2022-06-08T15:56:47.317Z] + sudo groupadd --force --system lxd [2022-06-08T15:56:47.317Z] ++ whoami [2022-06-08T15:56:47.317Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-06-08T15:56:47.317Z] + newgrp - lxd [2022-06-08T15:56:47.317Z] + sudo snap install lxd [2022-06-08T15:56:48.078Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1760 in /w/workspace/xfoundry_device-modbus-go_PR-351 [Pipeline] { [Pipeline] ws [2022-06-08T15:56:48.122Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2022-06-08T15:56:48.229Z] Selected Git installation does not exist. Using Default [2022-06-08T15:56:48.229Z] The recommended git tool is: NONE [2022-06-08T15:56:54.076Z] using credential edgex-jenkins-ssh [2022-06-08T15:56:54.093Z] Cloning the remote Git repository [2022-06-08T15:56:54.149Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:54.229Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2022-06-08T15:56:54.324Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:54.324Z] > git --version # timeout=10 [2022-06-08T15:56:54.342Z] > git --version # 'git version 2.25.1' [2022-06-08T15:56:54.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:54.425Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-08T15:56:55.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2022-06-08T15:56:55.381Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-08T15:56:55.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2022-06-08T15:56:55.445Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2022-06-08T15:56:55.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:55.512Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-08T15:56:56.039Z] Merging remotes/origin/jakarta commit 57092b109f518c5f0cd5519335339fd2729553dc into PR head commit 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T15:56:56.610Z] Merge succeeded, producing 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T15:56:56.610Z] Checking out Revision 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 (PR-351) [2022-06-08T15:56:56.063Z] > git config core.sparsecheckout # timeout=10 [2022-06-08T15:56:56.085Z] > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 [2022-06-08T15:56:56.536Z] > git remote # timeout=10 [2022-06-08T15:56:56.552Z] > git config --get remote.origin.url # timeout=10 [2022-06-08T15:56:56.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-08T15:56:56.576Z] > git merge 57092b109f518c5f0cd5519335339fd2729553dc # timeout=10 [2022-06-08T15:56:56.598Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-08T15:56:56.620Z] > git config core.sparsecheckout # timeout=10 [2022-06-08T15:56:56.636Z] > git checkout -f 43be9692fd6bfa3b5ac1916795cf21d55e3d2250 # timeout=10 [2022-06-08T15:56:57.343Z] 2022-06-08T15:56:54Z INFO Waiting for automatic snapd restart... [2022-06-08T15:57:01.233Z] Commit message: "refactor(snap): remove redundant content indentifier" [2022-06-08T15:57:01.292Z] > git --version # timeout=10 [2022-06-08T15:57:01.304Z] > git --version # 'git version 2.25.1' [2022-06-08T15:57:01.318Z] fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-08T15:57:02.347Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-08T15:57:02.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-08T15:57:02.347Z] Dload Upload Total Spent Left Speed [2022-06-08T15:57:02.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 88789 0 --:--:-- --:--:-- --:--:-- 89437 [Pipeline] sh [2022-06-08T15:57:03.098Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-08T15:57:03.457Z] + sudo tee /etc/docker/daemon.new [2022-06-08T15:57:03.457Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-08T15:57:03.457Z] { [2022-06-08T15:57:03.457Z] "registry-mirrors": [ [2022-06-08T15:57:03.457Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-08T15:57:03.457Z] ], [2022-06-08T15:57:03.457Z] "bip": "10.250.0.254/24", [2022-06-08T15:57:03.457Z] "hosts": [ [2022-06-08T15:57:03.457Z] "tcp://0.0.0.0:5555", [2022-06-08T15:57:03.457Z] "unix:///var/run/docker.sock" [2022-06-08T15:57:03.457Z] ], [2022-06-08T15:57:03.457Z] "mtu": 1458, [2022-06-08T15:57:03.457Z] "selinux-enabled": true, [2022-06-08T15:57:03.457Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-08T15:57:03.457Z] } [Pipeline] sh [2022-06-08T15:57:03.827Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-08T15:57:04.182Z] + sudo service docker restart [2022-06-08T15:57:12.284Z] lxd 5.2-79c3c3b from Canonical* installed [2022-06-08T15:57:12.284Z] + sudo lxd init --auto [2022-06-08T15:57:20.496Z] + sudo snap install --classic snapcraft [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-08T15:57:22.704Z] provisioning config files... [2022-06-08T15:57:22.731Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config4429923819238120684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T15:57:23.136Z] ---> docker-login.sh [2022-06-08T15:57:23.136Z] nexus3.edgexfoundry.org:10001 [2022-06-08T15:57:23.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:57:24.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:57:24.013Z] Configure a credential helper to remove this warning. See [2022-06-08T15:57:24.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:57:24.013Z] [2022-06-08T15:57:24.013Z] Login Succeeded [2022-06-08T15:57:24.013Z] nexus3.edgexfoundry.org:10002 [2022-06-08T15:57:24.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:57:24.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:57:24.564Z] Configure a credential helper to remove this warning. See [2022-06-08T15:57:24.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:57:24.564Z] [2022-06-08T15:57:24.564Z] Login Succeeded [2022-06-08T15:57:24.564Z] nexus3.edgexfoundry.org:10003 [2022-06-08T15:57:24.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:57:24.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:57:24.846Z] Configure a credential helper to remove this warning. See [2022-06-08T15:57:24.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:57:24.846Z] [2022-06-08T15:57:24.846Z] Login Succeeded [2022-06-08T15:57:24.846Z] nexus3.edgexfoundry.org:10004 [2022-06-08T15:57:25.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:57:25.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:57:25.405Z] Configure a credential helper to remove this warning. See [2022-06-08T15:57:25.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:57:25.405Z] [2022-06-08T15:57:25.405Z] Login Succeeded [2022-06-08T15:57:25.405Z] docker.io [2022-06-08T15:57:25.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-08T15:57:25.791Z] snapcraft 6.1 from Canonical** installed [2022-06-08T15:57:25.791Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-06-08T15:57:25.791Z] + sudo snapcraft prime --use-lxd [2022-06-08T15:57:25.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-08T15:57:25.952Z] Configure a credential helper to remove this warning. See [2022-06-08T15:57:25.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-08T15:57:25.952Z] [2022-06-08T15:57:25.952Z] Login Succeeded [2022-06-08T15:57:25.952Z] ---> docker-login.sh ends [Pipeline] } [2022-06-08T15:57:25.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-08T15:57:26.357Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-06-08T15:57:26.715Z] + cut -d -f 2 [2022-06-08T15:57:26.715Z] + grep ^go [0-9].[0-9]* go.mod [Pipeline] echo [2022-06-08T15:57:26.798Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-08T15:57:26.832Z] ========================================================= [2022-06-08T15:57:26.832Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts] [2022-06-08T15:57:26.832Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:57:27.348Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-08T15:57:27.710Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-06-08T15:57:27.710Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-06-08T15:57:27.710Z] - README.md [2022-06-08T15:57:27.710Z] [2022-06-08T15:57:27.710Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-08T15:57:27.973Z] Launching a container. [2022-06-08T15:57:28.794Z] Sending build context to Docker daemon 14.31MB [2022-06-08T15:57:28.794Z] Step 1/9 : ARG BASE=golang:1.16-alpine3.14 [2022-06-08T15:57:28.794Z] Step 2/9 : FROM ${BASE} AS builder [2022-06-08T15:57:28.794Z] 1.16-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-08T15:57:28.794Z] 552d1f2373af: Pulling fs layer [2022-06-08T15:57:28.794Z] ea3f2d53f512: Pulling fs layer [2022-06-08T15:57:28.794Z] 9e70ebbbe112: Pulling fs layer [2022-06-08T15:57:28.794Z] 7a9cfe048b4a: Pulling fs layer [2022-06-08T15:57:28.794Z] 72dc09318566: Pulling fs layer [2022-06-08T15:57:28.794Z] f324388ff665: Pulling fs layer [2022-06-08T15:57:28.794Z] 53ef782089cf: Pulling fs layer [2022-06-08T15:57:28.794Z] 2af28fca035d: Pulling fs layer [2022-06-08T15:57:28.794Z] f324388ff665: Waiting [2022-06-08T15:57:28.794Z] 53ef782089cf: Waiting [2022-06-08T15:57:28.794Z] 7a9cfe048b4a: Waiting [2022-06-08T15:57:28.794Z] 2af28fca035d: Waiting [2022-06-08T15:57:28.794Z] 72dc09318566: Waiting [2022-06-08T15:57:28.794Z] 9e70ebbbe112: Verifying Checksum [2022-06-08T15:57:28.794Z] 9e70ebbbe112: Download complete [2022-06-08T15:57:28.794Z] ea3f2d53f512: Verifying Checksum [2022-06-08T15:57:28.794Z] 72dc09318566: Verifying Checksum [2022-06-08T15:57:28.794Z] 72dc09318566: Download complete [2022-06-08T15:57:28.794Z] f324388ff665: Verifying Checksum [2022-06-08T15:57:28.794Z] f324388ff665: Download complete [2022-06-08T15:57:28.794Z] 552d1f2373af: Verifying Checksum [2022-06-08T15:57:28.794Z] 552d1f2373af: Download complete [2022-06-08T15:57:28.794Z] 53ef782089cf: Verifying Checksum [2022-06-08T15:57:28.794Z] 53ef782089cf: Download complete [2022-06-08T15:57:29.796Z] 552d1f2373af: Pull complete [2022-06-08T15:57:30.076Z] ea3f2d53f512: Pull complete [2022-06-08T15:57:30.679Z] 9e70ebbbe112: Pull complete [2022-06-08T15:57:30.679Z] 2af28fca035d: Verifying Checksum [2022-06-08T15:57:30.679Z] 2af28fca035d: Download complete [2022-06-08T15:57:31.281Z] 7a9cfe048b4a: Verifying Checksum [2022-06-08T15:57:31.281Z] 7a9cfe048b4a: Download complete [2022-06-08T15:57:38.003Z] Waiting for container to be ready [2022-06-08T15:57:38.575Z] To start your first container, try: lxc launch ubuntu:22.04 [2022-06-08T15:57:38.575Z] Or for a virtual machine: lxc launch ubuntu:22.04 --vm [2022-06-08T15:57:38.575Z] [2022-06-08T15:57:42.789Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-06-08T15:57:43.688Z] 7a9cfe048b4a: Pull complete [2022-06-08T15:57:43.688Z] 72dc09318566: Pull complete [2022-06-08T15:57:43.688Z] f324388ff665: Pull complete [2022-06-08T15:57:43.688Z] 53ef782089cf: Pull complete [2022-06-08T15:57:44.193Z] Waiting for network to be ready... [2022-06-08T15:57:44.763Z] Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-06-08T15:57:44.763Z] Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-06-08T15:57:45.335Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-06-08T15:57:45.335Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1529 kB] [2022-06-08T15:57:45.335Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-06-08T15:57:45.597Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-06-08T15:57:45.597Z] Get:7 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-06-08T15:57:45.597Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [262 kB] [2022-06-08T15:57:45.597Z] Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-06-08T15:57:45.597Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [22.2 kB] [2022-06-08T15:57:45.597Z] Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-06-08T15:57:45.597Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5376 B] [2022-06-08T15:57:45.597Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [979 kB] [2022-06-08T15:57:45.597Z] Get:14 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-06-08T15:57:45.597Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-06-08T15:57:45.597Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [139 kB] [2022-06-08T15:57:45.597Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [706 kB] [2022-06-08T15:57:45.857Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [126 kB] [2022-06-08T15:57:45.857Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-06-08T15:57:46.118Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1874 kB] [2022-06-08T15:57:46.118Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [343 kB] [2022-06-08T15:57:46.118Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] [2022-06-08T15:57:46.118Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] [2022-06-08T15:57:46.118Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1041 kB] [2022-06-08T15:57:46.118Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [148 kB] [2022-06-08T15:57:46.118Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [927 kB] [2022-06-08T15:57:46.118Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [208 kB] [2022-06-08T15:57:48.666Z] Fetched 24.3 MB in 4s (5716 kB/s) [2022-06-08T15:57:49.102Z] 2af28fca035d: Pull complete [2022-06-08T15:57:49.102Z] Digest: sha256:527acc5c9bdbcdb39ccaea3aa8445d1f41445096e6313448e88606d2b64d4b83 [2022-06-08T15:57:49.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts [2022-06-08T15:57:49.102Z] ---> d19f1962542a [2022-06-08T15:57:49.102Z] Step 3/9 : ARG MAKE='make build' [2022-06-08T15:57:49.605Z] Reading package lists... [2022-06-08T15:57:49.606Z] Reading package lists... [2022-06-08T15:57:49.868Z] Building dependency tree... [2022-06-08T15:57:49.868Z] Reading state information... [2022-06-08T15:57:49.868Z] The following additional packages will be installed: [2022-06-08T15:57:49.868Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-08T15:57:49.868Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-08T15:57:49.868Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-08T15:57:49.868Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-06-08T15:57:49.868Z] Suggested packages: [2022-06-08T15:57:49.868Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-06-08T15:57:49.868Z] Recommended packages: [2022-06-08T15:57:49.868Z] gnupg libsasl2-modules [2022-06-08T15:57:50.128Z] The following NEW packages will be installed: [2022-06-08T15:57:50.128Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-08T15:57:50.128Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-08T15:57:50.128Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-08T15:57:50.128Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-06-08T15:57:50.128Z] The following packages will be upgraded: [2022-06-08T15:57:50.128Z] gpg gpg-agent gpgconf libudev1 [2022-06-08T15:57:50.128Z] 4 upgraded, 18 newly installed, 0 to remove and 93 not upgraded. [2022-06-08T15:57:50.128Z] Need to get 3858 kB of archives. [2022-06-08T15:57:50.128Z] After this operation, 14.9 MB of additional disk space will be used. [2022-06-08T15:57:50.128Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-06-08T15:57:50.128Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.17 [76.5 kB] [2022-06-08T15:57:50.128Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-06-08T15:57:50.128Z] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.17 [1364 kB] [2022-06-08T15:57:50.128Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB] [2022-06-08T15:57:50.128Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] [2022-06-08T15:57:50.128Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-06-08T15:57:50.128Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-06-08T15:57:50.128Z] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-06-08T15:57:50.128Z] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-06-08T15:57:50.128Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-06-08T15:57:50.128Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-06-08T15:57:50.128Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-06-08T15:57:50.128Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-06-08T15:57:50.128Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-06-08T15:57:50.128Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-06-08T15:57:50.128Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-06-08T15:57:50.128Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-06-08T15:57:50.128Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-06-08T15:57:50.128Z] Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-06-08T15:57:50.128Z] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-06-08T15:57:50.128Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-06-08T15:57:50.411Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-08T15:57:50.411Z] Fetched 3858 kB in 0s (15.7 MB/s) [2022-06-08T15:57:50.411Z] (Reading database ... 12816 files and directories currently installed.) [2022-06-08T15:57:50.411Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:50.411Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3) ... [2022-06-08T15:57:50.411Z] Setting up libudev1:amd64 (245.4-4ubuntu3.17) ... [2022-06-08T15:57:50.551Z] ---> Running in 9e904f5660b3 [2022-06-08T15:57:50.673Z] Selecting previously unselected package udev. [2022-06-08T15:57:50.673Z] (Reading database ... 12816 files and directories currently installed.) [2022-06-08T15:57:50.673Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:50.673Z] Unpacking udev (245.4-4ubuntu3.17) ... [2022-06-08T15:57:50.829Z] Removing intermediate container 9e904f5660b3 [2022-06-08T15:57:50.829Z] ---> e18f897c51ef [2022-06-08T15:57:50.829Z] Step 4/9 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T15:57:50.829Z] ---> Running in 90d81b69f138 [2022-06-08T15:57:50.934Z] Selecting previously unselected package libfuse2:amd64. [2022-06-08T15:57:50.934Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-06-08T15:57:50.934Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-06-08T15:57:50.934Z] Selecting previously unselected package fuse. [2022-06-08T15:57:50.934Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-06-08T15:57:50.934Z] Unpacking fuse (2.9.9-3) ... [2022-06-08T15:57:50.934Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-06-08T15:57:50.934Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-06-08T15:57:51.197Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-06-08T15:57:51.197Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-06-08T15:57:51.197Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-06-08T15:57:51.197Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-06-08T15:57:51.197Z] Selecting previously unselected package libksba8:amd64. [2022-06-08T15:57:51.197Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-06-08T15:57:51.197Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-06-08T15:57:51.197Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-06-08T15:57:51.197Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.197Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.458Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-06-08T15:57:51.458Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.458Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.458Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-06-08T15:57:51.458Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.458Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.458Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-06-08T15:57:51.458Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.458Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.458Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-06-08T15:57:51.458Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.458Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.458Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-06-08T15:57:51.458Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.719Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.719Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-06-08T15:57:51.719Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.719Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.719Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-06-08T15:57:51.719Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.719Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.719Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-06-08T15:57:51.719Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-06-08T15:57:51.719Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:51.719Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-08T15:57:51.719Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-06-08T15:57:51.719Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-06-08T15:57:51.983Z] Selecting previously unselected package libsasl2-2:amd64. [2022-06-08T15:57:51.983Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-06-08T15:57:51.983Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-06-08T15:57:51.983Z] Selecting previously unselected package libldap-common. [2022-06-08T15:57:51.983Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ... [2022-06-08T15:57:51.983Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ... [2022-06-08T15:57:51.983Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-08T15:57:51.983Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... [2022-06-08T15:57:51.983Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... [2022-06-08T15:57:51.983Z] Selecting previously unselected package dirmngr. [2022-06-08T15:57:51.983Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-06-08T15:57:51.983Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-06-08T15:57:52.247Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-06-08T15:57:52.247Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-06-08T15:57:52.247Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ... [2022-06-08T15:57:52.247Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-06-08T15:57:52.247Z] Setting up udev (245.4-4ubuntu3.17) ... [2022-06-08T15:57:52.814Z] Removing intermediate container 90d81b69f138 [2022-06-08T15:57:52.815Z] ---> 0cac43ef6aae [2022-06-08T15:57:52.815Z] Step 5/9 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-06-08T15:57:52.815Z] ---> Running in b39d8bd9af30 [2022-06-08T15:57:52.820Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-06-08T15:57:52.820Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-06-08T15:57:52.820Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:52.820Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-06-08T15:57:52.820Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-06-08T15:57:52.820Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:52.820Z] Setting up fuse (2.9.9-3) ... [2022-06-08T15:57:52.820Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-06-08T15:57:53.393Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-06-08T15:57:53.393Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... [2022-06-08T15:57:53.393Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-06-08T15:57:53.652Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-06-08T15:57:53.652Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-06-08T15:57:53.652Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-06-08T15:57:53.811Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-08T15:57:54.222Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-06-08T15:57:54.222Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-06-08T15:57:54.222Z] units). This means they are not meant to be enabled using systemctl. [2022-06-08T15:57:54.222Z] [2022-06-08T15:57:54.222Z] Possible reasons for having this kind of units are: [2022-06-08T15:57:54.222Z] • A unit may be statically enabled by being symlinked from another unit's [2022-06-08T15:57:54.222Z] .wants/ or .requires/ directory. [2022-06-08T15:57:54.222Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-06-08T15:57:54.222Z] a requirement dependency on it. [2022-06-08T15:57:54.222Z] • A unit may be started when needed via activation (socket, path, timer, [2022-06-08T15:57:54.223Z] D-Bus, udev, scripted systemctl call, ...). [2022-06-08T15:57:54.223Z] • In case of template units, the unit is meant to be enabled with some [2022-06-08T15:57:54.223Z] instance name specified. [2022-06-08T15:57:54.484Z] Reading package lists... [2022-06-08T15:57:54.484Z] Building dependency tree... [2022-06-08T15:57:54.484Z] Reading state information... [2022-06-08T15:57:54.745Z] The following additional packages will be installed: [2022-06-08T15:57:54.745Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-06-08T15:57:54.745Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-06-08T15:57:54.745Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-06-08T15:57:54.745Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-06-08T15:57:54.745Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-06-08T15:57:54.745Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-06-08T15:57:54.745Z] Suggested packages: [2022-06-08T15:57:54.745Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-06-08T15:57:54.745Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-06-08T15:57:54.745Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-06-08T15:57:54.745Z] systemd-container policykit-1 [2022-06-08T15:57:54.745Z] Recommended packages: [2022-06-08T15:57:54.745Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-06-08T15:57:54.745Z] The following NEW packages will be installed: [2022-06-08T15:57:54.745Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-06-08T15:57:54.745Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-06-08T15:57:54.745Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-06-08T15:57:54.745Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-06-08T15:57:54.745Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-06-08T15:57:54.745Z] The following packages will be upgraded: [2022-06-08T15:57:54.745Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-06-08T15:57:54.789Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-08T15:57:55.009Z] 4 upgraded, 29 newly installed, 0 to remove and 89 not upgraded. [2022-06-08T15:57:55.009Z] Need to get 46.5 MB of archives. [2022-06-08T15:57:55.009Z] After this operation, 181 MB of additional disk space will be used. [2022-06-08T15:57:55.009Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] [2022-06-08T15:57:55.009Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 [28.1 kB] [2022-06-08T15:57:55.274Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 [10.3 kB] [2022-06-08T15:57:55.274Z] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 [3809 kB] [2022-06-08T15:57:55.384Z] (1/8) Installing openssh-keygen (8.6_p1-r3) [2022-06-08T15:57:55.384Z] (2/8) Installing libedit (20210216.3.1-r0) [2022-06-08T15:57:55.384Z] (3/8) Installing openssh-client-common (8.6_p1-r3) [2022-06-08T15:57:55.536Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-06-08T15:57:55.536Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] [2022-06-08T15:57:55.655Z] (4/8) Installing openssh-client-default (8.6_p1-r3) [2022-06-08T15:57:55.655Z] (5/8) Installing openssh-sftp-server (8.6_p1-r3) [2022-06-08T15:57:55.795Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] [2022-06-08T15:57:55.796Z] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 [269 kB] [2022-06-08T15:57:55.796Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-06-08T15:57:55.796Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-06-08T15:57:55.796Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-06-08T15:57:55.796Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-06-08T15:57:55.796Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-06-08T15:57:55.796Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-06-08T15:57:55.796Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 [186 kB] [2022-06-08T15:57:55.796Z] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-06-08T15:57:55.796Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] [2022-06-08T15:57:55.796Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.2 [179 kB] [2022-06-08T15:57:55.796Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.2 [151 kB] [2022-06-08T15:57:55.796Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-06-08T15:57:55.796Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-06-08T15:57:55.796Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-06-08T15:57:55.796Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-06-08T15:57:55.796Z] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-06-08T15:57:55.796Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-06-08T15:57:55.796Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.2 [9416 B] [2022-06-08T15:57:55.928Z] (6/8) Installing openssh-server-common (8.6_p1-r3) [2022-06-08T15:57:55.928Z] (7/8) Installing openssh-server (8.6_p1-r3) [2022-06-08T15:57:55.928Z] (8/8) Installing openssh (8.6_p1-r3) [2022-06-08T15:57:56.058Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-06-08T15:57:56.058Z] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-06-08T15:57:56.058Z] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-06-08T15:57:56.058Z] Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] [2022-06-08T15:57:56.058Z] Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB] [2022-06-08T15:57:56.058Z] Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-06-08T15:57:56.058Z] Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.3 [34.3 MB] [2022-06-08T15:57:56.205Z] Executing busybox-1.33.1-r3.trigger [2022-06-08T15:57:56.205Z] OK: 225 MiB in 60 packages [2022-06-08T15:57:57.001Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-08T15:57:57.189Z] Removing intermediate container b39d8bd9af30 [2022-06-08T15:57:57.189Z] ---> c2bc2c46b64a [2022-06-08T15:57:57.189Z] Step 6/9 : WORKDIR /device-modbus-go [2022-06-08T15:57:57.189Z] ---> Running in f2e99958cfec [2022-06-08T15:57:57.271Z] Fetched 46.5 MB in 2s (21.1 MB/s) [2022-06-08T15:57:57.271Z] (Reading database ... 13067 files and directories currently installed.) [2022-06-08T15:57:57.271Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:57.271Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.17) over (245.4-4ubuntu3) ... [2022-06-08T15:57:57.271Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:57.271Z] Unpacking systemd-sysv (245.4-4ubuntu3.17) over (245.4-4ubuntu3) ... [2022-06-08T15:57:57.463Z] Removing intermediate container f2e99958cfec [2022-06-08T15:57:57.464Z] ---> 2b384a870ab2 [2022-06-08T15:57:57.464Z] Step 7/9 : COPY . . [2022-06-08T15:57:57.532Z] Preparing to unpack .../systemd_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:57.532Z] Unpacking systemd (245.4-4ubuntu3.17) over (245.4-4ubuntu3) ... [2022-06-08T15:57:58.480Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:57:58.480Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3) ... [2022-06-08T15:57:58.480Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.17) ... [2022-06-08T15:57:58.480Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-06-08T15:57:58.480Z] (Reading database ... 13068 files and directories currently installed.) [2022-06-08T15:57:58.480Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-06-08T15:57:58.480Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:58.741Z] Selecting previously unselected package libexpat1:amd64. [2022-06-08T15:57:58.741Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-06-08T15:57:58.741Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-06-08T15:57:58.741Z] Selecting previously unselected package python3.8-minimal. [2022-06-08T15:57:58.741Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-06-08T15:57:58.741Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:59.001Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:59.001Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-06-08T15:57:59.001Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:59.572Z] Selecting previously unselected package python3-minimal. [2022-06-08T15:57:59.572Z] (Reading database ... 13359 files and directories currently installed.) [2022-06-08T15:57:59.572Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-06-08T15:57:59.572Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-06-08T15:57:59.572Z] Selecting previously unselected package mime-support. [2022-06-08T15:57:59.572Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-06-08T15:57:59.572Z] Unpacking mime-support (3.64ubuntu1) ... [2022-06-08T15:57:59.572Z] Selecting previously unselected package libmpdec2:amd64. [2022-06-08T15:57:59.572Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-06-08T15:57:59.572Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-06-08T15:57:59.572Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-06-08T15:57:59.572Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-06-08T15:57:59.572Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:59.833Z] Selecting previously unselected package python3.8. [2022-06-08T15:57:59.833Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-06-08T15:57:59.833Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:57:59.833Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-06-08T15:57:59.833Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-06-08T15:57:59.833Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-06-08T15:58:00.092Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-06-08T15:58:00.092Z] Selecting previously unselected package python3. [2022-06-08T15:58:00.092Z] (Reading database ... 13761 files and directories currently installed.) [2022-06-08T15:58:00.092Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-06-08T15:58:00.353Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-06-08T15:58:00.353Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-06-08T15:58:00.353Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.2_amd64.deb ... [2022-06-08T15:58:00.353Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:00.353Z] Selecting previously unselected package dbus. [2022-06-08T15:58:00.353Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.2_amd64.deb ... [2022-06-08T15:58:00.353Z] Unpacking dbus (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:00.353Z] Selecting previously unselected package libbsd0:amd64. [2022-06-08T15:58:00.353Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-06-08T15:58:00.353Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-06-08T15:58:00.617Z] Selecting previously unselected package libpam-systemd:amd64. [2022-06-08T15:58:00.617Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.17_amd64.deb ... [2022-06-08T15:58:00.617Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.17) ... [2022-06-08T15:58:00.617Z] Selecting previously unselected package sudo. [2022-06-08T15:58:00.617Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-06-08T15:58:00.617Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-06-08T15:58:00.617Z] Selecting previously unselected package apparmor. [2022-06-08T15:58:00.617Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-06-08T15:58:00.617Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-06-08T15:58:00.880Z] Selecting previously unselected package libcbor0.6:amd64. [2022-06-08T15:58:00.880Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-06-08T15:58:00.880Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-06-08T15:58:00.880Z] Selecting previously unselected package libedit2:amd64. [2022-06-08T15:58:00.880Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-06-08T15:58:00.880Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-06-08T15:58:00.880Z] Selecting previously unselected package libfido2-1:amd64. [2022-06-08T15:58:00.880Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-06-08T15:58:00.880Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-06-08T15:58:00.880Z] Selecting previously unselected package libkrb5support0:amd64. [2022-06-08T15:58:00.880Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:58:00.880Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:01.141Z] Selecting previously unselected package libk5crypto3:amd64. [2022-06-08T15:58:01.141Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:58:01.141Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:01.141Z] Selecting previously unselected package libkeyutils1:amd64. [2022-06-08T15:58:01.141Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... [2022-06-08T15:58:01.141Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... [2022-06-08T15:58:01.141Z] Selecting previously unselected package libkrb5-3:amd64. [2022-06-08T15:58:01.141Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:58:01.141Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:01.401Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-06-08T15:58:01.401Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:58:01.401Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:01.401Z] Selecting previously unselected package openssh-client. [2022-06-08T15:58:01.401Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ... [2022-06-08T15:58:01.401Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ... [2022-06-08T15:58:01.401Z] Selecting previously unselected package dbus-user-session. [2022-06-08T15:58:01.401Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.2_amd64.deb ... [2022-06-08T15:58:01.401Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:01.661Z] Selecting previously unselected package liblzo2-2:amd64. [2022-06-08T15:58:01.661Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-06-08T15:58:01.661Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-06-08T15:58:01.661Z] Selecting previously unselected package squashfs-tools. [2022-06-08T15:58:01.661Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-06-08T15:58:01.661Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-06-08T15:58:01.661Z] Selecting previously unselected package snapd. [2022-06-08T15:58:01.661Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.3_amd64.deb ... [2022-06-08T15:58:01.661Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.3) ... [2022-06-08T15:58:01.805Z] ---> 7930b1657e67 [2022-06-08T15:58:01.805Z] Step 8/9 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-08T15:58:01.805Z] ---> Running in 01498c059eb8 [2022-06-08T15:58:02.406Z] skipping... [2022-06-08T15:58:03.021Z] Removing intermediate container 01498c059eb8 [2022-06-08T15:58:03.021Z] ---> 13e878e70b02 [2022-06-08T15:58:03.021Z] Step 9/9 : RUN ${MAKE} [2022-06-08T15:58:03.021Z] ---> Running in e8fa9068662b [2022-06-08T15:58:04.009Z] noop [2022-06-08T15:58:04.606Z] Removing intermediate container e8fa9068662b [2022-06-08T15:58:04.606Z] ---> f3fa18e07268 [2022-06-08T15:58:04.877Z] Successfully built f3fa18e07268 [2022-06-08T15:58:04.877Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [2022-06-08T15:58:04.961Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... [2022-06-08T15:58:04.961Z] Setting up mime-support (3.64ubuntu1) ... [2022-06-08T15:58:04.961Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-06-08T15:58:04.961Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-06-08T15:58:04.961Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:04.961Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:04.961Z] Setting up dbus (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:04.961Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-06-08T15:58:04.961Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:04.961Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:58:05.222Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-06-08T15:58:05.222Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:58:05.222Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-06-08T15:58:05.222Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-06-08T15:58:05.380Z] + docker inspect -f . ci-base-image-arm64 [2022-06-08T15:58:05.380Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T15:58:05.687Z] prd-ubuntu20.04-docker-arm64-4c-16g-1760 does not seem to be running inside a container [2022-06-08T15:58:05.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-08T15:58:05.791Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-06-08T15:58:05.791Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-06-08T15:58:05.791Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-06-08T15:58:05.791Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-06-08T15:58:05.791Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-06-08T15:58:05.791Z] running python rtupdate hooks for python3.8... [2022-06-08T15:58:05.791Z] running python post-rtupdate hooks for python3.8... [2022-06-08T15:58:05.791Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-06-08T15:58:07.050Z] $ docker top 9b40f26af50a545b29798f3a2b11abcff89528b8ef0fe2dfedd848c7da498ce4 -eo pid,comm [2022-06-08T15:58:07.175Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-06-08T15:58:07.175Z] Reloading AppArmor profiles [2022-06-08T15:58:07.175Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:58:07.175Z] Setting up openssh-client (1:8.2p1-4ubuntu0.5) ... [Pipeline] { [Pipeline] sh [2022-06-08T15:58:07.437Z] Setting up systemd-timesyncd (245.4-4ubuntu3.17) ... [2022-06-08T15:58:07.697Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-06-08T15:58:07.697Z] Setting up systemd (245.4-4ubuntu3.17) ... [2022-06-08T15:58:07.697Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-06-08T15:58:07.697Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-06-08T15:58:08.058Z] + go version [2022-06-08T15:58:08.058Z] go version go1.16.8 linux/arm64 [Pipeline] } [2022-06-08T15:58:08.104Z] $ docker stop --time=1 9b40f26af50a545b29798f3a2b11abcff89528b8ef0fe2dfedd848c7da498ce4 [2022-06-08T15:58:09.610Z] Setting up systemd-sysv (245.4-4ubuntu3.17) ... [2022-06-08T15:58:09.610Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.17) ... [2022-06-08T15:58:09.610Z] Setting up dbus-user-session (1.12.16-2ubuntu2.2) ... [2022-06-08T15:58:09.610Z] Setting up snapd (2.54.3+20.04.1ubuntu0.3) ... [2022-06-08T15:58:09.746Z] $ docker rm -f 9b40f26af50a545b29798f3a2b11abcff89528b8ef0fe2dfedd848c7da498ce4 [2022-06-08T15:58:09.871Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2022-06-08T15:58:10.134Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-06-08T15:58:10.398Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-06-08T15:58:10.398Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] sh [2022-06-08T15:58:10.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-08T15:58:10.660Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-08T15:58:10.786Z] + docker inspect -f . ci-base-image-arm64 [2022-06-08T15:58:10.786Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T15:58:10.923Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-06-08T15:58:11.092Z] prd-ubuntu20.04-docker-arm64-4c-16g-1760 does not seem to be running inside a container [2022-06-08T15:58:11.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-08T15:58:11.183Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-06-08T15:58:11.445Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-06-08T15:58:11.707Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-06-08T15:58:11.968Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.socket' [2022-06-08T15:58:12.229Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.service' [2022-06-08T15:58:12.229Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.snap-repair.service snapd.snap-repair.timer snapd.system-shutdown.service' [2022-06-08T15:58:12.229Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-06-08T15:58:12.461Z] $ docker top 59fce67c9fd27f4006d96eeaab1d11582d5f0f6f49e0d154d4f64e2c8ab0052a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-08T15:58:13.170Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-06-08T15:58:13.170Z] Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-06-08T15:58:13.170Z] Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-06-08T15:58:13.563Z] + make test [2022-06-08T15:58:13.563Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-06-08T15:58:14.009Z] Reading package lists... [2022-06-08T15:58:14.268Z] Reading package lists... [2022-06-08T15:58:14.532Z] Building dependency tree... [2022-06-08T15:58:14.532Z] Reading state information... [2022-06-08T15:58:14.532Z] Calculating upgrade... [2022-06-08T15:58:14.793Z] The following packages will be upgraded: [2022-06-08T15:58:14.793Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-06-08T15:58:14.793Z] bsdutils build-essential ca-certificates cpp-9 dpkg dpkg-dev e2fsprogs fdisk [2022-06-08T15:58:14.793Z] g++-9 gcc-10-base gcc-9 gcc-9-base gpgv gzip libapparmor1 libapt-pkg6.0 [2022-06-08T15:58:14.793Z] libasan5 libatomic1 libbinutils libblkid1 libc-bin libc-dev-bin libc6 [2022-06-08T15:58:14.793Z] libc6-dev libcc1-0 libcom-err2 libcryptsetup12 libctf-nobfd0 libctf0 [2022-06-08T15:58:14.793Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-06-08T15:58:14.793Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 libkmod2 liblsan0 [2022-06-08T15:58:14.793Z] liblz4-1 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules [2022-06-08T15:58:14.793Z] libpam-modules-bin libpam-runtime libpam0g libpcre3 libperl5.30 libprocps8 [2022-06-08T15:58:14.793Z] libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0 libss2 [2022-06-08T15:58:14.793Z] libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 libubsan1 libuuid1 libzstd1 [2022-06-08T15:58:14.793Z] linux-libc-dev login logsave mount openssl passwd perl perl-base [2022-06-08T15:58:14.793Z] perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux xz-utils [2022-06-08T15:58:14.793Z] zlib1g [2022-06-08T15:58:14.793Z] 89 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-06-08T15:58:14.793Z] Need to get 69.1 MB of archives. [2022-06-08T15:58:14.793Z] After this operation, 27.6 MB of additional disk space will be used. [2022-06-08T15:58:14.793Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-117.132 [1113 kB] [2022-06-08T15:58:14.999Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2022-06-08T15:58:15.055Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-06-08T15:58:15.056Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB] [2022-06-08T15:58:15.056Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-06-08T15:58:15.056Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-06-08T15:58:15.056Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-06-08T15:58:15.056Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-06-08T15:58:15.056Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-06-08T15:58:15.056Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-06-08T15:58:15.056Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-06-08T15:58:15.056Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-06-08T15:58:15.056Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-06-08T15:58:15.056Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-06-08T15:58:15.056Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 bash amd64 5.0-6ubuntu1.2 [639 kB] [2022-06-08T15:58:15.056Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-06-08T15:58:15.056Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-06-08T15:58:15.056Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 dpkg amd64 1.19.7ubuntu3.2 [1128 kB] [2022-06-08T15:58:15.056Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 gzip amd64 1.10-0ubuntu4.1 [95.2 kB] [2022-06-08T15:58:15.056Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-06-08T15:58:15.056Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-06-08T15:58:15.056Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-06-08T15:58:15.056Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-06-08T15:58:15.056Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] [2022-06-08T15:58:15.056Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-06-08T15:58:15.056Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-06-08T15:58:15.320Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-06-08T15:58:15.320Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-06-08T15:58:15.320Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-06-08T15:58:15.320Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-06-08T15:58:15.320Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-06-08T15:58:15.320Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-06-08T15:58:15.320Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-06-08T15:58:15.320Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblzma5 amd64 5.2.4-1ubuntu1.1 [91.8 kB] [2022-06-08T15:58:15.320Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-06-08T15:58:15.320Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-06-08T15:58:15.320Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-06-08T15:58:15.320Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-06-08T15:58:15.320Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-06-08T15:58:15.320Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-06-08T15:58:15.320Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 logsave amd64 1.45.5-2ubuntu1.1 [10.2 kB] [2022-06-08T15:58:15.320Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libext2fs2 amd64 1.45.5-2ubuntu1.1 [183 kB] [2022-06-08T15:58:15.320Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 e2fsprogs amd64 1.45.5-2ubuntu1.1 [527 kB] [2022-06-08T15:58:15.320Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-06-08T15:58:15.320Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpcre3 amd64 2:8.39-12ubuntu0.1 [232 kB] [2022-06-08T15:58:15.320Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsepol1 amd64 3.0-1ubuntu0.1 [252 kB] [2022-06-08T15:58:15.320Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9548 B] [2022-06-08T15:58:15.320Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libss2 amd64 1.45.5-2ubuntu1.1 [11.3 kB] [2022-06-08T15:58:15.320Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.13 [1321 kB] [2022-06-08T15:58:15.320Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.13 [620 kB] [2022-06-08T15:58:15.320Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-06-08T15:58:15.320Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-06-08T15:58:15.320Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-06-08T15:58:15.320Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 [549 kB] [2022-06-08T15:58:15.320Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] [2022-06-08T15:58:15.320Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] [2022-06-08T15:58:15.320Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-06-08T15:58:15.320Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-06-08T15:58:15.320Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-06-08T15:58:15.320Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-06-08T15:58:15.320Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-06-08T15:58:15.320Z] Get:61 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-06-08T15:58:15.320Z] Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] [2022-06-08T15:58:15.320Z] Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] [2022-06-08T15:58:15.320Z] Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] [2022-06-08T15:58:15.320Z] Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] [2022-06-08T15:58:15.320Z] Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] [2022-06-08T15:58:15.581Z] Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] [2022-06-08T15:58:15.581Z] Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] [2022-06-08T15:58:15.581Z] Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] [2022-06-08T15:58:15.581Z] Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] [2022-06-08T15:58:15.843Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB] [2022-06-08T15:58:15.843Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.9 [2722 kB] [2022-06-08T15:58:15.843Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-06-08T15:58:15.843Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.2 [220 kB] [2022-06-08T15:58:15.843Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.9 [633 kB] [2022-06-08T15:58:15.843Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.8 [839 kB] [2022-06-08T15:58:15.843Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-06-08T15:58:15.843Z] Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-06-08T15:58:15.843Z] Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.8 [1294 kB] [2022-06-08T15:58:15.843Z] Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-06-08T15:58:15.843Z] Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-06-08T15:58:16.103Z] Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-06-08T15:58:16.103Z] Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-06-08T15:58:16.103Z] Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.2 [797 kB] [2022-06-08T15:58:16.103Z] Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-06-08T15:58:16.103Z] Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-06-08T15:58:16.103Z] Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-06-08T15:58:16.103Z] Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB] [2022-06-08T15:58:16.103Z] Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-06-08T15:58:16.675Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-08T15:58:16.675Z] Fetched 69.1 MB in 1s (53.1 MB/s) [2022-06-08T15:58:16.675Z] (Reading database ... 14313 files and directories currently installed.) [2022-06-08T15:58:16.675Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.9_amd64.deb ... [2022-06-08T15:58:16.675Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) over (2.31-0ubuntu9) ... [2022-06-08T15:58:16.936Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ... [2022-06-08T15:58:16.936Z] Unpacking libc-dev-bin (2.31-0ubuntu9.9) over (2.31-0ubuntu9) ... [2022-06-08T15:58:16.936Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-117.132_amd64.deb ... [2022-06-08T15:58:17.196Z] Unpacking linux-libc-dev:amd64 (5.4.0-117.132) over (5.4.0-26.30) ... [2022-06-08T15:58:17.457Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:17.457Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:17.457Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:17.457Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.029Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.029Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.029Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.029Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.291Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.291Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.291Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.291Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.556Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.556Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.556Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:18.556Z] (Reading database ... 14312 files and directories currently installed.) [2022-06-08T15:58:18.556Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.556Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.557Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:18.819Z] (Reading database ... 14312 files and directories currently installed.) [2022-06-08T15:58:18.819Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.819Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.819Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.819Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:18.819Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-06-08T15:58:18.819Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-06-08T15:58:19.081Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:19.081Z] (Reading database ... 14312 files and directories currently installed.) [2022-06-08T15:58:19.081Z] Preparing to unpack .../libc6_2.31-0ubuntu9.9_amd64.deb ... [2022-06-08T15:58:19.341Z] Unpacking libc6:amd64 (2.31-0ubuntu9.9) over (2.31-0ubuntu9) ... [2022-06-08T15:58:19.601Z] Setting up libc6:amd64 (2.31-0ubuntu9.9) ... [2022-06-08T15:58:19.864Z] (Reading database ... 14312 files and directories currently installed.) [2022-06-08T15:58:19.864Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-06-08T15:58:19.864Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-06-08T15:58:19.864Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-06-08T15:58:19.864Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-06-08T15:58:20.129Z] Setting up base-files (11ubuntu5.5) ... [2022-06-08T15:58:20.393Z] Installing new version of config file /etc/issue ... [2022-06-08T15:58:20.393Z] Installing new version of config file /etc/issue.net ... [2022-06-08T15:58:20.393Z] Installing new version of config file /etc/lsb-release ... [2022-06-08T15:58:20.393Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-06-08T15:58:20.661Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-06-08T15:58:20.661Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-06-08T15:58:20.661Z] Removing obsolete conffile /etc/default/motd-news ... [2022-06-08T15:58:20.929Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:20.929Z] Preparing to unpack .../bash_5.0-6ubuntu1.2_amd64.deb ... [2022-06-08T15:58:20.929Z] Unpacking bash (5.0-6ubuntu1.2) over (5.0-6ubuntu1) ... [2022-06-08T15:58:20.929Z] Setting up bash (5.0-6ubuntu1.2) ... [2022-06-08T15:58:20.929Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2022-06-08T15:58:20.929Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:20.929Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:20.929Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-06-08T15:58:21.193Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:21.194Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:21.194Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-06-08T15:58:21.194Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-06-08T15:58:21.194Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-06-08T15:58:21.461Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:21.461Z] Preparing to unpack .../dpkg_1.19.7ubuntu3.2_amd64.deb ... [2022-06-08T15:58:21.461Z] Unpacking dpkg (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ... [2022-06-08T15:58:21.461Z] Setting up dpkg (1.19.7ubuntu3.2) ... [2022-06-08T15:58:21.722Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:21.722Z] Preparing to unpack .../gzip_1.10-0ubuntu4.1_amd64.deb ... [2022-06-08T15:58:21.722Z] Unpacking gzip (1.10-0ubuntu4.1) over (1.10-0ubuntu4) ... [2022-06-08T15:58:21.722Z] Setting up gzip (1.10-0ubuntu4.1) ... [2022-06-08T15:58:21.722Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:21.722Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.2_amd64.deb ... [2022-06-08T15:58:21.722Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.2) over (1:4.8.1-1ubuntu5) ... [2022-06-08T15:58:21.982Z] Setting up login (1:4.8.1-1ubuntu5.20.04.2) ... [2022-06-08T15:58:21.982Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:21.982Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-06-08T15:58:21.982Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-06-08T15:58:22.553Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-06-08T15:58:22.553Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-06-08T15:58:22.815Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-06-08T15:58:22.815Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-06-08T15:58:23.075Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-06-08T15:58:23.389Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:23.389Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-06-08T15:58:23.389Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-06-08T15:58:23.653Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... [2022-06-08T15:58:23.653Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-06-08T15:58:23.922Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... [2022-06-08T15:58:23.922Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:23.922Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:23.922Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:23.922Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:24.187Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:24.187Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.187Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:24.187Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:24.187Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:24.187Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.460Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:24.460Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.460Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:24.732Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:24.732Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:24.732Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.732Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:24.732Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:24.732Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:24.732Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.732Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:24.995Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:24.995Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:25.572Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:25.831Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-06-08T15:58:26.092Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-06-08T15:58:26.092Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.092Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.9_amd64.deb ... [2022-06-08T15:58:26.092Z] Unpacking libc-bin (2.31-0ubuntu9.9) over (2.31-0ubuntu9) ... [2022-06-08T15:58:26.358Z] Setting up libc-bin (2.31-0ubuntu9.9) ... [2022-06-08T15:58:26.358Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.358Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-06-08T15:58:26.358Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-06-08T15:58:26.618Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-06-08T15:58:26.618Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.618Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-06-08T15:58:26.618Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-06-08T15:58:26.618Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-06-08T15:58:26.618Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.618Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1.1_amd64.deb ... [2022-06-08T15:58:26.618Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1.1) over (5.2.4-1) ... [2022-06-08T15:58:26.618Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1.1) ... [2022-06-08T15:58:26.879Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.879Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-06-08T15:58:26.879Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-06-08T15:58:26.879Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-06-08T15:58:26.879Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:26.879Z] Preparing to unpack .../libapt-pkg6.0_2.0.8_amd64.deb ... [2022-06-08T15:58:26.879Z] Unpacking libapt-pkg6.0:amd64 (2.0.8) over (2.0.2) ... [2022-06-08T15:58:27.144Z] Setting up libapt-pkg6.0:amd64 (2.0.8) ... [2022-06-08T15:58:27.144Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.144Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-06-08T15:58:27.144Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-06-08T15:58:27.144Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-06-08T15:58:27.405Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.405Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-06-08T15:58:27.405Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-06-08T15:58:27.405Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-06-08T15:58:27.405Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.405Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-06-08T15:58:27.405Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-06-08T15:58:27.405Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-06-08T15:58:27.669Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.669Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-06-08T15:58:27.669Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-06-08T15:58:27.669Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-06-08T15:58:27.669Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.669Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-06-08T15:58:27.669Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-06-08T15:58:27.669Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-06-08T15:58:27.931Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.931Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-06-08T15:58:27.931Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-06-08T15:58:27.931Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-06-08T15:58:27.931Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:27.931Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-06-08T15:58:27.931Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-06-08T15:58:28.195Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-06-08T15:58:28.195Z] (Reading database ... 14311 files and directories currently installed.) [2022-06-08T15:58:28.195Z] Preparing to unpack .../archives/apt_2.0.8_amd64.deb ... [2022-06-08T15:58:28.195Z] Unpacking apt (2.0.8) over (2.0.2) ... [2022-06-08T15:58:28.765Z] Setting up apt (2.0.8) ... [2022-06-08T15:58:28.765Z] Removing obsolete conffile /etc/kernel/postinst.d/apt-auto-removal ... [2022-06-08T15:58:29.332Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-06-08T15:58:29.332Z] (Reading database ... 14310 files and directories currently installed.) [2022-06-08T15:58:29.332Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-06-08T15:58:29.332Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-06-08T15:58:29.332Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-06-08T15:58:29.593Z] (Reading database ... 14310 files and directories currently installed.) [2022-06-08T15:58:29.593Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-06-08T15:58:29.593Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-06-08T15:58:29.593Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-06-08T15:58:29.593Z] (Reading database ... 14312 files and directories currently installed.) [2022-06-08T15:58:29.593Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-06-08T15:58:29.853Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-06-08T15:58:29.853Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-06-08T15:58:30.116Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:30.116Z] Preparing to unpack .../logsave_1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:58:30.116Z] Unpacking logsave (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... [2022-06-08T15:58:30.116Z] Preparing to unpack .../libext2fs2_1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:58:30.116Z] Unpacking libext2fs2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... [2022-06-08T15:58:30.116Z] Setting up libext2fs2:amd64 (1.45.5-2ubuntu1.1) ... [2022-06-08T15:58:30.116Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:30.116Z] Preparing to unpack .../e2fsprogs_1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:58:30.116Z] Unpacking e2fsprogs (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... [2022-06-08T15:58:30.377Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-06-08T15:58:30.377Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-06-08T15:58:30.637Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-06-08T15:58:30.637Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-06-08T15:58:30.637Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-06-08T15:58:30.900Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:30.900Z] Preparing to unpack .../libpcre3_2%3a8.39-12ubuntu0.1_amd64.deb ... [2022-06-08T15:58:30.900Z] Unpacking libpcre3:amd64 (2:8.39-12ubuntu0.1) over (2:8.39-12build1) ... [2022-06-08T15:58:30.900Z] Setting up libpcre3:amd64 (2:8.39-12ubuntu0.1) ... [2022-06-08T15:58:30.900Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:30.900Z] Preparing to unpack .../libsepol1_3.0-1ubuntu0.1_amd64.deb ... [2022-06-08T15:58:30.900Z] Unpacking libsepol1:amd64 (3.0-1ubuntu0.1) over (3.0-1) ... [2022-06-08T15:58:31.161Z] Setting up libsepol1:amd64 (3.0-1ubuntu0.1) ... [2022-06-08T15:58:31.161Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:31.162Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.2_amd64.deb ... [2022-06-08T15:58:31.162Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.2) over (1:4.8.1-1ubuntu5) ... [2022-06-08T15:58:31.421Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.2) ... [2022-06-08T15:58:31.421Z] (Reading database ... 14316 files and directories currently installed.) [2022-06-08T15:58:31.421Z] Preparing to unpack .../00-libcom-err2_1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:58:31.421Z] Unpacking libcom-err2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... [2022-06-08T15:58:31.421Z] Preparing to unpack .../01-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-06-08T15:58:31.421Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-06-08T15:58:31.684Z] Preparing to unpack .../02-libss2_1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:58:31.684Z] Unpacking libss2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... [2022-06-08T15:58:31.684Z] Preparing to unpack .../03-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-06-08T15:58:31.684Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-06-08T15:58:31.945Z] Preparing to unpack .../04-libssl1.1_1.1.1f-1ubuntu2.13_amd64.deb ... [2022-06-08T15:58:31.945Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.13) over (1.1.1f-1ubuntu2) ... [2022-06-08T15:58:31.945Z] Preparing to unpack .../05-openssl_1.1.1f-1ubuntu2.13_amd64.deb ... [2022-06-08T15:58:31.945Z] Unpacking openssl (1.1.1f-1ubuntu2.13) over (1.1.1f-1ubuntu2) ... [2022-06-08T15:58:32.206Z] Preparing to unpack .../06-ca-certificates_20210119~20.04.2_all.deb ... [2022-06-08T15:58:32.206Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-06-08T15:58:32.206Z] Preparing to unpack .../07-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-06-08T15:58:32.206Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-06-08T15:58:32.466Z] Preparing to unpack .../08-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-06-08T15:58:32.466Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-06-08T15:58:32.466Z] Preparing to unpack .../09-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-06-08T15:58:32.466Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-06-08T15:58:32.466Z] Preparing to unpack .../10-libkmod2_27-1ubuntu2.1_amd64.deb ... [2022-06-08T15:58:32.466Z] Unpacking libkmod2:amd64 (27-1ubuntu2.1) over (27-1ubuntu2) ... [2022-06-08T15:58:32.727Z] Preparing to unpack .../11-libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb ... [2022-06-08T15:58:32.727Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) over (3.31.1-4) ... [2022-06-08T15:58:32.727Z] Preparing to unpack .../12-tzdata_2022a-0ubuntu0.20.04_all.deb ... [2022-06-08T15:58:32.727Z] Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-06-08T15:58:33.300Z] Preparing to unpack .../13-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... [2022-06-08T15:58:33.300Z] Unpacking xz-utils (5.2.4-1ubuntu1.1) over (5.2.4-1) ... [2022-06-08T15:58:33.300Z] Preparing to unpack .../14-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.300Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:33.300Z] Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.300Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:33.561Z] Preparing to unpack .../16-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.561Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:33.822Z] Preparing to unpack .../17-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.822Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:33.822Z] Preparing to unpack .../18-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.822Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:33.822Z] Preparing to unpack .../19-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-06-08T15:58:33.822Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-06-08T15:58:34.083Z] Preparing to unpack .../20-dpkg-dev_1.19.7ubuntu3.2_all.deb ... [2022-06-08T15:58:34.083Z] Unpacking dpkg-dev (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ... [2022-06-08T15:58:34.083Z] Preparing to unpack .../21-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... [2022-06-08T15:58:34.083Z] Unpacking libdpkg-perl (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ... [2022-06-08T15:58:34.345Z] Preparing to unpack .../22-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-06-08T15:58:34.345Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-06-08T15:58:34.345Z] Preparing to unpack .../23-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:34.345Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:34.612Z] Preparing to unpack .../24-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:34.612Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:35.555Z] Preparing to unpack .../25-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:35.555Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:36.124Z] Preparing to unpack .../26-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:36.124Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:36.383Z] Preparing to unpack .../27-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:36.643Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:36.908Z] Preparing to unpack .../28-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:36.908Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:37.479Z] Preparing to unpack .../29-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-06-08T15:58:37.479Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-06-08T15:58:37.737Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-06-08T15:58:37.737Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-06-08T15:58:37.737Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.13) ... [2022-06-08T15:58:37.737Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) ... [2022-06-08T15:58:37.737Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-06-08T15:58:37.737Z] Setting up linux-libc-dev:amd64 (5.4.0-117.132) ... [2022-06-08T15:58:37.737Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-06-08T15:58:37.737Z] Setting up libcom-err2:amd64 (1.45.5-2ubuntu1.1) ... [2022-06-08T15:58:37.737Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:37.737Z] Setting up tzdata (2022a-0ubuntu0.20.04) ... [2022-06-08T15:58:38.005Z] [2022-06-08T15:58:38.005Z] Current default time zone: 'Etc/UTC' [2022-06-08T15:58:38.005Z] Local time is now: Wed Jun 8 15:58:37 UTC 2022. [2022-06-08T15:58:38.005Z] Universal Time is now: Wed Jun 8 15:58:37 UTC 2022. [2022-06-08T15:58:38.005Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-06-08T15:58:38.005Z] [2022-06-08T15:58:38.005Z] Setting up xz-utils (5.2.4-1ubuntu1.1) ... [2022-06-08T15:58:38.005Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.005Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.005Z] Setting up libss2:amd64 (1.45.5-2ubuntu1.1) ... [2022-06-08T15:58:38.005Z] Setting up logsave (1.45.5-2ubuntu1.1) ... [2022-06-08T15:58:38.005Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:38.005Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.006Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:38.006Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-06-08T15:58:38.006Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-06-08T15:58:38.006Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-06-08T15:58:38.006Z] Setting up libc-dev-bin (2.31-0ubuntu9.9) ... [2022-06-08T15:58:38.006Z] Setting up openssl (1.1.1f-1ubuntu2.13) ... [2022-06-08T15:58:38.267Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.267Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.267Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-06-08T15:58:38.267Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.267Z] Setting up libkmod2:amd64 (27-1ubuntu2.1) ... [2022-06-08T15:58:38.267Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:38.267Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-06-08T15:58:38.267Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-06-08T15:58:38.267Z] Setting up e2fsprogs (1.45.5-2ubuntu1.1) ... [2022-06-08T15:58:38.529Z] /usr/sbin/policy-rc.d returned 101, not running 'restart e2scrub_all.service e2scrub_all.timer e2scrub_reap.service' [2022-06-08T15:58:38.529Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-06-08T15:58:38.529Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-06-08T15:58:40.441Z] Updating certificates in /etc/ssl/certs... [2022-06-08T15:58:41.382Z] 21 added, 21 removed; done. [2022-06-08T15:58:41.382Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.382Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-06-08T15:58:41.645Z] Setting up libdpkg-perl (1.19.7ubuntu3.2) ... [2022-06-08T15:58:41.645Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-06-08T15:58:41.645Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.645Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ... [2022-06-08T15:58:41.907Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-06-08T15:58:41.907Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-06-08T15:58:41.907Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-06-08T15:58:41.907Z] Setting up dpkg-dev (1.19.7ubuntu3.2) ... [2022-06-08T15:58:41.907Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.907Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-06-08T15:58:41.907Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.907Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.907Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-06-08T15:58:41.907Z] Processing triggers for libc-bin (2.31-0ubuntu9.9) ... [2022-06-08T15:58:41.907Z] Processing triggers for systemd (245.4-4ubuntu3.17) ... [2022-06-08T15:58:42.168Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-06-08T15:58:42.168Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-06-08T15:58:42.168Z] Updating certificates in /etc/ssl/certs... [2022-06-08T15:58:42.740Z] 0 added, 0 removed; done. [2022-06-08T15:58:42.740Z] Running hooks in /etc/ca-certificates/update.d... [2022-06-08T15:58:42.740Z] done. [2022-06-08T15:58:43.946Z] Reading package lists... [2022-06-08T15:58:44.208Z] Building dependency tree... [2022-06-08T15:58:44.208Z] Reading state information... [2022-06-08T15:58:44.467Z] The following NEW packages will be installed: [2022-06-08T15:58:44.467Z] apt-transport-https [2022-06-08T15:58:44.467Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-06-08T15:58:44.467Z] Need to get 1704 B of archives. [2022-06-08T15:58:44.467Z] After this operation, 162 kB of additional disk space will be used. [2022-06-08T15:58:44.467Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.8 [1704 B] [2022-06-08T15:58:44.467Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-08T15:58:44.728Z] Fetched 1704 B in 0s (35.2 kB/s) [2022-06-08T15:58:44.728Z] Selecting previously unselected package apt-transport-https. [2022-06-08T15:58:44.728Z] (Reading database ... 14319 files and directories currently installed.) [2022-06-08T15:58:44.728Z] Preparing to unpack .../apt-transport-https_2.0.8_all.deb ... [2022-06-08T15:58:44.728Z] Unpacking apt-transport-https (2.0.8) ... [2022-06-08T15:58:44.728Z] Setting up apt-transport-https (2.0.8) ... [2022-06-08T15:58:44.987Z] Waiting for network to be ready... [2022-06-08T15:59:06.952Z] 2022-06-08T15:59:01Z INFO Waiting for automatic snapd restart... [2022-06-08T15:59:06.952Z] snapd 2.56 from Canonical* installed [2022-06-08T15:59:06.952Z] "snapd" switched to the "latest/stable" channel [2022-06-08T15:59:06.952Z] [2022-06-08T15:59:08.866Z] core20 20220527 from Canonical** installed [2022-06-08T15:59:08.866Z] "core20" switched to the "latest/stable" channel [2022-06-08T15:59:08.866Z] [2022-06-08T15:59:11.405Z] snapcraft 6.1 from Canonical** installed [2022-06-08T15:59:11.617Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2022-06-08T15:59:11.618Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.057s coverage: 46.6% of statements [2022-06-08T15:59:11.618Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-08T15:59:11.666Z] "snapcraft" switched to the "latest/stable" channel [2022-06-08T15:59:11.666Z] [2022-06-08T15:59:16.952Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-06-08T15:59:16.952Z] - README.md [2022-06-08T15:59:16.952Z] [2022-06-08T15:59:16.952Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-08T15:59:16.952Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-06-08T15:59:16.952Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-06-08T15:59:16.952Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-06-08T15:59:18.151Z] Reading package lists... [2022-06-08T15:59:18.151Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1.1 git=1:2.25.1-1ubuntu3.4 git-man=1:2.25.1-1ubuntu3.4 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.11 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-06-08T15:59:18.411Z] Reading package lists... [2022-06-08T15:59:18.411Z] Building dependency tree... [2022-06-08T15:59:18.411Z] Reading state information... [2022-06-08T15:59:18.673Z] Suggested packages: [2022-06-08T15:59:18.673Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-06-08T15:59:18.673Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-06-08T15:59:18.673Z] krb5-user libnorm-doc [2022-06-08T15:59:18.673Z] Recommended packages: [2022-06-08T15:59:18.673Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-06-08T15:59:18.673Z] The following NEW packages will be installed: [2022-06-08T15:59:18.673Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-06-08T15:59:18.673Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-06-08T15:59:18.673Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-06-08T15:59:18.673Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-06-08T15:59:18.673Z] libzmq5 pkg-config zip [2022-06-08T15:59:18.673Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-06-08T15:59:18.934Z] Need to get 10.3 MB of archives. [2022-06-08T15:59:18.934Z] After this operation, 56.6 MB of additional disk space will be used. [2022-06-08T15:59:18.934Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-06-08T15:59:18.934Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-06-08T15:59:18.934Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-06-08T15:59:18.934Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.11 [233 kB] [2022-06-08T15:59:18.934Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.4 [885 kB] [2022-06-08T15:59:18.934Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-06-08T15:59:18.934Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-06-08T15:59:18.934Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-06-08T15:59:18.934Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-06-08T15:59:18.934Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-06-08T15:59:18.934Z] Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-06-08T15:59:18.934Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.4 [4560 kB] [2022-06-08T15:59:18.934Z] Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-06-08T15:59:18.934Z] Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-06-08T15:59:18.934Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-06-08T15:59:18.934Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-06-08T15:59:18.934Z] Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-06-08T15:59:18.934Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-06-08T15:59:18.934Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-06-08T15:59:18.934Z] Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-06-08T15:59:19.195Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-06-08T15:59:19.195Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-06-08T15:59:19.195Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-06-08T15:59:19.195Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-06-08T15:59:19.195Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 [39.9 kB] [2022-06-08T15:59:19.195Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-06-08T15:59:19.195Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-06-08T15:59:19.195Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-08T15:59:19.195Z] Fetched 10.3 MB in 0s (39.2 MB/s) [2022-06-08T15:59:19.195Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-06-08T15:59:19.195Z] (Reading database ... 14323 files and directories currently installed.) [2022-06-08T15:59:19.195Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-06-08T15:59:19.195Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-06-08T15:59:19.469Z] Selecting previously unselected package libsodium23:amd64. [2022-06-08T15:59:19.469Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-06-08T15:59:19.469Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-06-08T15:59:19.469Z] Selecting previously unselected package libpsl5:amd64. [2022-06-08T15:59:19.469Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-06-08T15:59:19.469Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-06-08T15:59:19.469Z] Selecting previously unselected package libbrotli1:amd64. [2022-06-08T15:59:19.469Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-06-08T15:59:19.469Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-06-08T15:59:19.735Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-06-08T15:59:19.735Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-06-08T15:59:19.735Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-06-08T15:59:19.735Z] Selecting previously unselected package librtmp1:amd64. [2022-06-08T15:59:19.735Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-06-08T15:59:19.735Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-06-08T15:59:19.735Z] Selecting previously unselected package libssh-4:amd64. [2022-06-08T15:59:19.735Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-06-08T15:59:19.735Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-06-08T15:59:19.735Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-06-08T15:59:19.735Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.11_amd64.deb ... [2022-06-08T15:59:19.735Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.11) ... [2022-06-08T15:59:19.994Z] Selecting previously unselected package liberror-perl. [2022-06-08T15:59:19.994Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-06-08T15:59:19.994Z] Unpacking liberror-perl (0.17029-1) ... [2022-06-08T15:59:19.994Z] Selecting previously unselected package git-man. [2022-06-08T15:59:19.994Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ... [2022-06-08T15:59:19.994Z] Unpacking git-man (1:2.25.1-1ubuntu3.4) ... [2022-06-08T15:59:19.994Z] Selecting previously unselected package git. [2022-06-08T15:59:19.994Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.4_amd64.deb ... [2022-06-08T15:59:19.994Z] Unpacking git (1:2.25.1-1ubuntu3.4) ... [2022-06-08T15:59:20.941Z] Selecting previously unselected package libgssrpc4:amd64. [2022-06-08T15:59:20.941Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:20.941Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:20.941Z] Selecting previously unselected package libkdb5-9:amd64. [2022-06-08T15:59:20.941Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:20.941Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:20.941Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-06-08T15:59:20.941Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:20.941Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:20.941Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-06-08T15:59:20.941Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:20.941Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:20.941Z] Selecting previously unselected package comerr-dev:amd64. [2022-06-08T15:59:20.941Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb ... [2022-06-08T15:59:21.204Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... [2022-06-08T15:59:21.204Z] Selecting previously unselected package krb5-multidev:amd64. [2022-06-08T15:59:21.204Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:21.204Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:21.204Z] Selecting previously unselected package libnorm1:amd64. [2022-06-08T15:59:21.204Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-06-08T15:59:21.204Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-06-08T15:59:21.204Z] Selecting previously unselected package libnorm-dev:amd64. [2022-06-08T15:59:21.204Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-06-08T15:59:21.204Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-06-08T15:59:21.465Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-06-08T15:59:21.465Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-06-08T15:59:21.465Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-06-08T15:59:21.465Z] Selecting previously unselected package libpgm-dev:amd64. [2022-06-08T15:59:21.465Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-06-08T15:59:21.465Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-06-08T15:59:21.465Z] Selecting previously unselected package libsodium-dev:amd64. [2022-06-08T15:59:21.465Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-06-08T15:59:21.465Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-06-08T15:59:21.727Z] Selecting previously unselected package libzmq5:amd64. [2022-06-08T15:59:21.727Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-06-08T15:59:21.727Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-06-08T15:59:21.727Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-06-08T15:59:21.727Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-06-08T15:59:21.727Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:21.727Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-06-08T15:59:21.727Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-06-08T15:59:21.727Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-06-08T15:59:21.727Z] Selecting previously unselected package pkg-config. [2022-06-08T15:59:21.997Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-06-08T15:59:21.997Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-06-08T15:59:21.997Z] Selecting previously unselected package zip. [2022-06-08T15:59:21.997Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-06-08T15:59:21.997Z] Unpacking zip (3.0-11build1) ... [2022-06-08T15:59:21.997Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-06-08T15:59:21.997Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-06-08T15:59:21.997Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-06-08T15:59:21.997Z] No schema files found: doing nothing. [2022-06-08T15:59:21.997Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-06-08T15:59:21.997Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-06-08T15:59:21.997Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-06-08T15:59:21.997Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-06-08T15:59:21.997Z] Setting up liberror-perl (0.17029-1) ... [2022-06-08T15:59:21.997Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:21.997Z] Setting up zip (3.0-11build1) ... [2022-06-08T15:59:21.997Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-06-08T15:59:21.997Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... [2022-06-08T15:59:21.997Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-06-08T15:59:22.257Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-06-08T15:59:22.257Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-06-08T15:59:22.257Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:22.257Z] Setting up git-man (1:2.25.1-1ubuntu3.4) ... [2022-06-08T15:59:22.257Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:22.257Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-06-08T15:59:22.257Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:22.257Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-06-08T15:59:22.257Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.11) ... [2022-06-08T15:59:22.257Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-06-08T15:59:22.257Z] Setting up git (1:2.25.1-1ubuntu3.4) ... [2022-06-08T15:59:22.257Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:22.257Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-06-08T15:59:22.257Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-06-08T15:59:22.257Z] Processing triggers for libc-bin (2.31-0ubuntu9.9) ... [2022-06-08T15:59:23.201Z] comerr-dev set to automatically installed. [2022-06-08T15:59:23.201Z] git set to automatically installed. [2022-06-08T15:59:23.201Z] git-man set to automatically installed. [2022-06-08T15:59:23.201Z] krb5-multidev set to automatically installed. [2022-06-08T15:59:23.201Z] libbrotli1 set to automatically installed. [2022-06-08T15:59:23.201Z] libcurl3-gnutls set to automatically installed. [2022-06-08T15:59:23.201Z] liberror-perl set to automatically installed. [2022-06-08T15:59:23.201Z] libglib2.0-0 set to automatically installed. [2022-06-08T15:59:23.201Z] libgssrpc4 set to automatically installed. [2022-06-08T15:59:23.201Z] libkadm5clnt-mit11 set to automatically installed. [2022-06-08T15:59:23.201Z] libkadm5srv-mit11 set to automatically installed. [2022-06-08T15:59:23.201Z] libkdb5-9 set to automatically installed. [2022-06-08T15:59:23.201Z] libkrb5-dev set to automatically installed. [2022-06-08T15:59:23.201Z] libnghttp2-14 set to automatically installed. [2022-06-08T15:59:23.201Z] libnorm-dev set to automatically installed. [2022-06-08T15:59:23.201Z] libnorm1 set to automatically installed. [2022-06-08T15:59:23.201Z] libpgm-5.2-0 set to automatically installed. [2022-06-08T15:59:23.201Z] libpgm-dev set to automatically installed. [2022-06-08T15:59:23.201Z] libpsl5 set to automatically installed. [2022-06-08T15:59:23.201Z] librtmp1 set to automatically installed. [2022-06-08T15:59:23.201Z] libsodium-dev set to automatically installed. [2022-06-08T15:59:23.201Z] libsodium23 set to automatically installed. [2022-06-08T15:59:23.201Z] libssh-4 set to automatically installed. [2022-06-08T15:59:23.201Z] libzmq3-dev set to automatically installed. [2022-06-08T15:59:23.201Z] libzmq5 set to automatically installed. [2022-06-08T15:59:23.201Z] pkg-config set to automatically installed. [2022-06-08T15:59:23.201Z] zip set to automatically installed. [2022-06-08T15:59:23.772Z] snapd is not logged in, snap install commands will use sudo [2022-06-08T15:59:30.351Z] go (1.16/stable) 1.16.15 from Michael Hudson-Doyle (mwhudson) installed [2022-06-08T15:59:30.921Z] Pulling config-common [2022-06-08T15:59:30.921Z] + snapcraftctl pull [2022-06-08T15:59:36.203Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-06-08T15:59:36.203Z] Fetched 290 kB in 0s (0 B/s) [2022-06-08T15:59:36.203Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-06-08T15:59:36.203Z] Fetched 158 kB in 0s (0 B/s) [2022-06-08T15:59:36.203Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-06-08T15:59:36.203Z] Fetched 242 kB in 0s (0 B/s) [2022-06-08T15:59:36.203Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-06-08T15:59:36.203Z] Fetched 150 kB in 0s (0 B/s) [2022-06-08T15:59:36.203Z] Pulling device-modbus [2022-06-08T15:59:36.203Z] + snapcraftctl pull [2022-06-08T15:59:38.114Z] Pulling hooks [2022-06-08T15:59:38.114Z] + snapcraftctl pull [2022-06-08T15:59:38.456Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-08T15:59:38.456Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-08T15:59:38.456Z] ./bin/test-attribution-txt.sh [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.1.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/goburrow/modbus v0.1.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-08T15:59:38.456Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-08T15:59:38.456Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-08T15:59:38.456Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-08T15:59:38.456Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-08T15:59:38.456Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-08T15:59:38.457Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-08T15:59:38.457Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-08T15:59:38.457Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/goburrow/serial v0.1.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-08T15:59:38.457Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-08T15:59:38.457Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-08T15:59:38.457Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-08T15:59:38.457Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-08T15:59:38.457Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-08T15:59:38.457Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-08T15:59:38.734Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-08T15:59:38.734Z] go: downloading golang.org/x/text v0.3.6 [2022-06-08T15:59:39.496Z] Building config-common [2022-06-08T15:59:39.496Z] + snapcraftctl build [2022-06-08T15:59:39.728Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-08T15:59:39.728Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-08T15:59:39.728Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-08T15:59:39.729Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-08T15:59:39.729Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-08T15:59:40.003Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-08T15:59:40.276Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-08T15:59:40.276Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-08T15:59:40.276Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-08T15:59:40.437Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-06-08T15:59:40.551Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-08T15:59:41.379Z] Building device-modbus [2022-06-08T15:59:41.638Z] + cd /root/parts/device-modbus/src [2022-06-08T15:59:41.638Z] ++ git describe --tags --abbrev=0 [2022-06-08T15:59:41.638Z] ++ sed s/v// [2022-06-08T15:59:41.638Z] + GIT_VERSION=2.1.1-dev.2 [2022-06-08T15:59:41.638Z] + '[' -z 2.1.1-dev.2 ']' [2022-06-08T15:59:41.638Z] + snapcraftctl set-version 2.1.1-dev.2 [2022-06-08T15:59:42.028Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-08T15:59:42.028Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-08T15:59:42.028Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-08T15:59:42.028Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-08T15:59:42.028Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-08T15:59:42.028Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-08T15:59:42.028Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-06-08T15:59:43.020Z] + echo 2.1.1-dev.2 [2022-06-08T15:59:43.021Z] + go mod tidy [2022-06-08T15:59:44.411Z] go: downloading github.com/edgexfoundry/device-sdk-go/v2 v2.1.1 [2022-06-08T15:59:44.411Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-08T15:59:44.411Z] go: downloading github.com/goburrow/modbus v0.1.0 [2022-06-08T15:59:44.411Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-08T15:59:44.672Z] go: downloading github.com/goburrow/serial v0.1.0 [2022-06-08T15:59:44.672Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-08T15:59:44.672Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-08T15:59:44.672Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-08T15:59:44.672Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-08T15:59:45.243Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-08T15:59:45.243Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-08T15:59:45.243Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-08T15:59:45.504Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-08T15:59:45.504Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-08T15:59:45.765Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-08T15:59:45.765Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-08T15:59:45.765Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-08T15:59:45.765Z] go: downloading golang.org/x/text v0.3.6 [2022-06-08T15:59:45.765Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-08T15:59:45.765Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-06-08T15:59:46.025Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-08T15:59:46.025Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-08T15:59:46.025Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-08T15:59:46.284Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-08T15:59:46.284Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-08T15:59:46.284Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-08T15:59:46.284Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-08T15:59:46.284Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-08T15:59:46.284Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-08T15:59:46.284Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-08T15:59:46.284Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-08T15:59:46.546Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-08T15:59:46.546Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-08T15:59:46.546Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-08T15:59:46.546Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-08T15:59:46.546Z] go: downloading github.com/kr/text v0.2.0 [2022-06-08T15:59:46.546Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-08T15:59:46.805Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-08T15:59:46.806Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-08T15:59:46.806Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-08T15:59:46.806Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-08T15:59:46.806Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-08T15:59:46.806Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-08T15:59:46.806Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-08T15:59:46.806Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-08T15:59:46.806Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-08T15:59:47.064Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-08T15:59:47.064Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-08T15:59:47.064Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-08T15:59:47.064Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-08T15:59:47.064Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-08T15:59:47.064Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-08T15:59:47.064Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-08T15:59:47.064Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-08T15:59:47.064Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-08T15:59:47.064Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-08T15:59:47.064Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-08T15:59:47.065Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-08T15:59:47.065Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-08T15:59:47.065Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-08T15:59:47.065Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-08T15:59:47.065Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-08T15:59:47.324Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-08T15:59:47.324Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-08T15:59:47.324Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2022-06-08T15:59:47.324Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-08T15:59:47.324Z] + make build [2022-06-08T15:59:47.324Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=2.1.1-dev.2" -o cmd/device-modbus ./cmd [Pipeline] echo [2022-06-08T15:59:47.575Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-08T15:59:48.301Z] + go mod tidy [2022-06-08T15:59:48.576Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-08T15:59:48.576Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-08T15:59:48.576Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-08T15:59:48.852Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-08T15:59:48.852Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-08T15:59:48.852Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-08T15:59:48.852Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-08T15:59:48.852Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-08T15:59:48.852Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-08T15:59:48.852Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-08T15:59:48.852Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-08T15:59:49.126Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-08T15:59:49.126Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-08T15:59:49.126Z] go: downloading github.com/kr/text v0.2.0 [2022-06-08T15:59:49.126Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-08T15:59:49.126Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-08T15:59:49.126Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-08T15:59:49.126Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-08T15:59:49.126Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-08T15:59:49.404Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-08T15:59:49.404Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-08T15:59:49.404Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-08T15:59:49.404Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-08T15:59:49.404Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-08T15:59:49.719Z] $ docker stop --time=1 59fce67c9fd27f4006d96eeaab1d11582d5f0f6f49e0d154d4f64e2c8ab0052a [2022-06-08T15:59:51.974Z] $ docker rm -f 59fce67c9fd27f4006d96eeaab1d11582d5f0f6f49e0d154d4f64e2c8ab0052a [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-08T15:59:54.326Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-08T15:59:54.366Z] Warning: overwriting stash ‘coverage-report’ [2022-06-08T15:59:55.045Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-08T15:59:55.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-08T15:59:56.026Z] + ls -al . [2022-06-08T15:59:56.026Z] total 188 [2022-06-08T15:59:56.026Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 15:59 . [2022-06-08T15:59:56.026Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 15:56 .. [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 8 15:56 .dockerignore [2022-06-08T15:59:56.026Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 15:57 .git [2022-06-08T15:59:56.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:56 .github [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 323 Jun 8 15:56 .gitignore [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 8010 Jun 8 15:56 Attribution.txt [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 6297 Jun 8 15:56 CHANGELOG.md [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 1523 Jun 8 15:56 Dockerfile [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 8 15:56 GOVERNANCE.md [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 679 Jun 8 15:56 Jenkinsfile [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 8 15:56 LICENSE [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 1009 Jun 8 15:56 Makefile [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 622 Jun 8 15:56 OWNERS.md [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 3488 Jun 8 15:56 README.md [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 15:54 VERSION [2022-06-08T15:59:56.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:56 bin [2022-06-08T15:59:56.026Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 15:56 cmd [2022-06-08T15:59:56.026Z] -rw-r--r-- 1 jenkins jenkins 23727 Jun 8 15:59 coverage.out [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 294 Jun 8 15:59 go.mod [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 49487 Jun 8 15:56 go.sum [2022-06-08T15:59:56.026Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 15:56 internal [2022-06-08T15:59:56.026Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 15:56 simulator [2022-06-08T15:59:56.026Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 15:56 snap [2022-06-08T15:59:56.026Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 8 15:56 vendor [2022-06-08T15:59:56.026Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 8 15:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T15:59:56.467Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=43be9692fd6bfa3b5ac1916795cf21d55e3d2250 --label arch=arm64 --label version=0.0.0 . [2022-06-08T15:59:57.471Z] + install -DT ./cmd/device-modbus /root/parts/device-modbus/install/bin/device-modbus [2022-06-08T15:59:57.471Z] + install -d /root/parts/device-modbus/install/config/device-modbus/res/ [2022-06-08T15:59:57.471Z] + install -DT ./cmd/res/configuration.toml /root/parts/device-modbus/install/config/device-modbus/res/configuration.toml [2022-06-08T15:59:57.471Z] + for fpath in ./cmd/res/profiles/* [2022-06-08T15:59:57.471Z] ++ basename ./cmd/res/profiles/modbus.test.device.profile.yml [2022-06-08T15:59:57.471Z] + fname=modbus.test.device.profile.yml [2022-06-08T15:59:57.471Z] + install -DT ./cmd/res/profiles/modbus.test.device.profile.yml /root/parts/device-modbus/install/config/device-modbus/res/profiles/modbus.test.device.profile.yml [2022-06-08T15:59:57.471Z] + for fpath in ./cmd/res/profiles/* [2022-06-08T15:59:57.471Z] ++ basename ./cmd/res/profiles/modbus.test.device.string.profile.yml [2022-06-08T15:59:57.471Z] + fname=modbus.test.device.string.profile.yml [2022-06-08T15:59:57.471Z] + install -DT ./cmd/res/profiles/modbus.test.device.string.profile.yml /root/parts/device-modbus/install/config/device-modbus/res/profiles/modbus.test.device.string.profile.yml [2022-06-08T15:59:57.471Z] + for fpath in ./cmd/res/devices/*.toml [2022-06-08T15:59:57.471Z] ++ basename ./cmd/res/devices/modbus.test.devices.toml [2022-06-08T15:59:57.471Z] + fname=modbus.test.devices.toml [2022-06-08T15:59:57.471Z] + install -DT ./cmd/res/devices/modbus.test.devices.toml /root/parts/device-modbus/install/config/device-modbus/res/devices/modbus.test.devices.toml [2022-06-08T15:59:57.471Z] + install -DT ./Attribution.txt /root/parts/device-modbus/install/usr/share/doc/device-modbus/Attribution.txt [2022-06-08T15:59:57.471Z] + install -DT ./LICENSE /root/parts/device-modbus/install/usr/share/doc/device-modbus/LICENSE [2022-06-08T15:59:57.471Z] Building hooks [2022-06-08T15:59:57.471Z] + cd /root/parts/hooks/src [2022-06-08T15:59:57.471Z] + make build [2022-06-08T15:59:57.471Z] go mod tidy [2022-06-08T15:59:57.903Z] Sending build context to Docker daemon 14.34MB [2022-06-08T15:59:57.903Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2022-06-08T15:59:57.903Z] Step 2/22 : FROM ${BASE} AS builder [2022-06-08T15:59:57.903Z] ---> f3fa18e07268 [2022-06-08T15:59:57.903Z] Step 3/22 : ARG MAKE='make build' [2022-06-08T15:59:57.903Z] ---> Running in 12655a9e8d52 [2022-06-08T15:59:58.176Z] Removing intermediate container 12655a9e8d52 [2022-06-08T15:59:58.176Z] ---> b64e0d5151a5 [2022-06-08T15:59:58.176Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T15:59:58.176Z] ---> Running in 9200644b7902 [2022-06-08T15:59:58.416Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2022-06-08T15:59:58.416Z] go: downloading github.com/stretchr/testify v1.5.1 [2022-06-08T15:59:58.416Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2022-06-08T15:59:58.416Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-06-08T15:59:58.676Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-06-08T15:59:59.245Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-06-08T15:59:59.817Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-06-08T15:59:59.817Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-06-08T16:00:00.157Z] Removing intermediate container 9200644b7902 [2022-06-08T16:00:00.157Z] ---> 5d00bcc7ce72 [2022-06-08T16:00:00.157Z] Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2022-06-08T16:00:00.157Z] ---> Running in 3ef392e06881 [2022-06-08T16:00:00.757Z] Staging config-common [2022-06-08T16:00:00.757Z] + snapcraftctl stage [2022-06-08T16:00:01.146Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-08T16:00:02.134Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-08T16:00:02.143Z] Staging device-modbus [2022-06-08T16:00:02.143Z] + snapcraftctl stage [2022-06-08T16:00:02.729Z] OK: 225 MiB in 60 packages [2022-06-08T16:00:03.715Z] Removing intermediate container 3ef392e06881 [2022-06-08T16:00:03.715Z] ---> c4fea994f5d6 [2022-06-08T16:00:03.715Z] Step 6/22 : WORKDIR /device-modbus-go [2022-06-08T16:00:03.715Z] ---> Running in 22d9073bb5f5 [2022-06-08T16:00:04.050Z] Staging hooks [2022-06-08T16:00:04.050Z] + snapcraftctl stage [2022-06-08T16:00:04.316Z] Removing intermediate container 22d9073bb5f5 [2022-06-08T16:00:04.316Z] ---> 1e1223cbf0e6 [2022-06-08T16:00:04.316Z] Step 7/22 : COPY . . [2022-06-08T16:00:04.987Z] Priming config-common [2022-06-08T16:00:04.987Z] + snapcraftctl prime [2022-06-08T16:00:06.897Z] Priming device-modbus [2022-06-08T16:00:06.897Z] + snapcraftctl prime [2022-06-08T16:00:08.277Z] Priming hooks [2022-06-08T16:00:08.277Z] + snapcraftctl prime [2022-06-08T16:00:08.628Z] ---> c3214bef57df [2022-06-08T16:00:08.628Z] Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-08T16:00:08.628Z] ---> Running in 6a9f216048b4 [2022-06-08T16:00:09.615Z] skipping... [2022-06-08T16:00:09.889Z] Removing intermediate container 6a9f216048b4 [2022-06-08T16:00:09.889Z] ---> c4d853bc10a6 [2022-06-08T16:00:09.889Z] Step 9/22 : RUN ${MAKE} [2022-06-08T16:00:10.172Z] ---> Running in d5225b2fa5a7 [2022-06-08T16:00:11.159Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T16:00:12.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-08T16:00:12.517Z] [2022-06-08T16:00:12.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T16:00:12.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-08T16:00:12.894Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-08T16:00:12.894Z] 5eb5b503b376: Pulling fs layer [2022-06-08T16:00:12.894Z] 5c69ac0246d0: Pulling fs layer [2022-06-08T16:00:12.894Z] ec43610c2a17: Pulling fs layer [2022-06-08T16:00:12.894Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-08T16:00:12.894Z] 33b1e0a273af: Pulling fs layer [2022-06-08T16:00:12.894Z] 5d3b04190fa2: Pulling fs layer [2022-06-08T16:00:12.894Z] 2f39f015ded8: Pulling fs layer [2022-06-08T16:00:12.894Z] 33b1e0a273af: Waiting [2022-06-08T16:00:12.894Z] 5d3b04190fa2: Waiting [2022-06-08T16:00:12.894Z] 2f39f015ded8: Waiting [2022-06-08T16:00:12.894Z] 3a2ae6a8a46f: Waiting [2022-06-08T16:00:12.894Z] 5c69ac0246d0: Download complete [2022-06-08T16:00:12.894Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-08T16:00:12.894Z] 3a2ae6a8a46f: Download complete [2022-06-08T16:00:12.894Z] 33b1e0a273af: Verifying Checksum [2022-06-08T16:00:12.894Z] 33b1e0a273af: Download complete [2022-06-08T16:00:12.894Z] ec43610c2a17: Verifying Checksum [2022-06-08T16:00:12.894Z] ec43610c2a17: Download complete [2022-06-08T16:00:13.154Z] 5d3b04190fa2: Download complete [2022-06-08T16:00:13.154Z] 5eb5b503b376: Verifying Checksum [2022-06-08T16:00:13.154Z] 5eb5b503b376: Download complete [2022-06-08T16:00:13.730Z] 2f39f015ded8: Download complete [2022-06-08T16:00:14.301Z] 5eb5b503b376: Pull complete [2022-06-08T16:00:14.560Z] 5c69ac0246d0: Pull complete [2022-06-08T16:00:14.820Z] ec43610c2a17: Pull complete [2022-06-08T16:00:14.820Z] 3a2ae6a8a46f: Pull complete [2022-06-08T16:00:15.079Z] 33b1e0a273af: Pull complete [2022-06-08T16:00:15.079Z] 5d3b04190fa2: Pull complete [2022-06-08T16:00:19.272Z] 2f39f015ded8: Pull complete [2022-06-08T16:00:19.272Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-08T16:00:19.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-08T16:00:19.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T16:00:19.530Z] prd-ubuntu20.04-docker-8c-8g-1759 does not seem to be running inside a container [2022-06-08T16:00:19.618Z] $ 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/xfoundry_device-modbus-go_PR-351 -v /w/workspace/xfoundry_device-modbus-go_PR-351:/w/workspace/xfoundry_device-modbus-go_PR-351:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-351@tmp:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-08T16:00:21.187Z] $ docker top 2a2a535b8fd268d611eb2d3958d889aeb3300d7542e4ca4def55a49cbbb7a7a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:00:21.632Z] ---> job-cost.sh [2022-06-08T16:00:21.632Z] lf-activate-venv: SKIPPING [2022-06-08T16:00:21.632Z] INFO: No Stack... [2022-06-08T16:00:21.893Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-08T16:00:22.466Z] INFO: Archiving Costs [Pipeline] sh [2022-06-08T16:00:22.782Z] + cat /w/workspace/xfoundry_device-modbus-go_PR-351/archives/cost.csv [2022-06-08T16:00:22.782Z] + cut -d, -f6 [Pipeline] lock [2022-06-08T16:00:22.823Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [2022-06-08T16:00:22.828Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] did not exist. Created. [2022-06-08T16:00:22.828Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-08T16:00:23.230Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-08T16:00:23.291Z] Stashed 1 file(s) [Pipeline] } [2022-06-08T16:00:23.309Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-08T16:00:23.394Z] $ docker stop --time=1 2a2a535b8fd268d611eb2d3958d889aeb3300d7542e4ca4def55a49cbbb7a7a6 [2022-06-08T16:00:24.565Z] $ docker rm -f 2a2a535b8fd268d611eb2d3958d889aeb3300d7542e4ca4def55a49cbbb7a7a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-08T16:00:50.220Z] Removing intermediate container d5225b2fa5a7 [2022-06-08T16:00:50.220Z] ---> 33f909646a8c [2022-06-08T16:00:50.220Z] Step 10/22 : FROM alpine:3.14 [2022-06-08T16:00:50.220Z] 3.14: Pulling from library/alpine [2022-06-08T16:00:50.220Z] 455c02918c45: Pulling fs layer [2022-06-08T16:00:50.496Z] 455c02918c45: Verifying Checksum [2022-06-08T16:00:50.496Z] 455c02918c45: Download complete [2022-06-08T16:00:50.767Z] 455c02918c45: Pull complete [2022-06-08T16:00:51.040Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-08T16:00:51.040Z] Status: Downloaded newer image for alpine:3.14 [2022-06-08T16:00:51.040Z] ---> ac73e934f311 [2022-06-08T16:00:51.040Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2022-06-08T16:00:51.040Z] ---> Running in ddb64464cc6b [2022-06-08T16:00:51.322Z] Removing intermediate container ddb64464cc6b [2022-06-08T16:00:51.322Z] ---> 75dc4b1a2851 [2022-06-08T16:00:51.322Z] Step 12/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-08T16:00:51.322Z] ---> Running in d04778255621 [2022-06-08T16:00:53.296Z] Removing intermediate container d04778255621 [2022-06-08T16:00:53.296Z] ---> f87aa175b1d5 [2022-06-08T16:00:53.296Z] Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-08T16:00:53.296Z] ---> Running in d3f0af529a0b [2022-06-08T16:00:53.893Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-08T16:00:54.871Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-08T16:00:55.845Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-08T16:00:55.845Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-08T16:00:55.845Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-08T16:00:55.845Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-08T16:00:56.120Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-08T16:00:56.120Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-08T16:00:56.395Z] Executing busybox-1.33.1-r7.trigger [2022-06-08T16:00:56.395Z] OK: 8 MiB in 20 packages [2022-06-08T16:00:57.384Z] Removing intermediate container d3f0af529a0b [2022-06-08T16:00:57.384Z] ---> be58f71d5065 [2022-06-08T16:00:57.384Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2022-06-08T16:00:58.380Z] ---> 4e3359b31f95 [2022-06-08T16:00:58.380Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2022-06-08T16:00:58.654Z] ---> 19bbfcec867f [2022-06-08T16:00:58.654Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2022-06-08T16:00:59.254Z] ---> ffbb41642314 [2022-06-08T16:00:59.254Z] Step 17/22 : EXPOSE 59901 [2022-06-08T16:00:59.530Z] ---> Running in 62db2b134b18 [2022-06-08T16:00:59.808Z] Removing intermediate container 62db2b134b18 [2022-06-08T16:00:59.808Z] ---> 7bb1c296cf4a [2022-06-08T16:00:59.808Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2022-06-08T16:00:59.808Z] ---> Running in 5caca94617b8 [2022-06-08T16:01:00.083Z] Removing intermediate container 5caca94617b8 [2022-06-08T16:01:00.083Z] ---> 2f80f9106525 [2022-06-08T16:01:00.083Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-08T16:01:00.083Z] ---> Running in 9f9831790eba [2022-06-08T16:01:00.687Z] Removing intermediate container 9f9831790eba [2022-06-08T16:01:00.687Z] ---> 001a18179082 [2022-06-08T16:01:00.687Z] Step 20/22 : LABEL arch=arm64 [2022-06-08T16:01:00.687Z] ---> Running in d425efc162b9 [2022-06-08T16:01:00.969Z] Removing intermediate container d425efc162b9 [2022-06-08T16:01:00.969Z] ---> 470d030a4751 [2022-06-08T16:01:00.969Z] Step 21/22 : LABEL git_sha=43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [2022-06-08T16:01:00.969Z] ---> Running in 4b80bc5400a9 [2022-06-08T16:01:01.251Z] Removing intermediate container 4b80bc5400a9 [2022-06-08T16:01:01.251Z] ---> b58fa5fd6c7d [2022-06-08T16:01:01.251Z] Step 22/22 : LABEL version=0.0.0 [2022-06-08T16:01:01.531Z] ---> Running in adec941ef533 [2022-06-08T16:01:01.808Z] Removing intermediate container adec941ef533 [2022-06-08T16:01:01.808Z] ---> d812021bcdd7 [2022-06-08T16:01:01.808Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-08T16:01:02.080Z] Successfully built d812021bcdd7 [2022-06-08T16:01:02.080Z] Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T16:01:03.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-08T16:01:03.149Z] [2022-06-08T16:01:03.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T16:01:03.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-08T16:01:03.848Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-08T16:01:03.848Z] 8998bd30e6a1: Pulling fs layer [2022-06-08T16:01:03.848Z] 04944245beec: Pulling fs layer [2022-06-08T16:01:03.848Z] 699f458cf7ca: Pulling fs layer [2022-06-08T16:01:03.848Z] 765212b225bb: Pulling fs layer [2022-06-08T16:01:03.848Z] f23df028b6ca: Pulling fs layer [2022-06-08T16:01:03.848Z] d65c8cfc05b1: Pulling fs layer [2022-06-08T16:01:03.848Z] 2437ff75d9bd: Pulling fs layer [2022-06-08T16:01:03.848Z] 765212b225bb: Waiting [2022-06-08T16:01:03.848Z] f23df028b6ca: Waiting [2022-06-08T16:01:03.848Z] d65c8cfc05b1: Waiting [2022-06-08T16:01:03.848Z] 2437ff75d9bd: Waiting [2022-06-08T16:01:03.848Z] 04944245beec: Verifying Checksum [2022-06-08T16:01:03.848Z] 04944245beec: Download complete [2022-06-08T16:01:03.848Z] 765212b225bb: Verifying Checksum [2022-06-08T16:01:03.848Z] 765212b225bb: Download complete [2022-06-08T16:01:03.848Z] f23df028b6ca: Download complete [2022-06-08T16:01:04.127Z] d65c8cfc05b1: Verifying Checksum [2022-06-08T16:01:04.127Z] d65c8cfc05b1: Download complete [2022-06-08T16:01:04.127Z] 699f458cf7ca: Verifying Checksum [2022-06-08T16:01:04.127Z] 699f458cf7ca: Download complete [2022-06-08T16:01:04.405Z] 8998bd30e6a1: Verifying Checksum [2022-06-08T16:01:04.405Z] 8998bd30e6a1: Download complete [2022-06-08T16:01:07.908Z] 2437ff75d9bd: Verifying Checksum [2022-06-08T16:01:07.908Z] 2437ff75d9bd: Download complete [2022-06-08T16:01:09.877Z] 8998bd30e6a1: Pull complete [2022-06-08T16:01:10.154Z] 04944245beec: Pull complete [2022-06-08T16:01:11.588Z] 699f458cf7ca: Pull complete [2022-06-08T16:01:11.862Z] 765212b225bb: Pull complete [2022-06-08T16:01:12.841Z] f23df028b6ca: Pull complete [2022-06-08T16:01:12.842Z] d65c8cfc05b1: Pull complete [2022-06-08T16:01:27.948Z] 2437ff75d9bd: Pull complete [2022-06-08T16:01:27.948Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-08T16:01:27.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-08T16:01:27.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T16:01:28.352Z] prd-ubuntu20.04-docker-arm64-4c-16g-1760 does not seem to be running inside a container [2022-06-08T16:01:28.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-08T16:01:31.094Z] $ docker top 1baf8b57275a18a363c0e5554da9156620156cbbd320b8180f67938f6308aa72 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:32.100Z] ---> job-cost.sh [2022-06-08T16:01:32.101Z] lf-activate-venv: SKIPPING [2022-06-08T16:01:32.101Z] INFO: No Stack... [2022-06-08T16:01:32.697Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-08T16:01:33.677Z] INFO: Archiving Costs [Pipeline] sh [2022-06-08T16:01:34.360Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2022-06-08T16:01:34.360Z] + cut -d, -f6 [Pipeline] lock [2022-06-08T16:01:34.413Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [2022-06-08T16:01:34.418Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] did not exist. Created. [2022-06-08T16:01:34.418Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-08T16:01:35.171Z] /w/workspace/device-modbus-go/1@tmp/durable-5551bed4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-08T16:01:35.872Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-08T16:01:35.909Z] Warning: overwriting stash ‘stack-cost’ [2022-06-08T16:01:36.144Z] Stashed 1 file(s) [Pipeline] } [2022-06-08T16:01:36.164Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-08T16:01:36.264Z] $ docker stop --time=1 1baf8b57275a18a363c0e5554da9156620156cbbd320b8180f67938f6308aa72 [2022-06-08T16:01:37.920Z] $ docker rm -f 1baf8b57275a18a363c0e5554da9156620156cbbd320b8180f67938f6308aa72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-06-08T16:01:38.986Z] provisioning config files... [2022-06-08T16:01:38.994Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/config4996375304224653867tmp [Pipeline] { [Pipeline] sh [2022-06-08T16:01:39.330Z] + set +x [2022-06-08T16:01:39.330Z] + curl -s https://codecov.io/bash [2022-06-08T16:01:39.330Z] + bash -s -- [2022-06-08T16:01:39.330Z] [2022-06-08T16:01:39.330Z] _____ _ [2022-06-08T16:01:39.330Z] / ____| | | [2022-06-08T16:01:39.330Z] | | ___ __| | ___ ___ _____ __ [2022-06-08T16:01:39.330Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-08T16:01:39.330Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-08T16:01:39.330Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-08T16:01:39.330Z] Bash-1.0.6 [2022-06-08T16:01:39.330Z] [2022-06-08T16:01:39.330Z] [2022-06-08T16:01:39.330Z] ==> git version 2.25.1 found [2022-06-08T16:01:39.330Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-06-08T16:01:39.330Z] Release-Date: 2020-01-08 [2022-06-08T16:01:39.330Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-08T16:01:39.330Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-08T16:01:39.330Z] ==> Jenkins CI detected. [2022-06-08T16:01:39.330Z] current dir:  /w/workspace/xfoundry_device-modbus-go_PR-351 [2022-06-08T16:01:39.330Z] project root: . [2022-06-08T16:01:39.330Z] --> token set from env [2022-06-08T16:01:39.330Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-08T16:01:39.330Z] ==> Running gcov in . (disable via -X gcov) [2022-06-08T16:01:39.330Z] ==> Python coveragepy not found [2022-06-08T16:01:39.330Z] ==> Searching for coverage reports in: [2022-06-08T16:01:39.330Z] + . [2022-06-08T16:01:39.330Z] -> Found 1 reports [2022-06-08T16:01:39.330Z] ==> Detecting git/mercurial file structure [2022-06-08T16:01:39.330Z] ==> Reading reports [2022-06-08T16:01:39.330Z] + ./coverage.out bytes=23727 [2022-06-08T16:01:39.330Z] ==> Appending adjustments [2022-06-08T16:01:39.330Z] https://docs.codecov.io/docs/fixing-reports [2022-06-08T16:01:39.591Z] + Found adjustments [2022-06-08T16:01:39.591Z] ==> Gzipping contents [2022-06-08T16:01:39.591Z] 12K /tmp/codecov.5ew6qD.gz [2022-06-08T16:01:39.591Z] ==> Uploading reports [2022-06-08T16:01:39.591Z] url: https://codecov.io [2022-06-08T16:01:39.591Z] query: branch=PR-351&commit=43be9692fd6bfa3b5ac1916795cf21d55e3d2250&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=351&job=&cmd_args= [2022-06-08T16:01:39.591Z] -> Pinging Codecov [2022-06-08T16:01:39.591Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=PR-351&commit=43be9692fd6bfa3b5ac1916795cf21d55e3d2250&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=351&job=&cmd_args= [2022-06-08T16:01:39.851Z] -> Uploading to [2022-06-08T16:01:39.851Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-08/55DBCA73C666E3227836607328DD7E49/43be9692fd6bfa3b5ac1916795cf21d55e3d2250/5fe9eb72-7a81-4440-a201-05f60511ecdf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220608T160139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2432c43dbd8583674016ab9e7769e072a4d3bfb568fad92a144803b6a5ba0137 [2022-06-08T16:01:39.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-08T16:01:39.851Z] Dload Upload Total Spent Left Speed [2022-06-08T16:01:40.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10764 0 0 100 10764 0 34722 --:--:-- --:--:-- --:--:-- 34722 [2022-06-08T16:01:40.112Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/43be9692fd6bfa3b5ac1916795cf21d55e3d2250 [Pipeline] } [2022-06-08T16:01:40.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-06-08T16:01:41.966Z] + [ -d /w/workspace/xfoundry_device-modbus-go_PR-351/archives ] [2022-06-08T16:01:41.966Z] + ls -al /w/workspace/xfoundry_device-modbus-go_PR-351/archives [2022-06-08T16:01:41.966Z] total 16 [2022-06-08T16:01:41.966Z] drwxr-xr-x 3 root root 4096 Jun 8 16:00 . [2022-06-08T16:01:41.966Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 8 16:00 .. [2022-06-08T16:01:41.966Z] drwxr-xr-x 2 root root 4096 Jun 8 16:00 cost [2022-06-08T16:01:41.966Z] -rw-r--r-- 1 root root 87 Jun 8 16:00 cost.csv [2022-06-08T16:01:41.966Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-351/archives [2022-06-08T16:01:41.966Z] + ls -al /w/workspace/xfoundry_device-modbus-go_PR-351/archives [2022-06-08T16:01:41.966Z] total 16 [2022-06-08T16:01:41.966Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 8 16:00 . [2022-06-08T16:01:41.966Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 8 16:00 .. [2022-06-08T16:01:41.966Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 8 16:00 cost [2022-06-08T16:01:41.966Z] -rw-r--r-- 1 jenkins jenkins 87 Jun 8 16:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:42.299Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:43.205Z] ---> package-listing.sh [2022-06-08T16:01:43.205Z] ++ facter osfamily [2022-06-08T16:01:43.205Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-08T16:01:43.467Z] + OS_FAMILY=debian [2022-06-08T16:01:43.467Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-351 [2022-06-08T16:01:43.467Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-08T16:01:43.467Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-08T16:01:43.467Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-08T16:01:43.467Z] + PACKAGES=/tmp/packages_start.txt [2022-06-08T16:01:43.467Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-351 ']' [2022-06-08T16:01:43.467Z] + PACKAGES=/tmp/packages_end.txt [2022-06-08T16:01:43.467Z] + case "${OS_FAMILY}" in [2022-06-08T16:01:43.467Z] + dpkg -l [2022-06-08T16:01:43.467Z] + grep '^ii' [2022-06-08T16:01:43.467Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-08T16:01:43.467Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-08T16:01:43.467Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-08T16:01:43.467Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-351 ']' [2022-06-08T16:01:43.467Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-351/archives/ [2022-06-08T16:01:43.467Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-351/archives/ [Pipeline] echo [2022-06-08T16:01:43.507Z] 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/xfoundry_device-modbus-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-08T16:01:43.803Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-08T16:01:44.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-08T16:01:44.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-08T16:01:44.612Z] prd-ubuntu20.04-docker-8c-8g-1759 does not seem to be running inside a container [2022-06-08T16:01:44.649Z] $ 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/xfoundry_device-modbus-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-351 -v /w/workspace/xfoundry_device-modbus-go_PR-351:/w/workspace/xfoundry_device-modbus-go_PR-351:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-351@tmp:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-08T16:01:44.853Z] $ docker top b01d4820220560d969cfb486e5b4918d99f7d4e430e972891f9498068c0925bc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-08T16:01:45.265Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-08T16:01:45.576Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-08T16:01:45.892Z] + ls /var/log/sa-host [2022-06-08T16:01:45.892Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-08T16:01:46.101Z] provisioning config files... [2022-06-08T16:01:46.111Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-351@tmp/config5219015339491053453tmp [Pipeline] { [Pipeline] echo [2022-06-08T16:01:46.172Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:46.496Z] ---> create-netrc.sh [Pipeline] } [2022-06-08T16:01:46.524Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:46.936Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-08T16:01:46.969Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:47.286Z] ---> sudo-logs.sh [2022-06-08T16:01:47.286Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-08T16:01:47.373Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:47.691Z] ---> job-cost.sh [2022-06-08T16:01:47.691Z] lf-activate-venv: SKIPPING [2022-06-08T16:01:47.691Z] DEBUG: total: 0.2199999988079071 [2022-06-08T16:01:47.691Z] INFO: Retrieving Stack Cost... [2022-06-08T16:01:47.953Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-08T16:01:48.523Z] INFO: Archiving Costs [Pipeline] echo [2022-06-08T16:01:48.558Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-08T16:01:48.869Z] ---> logs-deploy.sh [2022-06-08T16:01:48.869Z] lf-activate-venv: SKIPPING [2022-06-08T16:01:48.869Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-351/1 [2022-06-08T16:01:48.869Z] INFO: archiving workspace using pattern(s): [2022-06-08T16:01:49.806Z] Archives upload complete. [2022-06-08T16:01:49.806Z] INFO: archiving logs to Nexus