Pull request #3592 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96+4428e4d1b6445bf1b64e4b4ca5eff36de518c634 (b114ee3581ccb0a054133bc56fe22433f7096cb8) Running in Durability level: MAX_SURVIVABILITY 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh868284109930053297.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1221483282034746158.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 6a41506d72e8e131afc862d141935157bee59f41 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/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines # 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5578057831531727908.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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9181894212224252642.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 shared 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8682617456999485916.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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/edgex-go/branches/PR-3592/workspace@libs/lf-pipelines # 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7624018354548807293.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-957 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2207628262261949740.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh5876591038973595047.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 > git remote # timeout=10 > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh8239922355325022704.key > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:41 ========================================================= 19:07:41 EdgeX Global Pipelines Version Info 19:07:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:43 ------------------- 19:07:43 stable info: 19:07:43 ------------------- 19:07:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:43 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 19:07:43 Message: update stable to v1.0.195 19:07:43 ------------------- 19:07:43 experimental info: 19:07:43 ------------------- 19:07:43 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:43 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 19:07:43 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3592 [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3592 [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3592 [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2bc954c [Pipeline] echo 19:07:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:46 provisioning config files... 19:07:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1720173416448119315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:46 ---> docker-login.sh 19:07:46 nexus3.edgexfoundry.org:10001 19:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:46 Configure a credential helper to remove this warning. See 19:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:46 19:07:46 Login Succeeded 19:07:46 nexus3.edgexfoundry.org:10002 19:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:46 Configure a credential helper to remove this warning. See 19:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:46 19:07:46 Login Succeeded 19:07:46 nexus3.edgexfoundry.org:10003 19:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:47 Configure a credential helper to remove this warning. See 19:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:47 19:07:47 Login Succeeded 19:07:47 nexus3.edgexfoundry.org:10004 19:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:47 Configure a credential helper to remove this warning. See 19:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:47 19:07:47 Login Succeeded 19:07:47 docker.io 19:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:47 Configure a credential helper to remove this warning. See 19:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:47 19:07:47 Login Succeeded 19:07:47 ---> docker-login.sh ends [Pipeline] } 19:07:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/core-command/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo core-command,cmd/core-command/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/core-data/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo core-data,cmd/core-data/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/core-metadata/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/security-bootstrapper/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/security-proxy-setup/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/support-notifications/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/support-scheduler/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:48 + for file in '`ls cmd/**/Dockerfile`' 19:07:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:07:48 ++ cut -d/ -f2 19:07:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:48 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:49 19:07:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:07:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:49 latest: Pulling from edgex-devops/git-semver 19:07:49 31603596830f: Pulling fs layer 19:07:49 54011a49482f: Pulling fs layer 19:07:49 a6820b24f6d8: Pulling fs layer 19:07:49 f581987b2513: Pulling fs layer 19:07:49 f581987b2513: Waiting 19:07:49 54011a49482f: Verifying Checksum 19:07:49 54011a49482f: Download complete 19:07:50 31603596830f: Verifying Checksum 19:07:50 31603596830f: Download complete 19:07:50 f581987b2513: Verifying Checksum 19:07:50 f581987b2513: Download complete 19:07:50 a6820b24f6d8: Verifying Checksum 19:07:50 a6820b24f6d8: Download complete 19:07:50 31603596830f: Pull complete 19:07:50 54011a49482f: Pull complete 19:07:50 a6820b24f6d8: Pull complete 19:07:51 f581987b2513: Pull complete 19:07:51 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 19:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:07:51 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:07:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:52 $ docker top 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:52 [ssh-agent] Looking for ssh-agent implementation... 19:07:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:53 $ docker exec 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent 19:07:53 SSH_AUTH_SOCK=/tmp/ssh-xQttFzE491Pa/agent.14 19:07:53 SSH_AGENT_PID=20 19:07:53 Running ssh-add (command line suppressed) 19:07:53 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8315958893871281410.key (/w/workspace/edgex-go/1@tmp/private_key_8315958893871281410.key) 19:07:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:53 + git tag --points-at HEAD [Pipeline] } 19:07:53 $ docker exec --env ******** --env ******** 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent -k 19:07:53 unset SSH_AUTH_SOCK; 19:07:53 unset SSH_AGENT_PID; 19:07:53 echo Agent pid 20 killed; 19:07:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:53 [ssh-agent] Looking for ssh-agent implementation... 19:07:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:54 $ docker exec 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent 19:07:54 SSH_AUTH_SOCK=/tmp/ssh-Tw5vKhKpfMrN/agent.55 19:07:54 SSH_AGENT_PID=61 19:07:54 Running ssh-add (command line suppressed) 19:07:54 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6063778790015439880.key (/w/workspace/edgex-go/1@tmp/private_key_6063778790015439880.key) 19:07:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:54 + git semver init 19:07:54 # -> Open(): unable to determine branch for HEAD 19:07:54 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:07:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:07:54 # $SEMVER_REMOTE_NAME = origin 19:07:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:54 # $SEMVER_USER_NAME = edgex-jenkins 19:07:54 # $SEMVER_BRANCH = PR-3592 19:07:54 # $SEMVER_TEMP = /tmp/semver-810993266 19:07:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:06 # '/tmp/semver-810993266' -> '/w/workspace/edgex-go/1/.semver' 19:08:07 # -> Force: false 19:08:07 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:08:07 $ docker exec --env ******** --env ******** 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent -k 19:08:07 unset SSH_AUTH_SOCK; 19:08:07 unset SSH_AGENT_PID; 19:08:07 echo Agent pid 61 killed; 19:08:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:07 + git semver [Pipeline] } 19:08:07 $ docker stop --time=1 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 19:08:09 $ docker rm -f 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:10 Stashed 1 file(s) [Pipeline] echo 19:08:10 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:08:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:08:12 + true 19:08:12 + sudo service docker restart 19:08:12 Redirecting to /bin/systemctl restart docker.service 19:08:26 Still waiting to schedule task 19:08:26 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-954’ [Pipeline] echo 19:08:30 ========================================================= 19:08:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 19:08:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:08:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 19:08:32 Sending build context to Docker daemon 329.5MB 19:08:32 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 19:08:32 Step 2/6 : FROM ${BASE} 19:08:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:32 540db60ca938: Pulling fs layer 19:08:32 adcc1eea9eea: Pulling fs layer 19:08:32 4c4ab2625f07: Pulling fs layer 19:08:32 0510c868ecb4: Pulling fs layer 19:08:32 afea3b2eda06: Pulling fs layer 19:08:32 7809a108b3ef: Pulling fs layer 19:08:32 f706445af74f: Pulling fs layer 19:08:32 0510c868ecb4: Waiting 19:08:32 afea3b2eda06: Waiting 19:08:32 7809a108b3ef: Waiting 19:08:32 f706445af74f: Waiting 19:08:32 4c4ab2625f07: Download complete 19:08:32 adcc1eea9eea: Verifying Checksum 19:08:32 adcc1eea9eea: Download complete 19:08:32 afea3b2eda06: Verifying Checksum 19:08:32 afea3b2eda06: Download complete 19:08:32 7809a108b3ef: Verifying Checksum 19:08:32 7809a108b3ef: Download complete 19:08:32 540db60ca938: Verifying Checksum 19:08:32 540db60ca938: Download complete 19:08:32 540db60ca938: Pull complete 19:08:32 adcc1eea9eea: Pull complete 19:08:33 4c4ab2625f07: Pull complete 19:08:34 f706445af74f: Verifying Checksum 19:08:34 f706445af74f: Download complete 19:08:34 0510c868ecb4: Verifying Checksum 19:08:34 0510c868ecb4: Download complete 19:08:38 0510c868ecb4: Pull complete 19:08:38 afea3b2eda06: Pull complete 19:08:38 7809a108b3ef: Pull complete 19:08:40 f706445af74f: Pull complete 19:08:40 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 19:08:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:40 ---> b068be0155e3 19:08:40 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:08:41 ---> Running in d56d54c13fa7 19:08:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:08:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:08:49 (1/12) Installing libmagic (5.39-r0) 19:08:51 (2/12) Installing file (5.39-r0) 19:08:51 (3/12) Installing libc-dev (0.7.2-r3) 19:08:51 (4/12) Installing g++ (10.2.1_pre1-r3) 19:09:09 (5/12) Installing fortify-headers (1.1-r0) 19:09:09 (6/12) Installing patch (2.7.6-r7) 19:09:09 (7/12) Installing build-base (0.5-r2) 19:09:09 (8/12) Installing libsodium (1.0.18-r0) 19:09:09 (9/12) Installing pkgconf (1.7.3-r0) 19:09:09 (10/12) Installing libsodium-dev (1.0.18-r0) 19:09:09 (11/12) Installing libzmq (4.3.3-r1) 19:09:09 (12/12) Installing zeromq-dev (4.3.3-r1) 19:09:09 Executing busybox-1.32.1-r6.trigger 19:09:09 OK: 219 MiB in 52 packages 19:09:10 Removing intermediate container d56d54c13fa7 19:09:10 ---> acafb8b0d573 19:09:10 Step 4/6 : WORKDIR /edgex-go 19:09:10 ---> Running in f0e172cc6f04 19:09:10 Removing intermediate container f0e172cc6f04 19:09:10 ---> 08e9657acfb0 19:09:10 Step 5/6 : COPY go.mod . 19:09:10 ---> 4f59cb055811 19:09:10 Step 6/6 : RUN go mod download 19:09:10 ---> Running in f9c6dc2b0970 19:09:22 Removing intermediate container f9c6dc2b0970 19:09:22 ---> ce61ec4c4ffa 19:09:22 Successfully built ce61ec4c4ffa 19:09:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:23 + docker inspect -f . ci-base-image-x86_64 19:09:23 . [Pipeline] withDockerContainer 19:09:23 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:09:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 19:09:23 $ docker top b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:24 + go version 19:09:24 go version go1.16.3 linux/amd64 [Pipeline] } 19:09:24 $ docker stop --time=1 b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c 19:09:25 $ docker rm -f b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:26 + docker inspect -f . ci-base-image-x86_64 19:09:26 . [Pipeline] withDockerContainer 19:09:26 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:09:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 19:09:26 $ docker top 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:26 ========================================================= 19:09:26 [edgeXBuildGoParallel] Running Tests and Build... 19:09:26 ========================================================= [Pipeline] sh 19:09:27 + go mod tidy [Pipeline] sh 19:09:27 + make test 19:09:27 go mod tidy 19:09:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:33 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.079s coverage: 28.7% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 100.0% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.061s coverage: 53.1% of statements 19:10:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:10:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:10:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 87.7% of statements 19:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:10:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.042s coverage: 78.9% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.047s coverage: 81.2% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.232s coverage: 95.1% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.042s coverage: 0.8% of statements 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 22.0% of statements 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements 19:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.051s coverage: 79.5% of statements 19:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements 19:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 19:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 19:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 19:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.191s coverage: 81.8% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 65.1% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 85.4% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.2% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.125s coverage: 64.4% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 19:10:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.198s coverage: 66.9% of statements 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.6% of statements 19:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements 19:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 19:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.3% of statements 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.117s coverage: 91.9% of statements 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.6% of statements 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:10:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 19:10:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements 19:10:51 GO111MODULE=on go vet ./... 19:11:18 gofmt -l . 19:11:18 [ "`gofmt -l .`" = "" ] 19:11:18 ./bin/test-attribution-txt.sh [Pipeline] sh 19:11:18 + ls -al . 19:11:18 total 516 19:11:18 drwxrwxr-x 10 1001 1001 4096 Jun 23 19:11 . 19:11:18 drwxr-xr-x 4 root root 28 Jun 23 19:09 .. 19:11:18 -rw-rw-r-- 1 1001 1001 11 Jun 23 19:07 .dockerignore 19:11:18 drwxrwxr-x 8 1001 1001 179 Jun 23 19:07 .git 19:11:18 drwxrwxr-x 3 1001 1001 125 Jun 23 19:07 .github 19:11:18 -rw-rw-r-- 1 1001 1001 818 Jun 23 19:07 .gitignore 19:11:18 drwx------ 3 1001 1001 60 Jun 23 19:08 .semver 19:11:18 -rw-rw-r-- 1 1001 1001 166 Jun 23 19:07 .sonarcloud.properties 19:11:18 -rw-rw-r-- 1 1001 1001 8609 Jun 23 19:07 Attribution.txt 19:11:18 -rw-rw-r-- 1 1001 1001 3804 Jun 23 19:07 CONTRIBUTING.md 19:11:18 -rw-rw-r-- 1 1001 1001 931 Jun 23 19:07 Dockerfile.build 19:11:18 -rw-rw-r-- 1 1001 1001 849 Jun 23 19:07 Jenkinsfile 19:11:18 -rw-rw-r-- 1 1001 1001 10775 Jun 23 19:07 LICENSE 19:11:18 -rw-rw-r-- 1 1001 1001 5605 Jun 23 19:07 Makefile 19:11:18 -rw-rw-r-- 1 1001 1001 7905 Jun 23 19:07 README.md 19:11:18 -rw-rw-r-- 1 1001 1001 7071 Jun 23 19:07 SECURITY.md 19:11:18 -rw-rw-r-- 1 1001 1001 5 Jun 23 19:08 VERSION 19:11:18 -rw-rw-r-- 1 1001 1001 4131 Jun 23 19:07 ZMQWindows.md 19:11:18 drwxrwxr-x 2 1001 1001 37 Jun 23 19:07 bin 19:11:18 drwxrwxr-x 14 1001 1001 4096 Jun 23 19:07 cmd 19:11:18 -rw-r--r-- 1 root root 398095 Jun 23 19:10 coverage.out 19:11:18 -rw-rw-r-- 1 1001 1001 841 Jun 23 19:07 go.mod 19:11:18 -rw-r--r-- 1 root root 20962 Jun 23 19:09 go.sum 19:11:18 drwxrwxr-x 7 1001 1001 114 Jun 23 19:07 internal 19:11:18 drwxrwxr-x 3 1001 1001 16 Jun 23 19:07 openapi 19:11:18 drwxrwxr-x 4 1001 1001 71 Jun 23 19:07 snap 19:11:18 -rw-rw-r-- 1 1001 1001 168 Jun 23 19:07 version.go [Pipeline] sh 19:11:18 + '[' -e coverage.out ] 19:11:18 + chown 1001:1001 coverage.out [Pipeline] stash 19:11:18 Stashed 1 file(s) [Pipeline] sh 19:11:19 + make build 19:11:19 go mod tidy 19:11:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:11:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:11:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:11:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:11:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:11:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:11:35 $ docker stop --time=1 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 19:11:37 $ docker rm -f 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:39 19:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:39 latest: Pulling from edgex-devops/edgex-compose 19:11:39 cbdbe7a5bc2a: Pulling fs layer 19:11:39 ca9280d653b3: Pulling fs layer 19:11:39 7e9c9ca2126c: Pulling fs layer 19:11:40 cbdbe7a5bc2a: Verifying Checksum 19:11:40 cbdbe7a5bc2a: Download complete 19:11:40 cbdbe7a5bc2a: Pull complete 19:11:40 ca9280d653b3: Verifying Checksum 19:11:40 ca9280d653b3: Download complete 19:11:41 ca9280d653b3: Pull complete 19:11:41 7e9c9ca2126c: Verifying Checksum 19:11:41 7e9c9ca2126c: Download complete 19:11:45 7e9c9ca2126c: Pull complete 19:11:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:45 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:11:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:48 $ docker top 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:49 + docker-compose build --help 19:11:49 + grep parallel 19:11:49 --parallel Build images in parallel. [Pipeline] } 19:11:49 $ docker stop --time=1 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 19:11:51 $ docker rm -f 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:51 . [Pipeline] withDockerContainer 19:11:51 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:11:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:52 $ docker top b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:52 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:53 Building core-command ... 19:11:53 Building core-data ... 19:11:53 Building core-metadata ... 19:11:53 Building security-bootstrapper ... 19:11:53 Building security-proxy-setup ... 19:11:53 Building security-secretstore-setup ... 19:11:53 Building support-notifications ... 19:11:53 Building support-scheduler ... 19:11:53 Building sys-mgmt-agent ... 19:11:53 Building security-bootstrapper 19:11:53 Building core-data 19:11:53 Building core-metadata 19:11:53 Building security-secretstore-setup 19:11:53 Building support-notifications 19:12:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:05 ---> ce61ec4c4ffa 19:12:05 Step 3/24 : WORKDIR /edgex-go 19:12:05 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:05 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:12:05 ---> ce61ec4c4ffa 19:12:05 Step 3/32 : WORKDIR /edgex-go 19:12:05 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:12:05 ---> ce61ec4c4ffa 19:12:05 Step 3/26 : WORKDIR /edgex-go 19:12:09 ---> Running in a89c529e0b0b 19:12:09 ---> Running in 9f0c5ebb54e0 19:12:09 ---> Running in b69bb85ec06a 19:12:10 Removing intermediate container b69bb85ec06a 19:12:10 ---> 2397dfa6b313 19:12:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:11 Removing intermediate container a89c529e0b0b 19:12:11 ---> 4ef6484a0ba7 19:12:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:11 Removing intermediate container 9f0c5ebb54e0 19:12:11 ---> d2da2b10503c 19:12:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:11 ---> Running in 29142397383d 19:12:11 ---> Running in b62c5bf63e1c 19:12:11 ---> Running in a369ade1bc29 19:12:13 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:13 ---> ce61ec4c4ffa 19:12:13 Step 3/23 : WORKDIR /edgex-go 19:12:13 ---> Using cache 19:12:13 ---> 4ef6484a0ba7 19:12:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:13 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:13 ---> ce61ec4c4ffa 19:12:13 Step 3/24 : WORKDIR /edgex-go 19:12:13 ---> Using cache 19:12:13 ---> 4ef6484a0ba7 19:12:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:14 ---> Running in de0209b297b3 19:12:14 ---> Running in 284a2620e99e 19:12:14 Removing intermediate container 29142397383d 19:12:14 ---> 091e4e8d7cde 19:12:14 Step 5/26 : RUN apk add --update --no-cache make git 19:12:14 ---> Running in e806ac6754e0 19:12:14 Removing intermediate container a369ade1bc29 19:12:14 ---> 8a56e9f4803a 19:12:14 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:12:14 Removing intermediate container b62c5bf63e1c 19:12:14 ---> 997592531de8 19:12:14 Step 5/32 : RUN apk add --update --no-cache make git 19:12:14 ---> Running in 6b8fc0747765 19:12:14 ---> Running in 71b08e2de88b 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:15 Removing intermediate container de0209b297b3 19:12:15 ---> bb47e0c890ab 19:12:15 Step 5/24 : RUN apk add --update --no-cache make git 19:12:15 ---> Running in 38ed4af486ef 19:12:15 Removing intermediate container 284a2620e99e 19:12:15 ---> 091c8a47ec50 19:12:15 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:15 ---> Running in c5c816a41787 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:16 OK: 219 MiB in 52 packages 19:12:16 Removing intermediate container e806ac6754e0 19:12:16 ---> 5be147998563 19:12:16 Step 6/26 : COPY go.mod . 19:12:16 ---> bc154a27c798 19:12:16 Step 7/26 : RUN go mod download 19:12:16 OK: 219 MiB in 52 packages 19:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:16 ---> Running in a488c5f93d67 19:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:16 OK: 219 MiB in 52 packages 19:12:16 Removing intermediate container 6b8fc0747765 19:12:16 ---> 0bd71651fc7c 19:12:16 Step 6/24 : COPY go.mod . 19:12:17 ---> b074f714c787 19:12:17 Step 7/24 : RUN go mod download 19:12:17 Removing intermediate container 71b08e2de88b 19:12:17 ---> a6e3fef75734 19:12:17 Step 6/32 : COPY go.mod . 19:12:17 ---> Running in a926bde866ac 19:12:17 OK: 219 MiB in 52 packages 19:12:17 ---> cc276b9022c7 19:12:17 Step 7/32 : RUN go mod download 19:12:17 OK: 219 MiB in 52 packages 19:12:17 Removing intermediate container a488c5f93d67 19:12:17 ---> 50f427d0d6ec 19:12:17 Step 8/26 : COPY . . 19:12:17 ---> Running in d1c5fb9f029a 19:12:18 Removing intermediate container 38ed4af486ef 19:12:18 ---> 77a1411638b2 19:12:18 Step 6/24 : COPY go.mod . 19:12:19 Removing intermediate container c5c816a41787 19:12:19 ---> 1629203db1e9 19:12:19 Step 6/23 : COPY go.mod . 19:12:19 ---> 51fe1fd944a4 19:12:19 Step 7/24 : RUN go mod download 19:12:19 Removing intermediate container a926bde866ac 19:12:19 ---> db82b75741ad 19:12:19 Step 8/24 : COPY . . 19:12:19 ---> Running in e85ce103c6eb 19:12:19 ---> a778dbd10ca6 19:12:19 Step 7/23 : RUN go mod download 19:12:19 ---> Running in ac8a6b3c4b74 19:12:20 Removing intermediate container d1c5fb9f029a 19:12:20 ---> 2cdd3015a70c 19:12:20 Step 8/32 : COPY . . 19:12:23 ---> adfefccaab1a 19:12:23 Step 9/26 : RUN go mod tidy 19:12:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-958 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws 19:12:23 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:12:24 The recommended git tool is: git 19:12:25 Removing intermediate container e85ce103c6eb 19:12:25 ---> 6404296b5a94 19:12:25 Step 8/24 : COPY . . 19:12:25 Removing intermediate container ac8a6b3c4b74 19:12:25 ---> 33021ce10334 19:12:25 Step 8/23 : COPY . . 19:12:25 ---> Running in 2529d4a76d03 19:12:25 ---> 7a42f37df182 19:12:25 Step 9/24 : RUN go mod tidy 19:12:27 ---> Running in de271a49128d 19:12:29 ---> 77356b3189cc 19:12:29 Step 9/32 : RUN go mod tidy 19:12:30 using credential edgex-jenkins-ssh 19:12:30 Cloning the remote Git repository 19:12:31 ---> Running in 0a31768bee26 19:12:31 Removing intermediate container 2529d4a76d03 19:12:31 ---> 1999f2cad0fb 19:12:31 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:12:31 ---> 261b6d846efd 19:12:31 Step 9/23 : RUN go mod tidy 19:12:31 ---> Running in b8bd90976e72 19:12:31 ---> Running in 2825dceb44fb 19:12:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:12:30 > git init /w/workspace/edgex-go/1 # timeout=10 19:12:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:30 > git --version # timeout=10 19:12:30 > git --version # 'git version 2.17.1' 19:12:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:12:32 Removing intermediate container de271a49128d 19:12:32 ---> e68779df10a7 19:12:32 Step 10/24 : RUN make cmd/core-data/core-data 19:12:32 ---> Running in 22d545035cc0 19:12:33 Removing intermediate container 0a31768bee26 19:12:33 ---> b2c0c439822e 19:12:33 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:12:33 Removing intermediate container 2825dceb44fb 19:12:33 ---> 712bf13121a8 19:12:33 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:12:33 ---> Running in fc5f2a74f7b1 19:12:33 ---> Running in e7691beb547e 19:12:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:12:40 ---> 3c9ac866fdd5 19:12:40 Step 9/24 : RUN go mod tidy 19:12:40 ---> Running in a6e21462ee28 19:12:41 Removing intermediate container a6e21462ee28 19:12:41 ---> 50338e598ca3 19:12:41 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:12:41 ---> Running in 798c5f0ddad8 19:12:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:12:51 Merging remotes/origin/master commit 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:12:52 Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:12:52 Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) 19:12:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:12:51 > git config core.sparsecheckout # timeout=10 19:12:51 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 19:12:52 > git remote # timeout=10 19:12:52 > git config --get remote.origin.url # timeout=10 19:12:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:52 > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 19:12:52 > git rev-parse HEAD^{commit} # timeout=10 19:12:52 > git config core.sparsecheckout # timeout=10 19:12:52 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 19:12:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:12:56 > git --version # timeout=10 19:12:56 > git --version # 'git version 2.17.1' 19:12:56 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:12:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:12:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:12:59 + sudo service docker restart 19:12:59 + true 19:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:13:05 Removing intermediate container b8bd90976e72 19:13:05 ---> ae7eeeb04348 19:13:05 19:13:05 Step 11/26 : FROM alpine:3.12 19:13:05 3.12: Pulling from library/alpine 19:13:06 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 19:13:06 Status: Downloaded newer image for alpine:3.12 19:13:06 ---> 13621d1b12d4 19:13:06 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:13:06 ---> Running in d1fcc51ef0da 19:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:06 (1/6) Installing ca-certificates (20191127-r4) 19:13:06 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:13:06 (3/6) Installing libcurl (7.77.0-r0) 19:13:06 (4/6) Installing curl (7.77.0-r0) 19:13:06 (5/6) Installing dumb-init (1.2.2-r1) 19:13:06 (6/6) Installing su-exec (0.2-r1) 19:13:06 Executing busybox-1.31.1-r20.trigger 19:13:07 Executing ca-certificates-20191127-r4.trigger 19:13:07 OK: 7 MiB in 20 packages 19:13:07 Removing intermediate container d1fcc51ef0da 19:13:07 ---> ec553e6217e7 19:13:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:07 ---> Running in 0352892a139c 19:13:07 Removing intermediate container 0352892a139c 19:13:07 ---> b5603d7a1c21 19:13:07 Step 14/26 : WORKDIR / 19:13:07 ---> Running in be3fd2508a35 19:13:07 Removing intermediate container be3fd2508a35 19:13:07 ---> e521369ae951 19:13:07 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:13:08 ---> 8e81ea3254a9 19:13:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:13:08 ---> 42a0becff058 19:13:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:13:08 ---> db8bb6b5e9aa 19:13:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:13:09 ---> 8bf9f97644ca 19:13:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:09 ---> 12aba33f10c2 19:13:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:11 ---> 080a0d281f32 19:13:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:11 ---> c7b92d6cc6f5 19:13:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:13:11 ---> Running in 216153b7a303 19:13:12 Removing intermediate container 216153b7a303 19:13:12 ---> f63869dcb920 19:13:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:13:12 ---> Running in 9364ed8fc630 19:13:12 Removing intermediate container 9364ed8fc630 19:13:12 ---> 6e580be93a45 19:13:12 Step 24/26 : LABEL arch=x86_64 19:13:12 ---> Running in 76526cc35fde 19:13:13 Removing intermediate container 76526cc35fde 19:13:13 ---> 6bd83723d975 19:13:13 Step 25/26 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:13:13 ---> Running in 961317bdaef9 19:13:13 Removing intermediate container 961317bdaef9 19:13:13 ---> c7c88df9b03f 19:13:13 Step 26/26 : LABEL version=0.0.0 19:13:13 ---> Running in b68da8b5b260 19:13:14 Removing intermediate container b68da8b5b260 19:13:14 ---> 11db6c45b0f1 19:13:14 19:13:14 Successfully built 11db6c45b0f1 19:13:14 Successfully tagged security-secretstore-setup:latest 19:13:14 Building support-scheduler 19:13:14  Building security-secretstore-setup ... done Removing intermediate container fc5f2a74f7b1 19:13:14 ---> 588ce1b7ea6c 19:13:14 19:13:14 Step 11/32 : FROM alpine:3.12 19:13:14 ---> 13621d1b12d4 19:13:14 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:13:14 ---> Running in 0b6caa62b820 19:13:14 Removing intermediate container 0b6caa62b820 19:13:14 ---> 71a12f8aca32 19:13:14 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:13:15 ---> Running in e7c15c8c2586 19:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:16 (1/2) Installing dumb-init (1.2.2-r1) 19:13:16 (2/2) Installing su-exec (0.2-r1) 19:13:16 Executing busybox-1.31.1-r20.trigger 19:13:16 OK: 6 MiB in 16 packages 19:13:16 Removing intermediate container e7691beb547e 19:13:16 ---> 8c190844c7c7 19:13:16 19:13:16 Step 11/23 : FROM alpine:3.12 19:13:16 ---> 13621d1b12d4 19:13:16 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:16 ---> Running in 2ae2bd4fe94e 19:13:17 Removing intermediate container e7c15c8c2586 19:13:17 ---> 3650ab50f314 19:13:17 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:13:17 ---> Running in a3a46fe9cb9a 19:13:17 Removing intermediate container a3a46fe9cb9a 19:13:17 ---> 82a3affecf2d 19:13:17 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:13:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:17 ---> Running in 3bc457d94c9a 19:13:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:17 Removing intermediate container 3bc457d94c9a 19:13:17 ---> 7e1e0a40bd15 19:13:17 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:13:17 ---> Running in 7ff0c35854e9 19:13:17 (1/2) Installing ca-certificates (20191127-r4) 19:13:17 (2/2) Installing dumb-init (1.2.2-r1) 19:13:17 Executing busybox-1.31.1-r20.trigger 19:13:17 Executing ca-certificates-20191127-r4.trigger 19:13:17 OK: 6 MiB in 16 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:13:18 provisioning config files... 19:13:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3612074462119395933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:13:18 ---> docker-login.sh 19:13:18 nexus3.edgexfoundry.org:10001 19:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:19 Removing intermediate container 2ae2bd4fe94e 19:13:19 ---> 0e2f0d5b5c4d 19:13:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:19 Removing intermediate container 7ff0c35854e9 19:13:19 ---> bc54cbb548c7 19:13:19 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:13:19 ---> Running in 95154d85824d 19:13:19 ---> Running in 06f17e844868 19:13:19 Removing intermediate container 95154d85824d 19:13:19 ---> ff903f6e4b95 19:13:19 Step 14/23 : ENV APP_PORT=59860 19:13:19 ---> Running in fc6768075a7a 19:13:19 Removing intermediate container 06f17e844868 19:13:19 ---> 8657fe9de7dc 19:13:19 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:13:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:19 Configure a credential helper to remove this warning. See 19:13:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:19 19:13:19 Login Succeeded 19:13:19 nexus3.edgexfoundry.org:10002 19:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:20 Removing intermediate container fc6768075a7a 19:13:20 ---> d60826b2ed9a 19:13:20 Step 15/23 : EXPOSE $APP_PORT 19:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:20 Configure a credential helper to remove this warning. See 19:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:20 19:13:20 Login Succeeded 19:13:20 nexus3.edgexfoundry.org:10003 19:13:20 ---> Running in cccba30a3d4a 19:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:20 ---> fe8f0cc5b28d 19:13:20 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:13:20 ---> Running in 82154b301827 19:13:20 Removing intermediate container cccba30a3d4a 19:13:20 ---> adaf7a2e90b7 19:13:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:20 Removing intermediate container 798c5f0ddad8 19:13:20 ---> e2fd0a57ef8a 19:13:20 19:13:20 Step 11/24 : FROM alpine:3.12 19:13:20 ---> 13621d1b12d4 19:13:20 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:20 Removing intermediate container 22d545035cc0 19:13:20 ---> cf3c8d528767 19:13:20 19:13:20 Step 11/24 : FROM alpine:3.12 19:13:20 ---> 13621d1b12d4 19:13:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:20 Configure a credential helper to remove this warning. See 19:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:20 19:13:20 Login Succeeded 19:13:20 nexus3.edgexfoundry.org:10004 19:13:21 ---> Running in f3b8dfb66699 19:13:21 ---> Running in 975b66849f6c 19:13:21 ---> c7460818884b 19:13:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:21 Configure a credential helper to remove this warning. See 19:13:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:21 19:13:21 Login Succeeded 19:13:21 docker.io 19:13:21 Removing intermediate container f3b8dfb66699 19:13:21 ---> cf1794c9244e 19:13:21 Step 13/24 : ENV APP_PORT=59880 19:13:21 ---> Running in 50606ee2f97e 19:13:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:21 Removing intermediate container 50606ee2f97e 19:13:21 ---> 2059e575869c 19:13:21 Step 14/24 : EXPOSE $APP_PORT 19:13:21 (1/1) Installing dumb-init (1.2.2-r1) 19:13:21 Executing busybox-1.31.1-r20.trigger 19:13:21 OK: 6 MiB in 15 packages 19:13:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:21 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:21 ---> ce61ec4c4ffa 19:13:21 Step 3/23 : WORKDIR /edgex-go 19:13:21 ---> Using cache 19:13:21 ---> 4ef6484a0ba7 19:13:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:21 ---> Using cache 19:13:21 ---> 091c8a47ec50 19:13:21 Step 5/23 : RUN apk add --update --no-cache make git 19:13:21 ---> Running in 7b48fa329365 19:13:21 ---> Running in 5bd3643e207b 19:13:21 ---> 1ef193a641ac 19:13:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:21 Removing intermediate container 7b48fa329365 19:13:21 ---> 579739b5d505 19:13:21 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:21 Removing intermediate container 82154b301827 19:13:21 ---> 820aea81bf4f 19:13:21 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:21 ---> Running in 4338c59514a5 19:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:22 Configure a credential helper to remove this warning. See 19:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:22 19:13:22 Login Succeeded 19:13:22 ---> docker-login.sh ends [Pipeline] } 19:13:22 Deleting 1 temporary files 19:13:22 Removing intermediate container 975b66849f6c 19:13:22 ---> 1072088b37b0 19:13:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:22 ---> Running in 99219f4960a8 19:13:22 ---> efefc539e0f9 19:13:22 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:13:22 ---> Running in 52bea2076ab0 [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:13:22 ---> 717322b48404 19:13:22 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:22 Removing intermediate container 99219f4960a8 19:13:22 ---> 975616a27de1 19:13:22 Step 14/24 : ENV APP_PORT=59881 19:13:22 ---> Running in 67ee54a2e3f5 19:13:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:13:22 Removing intermediate container 52bea2076ab0 19:13:22 ---> 76e135c668a4 19:13:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:22 Removing intermediate container 67ee54a2e3f5 19:13:22 ---> af01d833c772 19:13:22 Step 15/24 : EXPOSE $APP_PORT 19:13:22 ---> Running in 1564c0500b91 19:13:22 ---> Running in c9e31e2a49f0 19:13:22 ---> a95f9c85612d 19:13:22 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:13:22 Removing intermediate container 1564c0500b91 19:13:22 ---> 89108223e543 19:13:22 Step 21/23 : LABEL arch=x86_64 19:13:22 Removing intermediate container c9e31e2a49f0 19:13:22 ---> eeea926c1081 19:13:22 Step 16/24 : WORKDIR / 19:13:22 ---> Running in 9751193b05df [Pipeline] echo 19:13:22 ========================================================= 19:13:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 19:13:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:13:22 ---> Running in 6d3713787818 19:13:22 Removing intermediate container 4338c59514a5 19:13:22 ---> bc5b112dcaa5 19:13:22 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:13:22 Removing intermediate container 9751193b05df 19:13:22 ---> 1d1a0f84ca16 19:13:22 Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:13:22 ---> c1b32f8d0524 19:13:22 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:13:22 ---> Running in 67fb6daf4603 19:13:22 ---> Running in a1160d70fc39 19:13:22 Removing intermediate container 6d3713787818 19:13:22 ---> b87d876a4d82 19:13:22 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:22 Removing intermediate container a1160d70fc39 19:13:22 ---> 60253944084a 19:13:22 Step 23/23 : LABEL version=0.0.0 19:13:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 19:13:23 ---> a22605077954 19:13:23 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:13:23 ---> Running in 1372ac074b0b 19:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:13:23 ---> 023a95b53588 19:13:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:23 Removing intermediate container 1372ac074b0b 19:13:23 ---> 12d4b78d82b4 19:13:23 19:13:23 ---> 64069a3abb7a 19:13:23 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:13:23 Successfully built 12d4b78d82b4 19:13:23 ---> Running in 1e4d6985c5a4 19:13:23 Successfully tagged support-notifications:latest 19:13:23 Building sys-mgmt-agent 19:13:23  Building support-notifications ... done OK: 219 MiB in 52 packages 19:13:23 Removing intermediate container 1e4d6985c5a4 19:13:23 ---> 961ca78c94cd 19:13:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:24 (1/6) Installing dumb-init (1.2.2-r1) 19:13:24 (2/6) Installing libgcc (9.3.0-r2) 19:13:24 ---> be34cc8d41ea 19:13:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:24 (3/6) Installing libsodium (1.0.18-r0) 19:13:24 (4/6) Installing libstdc++ (9.3.0-r2) 19:13:24 ---> 8d9f6d4aa13d 19:13:24 Step 27/32 : RUN chmod +x /entrypoint.sh 19:13:24 ---> ee8197e6015a 19:13:24 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:13:25 ---> Running in 47d6157e27e2 19:13:25 ---> Running in ac27965a0122 19:13:25 Removing intermediate container 5bd3643e207b 19:13:25 ---> 1d1fe15cea09 19:13:25 Step 6/23 : COPY go.mod . 19:13:25 Sending build context to Docker daemon 166.3MB 19:13:25 Removing intermediate container 47d6157e27e2 19:13:25 ---> f6be482b5ce9 19:13:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:25 ---> 4d603a84fa30 19:13:25 Step 7/23 : RUN go mod download 19:13:25 ---> Running in af0e6b1c0e88 19:13:25 ---> Running in 95a76590f733 19:13:25 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 19:13:25 Step 2/6 : FROM ${BASE} 19:13:25 Removing intermediate container af0e6b1c0e88 19:13:25 ---> 2ee361912dbb 19:13:25 Step 22/24 : LABEL arch=x86_64 19:13:25 ---> Running in bcbed4bb4f63 19:13:25 (5/6) Installing libzmq (4.3.3-r0) 19:13:25 Removing intermediate container bcbed4bb4f63 19:13:25 ---> 34eb315f62be 19:13:25 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:13:25 (6/6) Installing zeromq (4.3.3-r0) 19:13:25 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:13:25 595b0fe564bb: Pulling fs layer 19:13:25 3088b5b3c5c0: Pulling fs layer 19:13:25 5b7225fbf94c: Pulling fs layer 19:13:25 ba82ee9f976e: Pulling fs layer 19:13:25 506bd15cee9f: Pulling fs layer 19:13:25 75a0a4a0db45: Pulling fs layer 19:13:25 618dc40b7e24: Pulling fs layer 19:13:25 ba82ee9f976e: Waiting 19:13:25 506bd15cee9f: Waiting 19:13:25 75a0a4a0db45: Waiting 19:13:25 618dc40b7e24: Waiting 19:13:25 5b7225fbf94c: Verifying Checksum 19:13:25 5b7225fbf94c: Download complete 19:13:25 3088b5b3c5c0: Verifying Checksum 19:13:25 3088b5b3c5c0: Download complete 19:13:25 506bd15cee9f: Verifying Checksum 19:13:25 75a0a4a0db45: Download complete 19:13:25 ---> Running in ef68b52949cc 19:13:25 Executing busybox-1.31.1-r20.trigger 19:13:25 OK: 8 MiB in 20 packages 19:13:25 Removing intermediate container ac27965a0122 19:13:25 ---> a31af101e616 19:13:25 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:13:26 595b0fe564bb: Verifying Checksum 19:13:26 595b0fe564bb: Download complete 19:13:26 Removing intermediate container ef68b52949cc 19:13:26 ---> ba0d5ab2860d 19:13:26 Step 24/24 : LABEL version=0.0.0 19:13:26 ---> Running in b0010be82311 19:13:26 ---> Running in ad421ad502df 19:13:26 Removing intermediate container 67fb6daf4603 19:13:26 ---> 05597cfa6e67 19:13:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:26 Removing intermediate container b0010be82311 19:13:26 ---> cece6818cd05 19:13:26 Step 29/32 : CMD ["gate"] 19:13:26 Removing intermediate container ad421ad502df 19:13:26 ---> 23c3dcaea1ab 19:13:26 19:13:26 ---> Running in 8e1382ccbefb 19:13:26 Successfully built 23c3dcaea1ab 19:13:26 Successfully tagged core-metadata:latest 19:13:26 Building security-proxy-setup 19:13:26  Building core-metadata ... done  ---> 3f675a7f7856 19:13:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:13:26 595b0fe564bb: Pull complete 19:13:26 Removing intermediate container 95a76590f733 19:13:26 ---> dfdf9260c713 19:13:26 Step 8/23 : COPY . . 19:13:26 Removing intermediate container 8e1382ccbefb 19:13:26 ---> ac6d9a497be0 19:13:26 Step 30/32 : LABEL arch=x86_64 19:13:27 3088b5b3c5c0: Pull complete 19:13:27 ---> Running in 4b3083254e44 19:13:27 5b7225fbf94c: Pull complete 19:13:27 618dc40b7e24: Verifying Checksum 19:13:27 618dc40b7e24: Download complete 19:13:30 ba82ee9f976e: Verifying Checksum 19:13:30 ba82ee9f976e: Download complete 19:13:33 ---> 92b43ee607fb 19:13:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:13:33 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:13:33 ---> ce61ec4c4ffa 19:13:33 Step 3/22 : WORKDIR /edgex-go 19:13:33 ---> Using cache 19:13:33 ---> 4ef6484a0ba7 19:13:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:33 ---> Using cache 19:13:33 ---> 091c8a47ec50 19:13:33 Step 5/22 : RUN apk add --update --no-cache make git 19:13:33 ---> Using cache 19:13:33 ---> 1d1fe15cea09 19:13:33 Step 6/22 : COPY go.mod . 19:13:33 ---> Using cache 19:13:33 ---> 4d603a84fa30 19:13:33 Step 7/22 : RUN go mod download 19:13:33 ---> Using cache 19:13:33 ---> dfdf9260c713 19:13:33 Step 8/22 : COPY . . 19:13:33 ---> Using cache 19:13:33 ---> 7689fc97e249 19:13:33 Step 9/22 : RUN go mod tidy 19:13:33 Removing intermediate container 4b3083254e44 19:13:33 ---> 27faadaa2251 19:13:33 Step 31/32 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:13:33 ---> 7689fc97e249 19:13:33 Step 9/23 : RUN go mod tidy 19:13:33 ---> Running in 9cb11f5a1f5b 19:13:34 ---> Running in 8a33464a10c5 19:13:34 ---> Running in 7b1f62d637ec 19:13:34 ---> 8bd129ae410e 19:13:34 Step 20/24 : ENTRYPOINT ["/core-data"] 19:13:35 ---> Running in 8bd68a9affdd 19:13:35 Removing intermediate container 8a33464a10c5 19:13:35 ---> 0492205ebed8 19:13:35 Step 32/32 : LABEL version=0.0.0 19:13:35 ---> Running in c7494696c9f7 19:13:35 Removing intermediate container 8bd68a9affdd 19:13:35 ---> 6338babe4450 19:13:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:35 ---> Running in 49125a4ab843 19:13:36 Removing intermediate container c7494696c9f7 19:13:36 ---> 2c0da3549d57 19:13:36 19:13:36 Successfully built 2c0da3549d57 19:13:36 Successfully tagged security-bootstrapper:latest 19:13:36  Building security-bootstrapper ... done Building core-command 19:13:36 Removing intermediate container 49125a4ab843 19:13:36 ---> 65ed37ca1557 19:13:36 Step 22/24 : LABEL arch=x86_64 19:13:36 ---> Running in cabace35f08a 19:13:38 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:38 ---> ce61ec4c4ffa 19:13:38 Step 3/24 : WORKDIR /edgex-go 19:13:38 ---> Using cache 19:13:38 ---> 4ef6484a0ba7 19:13:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:38 ---> Using cache 19:13:38 ---> 091c8a47ec50 19:13:38 Step 5/24 : RUN apk add --update --no-cache make bash git 19:13:39 Removing intermediate container cabace35f08a 19:13:39 ---> 0bb97ead3280 19:13:39 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:13:39 ---> Running in 91019835e116 19:13:39 ---> Running in 2d5789a0d2a9 19:13:40 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:40 ---> ce61ec4c4ffa 19:13:40 Step 3/24 : WORKDIR /edgex-go 19:13:40 ---> Using cache 19:13:40 ---> 4ef6484a0ba7 19:13:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:40 ---> Using cache 19:13:40 ---> 091c8a47ec50 19:13:40 Step 5/24 : RUN apk add --update --no-cache make git 19:13:40 ---> Using cache 19:13:40 ---> 1d1fe15cea09 19:13:40 Step 6/24 : COPY go.mod . 19:13:40 ---> Using cache 19:13:40 ---> 4d603a84fa30 19:13:40 Step 7/24 : RUN go mod download 19:13:40 ---> Using cache 19:13:40 ---> dfdf9260c713 19:13:40 Step 8/24 : COPY . . 19:13:40 ---> Using cache 19:13:40 ---> 7689fc97e249 19:13:40 Step 9/24 : RUN go mod tidy 19:13:40 ---> Using cache 19:13:40 ---> cc672f2f73ae 19:13:40 Step 10/24 : RUN make cmd/core-command/core-command 19:13:40 ba82ee9f976e: Pull complete 19:13:40 506bd15cee9f: Pull complete 19:13:40 75a0a4a0db45: Pull complete 19:13:41 Removing intermediate container 7b1f62d637ec 19:13:41 ---> 3d5b553fe932 19:13:41 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:13:41 Removing intermediate container 9cb11f5a1f5b 19:13:41 ---> cc672f2f73ae 19:13:41 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:13:41 Removing intermediate container 2d5789a0d2a9 19:13:41 ---> 0fa89d6ef5d8 19:13:41 Step 24/24 : LABEL version=0.0.0 19:13:41 ---> Running in e8f74670435b 19:13:41 ---> Running in 87a9e13ab477 19:13:41 ---> Running in afe1b1bba8f9 19:13:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:13:41 ---> Running in 4804215908d0 19:13:41 Removing intermediate container afe1b1bba8f9 19:13:41 ---> 3c5a3bfe86ac 19:13:41 19:13:41 Successfully built 3c5a3bfe86ac 19:13:41 Successfully tagged core-data:latest 19:13:41  Building core-data ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:13:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:13:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:13:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:13:42 OK: 219 MiB in 52 packages 19:13:43 Removing intermediate container 91019835e116 19:13:43 ---> e1fac73f6461 19:13:43 Step 6/24 : COPY go.mod . 19:13:43 ---> 121b4cec6ed6 19:13:43 Step 7/24 : RUN go mod download 19:13:43 ---> Running in d213370dcfd1 19:13:44 618dc40b7e24: Pull complete 19:13:44 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 19:13:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:13:44 ---> a36622ca3599 19:13:44 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:13:44 Removing intermediate container d213370dcfd1 19:13:44 ---> 6f279ef7ca7d 19:13:44 Step 8/24 : COPY . . 19:13:47 ---> Running in c32cfaff8633 19:13:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:13:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:13:50 (1/12) Installing libmagic (5.39-r0) 19:13:50 (2/12) Installing file (5.39-r0) 19:13:50 (3/12) Installing libc-dev (0.7.2-r3) 19:13:50 (4/12) Installing g++ (10.2.1_pre1-r3) 19:13:51 ---> ea685f9e3051 19:13:51 Step 9/24 : RUN go mod tidy 19:13:51 ---> Running in bec8b28f29c6 19:13:52 Removing intermediate container bec8b28f29c6 19:13:52 ---> 9287aacdcfac 19:13:52 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:13:52 ---> Running in 1717cf8f5f27 19:13:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:13:54 (5/12) Installing fortify-headers (1.1-r0) 19:13:54 (6/12) Installing patch (2.7.6-r7) 19:13:54 (7/12) Installing build-base (0.5-r2) 19:13:54 (8/12) Installing libsodium (1.0.18-r0) 19:13:55 (9/12) Installing pkgconf (1.7.3-r0) 19:13:55 (10/12) Installing libsodium-dev (1.0.18-r0) 19:13:55 (11/12) Installing libzmq (4.3.3-r1) 19:13:55 (12/12) Installing zeromq-dev (4.3.3-r1) 19:13:55 Executing busybox-1.32.1-r6.trigger 19:13:55 OK: 218 MiB in 52 packages 19:13:59 Removing intermediate container c32cfaff8633 19:13:59 ---> be3839c37342 19:13:59 Step 4/6 : WORKDIR /edgex-go 19:13:59 ---> Running in 1bedd2b319ce 19:14:00 Removing intermediate container 1bedd2b319ce 19:14:00 ---> acf7133cf81b 19:14:00 Step 5/6 : COPY go.mod . 19:14:01 ---> 94b97f6941d8 19:14:01 Step 6/6 : RUN go mod download 19:14:01 ---> Running in d73c1945d643 19:14:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:14:12 Removing intermediate container e8f74670435b 19:14:12 ---> 1b16d9e8b56d 19:14:12 19:14:12 Step 11/24 : FROM alpine:3.12 19:14:12 ---> 13621d1b12d4 19:14:12 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:14:12 ---> Using cache 19:14:12 ---> 1072088b37b0 19:14:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:12 ---> Using cache 19:14:12 ---> 975616a27de1 19:14:12 Step 14/24 : ENV APP_PORT=59882 19:14:12 ---> Running in 18f11993d1e3 19:14:13 Removing intermediate container 18f11993d1e3 19:14:13 ---> ba7edbbf5903 19:14:13 Step 15/24 : EXPOSE $APP_PORT 19:14:13 ---> Running in a47c98dca79d 19:14:13 Removing intermediate container 4804215908d0 19:14:13 ---> 85e5f6da7e18 19:14:13 19:14:13 Step 11/22 : FROM alpine:3.12 19:14:13 ---> 13621d1b12d4 19:14:13 Step 12/22 : RUN apk add --update --no-cache curl 19:14:13 Removing intermediate container 87a9e13ab477 19:14:13 ---> 5dbcfda5695c 19:14:13 19:14:13 Step 11/23 : FROM alpine:3.12 19:14:13 ---> 13621d1b12d4 19:14:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:14:13 ---> Using cache 19:14:13 ---> 1072088b37b0 19:14:13 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:14:13 ---> Using cache 19:14:13 ---> 975616a27de1 19:14:13 Step 14/23 : ENV APP_PORT=59861 19:14:13 ---> Running in 15b63b6b12a2 19:14:13 ---> Running in e499f70f0e26 19:14:13 Removing intermediate container a47c98dca79d 19:14:13 ---> a9f2fc489d8d 19:14:13 Step 16/24 : WORKDIR / 19:14:13 ---> Running in 109f48622b08 19:14:13 Removing intermediate container e499f70f0e26 19:14:13 ---> 6384c2d61fdd 19:14:13 Step 15/23 : EXPOSE $APP_PORT 19:14:13 ---> Running in 324121d650f4 19:14:13 Removing intermediate container 109f48622b08 19:14:13 ---> a2c008c51b44 19:14:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:13 Removing intermediate container 324121d650f4 19:14:13 ---> d90c79ab40d4 19:14:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:14 ---> 85529bfaf571 19:14:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:14 ---> 255c18ac1a0d 19:14:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:14:14 (1/4) Installing ca-certificates (20191127-r4) 19:14:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:14:14 (3/4) Installing libcurl (7.77.0-r0) 19:14:14 (4/4) Installing curl (7.77.0-r0) 19:14:14 Executing busybox-1.31.1-r20.trigger 19:14:14 Executing ca-certificates-20191127-r4.trigger 19:14:14 OK: 7 MiB in 18 packages 19:14:14 ---> a17a8e1a6881 19:14:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:14:14 ---> 1b362846ae11 19:14:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:15 Removing intermediate container 15b63b6b12a2 19:14:15 ---> a534aa06eac2 19:14:15 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:15 ---> Running in 5fe4151a3628 19:14:15 ---> 0223ebf13433 19:14:15 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:14:15 ---> 92c342d90a47 19:14:15 Step 20/24 : ENTRYPOINT ["/core-command"] 19:14:15 ---> Running in a8760747d77d 19:14:15 ---> Running in 330cdd795c48 19:14:15 Removing intermediate container 5fe4151a3628 19:14:15 ---> ac78247ff540 19:14:15 Step 14/22 : WORKDIR /edgex 19:14:15 ---> Running in e73b94c12d67 19:14:15 Removing intermediate container a8760747d77d 19:14:15 ---> ddcfb0367dc5 19:14:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:15 Removing intermediate container 330cdd795c48 19:14:15 ---> 088a90aa4454 19:14:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:15 Removing intermediate container e73b94c12d67 19:14:15 ---> ad29c39461fb 19:14:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:14:15 ---> Running in 08834b2ce452 19:14:15 ---> Running in 67003066ca31 19:14:15 Removing intermediate container 67003066ca31 19:14:15 ---> 510dc93899a6 19:14:15 Step 22/24 : LABEL arch=x86_64 19:14:15 Removing intermediate container 08834b2ce452 19:14:15 ---> f9341b5961f2 19:14:15 Step 21/23 : LABEL arch=x86_64 19:14:15 ---> 03d4c0963121 19:14:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:14:15 ---> Running in e06ffe417a31 19:14:15 ---> Running in f1ee6a18df7e 19:14:16 Removing intermediate container e06ffe417a31 19:14:16 ---> b418eb46b3dd 19:14:16 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:14:16 ---> Running in ea19b1b55012 19:14:16 Removing intermediate container f1ee6a18df7e 19:14:16 ---> 0f3a3d0f91dc 19:14:16 Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:14:16 ---> Running in d55002cb1a34 19:14:16 ---> 902865095bd7 19:14:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:14:16 Removing intermediate container ea19b1b55012 19:14:16 ---> 3bddfb5c0276 19:14:16 Step 24/24 : LABEL version=0.0.0 19:14:16 Removing intermediate container d55002cb1a34 19:14:16 ---> cbd5f7478f77 19:14:16 Step 23/23 : LABEL version=0.0.0 19:14:16 ---> Running in 411ef4fa106b 19:14:16 ---> Running in 5adc6ffbe07f 19:14:16 Removing intermediate container 411ef4fa106b 19:14:16 ---> 06f42a8621df 19:14:16 19:14:16 ---> 0b709905bd80 19:14:16 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:14:16 Removing intermediate container 5adc6ffbe07f 19:14:16 ---> 9f9dc6bdbda1 19:14:16 19:14:16 Successfully built 06f42a8621df 19:14:16 Successfully tagged core-command:latest 19:14:17  Building core-command ... done Removing intermediate container 1717cf8f5f27 19:14:17 ---> 9da09deea776 19:14:17 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:14:17 ---> Running in c0417755ec22 19:14:17 Successfully built 9f9dc6bdbda1 19:14:17 Successfully tagged support-scheduler:latest 19:14:17  Building support-scheduler ... done  ---> Running in c5dc4ee20fb2 19:14:17 Removing intermediate container c0417755ec22 19:14:17 ---> bb0bd8852fe1 19:14:17 Step 19/22 : CMD ["--init=true"] 19:14:17 ---> Running in 80da289adff1 19:14:17 Removing intermediate container 80da289adff1 19:14:17 ---> 2552348d6f40 19:14:17 Step 20/22 : LABEL arch=x86_64 19:14:17 ---> Running in 2c25657aa703 19:14:17 Removing intermediate container 2c25657aa703 19:14:17 ---> 8bc80cf005dd 19:14:17 Step 21/22 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:14:17 ---> Running in 64472a5b10d8 19:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:14:17 Removing intermediate container 64472a5b10d8 19:14:17 ---> dba7974cb80d 19:14:17 Step 22/22 : LABEL version=0.0.0 19:14:17 ---> Running in 59bd2ab0364f 19:14:17 Removing intermediate container 59bd2ab0364f 19:14:17 ---> 1f85e5728985 19:14:17 19:14:17 Successfully built 1f85e5728985 19:14:17 Successfully tagged security-proxy-setup:latest 19:14:17  Building security-proxy-setup ... done Removing intermediate container c5dc4ee20fb2 19:14:17 ---> a74beb55f873 19:14:17 19:14:17 Step 12/24 : FROM docker:20.10.0 19:14:18 20.10.0: Pulling from library/docker 19:14:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:14:21 Status: Downloaded newer image for docker:20.10.0 19:14:21 ---> aefe523efa57 19:14:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:14:21 ---> Running in 1eead909c4f8 19:14:21 Removing intermediate container 1eead909c4f8 19:14:21 ---> 62cbce49a55d 19:14:21 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:14:21 ---> Running in 2e21495f4db9 19:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:22 (1/39) Installing readline (8.0.4-r0) 19:14:22 (2/39) Installing bash (5.0.17-r0) 19:14:22 Executing bash-5.0.17-r0.post-install 19:14:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:14:22 (4/39) Installing libcurl (7.77.0-r0) 19:14:22 (5/39) Installing curl (7.77.0-r0) 19:14:22 (6/39) Installing dumb-init (1.2.2-r1) 19:14:22 (7/39) Installing libbz2 (1.0.8-r1) 19:14:22 (8/39) Installing expat (2.2.9-r1) 19:14:22 (9/39) Installing libffi (3.3-r2) 19:14:22 (10/39) Installing gdbm (1.13-r1) 19:14:22 (11/39) Installing xz-libs (5.2.5-r0) 19:14:22 (12/39) Installing sqlite-libs (3.32.1-r1) 19:14:22 (13/39) Installing python3 (3.8.10-r0) 19:14:23 (14/39) Installing py3-appdirs (1.4.4-r1) 19:14:23 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:14:23 (16/39) Installing py3-parsing (2.4.7-r0) 19:14:23 (17/39) Installing py3-six (1.15.0-r0) 19:14:23 (18/39) Installing py3-packaging (20.4-r0) 19:14:23 (19/39) Installing py3-setuptools (47.0.0-r0) 19:14:23 (20/39) Installing py3-chardet (3.0.4-r4) 19:14:23 (21/39) Installing py3-idna (2.9-r0) 19:14:23 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:14:23 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:14:23 (24/39) Installing py3-requests (2.23.0-r0) 19:14:23 (25/39) Installing py3-msgpack (1.0.0-r0) 19:14:23 (26/39) Installing py3-lockfile (0.12.2-r3) 19:14:23 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:14:23 (28/39) Installing py3-colorama (0.4.3-r0) 19:14:23 (29/39) Installing py3-distlib (0.3.0-r0) 19:14:23 (30/39) Installing py3-distro (1.5.0-r1) 19:14:23 (31/39) Installing py3-webencodings (0.5.1-r3) 19:14:23 (32/39) Installing py3-html5lib (1.0.1-r4) 19:14:23 (33/39) Installing py3-pytoml (0.1.21-r0) 19:14:23 (34/39) Installing py3-pep517 (0.8.2-r0) 19:14:23 (35/39) Installing py3-progress (1.5-r0) 19:14:23 (36/39) Installing py3-toml (0.10.1-r0) 19:14:23 (37/39) Installing py3-retrying (1.3.3-r0) 19:14:23 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:14:23 (39/39) Installing py3-pip (20.1.1-r0) 19:14:23 Executing busybox-1.31.1-r19.trigger 19:14:23 OK: 72 MiB in 59 packages 19:14:24 Collecting docker-compose==1.23.2 19:14:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:14:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:14:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:14:24 Collecting websocket-client<1.0,>=0.32.0 19:14:24 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:14:24 Collecting dockerpty<0.5,>=0.4.1 19:14:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:14:25 Collecting jsonschema<3,>=2.5.1 19:14:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:14:25 Collecting texttable<0.10,>=0.9.0 19:14:25 Downloading texttable-0.9.1.tar.gz (11 kB) 19:14:25 Collecting cached-property<2,>=1.2.0 19:14:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:14:25 Collecting docker<4.0,>=3.6.0 19:14:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:14:26 Collecting PyYAML<4,>=3.10 19:14:26 Downloading PyYAML-3.13.tar.gz (270 kB) 19:14:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:14:26 Collecting docopt<0.7,>=0.6.1 19:14:26 Downloading docopt-0.6.2.tar.gz (25 kB) 19:14:26 Collecting idna<2.8,>=2.5 19:14:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:14:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:14:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:14:26 Collecting urllib3<1.25,>=1.21.1 19:14:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:14:26 Collecting docker-pycreds>=0.4.0 19:14:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:14:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:14:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:14:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:14:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:14:27 Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docopt, docker-compose 19:14:27 Attempting uninstall: idna 19:14:27 Found existing installation: idna 2.9 19:14:27 Uninstalling idna-2.9: 19:14:27 Successfully uninstalled idna-2.9 19:14:27 Attempting uninstall: urllib3 19:14:27 Found existing installation: urllib3 1.25.9 19:14:27 Uninstalling urllib3-1.25.9: 19:14:27 Successfully uninstalled urllib3-1.25.9 19:14:27 Attempting uninstall: requests 19:14:27 Found existing installation: requests 2.23.0 19:14:27 Uninstalling requests-2.23.0: 19:14:27 Successfully uninstalled requests-2.23.0 19:14:27 Running setup.py install for dockerpty: started 19:14:27 Running setup.py install for dockerpty: finished with status 'done' 19:14:27 Running setup.py install for texttable: started 19:14:28 Removing intermediate container d73c1945d643 19:14:28 ---> c594b1123755 19:14:28 Successfully built c594b1123755 19:14:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:14:28 Running setup.py install for texttable: finished with status 'done' 19:14:28 Running setup.py install for PyYAML: started 19:14:28 + docker inspect -f . ci-base-image-arm64 19:14:28 . [Pipeline] withDockerContainer 19:14:28 Running setup.py install for PyYAML: finished with status 'done' 19:14:28 Running setup.py install for docopt: started 19:14:28 prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container 19:14:28 Running setup.py install for docopt: finished with status 'done' 19:14:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat 19:14:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:14:30 $ docker top 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:31 + go version 19:14:31 go version go1.16.5 linux/arm64 [Pipeline] } 19:14:31 $ docker stop --time=1 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c 19:14:32 Removing intermediate container 2e21495f4db9 19:14:32 ---> c8f3000733ce 19:14:32 Step 15/24 : ENV APP_PORT=58890 19:14:32 ---> Running in 413cd6a5fe48 19:14:32 Removing intermediate container 413cd6a5fe48 19:14:32 ---> c3390d55c58e 19:14:32 Step 16/24 : EXPOSE $APP_PORT 19:14:32 ---> Running in fb03a3c5b7e5 19:14:32 Removing intermediate container fb03a3c5b7e5 19:14:32 ---> 26690c6cc965 19:14:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:14:32 ---> a3dc0e4c508b 19:14:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:14:32 ---> dceb3f34c68b 19:14:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:14:32 ---> f7e224dc3c4a 19:14:32 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:14:32 ---> Running in c97f28f5c3dd 19:14:33 Removing intermediate container c97f28f5c3dd 19:14:33 ---> cc6bb0d586e2 19:14:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:33 ---> Running in dada5da6690d 19:14:33 Removing intermediate container dada5da6690d 19:14:33 ---> 4369b7d0e317 19:14:33 Step 22/24 : LABEL arch=x86_64 19:14:33 ---> Running in d7717380237d 19:14:33 Removing intermediate container d7717380237d 19:14:33 ---> 1e999f70a833 19:14:33 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:14:33 ---> Running in bcb48a4192d4 19:14:33 Removing intermediate container bcb48a4192d4 19:14:33 ---> c298205c92e0 19:14:33 Step 24/24 : LABEL version=0.0.0 19:14:33 ---> Running in 49e0ca571a80 19:14:33 Removing intermediate container 49e0ca571a80 19:14:33 ---> 4d1a4c52b8bb 19:14:33 19:14:33 $ docker rm -f 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c 19:14:33 Successfully built 4d1a4c52b8bb 19:14:33 Successfully tagged sys-mgmt-agent:latest 19:14:33  Building sys-mgmt-agent ... done  [Pipeline] // withDockerContainer [Pipeline] } 19:14:34 $ docker stop --time=1 b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 19:14:35 $ docker rm -f b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script 19:14:35 + docker images 19:14:35 REPOSITORY TAG IMAGE ID CREATED SIZE 19:14:35 sys-mgmt-agent latest 4d1a4c52b8bb 2 seconds ago 312MB 19:14:35 a74beb55f873 18 seconds ago 1.15GB 19:14:35 security-proxy-setup latest 1f85e5728985 18 seconds ago 25.7MB 19:14:35 support-scheduler latest 9f9dc6bdbda1 19 seconds ago 15.9MB 19:14:35 core-command latest 06f42a8621df 19 seconds ago 15.9MB 19:14:35 5dbcfda5695c 22 seconds ago 1.15GB 19:14:35 85e5f6da7e18 22 seconds ago 1.15GB 19:14:35 1b16d9e8b56d 24 seconds ago 1.14GB 19:14:35 core-data latest 3c5a3bfe86ac 54 seconds ago 20.2MB 19:14:35 security-bootstrapper latest 2c0da3549d57 About a minute ago 18.6MB 19:14:35 core-metadata latest 23c3dcaea1ab About a minute ago 16.6MB 19:14:35 support-notifications latest 12d4b78d82b4 About a minute ago 16.7MB 19:14:35 cf3c8d528767 About a minute ago 1.15GB 19:14:35 e2fd0a57ef8a About a minute ago 1.15GB 19:14:35 8c190844c7c7 About a minute ago 1.15GB 19:14:35 588ce1b7ea6c About a minute ago 1.15GB 19:14:35 security-secretstore-setup latest 11db6c45b0f1 About a minute ago 28.7MB 19:14:35 ae7eeeb04348 About a minute ago 1.15GB 19:14:35 ci-base-image-x86_64 latest ce61ec4c4ffa 5 minutes ago 647MB 19:14:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 7 weeks ago 445MB 19:14:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 8 weeks ago 37.5MB 19:14:35 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 19:14:35 docker 20.10.0 aefe523efa57 6 months ago 240MB 19:14:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 19:14:36 + docker inspect -f . ci-base-image-arm64 19:14:36 . [Pipeline] withDockerContainer 19:14:36 prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container 19:14:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-arm64 cat 19:14:38 $ docker top dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] echo 19:14:38 ========================================================= 19:14:38 [edgeXBuildGoParallel] Running Tests and Build... 19:14:38 ========================================================= [Pipeline] sh [Pipeline] findFiles [Pipeline] node 19:14:39 + go mod tidy [Pipeline] sh 19:14:40 + make test 19:14:40 go mod tidy 19:14:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:14:54 Still waiting to schedule task 19:14:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:15:08 ? github.com/edgexfoundry/edgex-go [no test files] 19:15:59 Running on prd-ubuntu18.04-docker-8c-8g-959 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws 19:15:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:15:59 The recommended git tool is: git 19:16:02 using credential edgex-jenkins-ssh 19:16:02 Cloning the remote Git repository 19:16:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:16:02 > git init /w/workspace/edgex-go/1 # timeout=10 19:16:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:16:02 > git --version # timeout=10 19:16:02 > git --version # 'git version 2.17.1' 19:16:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:16:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:12 Merging remotes/origin/master commit 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:16:12 Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:16:12 Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) 19:16:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:16:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:16:12 > git config core.sparsecheckout # timeout=10 19:16:12 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 19:16:12 > git remote # timeout=10 19:16:12 > git config --get remote.origin.url # timeout=10 19:16:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:12 > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 19:16:12 > git rev-parse HEAD^{commit} # timeout=10 19:16:12 > git config core.sparsecheckout # timeout=10 19:16:12 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 19:16:15 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:16:15 > git --version # timeout=10 19:16:15 > git --version # 'git version 2.17.1' 19:16:15 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:16:16 + echo snap-build.sh 19:16:16 snap-build.sh 19:16:16 + SNAP_BASE_DIR=. 19:16:16 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:16:16 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:16:16 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:16:16 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:16:16 + cd /w/workspace/edgex-go/1 19:16:16 + sudo apt-get remove -qy --purge lxd lxd-client 19:16:16 Reading package lists... 19:16:16 Building dependency tree... 19:16:16 Reading state information... 19:16:17 The following packages were automatically installed and are no longer required: 19:16:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:16:17 uidmap xdelta3 19:16:17 Use 'sudo apt autoremove' to remove them. 19:16:17 The following packages will be REMOVED: 19:16:17 lxd* lxd-client* 19:16:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:16:17 After this operation, 31.7 MB disk space will be freed. 19:16:18 (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 ... 190317 files and directories currently installed.) 19:16:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:16:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:18 Removing lxd dnsmasq configuration 19:16:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:16:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:16:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:16:20 (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 ... 190142 files and directories currently installed.) 19:16:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:16:21 Processing triggers for systemd (237-3ubuntu10.45) ... 19:16:21 Processing triggers for ureadahead (0.100.0-21) ... 19:16:23 + sudo snap remove --purge lxd 19:16:23 snap "lxd" is not installed 19:16:23 + sudo groupadd --force --system lxd 19:16:23 ++ whoami 19:16:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:16:23 + newgrp - lxd 19:16:23 + sudo snap install lxd 19:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:35 2021-06-23T19:16:31Z INFO Waiting for automatic snapd restart... 19:16:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.149s coverage: 28.7% of statements 19:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.289s coverage: 100.0% of statements 19:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.331s coverage: 53.1% of statements 19:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.477s coverage: 87.7% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.218s coverage: 78.9% of statements 19:16:47 lxd 4.15 from Canonical* installed 19:16:47 + sudo lxd init --auto 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.260s coverage: 81.2% of statements 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.179s coverage: 95.1% of statements 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.165s coverage: 60.0% of statements 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.241s coverage: 0.8% of statements 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.153s coverage: 58.8% of statements 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.184s coverage: 22.0% of statements 19:16:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.173s coverage: 47.1% of statements 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.215s coverage: 79.5% of statements 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements 19:16:57 + sudo snap install --classic snapcraft 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.194s coverage: 94.4% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.170s coverage: 44.8% of statements 19:17:12 snapcraft 4.8.2 from Canonical* installed 19:17:12 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:17:12 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:17:12 % Total % Received % Xferd Average Speed Time Time Time Current 19:17:12 Dload Upload Total Spent Left Speed 19:17:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5139 0 --:--:-- --:--:-- --:--:-- 5139 19:17:12 66 3325k 66 2206k 0 0 4484k 0 --:--:-- --:--:-- --:--:-- 4484k 100 3325k 100 3325k 0 0 6023k 0 --:--:-- --:--:-- --:--:-- 18.2M 19:17:12 ./yq_linux_amd64 19:17:12 + sudo snapcraft prime --use-lxd 19:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.586s coverage: 81.8% of statements 19:17:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:17:13 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:17:13 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: 19:17:13 - README.md 19:17:13 19:17:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:17:14 Launching a container. 19:17:20 Waiting for container to be ready 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.277s coverage: 92.9% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.169s coverage: 87.2% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.175s coverage: 58.8% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.183s coverage: 80.0% of statements 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.243s coverage: 85.4% of statements 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.283s coverage: 91.2% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:17:21 To start your first instance, try: lxc launch ubuntu:18.04 19:17:21 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.712s coverage: 64.4% of statements 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:17:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:17:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.166s coverage: 100.0% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 91.3% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 19:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 19:17:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 19:17:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:17:25 Waiting for network to be ready... 19:17:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:17:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:17:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1782 kB] 19:17:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 19:17:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 19:17:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:17:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 19:17:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 19:17:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1131 kB] 19:17:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 19:17:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:17:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:17:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:17:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:17:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:17:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:17:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:17:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:17:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:17:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2127 kB] 19:17:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [421 kB] 19:17:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 19:17:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 19:17:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [388 kB] 19:17:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.6 kB] 19:17:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1738 kB] 19:17:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 19:17:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.074s coverage: 66.9% of statements 19:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:17:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.687s coverage: 43.6% of statements 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.258s coverage: 89.5% of statements 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.234s coverage: 84.8% of statements 19:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:17:29 Fetched 24.8 MB in 4s (6503 kB/s) 19:17:30 Reading package lists... 19:17:30 Reading package lists... 19:17:30 Building dependency tree... 19:17:30 Reading state information... 19:17:30 The following additional packages will be installed: 19:17:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:17:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:17:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:17:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:17:30 Suggested packages: 19:17:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:17:30 Recommended packages: 19:17:30 gnupg libsasl2-modules 19:17:30 The following NEW packages will be installed: 19:17:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:17:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:17:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:17:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:17:30 The following packages will be upgraded: 19:17:30 gpg gpg-agent gpgconf libudev1 19:17:31 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. 19:17:31 Need to get 3530 kB of archives. 19:17:31 After this operation, 13.3 MB of additional disk space will be used. 19:17:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:17:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:17:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:17:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:17:31 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] 19:17:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] 19:17:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:17:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:17:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:17:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:17:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:17:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:17:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:17:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:17:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:17:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:17:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:17:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:17:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:17:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:17:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:17:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:17:32 debconf: delaying package configuration, since apt-utils is not installed 19:17:32 Fetched 3530 kB in 1s (3442 kB/s) 19:17:32 (Reading database ... 12511 files and directories currently installed.) 19:17:32 Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... 19:17:32 Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 19:17:32 Setting up libudev1:amd64 (237-3ubuntu10.48) ... 19:17:32 Selecting previously unselected package udev. 19:17:32 (Reading database ... 12511 files and directories currently installed.) 19:17:32 Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... 19:17:32 Unpacking udev (237-3ubuntu10.48) ... 19:17:32 Selecting previously unselected package libfuse2:amd64. 19:17:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:17:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:17:32 Selecting previously unselected package fuse. 19:17:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:17:32 Unpacking fuse (2.9.7-1ubuntu1) ... 19:17:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:17:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:17:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:17:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:17:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:17:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:17:32 Selecting previously unselected package libksba8:amd64. 19:17:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:17:32 Unpacking libksba8:amd64 (1.3.5-2) ... 19:17:32 Selecting previously unselected package libroken18-heimdal:amd64. 19:17:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:17:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:17:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:17:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libwind0-heimdal:amd64. 19:17:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:17:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:17:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:17:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:17:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:17:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Selecting previously unselected package libsasl2-modules-db:amd64. 19:17:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:17:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:17:33 Selecting previously unselected package libsasl2-2:amd64. 19:17:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:17:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:17:33 Selecting previously unselected package libldap-common. 19:17:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:17:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:17:33 Selecting previously unselected package libldap-2.4-2:amd64. 19:17:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:17:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:17:33 Selecting previously unselected package dirmngr. 19:17:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:17:33 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:17:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:17:33 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:17:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:17:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:17:33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:17:33 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:17:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:33 Setting up libksba8:amd64 (1.3.5-2) ... 19:17:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:17:33 Setting up udev (237-3ubuntu10.48) ... 19:17:34 invoke-rc.d: policy-rc.d denied execution of start. 19:17:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Processing triggers for systemd (237-3ubuntu10) ... 19:17:34 Setting up fuse (2.9.7-1ubuntu1) ... 19:17:34 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:17:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:17:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:17:34 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:17:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:17:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:17:35 settings in the [Install] section, and DefaultInstance for template units). 19:17:35 This means they are not meant to be enabled using systemctl. 19:17:35 Possible reasons for having this kind of units are: 19:17:35 1) A unit may be statically enabled by being symlinked from another unit's 19:17:35 .wants/ or .requires/ directory. 19:17:35 2) A unit's purpose may be to act as a helper for some other unit which has 19:17:35 a requirement dependency on it. 19:17:35 3) A unit may be started when needed via activation (socket, path, timer, 19:17:35 D-Bus, udev, scripted systemctl call, ...). 19:17:35 4) In case of template units, the unit is meant to be enabled with some 19:17:35 instance name specified. 19:17:35 Reading package lists... 19:17:35 Building dependency tree... 19:17:35 Reading state information... 19:17:35 The following additional packages will be installed: 19:17:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:17:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:17:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:17:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:17:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:17:35 Suggested packages: 19:17:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:17:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:17:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:17:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:17:35 systemd-container policykit-1 19:17:35 Recommended packages: 19:17:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:17:35 The following NEW packages will be installed: 19:17:35 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:17:35 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:17:35 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:17:35 multiarch-support openssh-client python3 python3-minimal python3.6 19:17:35 python3.6-minimal snapd squashfs-tools sudo 19:17:35 The following packages will be upgraded: 19:17:35 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:17:35 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. 19:17:35 Need to get 36.7 MB of archives. 19:17:35 After this operation, 147 MB of additional disk space will be used. 19:17:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:17:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] 19:17:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:17:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:17:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:17:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:17:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:17:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:17:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:17:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:17:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:17:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:17:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:17:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:17:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:17:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:17:37 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] 19:17:37 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 19:17:37 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 19:17:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:17:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:17:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:17:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:17:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:17:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:17:37 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:17:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:17:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:17:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 19:17:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.229s coverage: 19.3% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.570s coverage: 91.9% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 62.7% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.6% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.197s coverage: 28.9% of statements 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements 19:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements 19:17:38 GO111MODULE=on go vet ./... 19:17:38 debconf: delaying package configuration, since apt-utils is not installed 19:17:38 Fetched 36.7 MB in 2s (15.6 MB/s) 19:17:38 (Reading database ... 12757 files and directories currently installed.) 19:17:38 Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... 19:17:38 Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... 19:17:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... 19:17:39 Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 19:17:39 Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... 19:17:39 (Reading database ... 12757 files and directories currently installed.) 19:17:39 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 19:17:39 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 19:17:39 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 19:17:39 (Reading database ... 12757 files and directories currently installed.) 19:17:39 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 19:17:39 Unpacking apt (1.6.13) over (1.6.1) ... 19:17:39 Setting up apt (1.6.13) ... 19:17:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:17:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:17:40 (Reading database ... 12764 files and directories currently installed.) 19:17:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:17:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:17:40 Selecting previously unselected package libpython3.6-minimal:amd64. 19:17:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:17:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:17:40 Selecting previously unselected package libexpat1:amd64. 19:17:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:17:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:17:40 Selecting previously unselected package python3.6-minimal. 19:17:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:17:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:17:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:17:40 Checking for services that may need to be restarted...done. 19:17:40 Checking for services that may need to be restarted...done. 19:17:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:17:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:17:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:17:41 Selecting previously unselected package python3-minimal. 19:17:41 (Reading database ... 13012 files and directories currently installed.) 19:17:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:17:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:17:41 Selecting previously unselected package mime-support. 19:17:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:17:41 Unpacking mime-support (3.60ubuntu1) ... 19:17:41 Selecting previously unselected package libmpdec2:amd64. 19:17:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:17:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:17:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:17:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:17:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:17:41 Selecting previously unselected package python3.6. 19:17:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:17:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:17:41 Selecting previously unselected package libpython3-stdlib:amd64. 19:17:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:17:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:17:41 Setting up python3-minimal (3.6.7-1~18.04) ... 19:17:41 Selecting previously unselected package python3. 19:17:41 (Reading database ... 13442 files and directories currently installed.) 19:17:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:17:41 Unpacking python3 (3.6.7-1~18.04) ... 19:17:42 Selecting previously unselected package multiarch-support. 19:17:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:17:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:17:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:17:42 Selecting previously unselected package liblzo2-2:amd64. 19:17:42 (Reading database ... 13479 files and directories currently installed.) 19:17:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:17:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:17:42 Selecting previously unselected package libbsd0:amd64. 19:17:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:17:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:17:42 Selecting previously unselected package sudo. 19:17:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:17:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:17:42 Selecting previously unselected package apparmor. 19:17:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:17:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:17:42 Selecting previously unselected package libedit2:amd64. 19:17:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:17:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:17:42 Selecting previously unselected package libkrb5support0:amd64. 19:17:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:17:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:17:42 Selecting previously unselected package libk5crypto3:amd64. 19:17:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:17:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:17:42 Selecting previously unselected package libkeyutils1:amd64. 19:17:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:17:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:17:42 Selecting previously unselected package libkrb5-3:amd64. 19:17:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:17:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:17:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:17:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:17:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:17:42 Selecting previously unselected package libssl1.0.0:amd64. 19:17:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:17:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:17:43 Selecting previously unselected package openssh-client. 19:17:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:17:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:17:43 Selecting previously unselected package squashfs-tools. 19:17:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 19:17:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 19:17:43 Selecting previously unselected package snapd. 19:17:43 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 19:17:43 Unpacking snapd (2.49.2+18.04) ... 19:17:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:17:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:17:46 Setting up mime-support (3.60ubuntu1) ... 19:17:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:17:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:17:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:17:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:17:46 Setting up systemd (237-3ubuntu10.48) ... 19:17:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:17:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:17:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:17:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:17:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:17:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:17:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:17:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 19:17:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:17:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:17:47 Setting up python3 (3.6.7-1~18.04) ... 19:17:47 running python rtupdate hooks for python3.6... 19:17:47 running python post-rtupdate hooks for python3.6... 19:17:47 Setting up apparmor (2.12-4ubuntu5.1) ... 19:17:47 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:17:47 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:17:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:17:48 Setting up snapd (2.49.2+18.04) ... 19:17:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:17:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:17:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:17:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:17:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:17:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:17:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:17:49 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:17:49 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:17:49 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:17:50 /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.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:17:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:17:50 Processing triggers for systemd (237-3ubuntu10.48) ... 19:17:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:17:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:17:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:17:52 Reading package lists... 19:17:52 Reading package lists... 19:17:52 Building dependency tree... 19:17:52 Reading state information... 19:17:53 Calculating upgrade... 19:17:53 The following packages will be upgraded: 19:17:53 advancecomp base-files bash binutils binutils-common 19:17:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:17:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:17:53 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:17:53 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:17:53 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:17:53 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:17:53 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:17:53 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 19:17:53 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:17:53 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:17:53 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:17:53 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:17:53 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:17:53 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:17:53 ubuntu-keyring util-linux 19:17:53 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:17:53 Need to get 64.1 MB of archives. 19:17:53 After this operation, 5112 kB of additional disk space will be used. 19:17:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] 19:17:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:17:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:17:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:17:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:17:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:17:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:17:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:17:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:17:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:17:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:17:53 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:17:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:17:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:17:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:17:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:17:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:17:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:17:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:17:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:17:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:17:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:17:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:17:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:17:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:17:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:17:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:17:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:17:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:17:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:17:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:17:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:17:53 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:17:53 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:17:53 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 19:17:53 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:17:53 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:17:53 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 19:17:53 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 19:17:53 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:17:53 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:17:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:17:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:17:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:17:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:17:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:17:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:17:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:17:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:17:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:17:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:17:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:17:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:17:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:17:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:17:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:17:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:17:54 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:17:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:17:54 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:17:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:17:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:17:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:17:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:17:54 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:17:54 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:17:54 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:17:54 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:17:54 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:17:54 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:17:54 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:17:54 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:17:54 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:17:54 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:17:54 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:17:54 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:17:54 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:17:54 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:17:54 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:17:54 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:17:54 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:17:54 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:17:54 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 19:17:54 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 19:17:54 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 19:17:55 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] 19:17:55 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 19:17:55 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:17:55 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:17:55 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:17:55 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:17:55 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:17:55 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:17:55 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:17:55 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:17:55 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:17:55 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:17:55 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:17:55 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:17:55 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:17:55 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:17:55 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:17:55 debconf: delaying package configuration, since apt-utils is not installed 19:17:55 Fetched 64.1 MB in 2s (32.5 MB/s) 19:17:55 (Reading database ... 13914 files and directories currently installed.) 19:17:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:17:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:17:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:17:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:17:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... 19:17:56 Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... 19:17:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:17:56 (Reading database ... 13914 files and directories currently installed.) 19:17:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:17:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:17:56 (Reading database ... 13914 files and directories currently installed.) 19:17:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:57 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:57 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:57 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:17:57 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:17:57 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:17:57 (Reading database ... 13914 files and directories currently installed.) 19:17:57 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:17:57 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:17:58 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:17:58 (Reading database ... 13914 files and directories currently installed.) 19:17:58 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:17:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:17:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:17:58 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:17:58 Setting up base-files (10.1ubuntu2.10) ... 19:17:58 Installing new version of config file /etc/issue ... 19:17:58 Installing new version of config file /etc/issue.net ... 19:17:58 Installing new version of config file /etc/lsb-release ... 19:17:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:17:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:17:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:17:59 Removing obsolete conffile /etc/default/motd-news ... 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:17:59 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:17:59 Setting up bash (4.4.18-2ubuntu1.2) ... 19:17:59 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 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:17:59 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:17:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:17:59 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:17:59 Setting up tar (1.29b-2ubuntu0.2) ... 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:17:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:17:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:17:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:17:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:17:59 (Reading database ... 13915 files and directories currently installed.) 19:17:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:18:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:18:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:18:00 (Reading database ... 13915 files and directories currently installed.) 19:18:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:18:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:18:00 Setting up grep (3.1-2build1) ... 19:18:00 (Reading database ... 13915 files and directories currently installed.) 19:18:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:18:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:18:00 Setting up login (1:4.5-1ubuntu2) ... 19:18:00 (Reading database ... 13915 files and directories currently installed.) 19:18:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:18:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:18:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:18:00 (Reading database ... 13915 files and directories currently installed.) 19:18:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:18:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:18:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:18:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:18:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:18:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:18:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:18:01 (Reading database ... 13915 files and directories currently installed.) 19:18:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:18:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:18:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:18:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:18:02 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:18:02 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:18:02 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:18:02 (Reading database ... 13915 files and directories currently installed.) 19:18:02 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:18:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:18:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:03 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:18:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:18:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:18:03 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:18:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:18:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:18:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:18:03 (Reading database ... 13915 files and directories currently installed.) 19:18:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:04 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:18:04 (Reading database ... 13915 files and directories currently installed.) 19:18:04 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:04 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:18:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:18:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:18:05 (Reading database ... 13915 files and directories currently installed.) 19:18:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:18:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:18:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:18:05 (Reading database ... 13915 files and directories currently installed.) 19:18:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:18:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:18:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:18:05 (Reading database ... 13917 files and directories currently installed.) 19:18:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:18:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:18:05 Setting up debconf (1.5.66ubuntu1) ... 19:18:05 (Reading database ... 13917 files and directories currently installed.) 19:18:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:18:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:18:06 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:18:06 (Reading database ... 13917 files and directories currently installed.) 19:18:06 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:18:06 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:18:06 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:18:06 (Reading database ... 13917 files and directories currently installed.) 19:18:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:18:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:18:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:18:06 (Reading database ... 13917 files and directories currently installed.) 19:18:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:18:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:18:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 19:18:06 (Reading database ... 13919 files and directories currently installed.) 19:18:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:18:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:18:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:18:06 (Reading database ... 13923 files and directories currently installed.) 19:18:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:18:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:18:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... 19:18:06 Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... 19:18:06 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:18:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:18:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:18:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:18:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 19:18:07 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 19:18:07 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 19:18:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:18:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:18:07 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:18:07 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:18:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:18:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:18:07 (Reading database ... 13923 files and directories currently installed.) 19:18:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:18:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:18:08 Setting up passwd (1:4.5-1ubuntu2) ... 19:18:08 (Reading database ... 13923 files and directories currently installed.) 19:18:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:18:08 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:18:08 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:18:08 (Reading database ... 13923 files and directories currently installed.) 19:18:08 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:18:08 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:18:08 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:18:08 (Reading database ... 13923 files and directories currently installed.) 19:18:08 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:18:08 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:18:08 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:18:08 (Reading database ... 13923 files and directories currently installed.) 19:18:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:18:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:18:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:18:08 (Reading database ... 13923 files and directories currently installed.) 19:18:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:18:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:18:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:18:09 (Reading database ... 13923 files and directories currently installed.) 19:18:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:18:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:18:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:18:09 (Reading database ... 13923 files and directories currently installed.) 19:18:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:18:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:18:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:18:09 (Reading database ... 13923 files and directories currently installed.) 19:18:09 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:18:09 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:18:09 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:18:09 (Reading database ... 13923 files and directories currently installed.) 19:18:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:18:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:18:09 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:18:09 (Reading database ... 13924 files and directories currently installed.) 19:18:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:18:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:18:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:18:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:18:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:18:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:18:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:18:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:18:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:18:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:18:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:18:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:18:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:18:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:18:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:18:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:18:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:18:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:18:10 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:18:10 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:18:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:18:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:18:10 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:18:10 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:18:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:18:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:18:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:18:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:18:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:18:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:18:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:18:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:18:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:18:11 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:18:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:18:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:18:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:18:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:18:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:18:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:18:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:18:15 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:18:15 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:18:15 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:18:15 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:18:15 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:18:15 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:18:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:18:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:18:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:18:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:18:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:18:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:15 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:18:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:15 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:18:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:18:15 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:18:16 19:18:16 Current default time zone: 'Etc/UTC' 19:18:16 Local time is now: Wed Jun 23 19:18:16 UTC 2021. 19:18:16 Universal Time is now: Wed Jun 23 19:18:16 UTC 2021. 19:18:16 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:18:16 19:18:16 Setting up systemd-sysv (237-3ubuntu10.48) ... 19:18:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:16 Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... 19:18:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:18:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:18:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:18:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:18:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:18:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:18:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:18:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:18:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:18:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:16 Setting up patch (2.7.6-2ubuntu1.1) ... 19:18:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:18:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:18:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:18:16 Installing new version of config file /etc/ssl/openssl.cnf ... 19:18:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:18:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:18:16 Setting up ca-certificates (20210119~18.04.1) ... 19:18:18 Updating certificates in /etc/ssl/certs... 19:18:19 23 added, 27 removed; done. 19:18:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:18:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:18:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:18:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:18:19 Setting up pkgbinarymangler (138.18.04.1) ... 19:18:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:18:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up perl (5.26.1-6ubuntu0.5) ... 19:18:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:18:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:18:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:18:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:18:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:18:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:18:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:18:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:18:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:18:19 Processing triggers for systemd (237-3ubuntu10.48) ... 19:18:19 Processing triggers for mime-support (3.60ubuntu1) ... 19:18:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:18:19 Updating certificates in /etc/ssl/certs... 19:18:20 0 added, 0 removed; done. 19:18:20 Running hooks in /etc/ca-certificates/update.d... 19:18:20 done. 19:18:20 Reading package lists... 19:18:20 Building dependency tree... 19:18:20 Reading state information... 19:18:20 The following NEW packages will be installed: 19:18:20 apt-transport-https 19:18:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:18:21 Need to get 1692 B of archives. 19:18:21 After this operation, 154 kB of additional disk space will be used. 19:18:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 19:18:21 debconf: delaying package configuration, since apt-utils is not installed 19:18:21 Fetched 1692 B in 0s (9604 B/s) 19:18:21 Selecting previously unselected package apt-transport-https. 19:18:21 (Reading database ... 13929 files and directories currently installed.) 19:18:21 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 19:18:21 Unpacking apt-transport-https (1.6.13) ... 19:18:21 Setting up apt-transport-https (1.6.13) ... 19:18:21 Waiting for network to be ready... 19:18:27 2021-06-23T19:18:24Z INFO Waiting for automatic snapd restart... 19:18:27 snapd 2.51 from Canonical* installed 19:18:28 "snapd" switched to the "latest/stable" channel 19:18:28 19:18:30 core18 20210611 from Canonical* installed 19:18:30 "core18" switched to the "latest/stable" channel 19:18:30 19:18:34 snapcraft 4.8.2 from Canonical* installed 19:18:34 "snapcraft" switched to the "latest/stable" channel 19:18:34 19:18:38 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: 19:18:38 - README.md 19:18:38 19:18:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:18:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:18:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:18:39 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:18:40 Reading package lists... 19:18:40 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:18:40 Reading package lists... 19:18:41 Building dependency tree... 19:18:41 Reading state information... 19:18:41 Suggested packages: 19:18:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:18:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:18:41 Recommended packages: 19:18:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:18:41 The following NEW packages will be installed: 19:18:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:18:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:18:41 pkg-config zip 19:18:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:18:41 Need to get 7663 kB of archives. 19:18:41 After this operation, 43.8 MB of additional disk space will be used. 19:18:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:18:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:18:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 19:18:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:18:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:18:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:18:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:18:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:18:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:18:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:18:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:18:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:18:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:18:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:18:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:18:42 debconf: delaying package configuration, since apt-utils is not installed 19:18:42 Fetched 7663 kB in 1s (9864 kB/s) 19:18:42 Selecting previously unselected package libglib2.0-0:amd64. 19:18:42 (Reading database ... 13933 files and directories currently installed.) 19:18:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:18:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:18:42 Selecting previously unselected package libpsl5:amd64. 19:18:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:18:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:18:42 Selecting previously unselected package libnghttp2-14:amd64. 19:18:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:18:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:18:42 Selecting previously unselected package librtmp1:amd64. 19:18:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:18:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:18:42 Selecting previously unselected package libcurl3-gnutls:amd64. 19:18:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 19:18:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:18:42 Selecting previously unselected package liberror-perl. 19:18:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:18:42 Unpacking liberror-perl (0.17025-1) ... 19:18:42 Selecting previously unselected package git-man. 19:18:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:18:42 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:18:42 Selecting previously unselected package git. 19:18:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:18:42 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:18:43 Selecting previously unselected package libnorm1:amd64. 19:18:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:18:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:18:43 Selecting previously unselected package libpgm-5.2-0:amd64. 19:18:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:18:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:18:43 Selecting previously unselected package libsodium23:amd64. 19:18:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:18:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:18:43 Selecting previously unselected package libzmq5:amd64. 19:18:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:18:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:18:43 Selecting previously unselected package libzmq3-dev:amd64. 19:18:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:18:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:18:43 Selecting previously unselected package pkg-config. 19:18:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:18:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:18:43 Selecting previously unselected package zip. 19:18:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:18:43 Unpacking zip (3.0-11build1) ... 19:18:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:18:43 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:18:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:18:43 Setting up liberror-perl (0.17025-1) ... 19:18:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:18:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:18:43 No schema files found: doing nothing. 19:18:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:18:43 Setting up zip (3.0-11build1) ... 19:18:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:18:44 Setting up libsodium23:amd64 (1.0.16-2) ... 19:18:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:18:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:18:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:18:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:18:44 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:18:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:18:44 git set to automatically installed. 19:18:44 git-man set to automatically installed. 19:18:44 libcurl3-gnutls set to automatically installed. 19:18:44 liberror-perl set to automatically installed. 19:18:44 libglib2.0-0 set to automatically installed. 19:18:44 libnghttp2-14 set to automatically installed. 19:18:44 libnorm1 set to automatically installed. 19:18:44 libpgm-5.2-0 set to automatically installed. 19:18:44 libpsl5 set to automatically installed. 19:18:44 librtmp1 set to automatically installed. 19:18:44 libsodium23 set to automatically installed. 19:18:44 libzmq3-dev set to automatically installed. 19:18:44 libzmq5 set to automatically installed. 19:18:44 pkg-config set to automatically installed. 19:18:44 zip set to automatically installed. 19:18:45 snapd is not logged in, snap install commands will use sudo 19:18:51 go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed 19:18:51 snapd is not logged in, snap install commands will use sudo 19:18:52 snap "core18" has no updates available 19:18:53 Downloading snap 'edgex-app-service-configurable' 19:18:55 2021/06/23 19:18:54.926116 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_567.snap: 7311360 19:18:56 Pulling app-service-config 19:18:56 + snapcraftctl pull 19:18:57 Pulling config-common 19:18:57 + snapcraftctl pull 19:18:58 Pulling go-build-helper 19:18:58 + snapcraftctl pull 19:18:59 'edgex-go' has dependencies that need to be staged: go-build-helper 19:18:59 Skipping pull go-build-helper (already ran) 19:18:59 Building go-build-helper 19:18:59 + snapcraftctl build 19:19:00 gofmt -l . 19:19:00 [ "`gofmt -l .`" = "" ] 19:19:00 ./bin/test-attribution-txt.sh [Pipeline] sh 19:19:00 + ls -al . 19:19:00 total 544 19:19:00 drwxrwxr-x 9 1001 1001 4096 Jun 23 19:18 . 19:19:00 drwxr-xr-x 4 root root 4096 Jun 23 19:14 .. 19:19:00 -rw-rw-r-- 1 1001 1001 11 Jun 23 19:12 .dockerignore 19:19:00 drwxrwxr-x 8 1001 1001 4096 Jun 23 19:12 .git 19:19:00 drwxrwxr-x 3 1001 1001 4096 Jun 23 19:12 .github 19:19:00 -rw-rw-r-- 1 1001 1001 818 Jun 23 19:12 .gitignore 19:19:00 -rw-rw-r-- 1 1001 1001 166 Jun 23 19:12 .sonarcloud.properties 19:19:00 -rw-rw-r-- 1 1001 1001 8609 Jun 23 19:12 Attribution.txt 19:19:00 -rw-rw-r-- 1 1001 1001 3804 Jun 23 19:12 CONTRIBUTING.md 19:19:00 -rw-rw-r-- 1 1001 1001 931 Jun 23 19:12 Dockerfile.build 19:19:00 -rw-rw-r-- 1 1001 1001 849 Jun 23 19:12 Jenkinsfile 19:19:00 -rw-rw-r-- 1 1001 1001 10775 Jun 23 19:12 LICENSE 19:19:00 -rw-rw-r-- 1 1001 1001 5605 Jun 23 19:12 Makefile 19:19:00 -rw-rw-r-- 1 1001 1001 7905 Jun 23 19:12 README.md 19:19:00 -rw-rw-r-- 1 1001 1001 7071 Jun 23 19:12 SECURITY.md 19:19:00 -rw-rw-r-- 1 1001 1001 5 Jun 23 19:08 VERSION 19:19:00 -rw-rw-r-- 1 1001 1001 4131 Jun 23 19:12 ZMQWindows.md 19:19:00 drwxrwxr-x 2 1001 1001 4096 Jun 23 19:12 bin 19:19:00 drwxrwxr-x 14 1001 1001 4096 Jun 23 19:12 cmd 19:19:00 -rw-r--r-- 1 root root 398095 Jun 23 19:17 coverage.out 19:19:00 -rw-rw-r-- 1 1001 1001 841 Jun 23 19:12 go.mod 19:19:00 -rw-r--r-- 1 root root 20962 Jun 23 19:14 go.sum 19:19:00 drwxrwxr-x 7 1001 1001 4096 Jun 23 19:12 internal 19:19:00 drwxrwxr-x 3 1001 1001 4096 Jun 23 19:12 openapi 19:19:00 drwxrwxr-x 4 1001 1001 4096 Jun 23 19:12 snap 19:19:00 -rw-rw-r-- 1 1001 1001 168 Jun 23 19:12 version.go [Pipeline] sh 19:19:01 Staging go-build-helper 19:19:01 + snapcraftctl stage 19:19:01 + '[' -e coverage.out ] 19:19:01 + chown 1001:1001 coverage.out [Pipeline] stash 19:19:01 Warning: overwriting stash ‘coverage-report’ 19:19:02 Stashed 1 file(s) [Pipeline] sh 19:19:03 + make build 19:19:03 go mod tidy 19:19:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:19:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:19:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:19:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1782 kB] 19:19:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 19:19:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 19:19:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:19:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 19:19:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 19:19:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1131 kB] 19:19:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 19:19:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:19:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:19:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:19:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:19:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:19:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:19:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:19:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:19:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:19:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2127 kB] 19:19:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [421 kB] 19:19:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 19:19:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 19:19:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [388 kB] 19:19:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.6 kB] 19:19:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1738 kB] 19:19:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 19:19:09 Fetched 24.8 MB in 0s (0 B/s) 19:19:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:19:09 Fetched 224 kB in 0s (0 B/s) 19:19:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:19:09 Fetched 157 kB in 0s (0 B/s) 19:19:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:19:09 Fetched 221 kB in 0s (0 B/s) 19:19:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:19:09 Fetched 143 kB in 0s (0 B/s) 19:19:09 Pulling edgex-go 19:19:09 + snapcraftctl pull 19:19:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:19:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:19:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:19:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:19:27 Fetched 0 B in 0s (0 B/s) 19:19:27 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:19:27 Fetched 96.5 kB in 0s (0 B/s) 19:19:27 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:19:27 Fetched 279 kB in 0s (0 B/s) 19:19:27 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:19:27 Fetched 122 kB in 0s (0 B/s) 19:19:27 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:19:27 Fetched 77.8 kB in 0s (0 B/s) 19:19:27 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:19:27 Fetched 8848 B in 0s (0 B/s) 19:19:27 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:19:27 Fetched 47.8 kB in 0s (0 B/s) 19:19:27 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:19:27 Fetched 45.6 kB in 0s (0 B/s) 19:19:27 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:19:27 Fetched 15.0 kB in 0s (0 B/s) 19:19:27 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 19:19:27 Fetched 219 kB in 0s (0 B/s) 19:19:27 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:19:27 Fetched 154 kB in 0s (0 B/s) 19:19:27 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:19:27 Fetched 50.6 kB in 0s (0 B/s) 19:19:27 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:19:27 Fetched 14.8 kB in 0s (0 B/s) 19:19:27 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:19:27 Fetched 41.8 kB in 0s (0 B/s) 19:19:27 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:19:27 Fetched 499 kB in 0s (0 B/s) 19:19:27 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:19:27 Fetched 111 kB in 0s (0 B/s) 19:19:27 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:19:27 Fetched 240 kB in 0s (0 B/s) 19:19:27 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:19:27 Fetched 29.3 kB in 0s (0 B/s) 19:19:27 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:19:27 Fetched 85.5 kB in 0s (0 B/s) 19:19:27 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:19:27 Fetched 24.5 kB in 0s (0 B/s) 19:19:27 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:19:27 Fetched 49.2 kB in 0s (0 B/s) 19:19:27 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:19:27 Fetched 54.2 kB in 0s (0 B/s) 19:19:27 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:19:27 Fetched 30.8 kB in 0s (0 B/s) 19:19:27 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:19:27 Fetched 15.8 kB in 0s (0 B/s) 19:19:27 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:19:27 Fetched 85.9 kB in 0s (0 B/s) 19:19:27 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:19:27 Fetched 8720 B in 0s (0 B/s) 19:19:27 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 19:19:27 Fetched 140 kB in 0s (0 B/s) 19:19:27 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:19:27 Fetched 119 kB in 0s (0 B/s) 19:19:27 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 19:19:27 Fetched 111 kB in 0s (0 B/s) 19:19:27 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:19:27 Fetched 11.1 kB in 0s (0 B/s) 19:19:27 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:19:27 Fetched 645 kB in 0s (0 B/s) 19:19:27 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:19:27 Fetched 41.3 kB in 0s (0 B/s) 19:19:27 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:19:27 Fetched 17.9 kB in 0s (0 B/s) 19:19:27 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:19:27 Fetched 368 kB in 0s (0 B/s) 19:19:27 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:19:27 Fetched 187 kB in 0s (0 B/s) 19:19:27 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:19:27 Fetched 175 kB in 0s (0 B/s) 19:19:27 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:19:27 Fetched 206 kB in 0s (0 B/s) 19:19:27 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:19:27 Fetched 1301 kB in 0s (0 B/s) 19:19:27 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:19:27 Fetched 36.2 kB in 0s (0 B/s) 19:19:27 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 19:19:27 Fetched 159 kB in 0s (0 B/s) 19:19:27 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:19:27 Fetched 107 kB in 0s (0 B/s) 19:19:27 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:19:27 Fetched 48.7 kB in 0s (0 B/s) 19:19:27 Pulling static-packages 19:19:27 + snapcraftctl pull 19:19:27 Pulling version 19:19:27 + cd /root/project 19:19:27 + git describe --tags --abbrev=0 19:19:27 + sed s/v// 19:19:27 + GIT_VERSION=2.0.0-dev.271 19:19:27 + [ -z 2.0.0-dev.271 ] 19:19:27 + snapcraftctl set-version 2.0.0-dev.271 19:19:28 Building app-service-config 19:19:28 + snapcraftctl build 19:19:29 Building config-common 19:19:29 + snapcraftctl build 19:19:31 Skipping build go-build-helper (already ran) 19:19:32 Building edgex-go 19:19:32 + cd /root/parts/edgex-go/src 19:19:32 + make build 19:19:32 go mod tidy 19:19:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:19:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:19:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.67 19:19:34 go: downloading github.com/gorilla/mux v1.8.0 19:19:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.102 19:19:34 go: downloading github.com/google/uuid v1.2.0 19:19:34 go: downloading github.com/stretchr/testify v1.7.0 19:19:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:19:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 19:19:34 go: downloading gopkg.in/yaml.v2 v2.4.0 19:19:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:19:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:19:34 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 19:19:34 go: downloading github.com/lib/pq v1.10.2 19:19:34 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:19:34 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:19:34 go: downloading github.com/pelletier/go-toml v1.9.2 19:19:34 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:19:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 19:19:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 19:19:35 go: downloading github.com/go-playground/validator/v10 v10.6.1 19:19:35 go: downloading github.com/go-kit/kit v0.9.0 19:19:35 go: downloading github.com/davecgh/go-spew v1.1.1 19:19:35 go: downloading github.com/pmezard/go-difflib v1.0.0 19:19:35 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:19:35 go: downloading github.com/stretchr/objx v0.1.0 19:19:35 go: downloading github.com/x448/float16 v0.8.4 19:19:35 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:19:35 go: downloading github.com/go-playground/universal-translator v0.17.0 19:19:35 go: downloading github.com/leodido/go-urn v1.2.0 19:19:35 go: downloading golang.org/x/text v0.3.2 19:19:35 go: downloading github.com/go-playground/assert/v2 v2.0.1 19:19:35 go: downloading github.com/go-playground/locales v0.13.0 19:19:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:19:36 go: downloading github.com/go-stack/stack v1.8.0 19:19:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 19:19:36 go: downloading github.com/go-redis/redis/v7 v7.3.0 19:19:36 go: downloading github.com/pebbe/zmq4 v1.2.7 19:19:36 go: downloading github.com/hashicorp/consul/api v1.8.1 19:19:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:19:36 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:19:36 go: downloading github.com/kr/pretty v0.2.0 19:19:36 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:19:36 go: downloading github.com/gorilla/websocket v1.4.2 19:19:36 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:19:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:19:36 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:19:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:19:36 go: downloading github.com/hashicorp/serf v0.9.5 19:19:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:19:36 go: downloading github.com/hashicorp/consul/sdk v0.7.0 19:19:36 go: downloading github.com/hashicorp/go-uuid v1.0.1 19:19:36 go: downloading github.com/onsi/ginkgo v1.10.1 19:19:36 go: downloading github.com/onsi/gomega v1.7.0 19:19:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:19:36 go: downloading github.com/mitchellh/copystructure v1.0.0 19:19:36 go: downloading github.com/kr/text v0.1.0 19:19:36 go: downloading github.com/fatih/color v1.9.0 19:19:36 go: downloading github.com/mattn/go-colorable v0.1.6 19:19:36 go: downloading github.com/mattn/go-isatty v0.0.12 19:19:36 go: downloading github.com/mitchellh/go-homedir v1.1.0 19:19:36 go: downloading github.com/pkg/errors v0.8.1 19:19:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:19:36 go: downloading github.com/hashicorp/go-msgpack v0.5.3 19:19:36 go: downloading github.com/hashicorp/memberlist v0.2.2 19:19:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:19:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:19:37 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 19:19:37 go: downloading github.com/hpcloud/tail v1.0.0 19:19:37 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:19:37 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:19:37 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:19:37 go: downloading github.com/hashicorp/go-multierror v1.1.0 19:19:37 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 19:19:37 go: downloading github.com/miekg/dns v1.1.26 19:19:37 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:19:37 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:19:37 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:19:37 go: downloading gopkg.in/fsnotify.v1 v1.4.7 19:19:37 go: downloading github.com/hashicorp/errwrap v1.0.0 19:19:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:19:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:19:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:19:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:19:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:19:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:19:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:19:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:19:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:19:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:19:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:19:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:19:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:19:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:20:01 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:20:01 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:20:01 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:20:01 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:20:01 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:20:01 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:20:01 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:20:01 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:20:01 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:20:01 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:20:01 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:20:01 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:20:01 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:20:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:20:01 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:20:01 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:20:01 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:20:01 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:20:01 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:20:01 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:20:01 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:20:01 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:20:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:20:01 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 19:20:01 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:20:01 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:20:01 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [Pipeline] } 19:20:03 $ docker stop --time=1 dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 19:20:03 Building static-packages 19:20:03 + snapcraftctl build 19:20:05 $ docker rm -f dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 19:20:06 Building version 19:20:06 + snapcraftctl build [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:07 Staging app-service-config 19:20:07 + snapcraftctl stage 19:20:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:07 19:20:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:20:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:08 Staging config-common 19:20:08 + snapcraftctl stage 19:20:08 latest: Pulling from edgex-devops/edgex-compose-arm64 19:20:08 29e5d40040c1: Pulling fs layer 19:20:08 1ce36da41761: Pulling fs layer 19:20:08 25b303627fd3: Pulling fs layer 19:20:08 29e5d40040c1: Verifying Checksum 19:20:08 29e5d40040c1: Download complete 19:20:09 29e5d40040c1: Pull complete 19:20:09 Skipping stage go-build-helper (already ran) 19:20:09 Staging edgex-go 19:20:09 + snapcraftctl stage 19:20:09 1ce36da41761: Verifying Checksum 19:20:09 1ce36da41761: Download complete 19:20:10 Staging static-packages 19:20:10 + snapcraftctl stage 19:20:11 1ce36da41761: Pull complete 19:20:11 25b303627fd3: Verifying Checksum 19:20:11 25b303627fd3: Download complete 19:20:11 Staging version 19:20:11 + snapcraftctl stage 19:20:12 Priming app-service-config 19:20:12 + snapcraftctl prime 19:20:13 Priming config-common 19:20:13 + snapcraftctl prime 19:20:14 Priming go-build-helper 19:20:14 + snapcraftctl prime 19:20:16 Priming edgex-go 19:20:16 + snapcraftctl prime 19:20:17 Priming static-packages 19:20:17 + snapcraftctl prime 19:20:19 Priming version 19:20:19 + snapcraftctl prime 19:20:20 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:20:21 25b303627fd3: Pull complete 19:20:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:20:21 prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container 19:20:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:20:24 $ docker top 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:20:25 + grep parallel 19:20:25 + docker-compose build --help 19:20:29 --parallel Build images in parallel. [Pipeline] } 19:20:29 $ docker stop --time=1 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 19:20:31 $ docker rm -f 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:32 . [Pipeline] withDockerContainer 19:20:32 prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container 19:20:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:20:34 $ docker top a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:35 + docker-compose -f ./docker-compose-build.yml build --parallel 19:20:38 Building core-command ... 19:20:38 Building core-data ... 19:20:38 Building core-metadata ... 19:20:38 Building security-bootstrapper ... 19:20:38 Building security-proxy-setup ... 19:20:38 Building security-secretstore-setup ... 19:20:38 Building support-notifications ... 19:20:38 Building support-scheduler ... 19:20:38 Building sys-mgmt-agent ... 19:20:38 Building security-bootstrapper 19:20:38 Building sys-mgmt-agent 19:20:39 Building core-command 19:20:39 Building core-metadata 19:20:39 Building security-secretstore-setup 19:22:01 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:01 ---> c594b1123755 19:22:01 Step 3/26 : WORKDIR /edgex-go 19:22:01 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:01 ---> c594b1123755 19:22:01 Step 3/24 : WORKDIR /edgex-go 19:22:01 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:01 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:22:01 ---> c594b1123755 19:22:01 Step 3/32 : WORKDIR /edgex-go 19:22:01 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:01 ---> c594b1123755 19:22:01 Step 3/24 : WORKDIR /edgex-go 19:22:01 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:01 ---> c594b1123755 19:22:01 Step 3/24 : WORKDIR /edgex-go 19:22:01 ---> Running in 5c67a9db4e43 19:22:01 ---> Running in d01cfad92632 19:22:01 ---> Running in 8473b33b5b5e 19:22:01 ---> Running in 98d772cfc0d3 19:22:01 ---> Running in a828dc421913 19:22:01 Removing intermediate container 5c67a9db4e43 19:22:01 Removing intermediate container d01cfad92632 19:22:01 ---> 9d007bca2630 19:22:01 ---> 67c6e37f4805 19:22:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:01 19:22:01 Removing intermediate container 98d772cfc0d3 19:22:01 ---> 7e53d5bb195c 19:22:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:01 Removing intermediate container 8473b33b5b5e 19:22:01 ---> 91858b460bb3 19:22:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:01 Removing intermediate container a828dc421913 19:22:01 ---> e6a12ed14d83 19:22:01 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:01 ---> Running in 79a1d9a08a60 19:22:01 ---> Running in ceef656e1fc8 19:22:01 ---> Running in cb514b3e121e 19:22:01 ---> Running in 73ff01997da3 19:22:01 ---> Running in de162c51da0f 19:22:01 Removing intermediate container ceef656e1fc8 19:22:01 ---> 1da7fe2e6c8d 19:22:01 Step 5/24 : RUN apk add --update --no-cache make git 19:22:01 Removing intermediate container 79a1d9a08a60 19:22:01 ---> af56b844c6fb 19:22:01 Step 5/24 : RUN apk add --update --no-cache make bash git 19:22:01 ---> Running in de2e032dd07c 19:22:01 ---> Running in b0ccef94e476 19:22:01 Removing intermediate container cb514b3e121e 19:22:01 ---> ed4b74567141 19:22:01 Step 5/24 : RUN apk add --update --no-cache make git 19:22:01 Removing intermediate container 73ff01997da3 19:22:01 ---> b4013c57e5ba 19:22:01 Step 5/26 : RUN apk add --update --no-cache make git 19:22:01 Removing intermediate container de162c51da0f 19:22:01 ---> 46fb40f72736 19:22:01 Step 5/32 : RUN apk add --update --no-cache make git 19:22:01 ---> Running in 196fa743cbbd 19:22:01 ---> Running in 9d236ede0e5b 19:22:01 ---> Running in 6d0d8a5e3834 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:01 OK: 218 MiB in 52 packages 19:22:02 OK: 218 MiB in 52 packages 19:22:02 OK: 218 MiB in 52 packages 19:22:02 OK: 218 MiB in 52 packages 19:22:03 OK: 218 MiB in 52 packages 19:22:04 Removing intermediate container b0ccef94e476 19:22:04 ---> 04e2804ec8b3 19:22:04 Step 6/24 : COPY go.mod . 19:22:04 Removing intermediate container 9d236ede0e5b 19:22:04 ---> c21257931b2e 19:22:04 Step 6/26 : COPY go.mod . 19:22:04 Removing intermediate container de2e032dd07c 19:22:04 Removing intermediate container 196fa743cbbd 19:22:04 ---> d46b6784d3a0 19:22:04 Step 6/24 : COPY go.mod . 19:22:04 ---> efc21880d4c1 19:22:04 Step 6/24 : COPY go.mod . 19:22:04 Removing intermediate container 6d0d8a5e3834 19:22:04 ---> e6022d9c7fba 19:22:04 Step 6/32 : COPY go.mod . 19:22:05 ---> 751eabbcad83 19:22:05 Step 7/24 : RUN go mod download 19:22:05 ---> Running in 7c014fe68c8b 19:22:05 ---> 4cb181acffb3 19:22:05 Step 7/26 : RUN go mod download 19:22:05 ---> cd1cf6bab018 19:22:05 Step 7/24 : RUN go mod download 19:22:05 ---> Running in 8152fb885f84 19:22:05 ---> a5ec26f052d6 19:22:05 Step 7/24 : RUN go mod download 19:22:06 ---> Running in a8c224768a69 19:22:06 ---> 34c9ad3418c5 19:22:06 Step 7/32 : RUN go mod download 19:22:06 ---> Running in b66794baa5bd 19:22:06 ---> Running in 3f8bbaceffd2 19:22:09 Removing intermediate container 7c014fe68c8b 19:22:09 ---> e360a36aed94 19:22:09 Step 8/24 : COPY . . 19:22:10 Removing intermediate container 8152fb885f84 19:22:10 ---> 2a1595004ed2 19:22:10 Step 8/26 : COPY . . 19:22:11 Removing intermediate container b66794baa5bd 19:22:11 ---> b8c7365c10d0 19:22:11 Step 8/24 : COPY . . 19:22:11 Removing intermediate container a8c224768a69 19:22:11 ---> 3958888303a7 19:22:11 Step 8/24 : COPY . . 19:22:11 Removing intermediate container 3f8bbaceffd2 19:22:11 ---> e05cdb707b4e 19:22:11 Step 8/32 : COPY . . 19:22:38 ---> 163e1d4f21b9 19:22:38 Step 9/24 : RUN go mod tidy 19:22:38 ---> 20bdec8c56e7 19:22:38 Step 9/26 : RUN go mod tidy 19:22:38 ---> cd6439b1151f 19:22:38 Step 9/32 : RUN go mod tidy 19:22:38 ---> 033d3d7a9756 19:22:38 Step 9/24 : RUN go mod tidy 19:22:38 ---> bc3dd85bd3f3 19:22:38 Step 9/24 : RUN go mod tidy 19:22:38 ---> Running in 8b3eeab8ded6 19:22:38 ---> Running in 988fd8e97bea 19:22:38 ---> Running in 79d5c4e85191 19:22:38 ---> Running in 2c8a70145ab7 19:22:38 ---> Running in 1d3e4c4dab09 19:22:41 Removing intermediate container 8b3eeab8ded6 19:22:41 ---> ad3c51babdc4 19:22:41 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:41 ---> Running in 358c89038d34 19:22:41 Removing intermediate container 988fd8e97bea 19:22:41 ---> 5c013db8dd0b 19:22:41 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:22:41 Removing intermediate container 79d5c4e85191 19:22:41 ---> ff977d938b5d 19:22:41 Step 10/24 : RUN make cmd/core-command/core-command 19:22:41 ---> Running in cf5eaf71babb 19:22:42 Removing intermediate container 1d3e4c4dab09 19:22:42 ---> 3b0cb616d4ed 19:22:42 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:22:42 ---> Running in 4ee4600addf0 19:22:42 Removing intermediate container 2c8a70145ab7 19:22:42 ---> fd885cc8ae5f 19:22:42 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:22:42 ---> Running in e7c9d7bc290c 19:22:42 ---> Running in 397a0d97600a 19:22:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:24:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:24:36 Removing intermediate container cf5eaf71babb 19:24:36 ---> 7afc8900cf7e 19:24:36 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:24:36 ---> Running in 28be1da8f819 19:24:36 Removing intermediate container 4ee4600addf0 19:24:36 ---> d80198d5f715 19:24:36 19:24:36 Step 11/24 : FROM alpine:3.12 19:24:37 3.12: Pulling from library/alpine 19:24:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:24:39 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 19:24:39 Removing intermediate container e7c9d7bc290c 19:24:39 ---> df9f45503028 19:24:39 19:24:39 Step 11/32 : FROM alpine:3.12 19:24:39 Status: Downloaded newer image for alpine:3.12 19:24:39 ---> c4fd0aeabfcf 19:24:39 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:24:39 ---> c4fd0aeabfcf 19:24:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:24:39 Removing intermediate container 358c89038d34 19:24:39 ---> 6a72740c8168 19:24:39 19:24:39 Step 11/26 : FROM alpine:3.12 19:24:39 ---> c4fd0aeabfcf 19:24:39 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:24:39 ---> Running in 78073d252007 19:24:39 ---> Running in 70efa5b16367 19:24:40 ---> Running in 02fb06a9585c 19:24:41 Removing intermediate container 78073d252007 19:24:41 ---> a08a0d836adf 19:24:41 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:24:41 ---> Running in e51c796825cd 19:24:41 Removing intermediate container 28be1da8f819 19:24:41 ---> 4bfab27948ca 19:24:41 19:24:41 Step 12/24 : FROM docker:20.10.0 19:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:41 20.10.0: Pulling from library/docker 19:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:42 Removing intermediate container 397a0d97600a 19:24:42 ---> 2db1f535b073 19:24:42 19:24:42 Step 11/24 : FROM alpine:3.12 19:24:42 ---> c4fd0aeabfcf 19:24:42 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:42 ---> Running in 493900848a88 19:24:42 (1/1) Installing dumb-init (1.2.2-r1) 19:24:42 Executing busybox-1.31.1-r20.trigger 19:24:42 OK: 5 MiB in 15 packages 19:24:43 (1/6) Installing ca-certificates (20191127-r4) 19:24:43 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:24:43 (3/6) Installing libcurl (7.77.0-r0) 19:24:43 (4/6) Installing curl (7.77.0-r0) 19:24:43 (5/6) Installing dumb-init (1.2.2-r1) 19:24:43 (6/6) Installing su-exec (0.2-r1) 19:24:43 Executing busybox-1.31.1-r20.trigger 19:24:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:43 Executing ca-certificates-20191127-r4.trigger 19:24:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:43 OK: 7 MiB in 20 packages 19:24:43 (1/2) Installing dumb-init (1.2.2-r1) 19:24:43 (2/2) Installing su-exec (0.2-r1) 19:24:43 Executing busybox-1.31.1-r20.trigger 19:24:44 OK: 5 MiB in 16 packages 19:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:45 Removing intermediate container 70efa5b16367 19:24:45 ---> 4a44da65343a 19:24:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:45 ---> Running in 995b3fcd7deb 19:24:45 (1/1) Installing dumb-init (1.2.2-r1) 19:24:45 Executing busybox-1.31.1-r20.trigger 19:24:45 OK: 5 MiB in 15 packages 19:24:46 Removing intermediate container 02fb06a9585c 19:24:46 ---> e88bfaa2174e 19:24:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:24:46 Removing intermediate container e51c796825cd 19:24:46 ---> 054fb49458b1 19:24:46 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:24:46 ---> Running in 68da01aa840d 19:24:46 ---> Running in f7bbbcf3c25b 19:24:46 Removing intermediate container 995b3fcd7deb 19:24:46 ---> 6ea71e37a4b5 19:24:46 Step 14/24 : ENV APP_PORT=59882 19:24:47 ---> Running in 15726200eeaa 19:24:47 Removing intermediate container 493900848a88 19:24:47 ---> 96bc4f01a48c 19:24:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:47 Removing intermediate container 68da01aa840d 19:24:47 ---> f33537c2e5dd 19:24:47 Step 14/26 : WORKDIR / 19:24:47 ---> Running in 8e9c8e666098 19:24:47 Removing intermediate container f7bbbcf3c25b 19:24:47 ---> 9f5ee180b885 19:24:47 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:24:47 ---> Running in b58f522cddec 19:24:47 Removing intermediate container 15726200eeaa 19:24:47 ---> 520e3f872e7f 19:24:47 Step 15/24 : EXPOSE $APP_PORT 19:24:47 ---> Running in da31e4092285 19:24:48 ---> Running in 8fe059493627 19:24:48 Removing intermediate container 8e9c8e666098 19:24:48 ---> 0122ca69b396 19:24:48 Step 14/24 : ENV APP_PORT=59881 19:24:48 ---> Running in 3c34e3eb6512 19:24:49 Removing intermediate container da31e4092285 19:24:49 ---> 1a61a5371fc5 19:24:49 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:24:49 Removing intermediate container b58f522cddec 19:24:49 ---> 40aacb5a0379 19:24:49 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:24:49 Removing intermediate container 8fe059493627 19:24:49 ---> 72978f927d94 19:24:49 Step 16/24 : WORKDIR / 19:24:49 ---> Running in f1835fa1abe8 19:24:49 ---> Running in bee04840947c 19:24:49 Removing intermediate container 3c34e3eb6512 19:24:49 ---> 63b89911af11 19:24:49 Step 15/24 : EXPOSE $APP_PORT 19:24:50 ---> Running in fc9965b95ae0 19:24:50 ---> 79f95749f42f 19:24:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:24:50 Removing intermediate container bee04840947c 19:24:50 ---> 6c418bb4b078 19:24:50 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:51 Removing intermediate container fc9965b95ae0 19:24:51 ---> 4b92b25bc71b 19:24:51 Step 16/24 : WORKDIR / 19:24:51 ---> Running in 9a7773814411 19:24:51 ---> b7c0aa4c6bb3 19:24:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:24:52 ---> caaa33dd6e74 19:24:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:24:52 Removing intermediate container 9a7773814411 19:24:52 ---> 7fc7b9c002b5 19:24:52 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:52 Removing intermediate container f1835fa1abe8 19:24:52 ---> 7d990d1954a4 19:24:52 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:24:53 ---> c2cf10ba11a0 19:24:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:24:53 ---> Running in 23be4a1c396a 19:24:54 ---> 7a4f86169c1b 19:24:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:24:54 ---> 460df1927237 19:24:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:24:54 Removing intermediate container 23be4a1c396a 19:24:54 ---> 606aaa97693b 19:24:54 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:24:54 ---> 3a7d8c4370de 19:24:54 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:24:56 ---> 7b4fc294aff6 19:24:56 Step 20/24 : ENTRYPOINT ["/core-command"] 19:24:56 ---> 088d03165a52 19:24:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:24:56 ---> Running in 4cf290d5e813 19:24:56 ---> 0e0a17b08e5c 19:24:56 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:24:56 ---> Running in 0c08066905b3 19:24:57 ---> bdccbfa7c7c0 19:24:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:24:57 Removing intermediate container 4cf290d5e813 19:24:57 ---> cb4c8438f1f4 19:24:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:57 ---> Running in 487d7a263437 19:24:57 ---> c28f83d5a3f0 19:24:57 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:24:58 ---> Running in 7c870afc24b8 19:24:58 Removing intermediate container 487d7a263437 19:24:58 ---> c735968ee95c 19:24:58 Step 22/24 : LABEL arch=arm64 19:24:58 ---> Running in cf5005ef319e 19:24:58 Removing intermediate container 7c870afc24b8 19:24:58 ---> 064ecda71cb8 19:24:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:59 ---> Running in 724dd3014790 19:24:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:24:59 Status: Downloaded newer image for docker:20.10.0 19:24:59 ---> eeaf43b92773 19:24:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:24:59 Removing intermediate container cf5005ef319e 19:24:59 ---> de0c6bcb448f 19:24:59 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:24:59 ---> 3ab18d8e2b00 19:24:59 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:24:59 ---> Running in 3d7bc97ad334 19:24:59 ---> Running in c18316b1bc70 19:24:59 Removing intermediate container 724dd3014790 19:24:59 ---> 3099b2231db1 19:24:59 Step 22/24 : LABEL arch=arm64 19:25:00 ---> Running in 68e787c4e8a9 19:25:00 Removing intermediate container 3d7bc97ad334 19:25:00 ---> 5ed4b9d27262 19:25:00 Step 24/24 : LABEL version=0.0.0 19:25:00 Removing intermediate container c18316b1bc70 19:25:00 ---> 43516bc47583 19:25:00 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:25:00 Removing intermediate container 0c08066905b3 19:25:00 ---> d1affb5585cc 19:25:00 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:00 ---> Running in ba3b80425062 19:25:00 ---> Running in 6dbd03a5ce9c 19:25:00 ---> bef0d3855d77 19:25:00 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:25:00 Removing intermediate container 68e787c4e8a9 19:25:00 ---> 49a1c6766c88 19:25:00 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:25:00 ---> Running in 038d7477b30d 19:25:01 ---> Running in 4a29bc249c12 19:25:01 Removing intermediate container 6dbd03a5ce9c 19:25:01 ---> c52cdab7690c 19:25:01 19:25:02 Removing intermediate container 4a29bc249c12 19:25:02 ---> 4e13bf611ccb 19:25:02 Step 24/24 : LABEL version=0.0.0 19:25:02 ---> c8c85b717f9d 19:25:02 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:25:02 Successfully built c52cdab7690c 19:25:02 ---> Running in 1082b5520c9b 19:25:02 Successfully tagged core-command-arm64:latest 19:25:02  Building core-command ... done Building core-data 19:25:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:03 Removing intermediate container 1082b5520c9b 19:25:03 ---> 665736064650 19:25:03 19:25:04 (1/39) Installing readline (8.0.4-r0) 19:25:04 (2/39) Installing bash (5.0.17-r0) 19:25:04 Executing bash-5.0.17-r0.post-install 19:25:04 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:25:04 (4/39) Installing libcurl (7.77.0-r0) 19:25:04 (5/39) Installing curl (7.77.0-r0) 19:25:04 (6/39) Installing dumb-init (1.2.2-r1) 19:25:04 (7/39) Installing libbz2 (1.0.8-r1) 19:25:04 (8/39) Installing expat (2.2.9-r1) 19:25:04 (9/39) Installing libffi (3.3-r2) 19:25:04 (10/39) Installing gdbm (1.13-r1) 19:25:04 (11/39) Installing xz-libs (5.2.5-r0) 19:25:04 (12/39) Installing sqlite-libs (3.32.1-r1) 19:25:04 (13/39) Installing python3 (3.8.10-r0) 19:25:04 Successfully built 665736064650 19:25:04 Successfully tagged core-metadata-arm64:latest 19:25:04 Building support-notifications 19:25:06  Building core-metadata ... done  ---> de10a4ef7821 19:25:06 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:25:06 (14/39) Installing py3-appdirs (1.4.4-r1) 19:25:06 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:25:06 (16/39) Installing py3-parsing (2.4.7-r0) 19:25:06 (17/39) Installing py3-six (1.15.0-r0) 19:25:06 (18/39) Installing py3-packaging (20.4-r0) 19:25:06 Removing intermediate container 038d7477b30d 19:25:06 ---> d7df1849a1c8 19:25:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:25:06 (19/39) Installing py3-setuptools (47.0.0-r0) 19:25:06 (20/39) Installing py3-chardet (3.0.4-r4) 19:25:06 (21/39) Installing py3-idna (2.9-r0) 19:25:06 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:25:06 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:25:06 (24/39) Installing py3-requests (2.23.0-r0) 19:25:06 (25/39) Installing py3-msgpack (1.0.0-r0) 19:25:06 (26/39) Installing py3-lockfile (0.12.2-r3) 19:25:06 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:25:06 (28/39) Installing py3-colorama (0.4.3-r0) 19:25:06 (29/39) Installing py3-distlib (0.3.0-r0) 19:25:06 (30/39) Installing py3-distro (1.5.0-r1) 19:25:06 (31/39) Installing py3-webencodings (0.5.1-r3) 19:25:06 (32/39) Installing py3-html5lib (1.0.1-r4) 19:25:06 (33/39) Installing py3-pytoml (0.1.21-r0) 19:25:06 (34/39) Installing py3-pep517 (0.8.2-r0) 19:25:06 (35/39) Installing py3-progress (1.5-r0) 19:25:06 (36/39) Installing py3-toml (0.10.1-r0) 19:25:06 (37/39) Installing py3-retrying (1.3.3-r0) 19:25:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:25:06 (39/39) Installing py3-pip (20.1.1-r0) 19:25:06 Executing busybox-1.31.1-r19.trigger 19:25:06 OK: 72 MiB in 59 packages 19:25:06 ---> Running in af4c458f724d 19:25:07 ---> 89d6d8133bb0 19:25:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:25:07 Removing intermediate container af4c458f724d 19:25:08 ---> da741fbaa4d2 19:25:08 Step 24/26 : LABEL arch=arm64 19:25:08 ---> Running in b847a8132bc0 19:25:09 ---> 7a27c2f2889c 19:25:09 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:25:09 Removing intermediate container b847a8132bc0 19:25:09 ---> e092887e5399 19:25:09 Step 25/26 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:25:09 ---> Running in ab06207e7c30 19:25:10 ---> aed89f70c154 19:25:10 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:25:10 Removing intermediate container ab06207e7c30 19:25:10 ---> ad617bb88c66 19:25:10 Step 26/26 : LABEL version=0.0.0 19:25:10 ---> Running in f8d89c81a09d 19:25:10 ---> Running in b629b919241b 19:25:11 Removing intermediate container f8d89c81a09d 19:25:11 ---> 2790d7e00a91 19:25:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:25:11 Removing intermediate container b629b919241b 19:25:11 ---> 2e9d5f9552d6 19:25:11 19:25:11 Collecting docker-compose==1.23.2 19:25:12 Successfully built 2e9d5f9552d6 19:25:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:25:12 Successfully tagged security-secretstore-setup-arm64:latest 19:25:12 Building security-proxy-setup 19:25:12  Building security-secretstore-setup ... done  ---> 4b3bf0d0fe19 19:25:12 Step 27/32 : RUN chmod +x /entrypoint.sh 19:25:12 Collecting texttable<0.10,>=0.9.0 19:25:12 Downloading texttable-0.9.1.tar.gz (11 kB) 19:25:13 ---> Running in 880d6701f369 19:25:16 Collecting PyYAML<4,>=3.10 19:25:16 Downloading PyYAML-3.13.tar.gz (270 kB) 19:25:16 Removing intermediate container 880d6701f369 19:25:16 ---> d25807d42b31 19:25:16 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:25:17 ---> Running in f81adee6b1bc 19:25:18 Removing intermediate container f81adee6b1bc 19:25:18 ---> c7042de9774b 19:25:18 Step 29/32 : CMD ["gate"] 19:25:18 ---> Running in a0c23b942a87 19:25:19 Removing intermediate container a0c23b942a87 19:25:19 ---> a39e432de082 19:25:19 Step 30/32 : LABEL arch=arm64 19:25:19 ---> Running in e2878fece251 19:25:20 Collecting jsonschema<3,>=2.5.1 19:25:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:25:21 Removing intermediate container e2878fece251 19:25:21 ---> c9c654f903c6 19:25:21 Step 31/32 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:25:21 ---> Running in a6422f337e06 19:25:21 Collecting websocket-client<1.0,>=0.32.0 19:25:21 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:25:22 Collecting dockerpty<0.5,>=0.4.1 19:25:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:25:22 Removing intermediate container a6422f337e06 19:25:22 ---> 763e133ca5aa 19:25:22 Step 32/32 : LABEL version=0.0.0 19:25:22 ---> Running in c91b6919352e 19:25:23 Removing intermediate container c91b6919352e 19:25:23 ---> 9ad4a59f4bc2 19:25:23 19:25:24 Successfully built 9ad4a59f4bc2 19:25:24 Successfully tagged security-bootstrapper-arm64:latest 19:25:24  Building security-bootstrapper ... done Building support-scheduler 19:25:24 Collecting docker<4.0,>=3.6.0 19:25:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:25:25 Collecting cached-property<2,>=1.2.0 19:25:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:25:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:25:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:25:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:25:27 Collecting docopt<0.7,>=0.6.1 19:25:27 Downloading docopt-0.6.2.tar.gz (25 kB) 19:25:30 Collecting docker-pycreds>=0.4.0 19:25:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:25:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:25:30 Collecting idna<2.8,>=2.5 19:25:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:25:31 Collecting urllib3<1.25,>=1.21.1 19:25:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:25:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:25:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:25:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:25:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:25:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:25:32 Installing collected packages: texttable, PyYAML, jsonschema, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, docker-compose 19:25:32 Running setup.py install for texttable: started 19:25:34 Running setup.py install for texttable: finished with status 'done' 19:25:34 Running setup.py install for PyYAML: started 19:25:36 Running setup.py install for PyYAML: finished with status 'done' 19:25:37 Running setup.py install for dockerpty: started 19:25:39 Running setup.py install for dockerpty: finished with status 'done' 19:25:39 Attempting uninstall: idna 19:25:39 Found existing installation: idna 2.9 19:25:39 Uninstalling idna-2.9: 19:25:39 Successfully uninstalled idna-2.9 19:25:40 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:25:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:25:40 ---> c594b1123755 19:25:40 Step 3/24 : WORKDIR /edgex-go 19:25:40 ---> Using cache 19:25:40 ---> e6a12ed14d83 19:25:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:40 ---> Using cache 19:25:40 ---> 46fb40f72736 19:25:40 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:25:41 Attempting uninstall: urllib3 19:25:41 Found existing installation: urllib3 1.25.9 19:25:41 Uninstalling urllib3-1.25.9: 19:25:41 Successfully uninstalled urllib3-1.25.9 19:25:43 Attempting uninstall: requests 19:25:43 Found existing installation: requests 2.23.0 19:25:43 Uninstalling requests-2.23.0: 19:25:43 Successfully uninstalled requests-2.23.0 19:25:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:25:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:44 ---> c594b1123755 19:25:44 Step 3/23 : WORKDIR /edgex-go 19:25:44 ---> Using cache 19:25:44 ---> e6a12ed14d83 19:25:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:44 ---> Using cache 19:25:44 ---> 46fb40f72736 19:25:44 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:25:44 ---> Running in d44866bea633 19:25:44 ---> Running in 8ac97692c17d 19:25:45 Running setup.py install for docopt: started 19:25:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:25:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:25:47 Running setup.py install for docopt: finished with status 'done' 19:25:48 OK: 218 MiB in 52 packages 19:25:48 OK: 218 MiB in 52 packages 19:25:49 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:25:51 Removing intermediate container d44866bea633 19:25:51 ---> c5643140f9d4 19:25:51 Step 6/24 : COPY go.mod . 19:25:52 Removing intermediate container 8ac97692c17d 19:25:52 ---> f2ae989cdc18 19:25:52 Step 6/23 : COPY go.mod . 19:25:52 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:25:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:25:52 ---> c594b1123755 19:25:52 Step 3/22 : WORKDIR /edgex-go 19:25:52 ---> Using cache 19:25:52 ---> e6a12ed14d83 19:25:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:52 ---> Using cache 19:25:52 ---> 46fb40f72736 19:25:52 Step 5/22 : RUN apk add --update --no-cache make git 19:25:52 ---> Using cache 19:25:52 ---> e6022d9c7fba 19:25:52 Step 6/22 : COPY go.mod . 19:25:52 ---> Using cache 19:25:52 ---> 34c9ad3418c5 19:25:52 Step 7/22 : RUN go mod download 19:25:52 ---> Using cache 19:25:52 ---> e05cdb707b4e 19:25:52 Step 8/22 : COPY . . 19:25:53 ---> Using cache 19:25:53 ---> cd6439b1151f 19:25:53 Step 9/22 : RUN go mod tidy 19:25:53 ---> Using cache 19:25:53 ---> 3b0cb616d4ed 19:25:53 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:25:53 ---> 16573ef20c53 19:25:53 Step 7/24 : RUN go mod download 19:25:53 ---> Running in 4195ce396015 19:25:53 ---> Running in f5c9ee42605e 19:25:54 ---> c2f7fd363500 19:25:54 Step 7/23 : RUN go mod download 19:25:54 ---> Running in 568d6303068e 19:25:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:26:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:26:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:00 ---> c594b1123755 19:26:00 Step 3/23 : WORKDIR /edgex-go 19:26:00 ---> Using cache 19:26:00 ---> e6a12ed14d83 19:26:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:00 ---> Using cache 19:26:00 ---> 46fb40f72736 19:26:00 Step 5/23 : RUN apk add --update --no-cache make git 19:26:00 ---> Using cache 19:26:00 ---> e6022d9c7fba 19:26:00 Step 6/23 : COPY go.mod . 19:26:00 ---> Using cache 19:26:00 ---> 34c9ad3418c5 19:26:00 Step 7/23 : RUN go mod download 19:26:00 ---> Using cache 19:26:00 ---> e05cdb707b4e 19:26:00 Step 8/23 : COPY . . 19:26:00 ---> Using cache 19:26:00 ---> cd6439b1151f 19:26:00 Step 9/23 : RUN go mod tidy 19:26:00 ---> Using cache 19:26:00 ---> 3b0cb616d4ed 19:26:00 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:26:00 Removing intermediate container f5c9ee42605e 19:26:00 ---> d85408bfd078 19:26:00 Step 8/24 : COPY . . 19:26:00 Removing intermediate container 568d6303068e 19:26:00 ---> 845d57c5de2d 19:26:00 Step 8/23 : COPY . . 19:26:00 ---> Running in 0195e545017d 19:26:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:26:12 Removing intermediate container ba3b80425062 19:26:12 ---> 75e4fbf92230 19:26:12 Step 15/24 : ENV APP_PORT=58890 19:26:13 ---> Running in e516a91088d7 19:26:15 Removing intermediate container e516a91088d7 19:26:15 ---> f00b46316d20 19:26:15 Step 16/24 : EXPOSE $APP_PORT 19:26:15 ---> Running in 207b19fe9c9f 19:26:16 Removing intermediate container 207b19fe9c9f 19:26:16 ---> eaff18971257 19:26:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:26:21 ---> 057ece812364 19:26:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:26:23 ---> 10ddcc51cd73 19:26:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:26:27 ---> cf44004d80eb 19:26:27 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:26:27 ---> Running in 4066cd7952ec 19:26:29 Removing intermediate container 4066cd7952ec 19:26:29 ---> 36b506167e97 19:26:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:29 ---> Running in 17a5f6ac2fa8 19:26:31 Removing intermediate container 17a5f6ac2fa8 19:26:31 ---> dedccbd042f4 19:26:31 Step 22/24 : LABEL arch=arm64 19:26:31 ---> Running in 81b0081889df 19:26:33 Removing intermediate container 81b0081889df 19:26:33 ---> 1a9944a91b10 19:26:33 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:26:33 ---> Running in cd7b1adc31df 19:26:34 Removing intermediate container cd7b1adc31df 19:26:34 ---> db856512a0cb 19:26:34 Step 24/24 : LABEL version=0.0.0 19:26:34 ---> 1fb09276d4b0 19:26:34 Step 9/24 : RUN go mod tidy 19:26:34 ---> a965f3e86122 19:26:34 Step 9/23 : RUN go mod tidy 19:26:34 ---> Running in 9e56c751f862 19:26:34 ---> Running in 295eb4a7ebe4 19:26:34 ---> Running in 3e55daf66523 19:26:35 Removing intermediate container 295eb4a7ebe4 19:26:35 ---> c4d7b9e6de42 19:26:35 19:26:36 Successfully built c4d7b9e6de42 19:26:36 Successfully tagged sys-mgmt-agent-arm64:latest 19:26:42  Building sys-mgmt-agent ... done Removing intermediate container 3e55daf66523 19:26:42 ---> a59844435722 19:26:42 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:26:42 Removing intermediate container 9e56c751f862 19:26:42 ---> 1850ffeb1d3e 19:26:42 Step 10/24 : RUN make cmd/core-data/core-data 19:26:42 ---> Running in 48c1795b1243 19:26:42 ---> Running in eb443df8ec42 19:26:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:26:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:27:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:27:18 Removing intermediate container 4195ce396015 19:27:18 ---> 68a43b1f6ed7 19:27:18 19:27:18 Step 11/22 : FROM alpine:3.12 19:27:18 ---> c4fd0aeabfcf 19:27:18 Step 12/22 : RUN apk add --update --no-cache curl 19:27:18 ---> Running in bb898e4ae55a 19:27:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:20 (1/4) Installing ca-certificates (20191127-r4) 19:27:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:27:20 (3/4) Installing libcurl (7.77.0-r0) 19:27:20 (4/4) Installing curl (7.77.0-r0) 19:27:20 Executing busybox-1.31.1-r20.trigger 19:27:21 Executing ca-certificates-20191127-r4.trigger 19:27:21 OK: 7 MiB in 18 packages 19:27:23 Removing intermediate container bb898e4ae55a 19:27:23 ---> 44c26e880b13 19:27:23 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:23 ---> Running in 5bc38163180c 19:27:24 Removing intermediate container 5bc38163180c 19:27:24 ---> 97ec9ea90759 19:27:24 Step 14/22 : WORKDIR /edgex 19:27:25 ---> Running in f992327628e2 19:27:26 Removing intermediate container f992327628e2 19:27:26 ---> 649084e72719 19:27:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:27:28 Removing intermediate container 0195e545017d 19:27:28 ---> 249fe778a9a1 19:27:28 19:27:28 Step 11/23 : FROM alpine:3.12 19:27:28 ---> c4fd0aeabfcf 19:27:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:27:28 ---> Using cache 19:27:28 ---> 96bc4f01a48c 19:27:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:27:28 ---> Using cache 19:27:28 ---> 0122ca69b396 19:27:28 Step 14/23 : ENV APP_PORT=59861 19:27:28 ---> Running in 61a8faf540ef 19:27:28 ---> 0ae65da97d74 19:27:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:27:29 Removing intermediate container 61a8faf540ef 19:27:29 ---> b88ed18d7746 19:27:29 Step 15/23 : EXPOSE $APP_PORT 19:27:29 ---> Running in 3e673c433a6e 19:27:30 Removing intermediate container 3e673c433a6e 19:27:30 ---> a9a10942aefb 19:27:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:27:30 ---> 4cf25e790d24 19:27:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:27:32 ---> e82565fb812f 19:27:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:27:32 ---> f8b559dcccaf 19:27:32 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:27:33 ---> Running in 2f93fc9c89ca 19:27:33 Removing intermediate container 2f93fc9c89ca 19:27:33 ---> 4311dcf32888 19:27:33 Step 19/22 : CMD ["--init=true"] 19:27:33 ---> Running in 92c8e800196f 19:27:34 ---> dfb252ceea79 19:27:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:27:34 Removing intermediate container 92c8e800196f 19:27:34 ---> cb1f4b92e8f1 19:27:34 Step 20/22 : LABEL arch=arm64 19:27:35 ---> Running in 4bccf1bd7026 19:27:36 Removing intermediate container 4bccf1bd7026 19:27:36 ---> 0b344fac45a1 19:27:36 Step 21/22 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:27:36 ---> d46f4d44a12c 19:27:36 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:27:36 ---> Running in 978b3c583603 19:27:36 ---> Running in 692dfef86fc2 19:27:37 Removing intermediate container 978b3c583603 19:27:37 ---> f0a799a5bd14 19:27:37 Step 22/22 : LABEL version=0.0.0 19:27:37 Removing intermediate container 692dfef86fc2 19:27:37 ---> ded4f32af305 19:27:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:37 ---> Running in 0897c1d9e462 19:27:37 ---> Running in 48376e3b0bc2 19:27:38 Removing intermediate container 0897c1d9e462 19:27:38 ---> 1ff783bcf983 19:27:38 19:27:38 Removing intermediate container 48376e3b0bc2 19:27:38 ---> f82eccbfc2cf 19:27:38 Step 21/23 : LABEL arch=arm64 19:27:38 ---> Running in 48186591d9fd 19:27:38 Successfully built 1ff783bcf983 19:27:38 Successfully tagged security-proxy-setup-arm64:latest 19:27:39  Building security-proxy-setup ... done Removing intermediate container 48186591d9fd 19:27:39 ---> 8a250774589f 19:27:39 Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:27:39 ---> Running in 09f92dbe5574 19:27:40 Removing intermediate container 09f92dbe5574 19:27:40 ---> 9aada676d375 19:27:40 Step 23/23 : LABEL version=0.0.0 19:27:40 ---> Running in 24e8394f55b3 19:27:41 Removing intermediate container 24e8394f55b3 19:27:41 ---> a4b39005607f 19:27:41 19:27:41 Successfully built a4b39005607f 19:27:41 Successfully tagged support-scheduler-arm64:latest 19:28:03  Building support-scheduler ... done Removing intermediate container 48c1795b1243 19:28:03 ---> 6a551b6d546a 19:28:03 19:28:03 Step 11/23 : FROM alpine:3.12 19:28:03 ---> c4fd0aeabfcf 19:28:03 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:28:03 ---> Running in 27906a41d62c 19:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:04 (1/2) Installing ca-certificates (20191127-r4) 19:28:04 (2/2) Installing dumb-init (1.2.2-r1) 19:28:04 Executing busybox-1.31.1-r20.trigger 19:28:04 Executing ca-certificates-20191127-r4.trigger 19:28:04 OK: 6 MiB in 16 packages 19:28:04 Removing intermediate container eb443df8ec42 19:28:04 ---> 08432d81e7d0 19:28:04 19:28:04 Step 11/24 : FROM alpine:3.12 19:28:04 ---> c4fd0aeabfcf 19:28:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:28:05 ---> Running in f33e616378e5 19:28:05 Removing intermediate container f33e616378e5 19:28:05 ---> d7fe899713cb 19:28:05 Step 13/24 : ENV APP_PORT=59880 19:28:05 ---> Running in ea6941b6a9e7 19:28:05 Removing intermediate container 27906a41d62c 19:28:05 ---> 14d5ac6bd40d 19:28:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:28:06 ---> Running in cb1dcfed5fd2 19:28:06 Removing intermediate container ea6941b6a9e7 19:28:06 ---> b0dcc666c342 19:28:06 Step 14/24 : EXPOSE $APP_PORT 19:28:06 ---> Running in 3800ce099a4d 19:28:06 Removing intermediate container cb1dcfed5fd2 19:28:06 ---> 4411a4acaf45 19:28:06 Step 14/23 : ENV APP_PORT=59860 19:28:06 ---> Running in fafc68db5058 19:28:07 Removing intermediate container 3800ce099a4d 19:28:07 ---> 7abdc797a37c 19:28:07 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:28:07 ---> Running in a99dca8fdb1e 19:28:07 Removing intermediate container fafc68db5058 19:28:07 ---> 568c0d95bf0c 19:28:07 Step 15/23 : EXPOSE $APP_PORT 19:28:07 ---> Running in 76cfedf07ee0 19:28:08 Removing intermediate container 76cfedf07ee0 19:28:08 ---> 40cb518d8947 19:28:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:08 ---> d6d572b128ea 19:28:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:28:09 Removing intermediate container a99dca8fdb1e 19:28:09 ---> f72448616919 19:28:09 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:28:09 ---> Running in 999ab37801b2 19:28:11 ---> 5fb1230ff071 19:28:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:28:12 ---> 00bf1da22cee 19:28:12 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:28:12 ---> Running in 7b0c234b8534 19:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:13 Removing intermediate container 7b0c234b8534 19:28:13 ---> dbcbd3dcb04a 19:28:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:13 ---> Running in 6a8e3b26b072 19:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:13 Removing intermediate container 6a8e3b26b072 19:28:13 ---> 62201b03201c 19:28:13 Step 21/23 : LABEL arch=arm64 19:28:13 ---> Running in efc65ebde019 19:28:14 Removing intermediate container efc65ebde019 19:28:14 ---> 6189cf53549b 19:28:14 Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:28:14 (1/6) Installing dumb-init (1.2.2-r1) 19:28:14 (2/6) Installing libgcc (9.3.0-r2) 19:28:14 ---> Running in 9d913795c0a0 19:28:14 (3/6) Installing libsodium (1.0.18-r0) 19:28:14 (4/6) Installing libstdc++ (9.3.0-r2) 19:28:14 (5/6) Installing libzmq (4.3.3-r0) 19:28:15 (6/6) Installing zeromq (4.3.3-r0) 19:28:15 Executing busybox-1.31.1-r20.trigger 19:28:15 Removing intermediate container 9d913795c0a0 19:28:15 ---> 54e9a4e3a7e0 19:28:15 Step 23/23 : LABEL version=0.0.0 19:28:15 OK: 8 MiB in 20 packages 19:28:15 ---> Running in ca810f39309e 19:28:15 Removing intermediate container ca810f39309e 19:28:15 ---> a7e86b75392c 19:28:15 19:28:16 Successfully built a7e86b75392c 19:28:16 Successfully tagged support-notifications-arm64:latest 19:28:16  Building support-notifications ... done Removing intermediate container 999ab37801b2 19:28:16 ---> f38b0c1bbb0b 19:28:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:17 ---> 3eff6ee58bde 19:28:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:28:18 ---> bb3b9883702c 19:28:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:28:19 ---> 92c2202b0347 19:28:19 Step 20/24 : ENTRYPOINT ["/core-data"] 19:28:19 ---> Running in 9b1f7937fc5c 19:28:19 Removing intermediate container 9b1f7937fc5c 19:28:19 ---> 993e5f9a92bc 19:28:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:19 ---> Running in e6d5a12739d7 19:28:20 Removing intermediate container e6d5a12739d7 19:28:20 ---> d3cac25eea0d 19:28:20 Step 22/24 : LABEL arch=arm64 19:28:20 ---> Running in 8be0b6267b41 19:28:21 Removing intermediate container 8be0b6267b41 19:28:21 ---> 83f602b9ff26 19:28:21 Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 19:28:21 ---> Running in 721ed028a66b 19:28:21 Removing intermediate container 721ed028a66b 19:28:21 ---> 4913af59186f 19:28:21 Step 24/24 : LABEL version=0.0.0 19:28:21 ---> Running in bcff7fbf08b8 19:28:22 Removing intermediate container bcff7fbf08b8 19:28:22 ---> 2754fd44e711 19:28:22 19:28:22 Successfully built 2754fd44e711 19:28:22 Successfully tagged core-data-arm64:latest 19:28:22  Building core-data ... done  [Pipeline] } 19:28:22 $ docker stop --time=1 a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 19:28:24 $ docker rm -f a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 [Pipeline] // withDockerContainer [Pipeline] sh 19:28:25 + docker images 19:28:25 REPOSITORY TAG IMAGE ID CREATED SIZE 19:28:25 core-data-arm64 latest 2754fd44e711 4 seconds ago 19.1MB 19:28:25 support-notifications-arm64 latest a7e86b75392c 10 seconds ago 15.7MB 19:28:25 08432d81e7d0 22 seconds ago 975MB 19:28:25 6a551b6d546a 25 seconds ago 969MB 19:28:25 support-scheduler-arm64 latest a4b39005607f 45 seconds ago 15.1MB 19:28:25 security-proxy-setup-arm64 latest 1ff783bcf983 48 seconds ago 24.2MB 19:28:25 249fe778a9a1 58 seconds ago 968MB 19:28:25 68a43b1f6ed7 About a minute ago 973MB 19:28:25 sys-mgmt-agent-arm64 latest c4d7b9e6de42 About a minute ago 299MB 19:28:25 security-bootstrapper-arm64 latest 9ad4a59f4bc2 3 minutes ago 17.5MB 19:28:25 security-secretstore-setup-arm64 latest 2e9d5f9552d6 3 minutes ago 27.1MB 19:28:25 core-metadata-arm64 latest 665736064650 3 minutes ago 15.7MB 19:28:25 core-command-arm64 latest c52cdab7690c 3 minutes ago 15MB 19:28:25 4bfab27948ca 3 minutes ago 969MB 19:28:25 2db1f535b073 3 minutes ago 972MB 19:28:25 df9f45503028 3 minutes ago 970MB 19:28:25 6a72740c8168 3 minutes ago 976MB 19:28:25 d80198d5f715 3 minutes ago 967MB 19:28:25 ci-base-image-arm64 latest c594b1123755 14 minutes ago 641MB 19:28:25 alpine 3.12 c4fd0aeabfcf 7 days ago 5.32MB 19:28:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 2 weeks ago 429MB 19:28:25 docker 20.10.0 eeaf43b92773 6 months ago 228MB 19:28:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [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] libraryResource [Pipeline] sh 19:28:26 ---> job-cost.sh 19:28:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ci82 19:29:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:30:42 lf-activate-venv(): INFO: Adding /tmp/venv-ci82/bin to PATH 19:30:42 INFO: No Stack... 19:30:42 INFO: Retrieving Pricing Info for: v2-standard-4 19:30:42 INFO: Archiving Costs [Pipeline] sh 19:30:43 + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv -f6 19:30:43 [Pipeline] lock 19:30:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] 19:30:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] did not exist. Created. 19:30:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:30:43 + echo total: 0.18000000715255737 [Pipeline] stash 19:30:43 Stashed 1 file(s) [Pipeline] } 19:30:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] [Pipeline] // lock [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 19:30:45 provisioning config files... 19:30:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1576903411300496771tmp [Pipeline] { [Pipeline] sh 19:30:45 + set +x 19:30:45 + curl -s https://codecov.io/bash 19:30:45 + bash -s -- 19:30:45 19:30:45 _____ _ 19:30:45 / ____| | | 19:30:45 | | ___ __| | ___ ___ _____ __ 19:30:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:30:45 | |___| (_) | (_| | __/ (_| (_) \ V / 19:30:45 \_____\___/ \__,_|\___|\___\___/ \_/ 19:30:45 Bash-1.0.3 19:30:45 19:30:45 19:30:45 ==> git version 2.24.4 found 19:30:45 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:30:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:30:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:30:45 ==> Jenkins CI detected. 19:30:45 project root: . 19:30:45 --> token set from env 19:30:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:30:45 ==> Running gcov in . (disable via -X gcov) 19:30:45 ==> Python coveragepy not found 19:30:45 ==> Searching for coverage reports in: 19:30:45 + . 19:30:45 -> Found 1 reports 19:30:45 ==> Detecting git/mercurial file structure 19:30:45 ==> Reading reports 19:30:45 + ./coverage.out bytes=398095 19:30:45 ==> Appending adjustments 19:30:45 https://docs.codecov.io/docs/fixing-reports 19:30:46 + Found adjustments 19:30:46 ==> Gzipping contents 19:30:47 56K /tmp/codecov.XVCN7A.gz 19:30:47 ==> Uploading reports 19:30:47 url: https://codecov.io 19:30:47 query: branch=PR-3592&commit=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3592%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3592&job=&cmd_args= 19:30:47 -> Pinging Codecov 19:30:47 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3592&commit=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3592%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3592&job=&cmd_args= 19:30:47 -> Uploading to 19:30:47 https://storage.googleapis.com/codecov/v4/raw/2021-06-23/00271124DB129430A58F1EEE437C3FCB/2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96/3e62ae5c-08ee-422f-bab2-6fddae21df7a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210623%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210623T193047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03a762cbfaf4870f9c28848c2ea12fef80e76726376d7a2f2d73ae9a774d78fb 19:30:47 % Total % Received % Xferd Average Speed Time Time Time Current 19:30:47 Dload Upload Total Spent Left Speed 19:30:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54442 0 0 100 54442 0 113k --:--:-- --:--:-- --:--:-- 113k 19:30:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [Pipeline] } 19:30:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:30:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:30:50 ---> package-listing.sh 19:30:50 ++ tr '[:upper:]' '[:lower:]' 19:30:50 ++ facter osfamily 19:30:51 + OS_FAMILY=redhat 19:30:51 + workspace=/w/workspace/edgex-go/1 19:30:51 + START_PACKAGES=/tmp/packages_start.txt 19:30:51 + END_PACKAGES=/tmp/packages_end.txt 19:30:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:30:51 + PACKAGES=/tmp/packages_start.txt 19:30:51 + '[' /w/workspace/edgex-go/1 ']' 19:30:51 + PACKAGES=/tmp/packages_end.txt 19:30:51 + case "${OS_FAMILY}" in 19:30:51 + sort 19:30:51 + rpm -qa 19:30:53 + '[' -f /tmp/packages_start.txt ']' 19:30:53 + '[' -f /tmp/packages_end.txt ']' 19:30:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:30:53 + '[' /w/workspace/edgex-go/1 ']' 19:30:53 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:30:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:30:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:30:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:30:53 19:30:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:30:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:30:54 alpine: Pulling from edgex-lftools-log-publisher 19:30:54 df20fa9351a1: Pulling fs layer 19:30:54 36b3adc4ff6f: Pulling fs layer 19:30:54 8ad3a11d3b57: Pulling fs layer 19:30:54 46f8f816bc3b: Pulling fs layer 19:30:54 93b61091891f: Pulling fs layer 19:30:54 93b9cdb0e59b: Pulling fs layer 19:30:54 5e14af77c1be: Pulling fs layer 19:30:54 01666e4c0597: Pulling fs layer 19:30:54 aa168da1d23b: Pulling fs layer 19:30:54 93b9cdb0e59b: Waiting 19:30:54 5e14af77c1be: Waiting 19:30:54 01666e4c0597: Waiting 19:30:54 aa168da1d23b: Waiting 19:30:54 46f8f816bc3b: Waiting 19:30:54 93b61091891f: Waiting 19:30:54 36b3adc4ff6f: Verifying Checksum 19:30:54 36b3adc4ff6f: Download complete 19:30:54 46f8f816bc3b: Verifying Checksum 19:30:54 46f8f816bc3b: Download complete 19:30:54 df20fa9351a1: Verifying Checksum 19:30:54 df20fa9351a1: Download complete 19:30:54 93b61091891f: Verifying Checksum 19:30:54 93b61091891f: Download complete 19:30:54 93b9cdb0e59b: Verifying Checksum 19:30:54 93b9cdb0e59b: Download complete 19:30:54 5e14af77c1be: Verifying Checksum 19:30:54 5e14af77c1be: Download complete 19:30:54 01666e4c0597: Verifying Checksum 19:30:54 01666e4c0597: Download complete 19:30:54 8ad3a11d3b57: Verifying Checksum 19:30:54 8ad3a11d3b57: Download complete 19:30:54 df20fa9351a1: Pull complete 19:30:54 36b3adc4ff6f: Pull complete 19:30:55 8ad3a11d3b57: Pull complete 19:30:55 46f8f816bc3b: Pull complete 19:30:55 93b61091891f: Pull complete 19:30:55 93b9cdb0e59b: Pull complete 19:30:55 5e14af77c1be: Pull complete 19:30:55 01666e4c0597: Pull complete 19:30:56 aa168da1d23b: Verifying Checksum 19:30:56 aa168da1d23b: Download complete 19:31:01 aa168da1d23b: Pull complete 19:31:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:31:01 prd-centos7-docker-4c-2g-957 does not seem to be running inside a container 19:31:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:31:04 $ docker top fda2d8b6fe6aa563fa71609f31c72c1aa066a60f650b298ea2b11b8b8ec90484 -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:04 + touch /tmp/pre-build-complete [Pipeline] sh 19:31:05 + mkdir -p /var/log/sa [Pipeline] sh 19:31:05 + ls /var/log/sa-host 19:31:05 + sadf -c /var/log/sa-host/sa05 19:31:05 file_magic: OK 19:31:05 HZ: Using current value: 100 19:31:05 file_header: OK 19:31:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:31:05 Statistics: 19:31:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:31:05 File successfully converted to sysstat format version 12.2.1 19:31:05 + sadf -c /var/log/sa-host/sa23 19:31:05 file_magic: OK 19:31:05 HZ: Using current value: 100 19:31:05 file_header: OK 19:31:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:31:05 Statistics: 19:31:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:31:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:31:05 provisioning config files... 19:31:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1143505813543107457tmp [Pipeline] { [Pipeline] echo 19:31:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:31:06 ---> create-netrc.sh [Pipeline] } 19:31:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:31:06 ---> python-tools-install.sh [Pipeline] echo 19:31:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:31:06 ---> sudo-logs.sh 19:31:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:31:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:31:07 ---> job-cost.sh 19:31:07 lf-activate-venv: SKIPPING 19:31:07 DEBUG: total: 0.18000000715255737 19:31:07 INFO: Retrieving Stack Cost... 19:31:08 INFO: Retrieving Pricing Info for: v3-standard-2 19:31:08 INFO: Archiving Costs [Pipeline] echo 19:31:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:31:09 ---> logs-deploy.sh 19:31:09 lf-activate-venv: SKIPPING 19:31:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3592/1 19:31:09 INFO: archiving workspace using pattern(s): 19:31:10 Archives upload complete. 19:31:10 INFO: archiving logs to Nexus 19:31:10 ---> uname -a: 19:31:10 Linux prd-centos7-docker-4c-2g-957.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 19:31:10 19:31:10 19:31:10 ---> lscpu: 19:31:10 Architecture: x86_64 19:31:10 CPU op-mode(s): 32-bit, 64-bit 19:31:10 Byte Order: Little Endian 19:31:10 Address sizes: 40 bits physical, 48 bits virtual 19:31:10 CPU(s): 2 19:31:10 On-line CPU(s) list: 0,1 19:31:10 Thread(s) per core: 1 19:31:10 Core(s) per socket: 1 19:31:10 Socket(s): 2 19:31:10 NUMA node(s): 1 19:31:10 Vendor ID: AuthenticAMD 19:31:10 CPU family: 23 19:31:10 Model: 49 19:31:10 Model name: AMD EPYC-Rome Processor 19:31:10 Stepping: 0 19:31:10 CPU MHz: 2800.000 19:31:10 BogoMIPS: 5600.00 19:31:10 Virtualization: AMD-V 19:31:10 Hypervisor vendor: KVM 19:31:10 Virtualization type: full 19:31:10 L1d cache: 64 KiB 19:31:10 L1i cache: 64 KiB 19:31:10 L2 cache: 1 MiB 19:31:10 L3 cache: 32 MiB 19:31:10 NUMA node0 CPU(s): 0,1 19:31:10 Vulnerability Itlb multihit: Not affected 19:31:10 Vulnerability L1tf: Not affected 19:31:10 Vulnerability Mds: Not affected 19:31:10 Vulnerability Meltdown: Not affected 19:31:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:31:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:31:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:31:10 Vulnerability Srbds: Not affected 19:31:10 Vulnerability Tsx async abort: Not affected 19:31:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 19:31:10 19:31:10 19:31:10 ---> nproc: 19:31:10 2 19:31:10 19:31:10 19:31:10 ---> df -h: 19:31:10 Filesystem Size Used Available Use% Mounted on 19:31:10 overlay 40.0G 12.5G 27.5G 31% / 19:31:10 tmpfs 64.0M 0 64.0M 0% /dev 19:31:10 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 19:31:10 shm 64.0M 0 64.0M 0% /dev/shm 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/1 19:31:10 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/1@tmp 19:31:10 19:31:10 19:31:10 ---> free -m: 19:31:10 total used free shared buff/cache available 19:31:10 Mem: 7821 1226 1949 0 4644 6562 19:31:10 Swap: 1023 1 1022 19:31:10 19:31:10 19:31:10 ---> ip addr: 19:31:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:31:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:31:10 inet 127.0.0.1/8 scope host lo 19:31:10 valid_lft forever preferred_lft forever 19:31:10 inet6 ::1/128 scope host 19:31:10 valid_lft forever preferred_lft forever 19:31:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:31:10 link/ether fa:16:3e:a0:c8:d6 brd ff:ff:ff:ff:ff:ff 19:31:10 inet 10.30.123.205/23 brd 10.30.123.255 scope global dynamic eth0 19:31:10 valid_lft 84948sec preferred_lft 84948sec 19:31:10 inet6 fe80::f816:3eff:fea0:c8d6/64 scope link 19:31:10 valid_lft forever preferred_lft forever 19:31:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:31:10 link/ether 02:42:57:ad:ea:6c brd ff:ff:ff:ff:ff:ff 19:31:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:31:10 valid_lft forever preferred_lft forever 19:31:10 inet6 fe80::42:57ff:fead:ea6c/64 scope link 19:31:10 valid_lft forever preferred_lft forever 19:31:10 19:31:10 19:31:10 ---> sar -b -r -n DEV: 19:31:10 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) 19:31:10 19:31:10 19:06:47 LINUX RESTART (2 CPU) 19:31:10 19:31:10 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:31:10 19:09:01 79.62 0.18 79.43 0.00 22.78 40099.70 0.00 19:31:10 19:10:01 128.32 0.00 128.32 0.00 0.00 17392.62 0.00 19:31:10 19:11:01 56.05 0.02 56.04 0.00 0.53 10709.64 0.00 19:31:10 19:12:01 193.09 0.00 193.09 0.00 0.00 110743.10 0.00 19:31:10 19:13:01 670.46 293.86 376.60 0.00 10356.06 208845.94 0.00 19:31:10 19:14:01 629.27 150.81 478.46 0.00 4960.48 213784.48 0.00 19:31:10 19:15:01 215.97 14.30 201.67 0.00 1456.12 33587.64 0.00 19:31:10 19:16:01 1.07 0.00 1.07 0.00 0.00 14.79 0.00 19:31:10 19:17:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 19:31:10 19:18:01 0.50 0.28 0.22 0.00 67.43 2.97 0.00 19:31:10 19:19:01 0.27 0.00 0.27 0.00 0.00 2.10 0.00 19:31:10 19:20:02 0.22 0.00 0.22 0.00 0.00 3.52 0.00 19:31:10 19:21:01 0.24 0.00 0.24 0.00 0.00 2.80 0.00 19:31:10 19:22:01 0.47 0.18 0.28 0.00 5.73 2.97 0.00 19:31:10 19:23:01 0.73 0.00 0.73 0.00 0.00 15.59 0.00 19:31:10 19:24:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 19:31:10 19:25:01 0.20 0.00 0.20 0.00 0.00 2.62 0.00 19:31:10 19:26:01 0.28 0.00 0.28 0.00 0.00 3.32 0.00 19:31:10 19:27:01 0.27 0.00 0.27 0.00 0.00 3.37 0.00 19:31:10 19:28:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 19:31:10 19:29:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 19:31:10 19:30:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 19:31:10 19:31:01 56.05 42.44 13.61 0.00 4120.32 640.54 0.00 19:31:10 Average: 88.56 21.86 66.70 0.00 913.67 27680.82 0.00 19:31:10 19:31:10 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:31:10 19:09:01 4141568 0 976144 12.19 2620 2888600 1635420 18.06 1058180 2317672 30088 19:31:10 19:10:01 3883948 0 1082320 13.51 2620 3040044 1811236 20.00 1295772 2273044 270916 19:31:10 19:11:01 3987076 0 1038160 12.96 2620 2981076 1687296 18.63 1183008 2279848 68568 19:31:10 19:12:01 361616 0 1336688 16.69 2620 6308008 2409268 26.60 2849160 4128060 264816 19:31:10 19:13:01 543672 0 1608184 20.08 2620 5854456 3448172 38.07 3024896 3692600 190136 19:31:10 19:14:01 1010792 0 1430512 17.86 2620 5565008 3130840 34.57 2634816 3601160 105760 19:31:10 19:15:01 2617208 0 1165620 14.55 2620 4223484 1421764 15.70 1469280 3194680 20 19:31:10 19:16:01 2629096 0 1153720 14.41 2620 4223496 1270240 14.02 1463332 3194548 12 19:31:10 19:17:01 2632472 0 1150344 14.36 2620 4223496 1254772 13.85 1461756 3194544 12 19:31:10 19:18:01 2628060 0 1152772 14.39 2620 4225480 1254856 13.85 1467160 3193764 8 19:31:10 19:19:01 2628184 0 1152648 14.39 2620 4225480 1254772 13.85 1467068 3193764 8 19:31:10 19:20:02 2628524 0 1152300 14.39 2620 4225488 1254772 13.85 1467072 3193768 8 19:31:10 19:21:01 2628492 0 1152328 14.39 2620 4225492 1254772 13.85 1467200 3193764 8 19:31:10 19:22:01 2628360 0 1152428 14.39 2620 4225524 1254772 13.85 1467100 3193784 20 19:31:10 19:23:01 2628008 0 1152776 14.39 2620 4225528 1254868 13.85 1467324 3193780 16 19:31:10 19:24:01 2628484 0 1152300 14.39 2620 4225528 1254772 13.85 1467232 3193780 8 19:31:10 19:25:01 2628376 0 1152400 14.39 2620 4225536 1254772 13.85 1467120 3193780 8 19:31:10 19:26:01 2628276 0 1152496 14.39 2620 4225540 1254772 13.85 1467124 3193780 16 19:31:10 19:27:01 2628416 0 1152352 14.39 2620 4225544 1254772 13.85 1467128 3193780 8 19:31:10 19:28:01 2628204 0 1152560 14.39 2620 4225548 1254844 13.85 1467340 3193780 8 19:31:10 19:29:01 2628244 0 1152516 14.39 2620 4225552 1254772 13.85 1467140 3193780 8 19:31:10 19:30:01 2628012 0 1152744 14.39 2620 4225556 1254772 13.85 1467144 3193780 8 19:31:10 19:31:01 2064296 0 1188592 14.84 2620 4753424 1272408 14.05 1499300 3690900 402936 19:31:10 Average: 2523451 0 1178822 14.72 2620 4304039 1550161 17.11 1609246 3177658 57974 19:31:10 19:31:10 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:31:10 19:09:01 veth785a180 43.85 50.99 2.89 131.33 0.00 0.00 0.00 0.00 19:31:10 19:09:01 eth0 359.07 316.60 2833.36 58.14 0.00 0.00 0.00 0.00 19:31:10 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:09:01 docker0 43.88 50.87 2.30 131.32 0.00 0.00 0.00 0.00 19:31:10 19:10:01 eth0 278.45 229.97 751.13 81.27 0.00 0.00 0.00 0.00 19:31:10 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:10:01 docker0 204.06 230.77 14.05 714.36 0.00 0.00 0.00 0.00 19:31:10 19:10:01 veth63daada 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:31:10 19:11:01 eth0 25.48 13.92 19.36 13.49 0.00 0.00 0.00 0.00 19:31:10 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:11:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 19:31:10 19:11:01 veth63daada 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 19:31:10 19:12:01 veth53742a3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:31:10 19:12:01 eth0 173.16 148.88 1702.56 71.92 0.00 0.00 0.00 0.00 19:31:10 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:13:01 veth53742a3 0.00 1.00 0.00 0.05 0.00 0.00 0.00 0.00 19:31:10 19:13:01 vethdb24e42 0.03 0.28 0.00 0.02 0.00 0.00 0.00 0.00 19:31:10 19:13:01 vethe3cb94b 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:31:10 19:13:01 vetha872dfa 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 19:31:10 19:14:01 veth53742a3 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 19:31:10 19:14:01 veth1ab2a9b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:31:10 19:14:01 eth0 2656.73 2502.68 12285.71 505.36 0.00 0.00 0.00 0.00 19:31:10 19:14:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:15:01 eth0 191.09 149.53 1627.08 72.80 0.00 0.00 0.00 0.00 19:31:10 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:15:01 docker0 1234.89 1086.23 96.28 4336.10 0.00 0.00 0.00 0.00 19:31:10 19:16:01 eth0 1.10 0.42 0.68 0.21 0.00 0.00 0.00 0.00 19:31:10 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:17:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 19:31:10 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:18:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 19:31:10 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:19:01 eth0 0.08 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:20:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:23:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:31:10 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:25:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:10 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:27:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:28:01 eth0 0.37 0.32 0.20 0.08 0.00 0.00 0.00 0.00 19:31:10 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:30:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:31:01 eth0 190.96 168.75 2173.45 21.32 0.00 0.00 0.00 0.00 19:31:10 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 Average: eth0 62.31 50.84 419.00 17.55 0.00 0.00 0.00 0.00 19:31:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:10 Average: docker0 16.61 20.55 1.08 71.52 0.00 0.00 0.00 0.00 19:31:10 19:31:10 19:31:10 ---> sar -P ALL: 19:31:10 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) 19:31:10 19:31:10 19:06:47 LINUX RESTART (2 CPU) 19:31:10 19:31:10 19:08:01 CPU %user %nice %system %iowait %steal %idle 19:31:10 19:09:01 all 11.37 0.00 3.71 1.74 0.06 83.13 19:31:10 19:09:01 0 10.00 0.00 3.71 2.02 0.07 84.21 19:31:10 19:09:01 1 12.73 0.00 3.71 1.46 0.05 82.04 19:31:10 19:10:01 all 51.78 0.00 8.08 2.57 0.12 37.46 19:31:10 19:10:01 0 51.29 0.00 8.27 2.60 0.11 37.73 19:31:10 19:10:01 1 52.26 0.00 7.88 2.54 0.13 37.20 19:31:10 19:11:01 all 32.65 0.00 4.84 0.60 0.08 61.82 19:31:10 19:11:01 0 33.64 0.00 4.98 0.67 0.09 60.63 19:31:10 19:11:01 1 31.67 0.00 4.71 0.54 0.07 63.01 19:31:10 19:12:01 all 46.54 0.00 11.64 2.94 0.10 38.77 19:31:10 19:12:01 0 47.00 0.00 11.68 3.06 0.09 38.17 19:31:10 19:12:01 1 46.09 0.00 11.60 2.83 0.11 39.37 19:31:10 19:13:01 all 58.89 0.00 18.86 17.22 0.11 4.92 19:31:10 19:13:01 0 58.72 0.00 19.27 16.72 0.11 5.17 19:31:10 19:13:01 1 59.07 0.00 18.45 17.71 0.11 4.66 19:31:10 19:14:01 all 65.54 0.00 19.14 13.04 0.12 2.16 19:31:10 19:14:01 0 65.09 0.00 19.42 13.22 0.13 2.15 19:31:10 19:14:01 1 66.00 0.00 18.86 12.85 0.11 2.17 19:31:10 19:15:01 all 27.51 0.00 7.53 2.11 0.08 62.77 19:31:10 19:15:01 0 27.58 0.00 7.87 1.69 0.07 62.79 19:31:10 19:15:01 1 27.44 0.00 7.19 2.53 0.09 62.74 19:31:10 19:16:01 all 0.13 0.00 0.08 0.00 0.03 99.77 19:31:10 19:16:01 0 0.08 0.00 0.12 0.00 0.03 99.77 19:31:10 19:16:01 1 0.17 0.00 0.03 0.00 0.03 99.77 19:31:10 19:17:01 all 0.13 0.00 0.06 0.00 0.03 99.78 19:31:10 19:17:01 0 0.23 0.00 0.07 0.00 0.02 99.68 19:31:10 19:17:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:31:10 19:18:01 all 0.08 0.00 0.03 0.01 0.03 99.86 19:31:10 19:18:01 0 0.10 0.00 0.03 0.00 0.02 99.85 19:31:10 19:18:01 1 0.05 0.00 0.02 0.02 0.05 99.87 19:31:10 19:19:01 all 0.16 0.00 0.17 0.00 0.03 99.65 19:31:10 19:19:01 0 0.28 0.00 0.25 0.00 0.03 99.43 19:31:10 19:19:01 1 0.03 0.00 0.08 0.00 0.02 99.87 19:31:10 19:31:10 19:19:01 CPU %user %nice %system %iowait %steal %idle 19:31:10 19:20:02 all 0.06 0.00 0.03 0.00 0.03 99.88 19:31:10 19:20:02 0 0.02 0.00 0.02 0.00 0.05 99.92 19:31:10 19:20:02 1 0.10 0.00 0.03 0.00 0.02 99.85 19:31:10 19:21:01 all 0.08 0.00 0.02 0.00 0.03 99.87 19:31:10 19:21:01 0 0.14 0.00 0.03 0.00 0.05 99.78 19:31:10 19:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:31:10 19:22:01 all 0.02 0.00 0.04 0.00 0.03 99.91 19:31:10 19:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 19:31:10 19:22:01 1 0.02 0.00 0.05 0.00 0.03 99.90 19:31:10 19:23:01 all 0.06 0.00 0.03 0.00 0.03 99.89 19:31:10 19:23:01 0 0.10 0.00 0.03 0.00 0.03 99.83 19:31:10 19:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:31:10 19:24:01 all 0.12 0.00 0.02 0.00 0.03 99.83 19:31:10 19:24:01 0 0.20 0.00 0.02 0.00 0.03 99.75 19:31:10 19:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 19:31:10 19:25:01 all 0.11 0.00 0.03 0.00 0.02 99.84 19:31:10 19:25:01 0 0.18 0.00 0.03 0.00 0.00 99.78 19:31:10 19:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:31:10 19:26:01 all 0.12 0.00 0.02 0.00 0.03 99.84 19:31:10 19:26:01 0 0.22 0.00 0.03 0.00 0.03 99.72 19:31:10 19:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:31:10 19:27:01 all 0.10 0.00 0.03 0.00 0.03 99.85 19:31:10 19:27:01 0 0.02 0.00 0.03 0.00 0.03 99.92 19:31:10 19:27:01 1 0.18 0.00 0.02 0.00 0.02 99.78 19:31:10 19:28:01 all 0.13 0.00 0.02 0.00 0.03 99.83 19:31:10 19:28:01 0 0.05 0.00 0.02 0.00 0.03 99.90 19:31:10 19:28:01 1 0.20 0.00 0.02 0.00 0.02 99.77 19:31:10 19:29:01 all 0.14 0.00 0.02 0.00 0.03 99.82 19:31:10 19:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:31:10 19:29:01 1 0.27 0.00 0.00 0.00 0.03 99.70 19:31:10 19:30:01 all 0.14 0.00 0.02 0.00 0.02 99.82 19:31:10 19:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:31:10 19:30:01 1 0.27 0.00 0.02 0.00 0.02 99.70 19:31:10 19:31:10 19:30:01 CPU %user %nice %system %iowait %steal %idle 19:31:10 19:31:01 all 6.83 0.00 2.76 0.94 0.03 89.43 19:31:10 19:31:01 0 7.50 0.00 3.31 1.78 0.03 87.37 19:31:10 19:31:01 1 6.17 0.00 2.20 0.10 0.03 91.49 19:31:10 Average: all 12.47 0.00 3.18 1.68 0.05 82.62 19:31:10 Average: 0 12.48 0.00 3.27 1.71 0.05 82.50 19:31:10 Average: 1 12.47 0.00 3.08 1.65 0.05 82.75 19:31:10 19:31:10 19:31:10