Pull request #3674 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7bfb6e61ed993dbdcbb31803af10988968c7b7cf+1e57703e2e92bd58e31f4097df2a8578eafcfd4b (293fc3b4637c0ff1286c3bd41e64f645907579b3) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2402849623145172779.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3777895108117046050.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-3674/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3674/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5813230162134392328.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3674/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh618291631966298325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh954637429161978785.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3674/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3674/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh780397485047872659.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 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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_BUILD_IMAGE_TARGET: builder 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3703 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh7476297405080927204.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf > 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2162594064326626077.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh4599511641715942927.key > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:32 ========================================================= 19:07:32 EdgeX Global Pipelines Version Info 19:07:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:34 ------------------- 19:07:34 stable info: 19:07:34 ------------------- 19:07:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:34 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 19:07:34 Message: update stable to v1.0.205 19:07:34 ------------------- 19:07:34 experimental info: 19:07:34 ------------------- 19:07:34 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:34 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 19:07:34 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3674 [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3674 [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3674 [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bfb6e6 [Pipeline] echo 19:07:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:36 provisioning config files... 19:07:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1728092015947180790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:37 ---> docker-login.sh 19:07:37 nexus3.edgexfoundry.org:10001 19:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:37 Configure a credential helper to remove this warning. See 19:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:37 19:07:37 Login Succeeded 19:07:37 nexus3.edgexfoundry.org:10002 19:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:37 Configure a credential helper to remove this warning. See 19:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:37 19:07:37 Login Succeeded 19:07:37 nexus3.edgexfoundry.org:10003 19:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:38 Configure a credential helper to remove this warning. See 19:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:38 19:07:38 Login Succeeded 19:07:38 nexus3.edgexfoundry.org:10004 19:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:38 Configure a credential helper to remove this warning. See 19:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:38 19:07:38 Login Succeeded 19:07:38 docker.io 19:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:38 Configure a credential helper to remove this warning. See 19:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:38 19:07:38 Login Succeeded 19:07:38 ---> docker-login.sh ends [Pipeline] } 19:07:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:39 ++ 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:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/core-command/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo core-command,cmd/core-command/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/core-data/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo core-data,cmd/core-data/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/core-metadata/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/security-bootstrapper/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/security-proxy-setup/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/support-notifications/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/support-scheduler/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:39 + for file in '`ls cmd/**/Dockerfile`' 19:07:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:07:39 ++ cut -d/ -f2 19:07:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:39 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:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:40 19:07:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:07:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:41 latest: Pulling from edgex-devops/git-semver 19:07:41 31603596830f: Pulling fs layer 19:07:41 04fac38145f0: Pulling fs layer 19:07:41 701f6daf10bf: Pulling fs layer 19:07:41 24f72da36158: Pulling fs layer 19:07:41 24f72da36158: Waiting 19:07:41 04fac38145f0: Verifying Checksum 19:07:41 04fac38145f0: Download complete 19:07:41 31603596830f: Verifying Checksum 19:07:41 31603596830f: Download complete 19:07:41 31603596830f: Pull complete 19:07:41 04fac38145f0: Pull complete 19:07:41 24f72da36158: Verifying Checksum 19:07:41 24f72da36158: Download complete 19:07:41 701f6daf10bf: Verifying Checksum 19:07:41 701f6daf10bf: Download complete 19:07:42 701f6daf10bf: Pull complete 19:07:42 24f72da36158: Pull complete 19:07:42 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 19:07:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:07:42 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:07:42 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:43 $ docker top b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:43 [ssh-agent] Looking for ssh-agent implementation... 19:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:43 $ docker exec b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent 19:07:43 SSH_AUTH_SOCK=/tmp/ssh-xUAjR4so5EOH/agent.13 19:07:43 SSH_AGENT_PID=19 19:07:43 Running ssh-add (command line suppressed) 19:07:44 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7608626840280770081.key (/w/workspace/edgex-go/1@tmp/private_key_7608626840280770081.key) 19:07:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:44 + git tag --points-at HEAD [Pipeline] } 19:07:44 $ docker exec --env ******** --env ******** b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent -k 19:07:44 unset SSH_AUTH_SOCK; 19:07:44 unset SSH_AGENT_PID; 19:07:44 echo Agent pid 19 killed; 19:07:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:44 [ssh-agent] Looking for ssh-agent implementation... 19:07:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:44 $ docker exec b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent 19:07:44 SSH_AUTH_SOCK=/tmp/ssh-ZexT0ThZGqip/agent.55 19:07:44 SSH_AGENT_PID=62 19:07:44 Running ssh-add (command line suppressed) 19:07:44 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7398343724118525645.key (/w/workspace/edgex-go/1@tmp/private_key_7398343724118525645.key) 19:07:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:45 + git semver init 19:07:45 # -> Open(): unable to determine branch for HEAD 19:07:45 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:07:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:07:45 # $SEMVER_REMOTE_NAME = origin 19:07:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:45 # $SEMVER_USER_NAME = edgex-jenkins 19:07:45 # $SEMVER_BRANCH = PR-3674 19:07:45 # $SEMVER_TEMP = /tmp/semver-986963176 19:07:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:00 # '/tmp/semver-986963176' -> '/w/workspace/edgex-go/1/.semver' 19:08:00 # -> Force: false 19:08:00 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:08:00 $ docker exec --env ******** --env ******** b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent -k 19:08:00 unset SSH_AUTH_SOCK; 19:08:00 unset SSH_AGENT_PID; 19:08:00 echo Agent pid 62 killed; 19:08:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:01 + git semver [Pipeline] } 19:08:01 $ docker stop --time=1 b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 19:08:03 $ docker rm -f b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:04 Stashed 1 file(s) [Pipeline] echo 19:08:04 [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] { 19:08:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3692 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] echo 19:08:04 ========================================================= 19:08:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 19:08:04 ========================================================= [Pipeline] fileExists [Pipeline] { [Pipeline] sh [Pipeline] ws 19:08:05 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:05 540db60ca938: Pulling fs layer 19:08:05 adcc1eea9eea: Pulling fs layer 19:08:05 4c4ab2625f07: Pulling fs layer 19:08:05 db62176df00c: Pulling fs layer 19:08:05 3b30891b0d05: Pulling fs layer 19:08:05 06b49ca38bd5: Pulling fs layer 19:08:05 c788192a36de: Pulling fs layer 19:08:05 a77e37c0d609: Pulling fs layer 19:08:05 c3185cebc471: Pulling fs layer 19:08:05 3b30891b0d05: Waiting 19:08:05 06b49ca38bd5: Waiting 19:08:05 c788192a36de: Waiting 19:08:05 a77e37c0d609: Waiting 19:08:05 c3185cebc471: Waiting 19:08:05 db62176df00c: Waiting 19:08:05 4c4ab2625f07: Verifying Checksum 19:08:05 4c4ab2625f07: Download complete 19:08:05 adcc1eea9eea: Verifying Checksum 19:08:05 adcc1eea9eea: Download complete 19:08:05 3b30891b0d05: Verifying Checksum 19:08:05 3b30891b0d05: Download complete 19:08:06 06b49ca38bd5: Verifying Checksum 19:08:06 06b49ca38bd5: Download complete 19:08:06 540db60ca938: Verifying Checksum 19:08:06 540db60ca938: Download complete 19:08:06 c788192a36de: Verifying Checksum 19:08:06 c788192a36de: Download complete 19:08:06 540db60ca938: Pull complete 19:08:06 adcc1eea9eea: Pull complete 19:08:06 4c4ab2625f07: Pull complete 19:08:06 a77e37c0d609: Verifying Checksum 19:08:06 a77e37c0d609: Download complete 19:08:06 The recommended git tool is: git 19:08:11 db62176df00c: Verifying Checksum 19:08:11 db62176df00c: Download complete 19:08:11 c3185cebc471: Verifying Checksum 19:08:11 c3185cebc471: Download complete 19:08:11 using credential edgex-jenkins-ssh 19:08:11 Cloning the remote Git repository 19:08:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:12 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:12 > git --version # timeout=10 19:08:12 > git --version # 'git version 2.17.1' 19:08:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:13 db62176df00c: Pull complete 19:08:13 3b30891b0d05: Pull complete 19:08:13 06b49ca38bd5: Pull complete 19:08:13 c788192a36de: Pull complete 19:08:13 a77e37c0d609: Pull complete 19:08:16 c3185cebc471: Pull complete 19:08:16 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 19:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 19:08:16 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:16 WORKDIR /edgex 19:08:16 COPY go.mod . 19:08:16 RUN go mod download' 19:08:16 + docker build -t ci-base-image-x86_64 -f - . 19:08:18 Sending build context to Docker daemon 328.7MB 19:08:18 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 19:08:18 ---> 031687cdd783 19:08:18 Step 2/4 : WORKDIR /edgex 19:08:20 ---> Running in 538c3ca7010c 19:08:20 Removing intermediate container 538c3ca7010c 19:08:20 ---> f494be3614a8 19:08:20 Step 3/4 : COPY go.mod . 19:08:20 ---> c07462644ab5 19:08:20 Step 4/4 : RUN go mod download 19:08:20 ---> Running in 0588e1699d75 19:08:30 Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:08:30 Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:08:30 Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) 19:08:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:30 > git config core.sparsecheckout # timeout=10 19:08:30 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 19:08:30 > git remote # timeout=10 19:08:30 > git config --get remote.origin.url # timeout=10 19:08:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:30 > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 19:08:30 > git rev-parse HEAD^{commit} # timeout=10 19:08:30 > git config core.sparsecheckout # timeout=10 19:08:30 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 19:08:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:08:34 > git --version # timeout=10 19:08:34 > git --version # 'git version 2.17.1' 19:08:34 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:35 provisioning config files... 19:08:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4333594941469189227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:36 ---> docker-login.sh 19:08:36 nexus3.edgexfoundry.org:10001 19:08:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:37 Configure a credential helper to remove this warning. See 19:08:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:37 19:08:37 Login Succeeded 19:08:37 nexus3.edgexfoundry.org:10002 19:08:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:37 Configure a credential helper to remove this warning. See 19:08:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:37 19:08:37 Login Succeeded 19:08:37 nexus3.edgexfoundry.org:10003 19:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:38 Configure a credential helper to remove this warning. See 19:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:38 19:08:38 Login Succeeded 19:08:38 nexus3.edgexfoundry.org:10004 19:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:38 Configure a credential helper to remove this warning. See 19:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:38 19:08:38 Login Succeeded 19:08:38 docker.io 19:08:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:39 Configure a credential helper to remove this warning. See 19:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:39 19:08:39 Login Succeeded 19:08:39 ---> docker-login.sh ends [Pipeline] } 19:08:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:08:40 ========================================================= 19:08:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 19:08:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:08:40 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:08:40 595b0fe564bb: Pulling fs layer 19:08:40 24495759ef45: Pulling fs layer 19:08:40 d148012ef14d: Pulling fs layer 19:08:40 e90a11edd702: Pulling fs layer 19:08:40 d77568369979: Pulling fs layer 19:08:40 fc1c9f9a7f3b: Pulling fs layer 19:08:40 170f2ba95c9a: Pulling fs layer 19:08:40 97ac5df62f85: Pulling fs layer 19:08:40 e90a11edd702: Waiting 19:08:40 d77568369979: Waiting 19:08:40 fc1c9f9a7f3b: Waiting 19:08:40 170f2ba95c9a: Waiting 19:08:40 97ac5df62f85: Waiting 19:08:40 d148012ef14d: Verifying Checksum 19:08:40 d148012ef14d: Download complete 19:08:40 24495759ef45: Download complete 19:08:40 d77568369979: Verifying Checksum 19:08:41 fc1c9f9a7f3b: Verifying Checksum 19:08:41 fc1c9f9a7f3b: Download complete 19:08:41 595b0fe564bb: Verifying Checksum 19:08:41 170f2ba95c9a: Verifying Checksum 19:08:41 170f2ba95c9a: Download complete 19:08:41 595b0fe564bb: Pull complete 19:08:42 24495759ef45: Pull complete 19:08:43 d148012ef14d: Pull complete 19:08:45 97ac5df62f85: Verifying Checksum 19:08:45 97ac5df62f85: Download complete 19:08:45 e90a11edd702: Download complete 19:09:00 e90a11edd702: Pull complete 19:09:00 d77568369979: Pull complete 19:09:01 fc1c9f9a7f3b: Pull complete 19:09:01 170f2ba95c9a: Pull complete 19:09:07 Removing intermediate container 0588e1699d75 19:09:07 ---> 304f5e8caaef 19:09:07 Successfully built 304f5e8caaef 19:09:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:07 + docker inspect -f . ci-base-image-x86_64 19:09:07 . [Pipeline] withDockerContainer 19:09:07 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:09:07 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:08 97ac5df62f85: Pull complete 19:09:08 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 19:09:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:09:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:09:08 $ docker top 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 19:09:08 + go version 19:09:08 go version go1.16.6 linux/amd64 [Pipeline] } 19:09:08 $ docker stop --time=1 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 19:09:08 + docker build -t+ ci-base-image-arm64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:09:08 WORKDIR /edgex 19:09:08 COPY go.mod . 19:09:08 RUN go mod download 19:09:08 19:09:09 $ docker rm -f 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:10 + docker inspect -f . ci-base-image-x86_64 19:09:10 . [Pipeline] withDockerContainer 19:09:10 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:09:10 Sending build context to Docker daemon 165.9MB 19:09:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:09:10 ---> 04bc70af865f 19:09:10 Step 2/4 : WORKDIR /edgex 19:09:10 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:11 $ docker top 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:11 ========================================================= 19:09:11 [edgeXBuildGoParallel] Running Tests and Build... 19:09:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:09:11 + go mod tidy [Pipeline] sh 19:09:12 + make test 19:09:12 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:09:12 go mod tidy 19:09:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:17 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:18 ---> Running in 8bfe15bf9859 19:09:18 Removing intermediate container 8bfe15bf9859 19:09:18 ---> 2937ef0a4612 19:09:18 Step 3/4 : COPY go.mod . 19:09:18 ---> 6faad91fc801 19:09:18 Step 4/4 : RUN go mod download 19:09:19 ---> Running in b835cc707855 19:09:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 100.0% of statements 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 46.3% of statements 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.112s coverage: 90.1% of statements 19:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.246s coverage: 94.2% of statements 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 59.1% of statements 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements 19:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.041s coverage: 0.8% of statements 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.054s coverage: 21.7% of statements 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 19:09:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.210s coverage: 81.8% of statements 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.2% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.143s coverage: 64.4% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 19:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.191s coverage: 66.9% of statements 19:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.140s coverage: 43.6% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.5% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.118s coverage: 92.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.063s coverage: 28.9% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 95.4% of statements 19:10:34 GO111MODULE=on go vet ./... 19:10:56 Removing intermediate container b835cc707855 19:10:56 ---> 66ac167cdf6e 19:10:56 Successfully built 66ac167cdf6e 19:10:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:10:56 + docker inspect -f . ci-base-image-arm64 19:10:56 . [Pipeline] withDockerContainer 19:10:56 prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container 19:10:56 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 19:10:56 gofmt -l . 19:10:56 [ "`gofmt -l .`" = "" ] 19:10:57 ./bin/test-attribution-txt.sh 19:10:58 $ docker top bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:10:59 + ls -al . 19:10:59 total 608 19:10:59 drwxrwxr-x 10 1001 1001 4096 Aug 18 19:10 . 19:10:59 drwxr-xr-x 4 root root 28 Aug 18 19:09 .. 19:10:59 -rw-rw-r-- 1 1001 1001 11 Aug 18 19:07 .dockerignore 19:10:59 drwxrwxr-x 8 1001 1001 179 Aug 18 19:07 .git 19:10:59 drwxrwxr-x 3 1001 1001 125 Aug 18 19:07 .github 19:10:59 -rw-rw-r-- 1 1001 1001 818 Aug 18 19:07 .gitignore 19:10:59 -rw-rw-r-- 1 1001 1001 76 Aug 18 19:07 .hadolint.yml 19:10:59 drwx------ 3 1001 1001 58 Aug 18 19:08 .semver 19:10:59 -rw-rw-r-- 1 1001 1001 166 Aug 18 19:07 .sonarcloud.properties 19:10:59 -rw-rw-r-- 1 1001 1001 1171 Aug 18 19:07 ADOPTERS.md 19:10:59 -rw-rw-r-- 1 1001 1001 8609 Aug 18 19:07 Attribution.txt 19:10:59 -rw-rw-r-- 1 1001 1001 43881 Aug 18 19:07 CHANGELOG.md 19:10:59 -rw-rw-r-- 1 1001 1001 3804 Aug 18 19:07 CONTRIBUTING.md 19:10:59 -rw-rw-r-- 1 1001 1001 677 Aug 18 19:07 GOVERNANCE.md 19:10:59 -rw-rw-r-- 1 1001 1001 849 Aug 18 19:07 Jenkinsfile 19:10:59 -rw-rw-r-- 1 1001 1001 10775 Aug 18 19:07 LICENSE 19:10:59 -rw-rw-r-- 1 1001 1001 5915 Aug 18 19:07 Makefile 19:10:59 -rw-rw-r-- 1 1001 1001 582 Aug 18 19:07 OWNERS.md 19:10:59 -rw-rw-r-- 1 1001 1001 8643 Aug 18 19:07 README.md 19:10:59 -rw-rw-r-- 1 1001 1001 6912 Aug 18 19:07 SECURITY.md 19:10:59 -rw-rw-r-- 1 1001 1001 5 Aug 18 19:08 VERSION 19:10:59 -rw-rw-r-- 1 1001 1001 4131 Aug 18 19:07 ZMQWindows.md 19:10:59 drwxrwxr-x 2 1001 1001 37 Aug 18 19:07 bin 19:10:59 drwxrwxr-x 14 1001 1001 4096 Aug 18 19:07 cmd 19:10:59 -rw-r--r-- 1 root root 404329 Aug 18 19:10 coverage.out 19:10:59 -rw-rw-r-- 1 1001 1001 813 Aug 18 19:07 go.mod 19:10:59 -rw-r--r-- 1 root root 50064 Aug 18 19:09 go.sum 19:10:59 drwxrwxr-x 8 1001 1001 124 Aug 18 19:07 internal 19:10:59 drwxrwxr-x 3 1001 1001 16 Aug 18 19:07 openapi 19:10:59 drwxrwxr-x 4 1001 1001 71 Aug 18 19:07 snap 19:10:59 -rw-rw-r-- 1 1001 1001 204 Aug 18 19:07 version.go [Pipeline] sh 19:10:59 + '[' -e coverage.out ] 19:10:59 + chown 1001:1001 coverage.out [Pipeline] stash 19:11:00 + go version 19:11:00 go version go1.16.6 linux/arm64 [Pipeline] } 19:11:00 $ docker stop --time=1 bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 19:11:00 Stashed 1 file(s) 19:11:01 $ docker rm -f bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script 19:11:02 + make build 19:11:02 go mod tidy 19:11:02 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 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:02 + docker inspect -f . ci-base-image-arm64 19:11:02 . [Pipeline] withDockerContainer 19:11:03 prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container 19:11:03 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 19:11:03 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:05 $ docker top a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 -eo pid,comm [Pipeline] { [Pipeline] echo 19:11:05 ========================================================= 19:11:05 [edgeXBuildGoParallel] Running Tests and Build... 19:11:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:06 + go mod tidy [Pipeline] sh 19:11:07 + make test 19:11:07 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:11:07 go mod tidy 19:11:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:11:10 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:11 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:12 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:12 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:13 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:14 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:14 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:16 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:16 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:17 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:18 $ docker stop --time=1 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c 19:11:20 $ docker rm -f 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:25 19:11:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:26 latest: Pulling from edgex-devops/edgex-compose 19:11:26 cbdbe7a5bc2a: Pulling fs layer 19:11:26 ca9280d653b3: Pulling fs layer 19:11:26 7e9c9ca2126c: Pulling fs layer 19:11:26 cbdbe7a5bc2a: Verifying Checksum 19:11:26 cbdbe7a5bc2a: Download complete 19:11:26 cbdbe7a5bc2a: Pull complete 19:11:28 ca9280d653b3: Verifying Checksum 19:11:28 ca9280d653b3: Download complete 19:11:28 ca9280d653b3: Pull complete 19:11:30 7e9c9ca2126c: Verifying Checksum 19:11:30 7e9c9ca2126c: Download complete 19:11:33 7e9c9ca2126c: Pull complete 19:11:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:33 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:11:33 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:35 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:35 $ docker top 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:36 + docker-compose build --help 19:11:36 + grep parallel 19:11:36 --parallel Build images in parallel. [Pipeline] } 19:11:36 $ docker stop --time=1 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 19:11:38 $ docker rm -f 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:38 . [Pipeline] withDockerContainer 19:11:38 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:11:38 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:39 $ docker top 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:39 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:40 Building core-command ... 19:11:40 Building core-data ... 19:11:40 Building core-metadata ... 19:11:40 Building security-bootstrapper ... 19:11:40 Building security-proxy-setup ... 19:11:40 Building security-secretstore-setup ... 19:11:40 Building support-notifications ... 19:11:40 Building support-scheduler ... 19:11:40 Building sys-mgmt-agent ... 19:11:40 Building sys-mgmt-agent 19:11:40 Building security-proxy-setup 19:11:40 Building support-scheduler 19:11:40 Building core-metadata 19:11:40 Building security-bootstrapper 19:11:50 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:11:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:50 ---> 304f5e8caaef 19:11:50 Step 3/23 : WORKDIR /edgex-go 19:11:50 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:11:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:50 ---> 304f5e8caaef 19:11:50 Step 3/24 : WORKDIR /edgex-go 19:11:50 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:11:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:50 ---> 304f5e8caaef 19:11:50 Step 3/22 : WORKDIR /edgex-go 19:11:54 ---> Running in f07b96040d7b 19:11:54 ---> Running in 391729b00eac 19:11:54 ---> Running in 065a00459807 19:11:59 Removing intermediate container 065a00459807 19:11:59 ---> d352d7247a4f 19:11:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:59 Removing intermediate container 391729b00eac 19:11:59 ---> f4b8c82531e1 19:11:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:59 Removing intermediate container f07b96040d7b 19:11:59 ---> f4a9dad1bd2e 19:11:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:59 ---> Running in 57c87dda1ebb 19:11:59 ---> Running in 0836662e5819 19:11:59 ---> Running in 60b38f73ccc6 19:12:08 Removing intermediate container 60b38f73ccc6 19:12:08 ---> a05b2fef3a7d 19:12:08 Step 5/24 : RUN apk add --update --no-cache make git 19:12:08 Removing intermediate container 57c87dda1ebb 19:12:08 ---> 34844ca504e8 19:12:08 Step 5/23 : RUN apk add --update --no-cache make git 19:12:08 ---> Running in 2ed3e3a53ea9 19:12:08 Removing intermediate container 0836662e5819 19:12:08 ---> d12a86b8b478 19:12:08 Step 5/22 : RUN apk add --update --no-cache make git 19:12:08 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:08 ---> 304f5e8caaef 19:12:08 Step 3/24 : WORKDIR /edgex-go 19:12:08 ---> Using cache 19:12:08 ---> f4a9dad1bd2e 19:12:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:08 ---> Using cache 19:12:08 ---> a05b2fef3a7d 19:12:08 Step 5/24 : RUN apk add --update --no-cache make bash git 19:12:08 ---> Running in 6609d13bc741 19:12:08 ---> Running in f0894a6ee124 19:12:08 ---> Running in 77e4f03c7826 19:12:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:09 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:12:09 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:12:09 ---> 304f5e8caaef 19:12:09 Step 3/32 : WORKDIR /edgex-go 19:12:09 ---> Using cache 19:12:09 ---> f4a9dad1bd2e 19:12:09 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:09 ---> Using cache 19:12:09 ---> a05b2fef3a7d 19:12:09 Step 5/32 : RUN apk add --update --no-cache make git 19:12:10 ---> Running in 702336f5babc 19:12:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:12:10 OK: 219 MiB in 52 packages 19:12:11 Removing intermediate container 77e4f03c7826 19:12:11 ---> 2a5e93a615fa 19:12:11 Step 6/24 : COPY go.mod . 19:12:11 ---> d634a61bcde0 19:12:11 Step 7/24 : RUN go mod download 19:12:11 ---> Running in 7c906cfd393c 19:12:11 OK: 219 MiB in 52 packages 19:12:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:12:11 OK: 219 MiB in 52 packages 19:12:11 OK: 219 MiB in 52 packages 19:12:11 Removing intermediate container 2ed3e3a53ea9 19:12:11 ---> c4e0d898b15f 19:12:11 Step 6/24 : COPY go.mod . 19:12:11 Removing intermediate container 6609d13bc741 19:12:11 ---> f72a22f6d53d 19:12:11 Step 6/23 : COPY go.mod . 19:12:11 ---> 565b4457b8b1 19:12:11 Step 7/24 : RUN go mod download 19:12:11 ---> Running in 30157ce16f3a 19:12:11 OK: 219 MiB in 52 packages 19:12:12 Removing intermediate container f0894a6ee124 19:12:12 ---> 2ac9906c6203 19:12:12 Step 6/22 : COPY go.mod . 19:12:12 ---> 1eca0d44eec9 19:12:12 Step 7/23 : RUN go mod download 19:12:12 ---> Running in 4d06da101475 19:12:12 Removing intermediate container 702336f5babc 19:12:12 ---> 5f4913e10537 19:12:12 Step 6/32 : COPY go.mod . 19:12:12 ---> ab94b54d5c80 19:12:12 Step 7/22 : RUN go mod download 19:12:12 ---> Running in dc7f96cf3099 19:12:12 ---> 1395514d8841 19:12:12 Step 7/32 : RUN go mod download 19:12:12 ---> Running in ffc33816e3e2 19:12:13 Removing intermediate container 7c906cfd393c 19:12:13 ---> b2dbd27c420a 19:12:13 Step 8/24 : COPY . . 19:12:15 Removing intermediate container 30157ce16f3a 19:12:15 ---> 69394a49503c 19:12:15 Step 8/24 : COPY . . 19:12:16 Removing intermediate container 4d06da101475 19:12:16 ---> 4d17b95a8ad6 19:12:16 Step 8/23 : COPY . . 19:12:17 Removing intermediate container dc7f96cf3099 19:12:17 ---> d9c5950b3b3c 19:12:17 Step 8/22 : COPY . . 19:12:18 Removing intermediate container ffc33816e3e2 19:12:18 ---> 16fcea8f1d4e 19:12:18 Step 8/32 : COPY . . 19:12:20 ---> 0e7e1e522860 19:12:20 Step 9/24 : RUN go mod tidy 19:12:22 ---> 076b199c0fa7 19:12:22 Step 9/24 : RUN go mod tidy 19:12:22 ---> Running in 19357be2110d 19:12:22 ---> 84aadf413168 19:12:22 Step 9/23 : RUN go mod tidy 19:12:23 ---> Running in b8090f552952 19:12:23 ---> Running in d4cdd58a7db3 19:12:26 Removing intermediate container b8090f552952 19:12:26 ---> 3e13e2483f3b 19:12:26 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:12:26 ---> Running in a36d32e20f28 19:12:26 Removing intermediate container d4cdd58a7db3 19:12:26 ---> 2c9f594d71d3 19:12:26 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:12:27 Removing intermediate container 19357be2110d 19:12:27 ---> cb72b69b1529 19:12:27 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:12:27 ---> Running in 24b0fdb24ade 19:12:27 ---> Running in 9335c07c68cb 19:12:28 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:28 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:12: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:12:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:34 ---> 682b17e13cef 19:12:34 Step 9/32 : RUN go mod tidy 19:12:34 ---> 7e6155088444 19:12:34 Step 9/22 : RUN go mod tidy 19:12:34 ---> Running in ba174a64a837 19:12:34 ---> Running in 8aed1c7089fc 19:12:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:37 Removing intermediate container ba174a64a837 19:12:37 ---> bcb33e6e7c46 19:12:37 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:12:37 ---> Running in b912ee4069d7 19:12:37 Removing intermediate container 8aed1c7089fc 19:12:37 ---> 6f629d4c00f2 19:12:37 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:37 ---> Running in a17b7f527747 19:12:37 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:37 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:12:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:12:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:12:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:12:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:12:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:12:48 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:13:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.159s coverage: 28.7% of statements 19:13:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 100.0% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:13:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.347s coverage: 46.3% of statements 19:13:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:13:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:13:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.656s coverage: 90.1% of statements 19:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:13:09 Removing intermediate container 9335c07c68cb 19:13:09 ---> 78f1ab288889 19:13:09 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:13:09 ---> Running in 3d8bdfcfe2f8 19:13:09 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:13:09 Removing intermediate container 3d8bdfcfe2f8 19:13:09 ---> 4a4b56467d93 19:13:09 19:13:09 Step 12/24 : FROM docker:20.10.7 19:13:09 20.10.7: Pulling from library/docker 19:13:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.236s coverage: 81.2% of statements 19:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:10 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:13:10 Removing intermediate container a36d32e20f28 19:13:10 ---> d9d46b9d2de4 19:13:10 19:13:10 Step 11/24 : FROM alpine:3.12 19:13:11 3.12: Pulling from library/alpine 19:13:11 Removing intermediate container 24b0fdb24ade 19:13:11 ---> 72d910c4651a 19:13:11 19:13:11 Step 11/23 : FROM alpine:3.12 19:13:11 3.12: Pulling from library/alpine 19:13:12 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 19:13:12 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 19:13:12 Status: Image is up to date for alpine:3.12 19:13:12 Status: Downloaded newer image for alpine:3.12 19:13:12 ---> 13621d1b12d4 19:13:12 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:13:12 ---> 13621d1b12d4 19:13:12 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:12 ---> Running in efac7a0328a5 19:13:12 ---> Running in 68b7a1e27f43 19:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:13 Removing intermediate container b912ee4069d7 19:13:13 ---> eea7c9258525 19:13:13 19:13:13 Step 11/32 : FROM alpine:3.12 19:13:13 ---> 13621d1b12d4 19:13:13 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:13 (1/1) Installing dumb-init (1.2.2-r1) 19:13:13 Executing busybox-1.31.1-r20.trigger 19:13:13 OK: 6 MiB in 15 packages 19:13:13 ---> Running in 6f0b0d95a6b0 19:13:13 (1/1) Installing dumb-init (1.2.2-r1) 19:13:13 Executing busybox-1.31.1-r20.trigger 19:13:13 OK: 6 MiB in 15 packages 19:13:13 Removing intermediate container 6f0b0d95a6b0 19:13:13 ---> 507d2905422d 19:13:13 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:13:14 ---> Running in bfe36921548b 19:13:14 Removing intermediate container a17b7f527747 19:13:14 ---> 5d8039b0d6c0 19:13:14 19:13:14 Step 11/22 : FROM alpine:3.12 19:13:14 ---> 13621d1b12d4 19:13:14 Step 12/22 : RUN apk add --update --no-cache curl 19:13:14 Removing intermediate container efac7a0328a5 19:13:14 ---> 5df522f22e2c 19:13:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:14 ---> Running in b35337de300d 19:13:14 ---> Running in ecdc19e6ae08 19:13:14 Removing intermediate container 68b7a1e27f43 19:13:14 ---> 0c772c259282 19:13:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:14 ---> Running in bca9babd7d68 19:13:14 Removing intermediate container b35337de300d 19:13:14 ---> c7aee8b47742 19:13:14 Step 14/23 : ENV APP_PORT=59861 19:13:14 ---> Running in a0f81751bb02 19:13:14 Removing intermediate container bca9babd7d68 19:13:14 ---> d4b833833aa9 19:13:14 Step 14/24 : ENV APP_PORT=59881 19:13:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:14 ---> Running in f56fdaafe04a 19:13:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:14 (1/2) Installing dumb-init (1.2.2-r1) 19:13:14 (2/2) Installing su-exec (0.2-r1) 19:13:14 Executing busybox-1.31.1-r20.trigger 19:13:14 Removing intermediate container a0f81751bb02 19:13:14 ---> 6af796d63bd2 19:13:14 Step 15/23 : EXPOSE $APP_PORT 19:13:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:14 OK: 6 MiB in 16 packages 19:13:14 Removing intermediate container f56fdaafe04a 19:13:14 ---> 368001e3181a 19:13:14 Step 15/24 : EXPOSE $APP_PORT 19:13:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:15 ---> Running in 7126857fb7a3 19:13:15 ---> Running in 807e4b009d69 19:13:15 (1/4) Installing ca-certificates (20191127-r4) 19:13:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:13:15 (3/4) Installing libcurl (7.78.0-r0) 19:13:15 (4/4) Installing curl (7.78.0-r0) 19:13:15 Executing busybox-1.31.1-r20.trigger 19:13:15 Executing ca-certificates-20191127-r4.trigger 19:13:15 OK: 7 MiB in 18 packages 19:13:15 Removing intermediate container 7126857fb7a3 19:13:15 ---> 0f74f484de6d 19:13:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:15 Removing intermediate container 807e4b009d69 19:13:15 ---> f92cd9205459 19:13:15 Step 16/24 : WORKDIR / 19:13:15 ---> Running in 88596d9a2d16 19:13:15 Removing intermediate container bfe36921548b 19:13:15 ---> f434a1876eb1 19:13:15 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:13:15 ---> Running in b1eec6e0f648 19:13:15 Removing intermediate container 88596d9a2d16 19:13:15 ---> 74b30ccde4a9 19:13:15 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:15 ---> ec4ffb69e558 19:13:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:15 Removing intermediate container ecdc19e6ae08 19:13:15 ---> de4fad773fb2 19:13:15 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:15 Removing intermediate container b1eec6e0f648 19:13:15 ---> 082f55ccef8d 19:13:15 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:13:15 ---> Running in 63be22ad1fe1 19:13:15 ---> Running in d5e0df013de3 19:13:15 ---> bcae27d7bc8f 19:13:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:16 Removing intermediate container 63be22ad1fe1 19:13:16 ---> e18c4065b13a 19:13:16 Step 14/22 : WORKDIR /edgex 19:13:16 Removing intermediate container d5e0df013de3 19:13:16 ---> 1a982329c7f1 19:13:16 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:13:16 ---> fb480ee160a0 19:13:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:13:16 ---> Running in 816c70f592db 19:13:16 ---> Running in 04fdd3d922a3 19:13:16 ---> 5f7dc232b0c0 19:13:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:16 ---> d6e29fff7511 19:13:16 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:13:16 Removing intermediate container 816c70f592db 19:13:16 ---> de2813e5cba3 19:13:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:16 ---> Running in 3fc685b8cbd6 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.416s coverage: 94.2% of statements 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.265s coverage: 59.1% of statements 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.197s coverage: 60.0% of statements 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.317s coverage: 0.8% of statements 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.176s coverage: 58.8% of statements 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.215s coverage: 21.7% of statements 19:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.420s coverage: 47.1% of statements 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.274s coverage: 79.5% of statements 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.221s coverage: 94.1% of statements 19:13:16 ---> f1c5f1bf62c6 19:13:16 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:13:16 Removing intermediate container 3fc685b8cbd6 19:13:16 ---> 6cc6b30f11f3 19:13:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:16 ---> Running in dd9a34f2330e 19:13:16 ---> 3f4b43a82d6b 19:13:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:16 ---> Running in 5ba5834cd312 19:13:16 Removing intermediate container dd9a34f2330e 19:13:16 ---> 7a614a3fbfed 19:13:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:16 ---> Running in 872e16585449 19:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.220s coverage: 96.3% of statements 19:13:17 Removing intermediate container 5ba5834cd312 19:13:17 ---> 81eafd69772b 19:13:17 Step 21/23 : LABEL arch=x86_64 19:13:17 Removing intermediate container 04fdd3d922a3 19:13:17 ---> 22addcfa3370 19:13:17 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:13:17 ---> Running in 86d60600357b 19:13:17 ---> e2dbf98f8d43 19:13:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:17 ---> Running in fe61c756d008 19:13:17 Removing intermediate container 872e16585449 19:13:17 ---> 6a4c330b2814 19:13:17 Step 22/24 : LABEL arch=x86_64 19:13:17 ---> Running in c67f0a801623 19:13:17 Removing intermediate container 86d60600357b 19:13:17 ---> d04c845b1c46 19:13:17 Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:17 ---> Running in 92922082ade1 19:13:17 Removing intermediate container fe61c756d008 19:13:17 ---> 32424669f110 19:13:17 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:13:17 Removing intermediate container 92922082ade1 19:13:17 ---> d4b33a4f0daf 19:13:17 Step 23/23 : LABEL version=0.0.0 19:13:17 Removing intermediate container c67f0a801623 19:13:17 ---> e45f50729ae8 19:13:17 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:17 ---> Running in 9de90eb87719 19:13:17 ---> Running in f719d90413b0 19:13:17 ---> 3c02ed419bc4 19:13:17 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:13:17 ---> Running in c1988f34855c 19:13:17 ---> 03ec1f13327d 19:13:17 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:13:17 Removing intermediate container 9de90eb87719 19:13:17 ---> 6426e2bb8286 19:13:17 19:13:17 Removing intermediate container f719d90413b0 19:13:17 ---> 61d818e6db01 19:13:17 Step 24/24 : LABEL version=0.0.0 19:13:17 ---> Running in 8d86709ef6fb 19:13:17 ---> Running in 3c07b0b86349 19:13:18 Successfully built 6426e2bb8286 19:13:18 Successfully tagged support-scheduler:latest 19:13:18 Building support-notifications 19:13:18  Building support-scheduler ... done Removing intermediate container c1988f34855c 19:13:18 ---> 36e7d3cd4f19 19:13:18 Step 19/22 : CMD ["--init=true"] 19:13:18 ---> Running in 9eb6d125b9bd 19:13:18 Removing intermediate container 3c07b0b86349 19:13:18 ---> 6323269d1863 19:13:18 19:13:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements 19:13:18 Successfully built 6323269d1863 19:13:18 Successfully tagged core-metadata:latest 19:13:18  Building core-metadata ... done Building core-command 19:13:19 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 19:13:19 Status: Downloaded newer image for docker:20.10.7 19:13:19 ---> 08bdaf2f88f9 19:13:19 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:13:19 Removing intermediate container 9eb6d125b9bd 19:13:19 ---> abc6ea87cac2 19:13:19 Step 20/22 : LABEL arch=x86_64 19:13:20 ---> Running in 3ad70d290644 19:13:20 ---> Running in 8cbebea04e7b 19:13:20 Removing intermediate container 3ad70d290644 19:13:20 ---> c6f0dde6aec8 19:13:20 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:13:20 Removing intermediate container 8cbebea04e7b 19:13:20 ---> 2cb27eab3ffa 19:13:20 Step 21/22 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:20 Removing intermediate container 8d86709ef6fb 19:13:20 ---> 8bb6f27fc321 19:13:20 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:20 ---> Running in e24f532e8872 19:13:20 ---> Running in edb03138f148 19:13:21 Removing intermediate container edb03138f148 19:13:21 ---> 11a35f6ccfe1 19:13:21 Step 22/22 : LABEL version=0.0.0 19:13:21 ---> Running in 7e103be3c2d3 19:13:21 ---> af6806e5b47a 19:13:21 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:13:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:13:21 Removing intermediate container 7e103be3c2d3 19:13:21 ---> e5022decd12b 19:13:21 19:13:21 Successfully built e5022decd12b 19:13:21 Successfully tagged security-proxy-setup:latest 19:13:21  Building security-proxy-setup ... done Building core-data 19:13:21 (1/39) Installing readline (8.1.0-r0) 19:13:21 (2/39) Installing bash (5.1.0-r0) 19:13:21 Executing bash-5.1.0-r0.post-install 19:13:21 (3/39) Installing brotli-libs (1.0.9-r3) 19:13:22 (4/39) Installing nghttp2-libs (1.42.0-r1) 19:13:22 (5/39) Installing libcurl (7.78.0-r0) 19:13:22 (6/39) Installing curl (7.78.0-r0) 19:13:22 (7/39) Installing dumb-init (1.2.5-r0) 19:13:22 (8/39) Installing libbz2 (1.0.8-r1) 19:13:22 (9/39) Installing expat (2.2.10-r1) 19:13:22 (10/39) Installing libffi (3.3-r2) 19:13:22 (11/39) Installing gdbm (1.19-r0) 19:13:22 (12/39) Installing xz-libs (5.2.5-r0) 19:13:22 (13/39) Installing sqlite-libs (3.34.1-r0) 19:13:22 (14/39) Installing python3 (3.8.10-r0) 19:13:23 ---> c1a0aae87e7d 19:13:23 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:13:23 (15/39) Installing py3-appdirs (1.4.4-r1) 19:13:23 (16/39) Installing py3-ordered-set (4.0.2-r0) 19:13:23 (17/39) Installing py3-parsing (2.4.7-r1) 19:13:23 (18/39) Installing py3-six (1.15.0-r0) 19:13:23 (19/39) Installing py3-packaging (20.9-r0) 19:13:23 (20/39) Installing py3-setuptools (51.3.3-r0) 19:13:24 (21/39) Installing py3-chardet (4.0.0-r0) 19:13:24 (22/39) Installing py3-idna (3.1-r0) 19:13:24 (23/39) Installing py3-urllib3 (1.26.2-r1) 19:13:24 (24/39) Installing py3-requests (2.25.1-r1) 19:13:25 (25/39) Installing py3-msgpack (1.0.2-r0) 19:13:25 (26/39) Installing py3-lockfile (0.12.2-r3) 19:13:25 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:13:26 (28/39) Installing py3-colorama (0.4.4-r0) 19:13:26 (29/39) Installing py3-contextlib2 (0.6.0-r0) 19:13:26 (30/39) Installing py3-distlib (0.3.1-r1) 19:13:26 (31/39) Installing py3-distro (1.5.0-r1) 19:13:27 (32/39) Installing py3-webencodings (0.5.1-r3) 19:13:27 (33/39) Installing py3-html5lib (1.1-r0) 19:13:27 (34/39) Installing py3-pytoml (0.1.21-r0) 19:13:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 ---> 304f5e8caaef 19:13:27 19:13:27 Step 3/24 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:27 19:13:27 ---> 304f5e8caaef 19:13:27 Step 3/24 : WORKDIR /edgex-go 19:13:27 (35/39) Installing py3-pep517 (0.9.1-r0) 19:13:27 (36/39) Installing py3-progress (1.5-r0) 19:13:27 (37/39) Installing py3-retrying (1.3.3-r0) 19:13:28 (38/39) Installing py3-toml (0.10.2-r0) 19:13:28 (39/39) Installing py3-pip (20.3.4-r0) 19:13:28 Executing busybox-1.32.1-r6.trigger 19:13:28 ---> Using cache 19:13:28 ---> f4a9dad1bd2e 19:13:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:28 ---> Using cache 19:13:28 ---> f4a9dad1bd2e 19:13:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:28 OK: 82 MiB in 59 packages 19:13:28 ---> 591e6158d076 19:13:28 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:13:29 ---> Using cache 19:13:29 ---> Using cache 19:13:29 ---> a05b2fef3a7d 19:13:29 Step 5/24 : RUN apk add --update --no-cache make git ---> a05b2fef3a7d 19:13:29 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:13:29 19:13:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements 19:13:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.193s coverage: 44.8% of statements 19:13:31 ---> Using cache 19:13:31 ---> 5f4913e10537 19:13:31 Step 6/24 : COPY go.mod . 19:13:31 ---> Using cache 19:13:31 ---> 1395514d8841 19:13:31 Step 7/24 : RUN go mod download 19:13:31 ---> Using cache 19:13:31 ---> 16fcea8f1d4e 19:13:31 Step 8/24 : COPY . . 19:13:31 ---> Using cache 19:13:31 ---> 682b17e13cef 19:13:31 Step 9/24 : RUN go mod tidy 19:13:31 ---> Using cache 19:13:31 ---> bcb33e6e7c46 19:13:31 Step 10/24 : RUN make cmd/core-command/core-command 19:13:31 ---> 5f447a23b500 19:13:31 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:13:31 ---> Running in 8a2348d21f4b 19:13:31 ---> Running in 4ade10434b1c 19:13:31 ---> 92c22747a994 19:13:31 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:13: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:13:32 ---> Running in 455a43004778 19:13:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:13:32 Removing intermediate container 455a43004778 19:13:32 ---> a5455db043b1 19:13:32 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:33 ---> 9b97eb27e08f 19:13:33 Step 27/32 : RUN chmod +x /entrypoint.sh 19:13:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:13:33 ---> Running in c73d43873e50 19:13:33 OK: 219 MiB in 52 packages 19:13:33 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:33 ---> 304f5e8caaef 19:13:33 Step 3/23 : WORKDIR /edgex-go 19:13:33 ---> Using cache 19:13:33 ---> f4a9dad1bd2e 19:13:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:33 ---> Using cache 19:13:33 ---> a05b2fef3a7d 19:13:33 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:13:34 ---> Running in 99286d62a56b 19:13:34 Removing intermediate container 8a2348d21f4b 19:13:34 ---> 09f9e9aad3aa 19:13:34 Step 6/24 : COPY go.mod . 19:13:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.592s coverage: 81.8% of statements 19:13:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:13:34 Removing intermediate container c73d43873e50 19:13:34 ---> b4446ce49c20 19:13:34 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:13:34 ---> Running in 52447bb82879 19:13:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 19:13:35 ---> 931374daa798 19:13:35 Step 7/24 : RUN go mod download 19:13:35 ---> Running in eb0d5b65c8e6 19:13:35 Removing intermediate container 52447bb82879 19:13:35 ---> 940d006bafde 19:13:35 Step 29/32 : CMD ["gate"] 19:13:35 ---> Running in 0b37f9af172f 19:13:35 Removing intermediate container 0b37f9af172f 19:13:35 ---> 0599fc699535 19:13:35 Step 30/32 : LABEL arch=x86_64 19:13:35 ---> Running in 772db30734b4 19:13:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 19:13:35 Removing intermediate container 772db30734b4 19:13:35 ---> 63ebad8ddeaf 19:13:35 Step 31/32 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:35 Collecting docker-compose==1.23.2 19:13:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:13:35 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:13:35 ---> Running in 9b5f38eda43e 19:13:36 Collecting docker<4.0,>=3.6.0 19:13:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:13:36 Removing intermediate container 9b5f38eda43e 19:13:36 ---> 2f77cdea7b1e 19:13:36 Step 32/32 : LABEL version=0.0.0 19:13:36 Collecting dockerpty<0.5,>=0.4.1 19:13:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:13:36 ---> Running in 4172d6a8849d 19:13:36 OK: 219 MiB in 52 packages 19:13:36 Removing intermediate container 4172d6a8849d 19:13:36 ---> c809b00305b6 19:13:36 19:13:36 Successfully built c809b00305b6 19:13:36 Successfully tagged security-bootstrapper:latest 19:13:36 Building security-secretstore-setup 19:13:37  Building security-bootstrapper ... done Collecting cached-property<2,>=1.2.0 19:13:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:13:37 Collecting docopt<0.7,>=0.6.1 19:13:37 Downloading docopt-0.6.2.tar.gz (25 kB) 19:13:37 Removing intermediate container 99286d62a56b 19:13:37 ---> ca4dad7fd867 19:13:37 Step 6/23 : COPY go.mod . 19:13:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:13:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:13:38 Collecting PyYAML<4,>=3.10 19:13:38 Downloading PyYAML-3.13.tar.gz (270 kB) 19:13:38 ---> 7dc044b50711 19:13:38 Step 7/23 : RUN go mod download 19:13:38 ---> Running in 6d0bc28259c5 19:13:38 Removing intermediate container eb0d5b65c8e6 19:13:38 ---> 723dfa56dd8b 19:13:38 Step 8/24 : COPY . . 19:13:39 Collecting websocket-client<1.0,>=0.32.0 19:13:39 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:13:39 Collecting jsonschema<3,>=2.5.1 19:13:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:13:39 Collecting texttable<0.10,>=0.9.0 19:13:39 Downloading texttable-0.9.1.tar.gz (11 kB) 19:13:40 Collecting docker-pycreds>=0.4.0 19:13:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:13:40 Collecting chardet<3.1.0,>=3.0.2 19:13:40 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:13:40 Collecting certifi>=2017.4.17 19:13:40 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 19:13:40 Collecting urllib3<1.25,>=1.21.1 19:13:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:13:40 Collecting idna<2.8,>=2.5 19:13:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:13:40 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:13:40 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:13:40 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:13:40 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:13:40 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:13:40 Attempting uninstall: urllib3 19:13:40 Found existing installation: urllib3 1.26.2 19:13:40 Uninstalling urllib3-1.26.2: 19:13:40 Successfully uninstalled urllib3-1.26.2 19:13:41 Attempting uninstall: idna 19:13:41 Found existing installation: idna 3.1 19:13:41 Uninstalling idna-3.1: 19:13:41 Successfully uninstalled idna-3.1 19:13:41 Attempting uninstall: chardet 19:13:41 Found existing installation: chardet 4.0.0 19:13:41 Uninstalling chardet-4.0.0: 19:13:41 Successfully uninstalled chardet-4.0.0 19:13:42 Removing intermediate container 6d0bc28259c5 19:13:42 ---> fb0bdbd3491a 19:13:42 Step 8/23 : COPY . . 19:13:42 Attempting uninstall: requests 19:13:42 Found existing installation: requests 2.25.1 19:13:42 Uninstalling requests-2.25.1: 19:13:42 Successfully uninstalled requests-2.25.1 19:13:42 Running setup.py install for texttable: started 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.290s coverage: 92.9% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.184s coverage: 87.2% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 58.8% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.181s coverage: 80.0% of statements 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.235s coverage: 85.4% of statements 19:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.333s coverage: 91.2% of statements 19:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.878s coverage: 64.4% of statements 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.174s coverage: 100.0% of statements 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 19:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 19:13:44 Running setup.py install for texttable: finished with status 'done' 19:13:44 Running setup.py install for PyYAML: started 19:13:45 Running setup.py install for PyYAML: finished with status 'done' 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 19:13:45 Running setup.py install for docopt: started 19:13:45 Running setup.py install for docopt: finished with status 'done' 19:13:46 Running setup.py install for dockerpty: started 19:13:46 Running setup.py install for dockerpty: finished with status 'done' 19:13:47 ---> af7ef2f65c34 19:13:47 Step 9/24 : RUN go mod tidy 19:13:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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:13:48 ---> Running in 8ccaec476fe2 19:13:49 ---> ff7256aec4a2 19:13:49 Step 9/23 : RUN go mod tidy 19:13:49 ---> Running in eb126a1d3105 19:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.972s coverage: 66.9% of statements 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.723s coverage: 43.6% of statements 19:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.204s coverage: 89.5% of statements 19:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.241s coverage: 84.8% of statements 19:13:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:13:51 Removing intermediate container eb126a1d3105 19:13:51 ---> 24dc59d33fa1 19:13:51 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:13:51 Removing intermediate container 8ccaec476fe2 19:13:51 ---> 6bb102dddf09 19:13:51 Step 10/24 : RUN make cmd/core-data/core-data 19:13:51 ---> Running in d6fe939b5211 19:13:51 ---> Running in 4efc62c7cd86 19:13:52 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:13:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:13:52 ---> 304f5e8caaef 19:13:52 Step 3/26 : WORKDIR /edgex-go 19:13:52 ---> Using cache 19:13:52 ---> f4a9dad1bd2e 19:13:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:52 ---> Using cache 19:13:52 ---> a05b2fef3a7d 19:13:52 Step 5/26 : RUN apk add --update --no-cache make git 19:13:52 ---> Using cache 19:13:52 ---> 5f4913e10537 19:13:52 Step 6/26 : COPY go.mod . 19:13:52 ---> Using cache 19:13:52 ---> 1395514d8841 19:13:52 Step 7/26 : RUN go mod download 19:13:52 ---> Using cache 19:13:52 ---> 16fcea8f1d4e 19:13:52 Step 8/26 : COPY . . 19:13:52 ---> Using cache 19:13:52 ---> 682b17e13cef 19:13:52 Step 9/26 : RUN go mod tidy 19:13:52 ---> Using cache 19:13:52 ---> bcb33e6e7c46 19:13:52 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:52 ---> Running in e437f402db94 19:13:52 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:13:52 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:13:53 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:13:55 Removing intermediate container e24f532e8872 19:13:55 ---> 94ba26bc3156 19:13:55 Step 15/24 : ENV APP_PORT=58890 19:13:55 ---> Running in 7f2ea44e9bca 19:13:55 Removing intermediate container 7f2ea44e9bca 19:13:55 ---> 8a41dc660f43 19:13:55 Step 16/24 : EXPOSE $APP_PORT 19:13:56 ---> Running in a9d74dde43d0 19:13:56 Removing intermediate container a9d74dde43d0 19:13:56 ---> 2d679000570b 19:13:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:13:56 Removing intermediate container 4ade10434b1c 19:13:56 ---> 1d7a6d8cf2ae 19:13:56 19:13:56 Step 11/24 : FROM alpine:3.12 19:13:56 ---> 13621d1b12d4 19:13:56 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:13:56 ---> Using cache 19:13:56 ---> 0c772c259282 19:13:56 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:56 ---> Using cache 19:13:56 ---> d4b833833aa9 19:13:56 Step 14/24 : ENV APP_PORT=59882 19:13:56 ---> Running in c95a16cf5c3f 19:13:57 ---> 232a4e81156d 19:13:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:13:57 Removing intermediate container c95a16cf5c3f 19:13:57 ---> 3e84552a0c82 19:13:57 Step 15/24 : EXPOSE $APP_PORT 19:13:57 ---> Running in bdeddbdfc487 19:13:57 ---> 7b51547725d1 19:13:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:13:57 Removing intermediate container bdeddbdfc487 19:13:57 ---> 2e793775deb2 19:13:57 Step 16/24 : WORKDIR / 19:13:57 ---> Running in 40711b3d4ec6 19:13:57 Removing intermediate container 40711b3d4ec6 19:13:57 ---> 897fc7191f1d 19:13:57 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:57 ---> 597be2cba7ea 19:13:57 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:13:57 ---> Running in fdaee70e0fc5 19:13:58 Removing intermediate container fdaee70e0fc5 19:13:58 ---> 8c0bc660ef4d 19:13:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:58 ---> Running in b648ea1937da 19:13:58 ---> 9cad196ba98c 19:13:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:58 Removing intermediate container b648ea1937da 19:13:58 ---> b3cd21aeea79 19:13:58 Step 22/24 : LABEL arch=x86_64 19:13:58 ---> Running in fd61b271062a 19:13:59 Removing intermediate container fd61b271062a 19:13:59 ---> 5e9a3c968bad 19:13:59 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:59 ---> e7ad67a57a38 19:13:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:59 ---> Running in 7940a93a85af 19:13:59 Removing intermediate container 7940a93a85af 19:13:59 ---> a5bb8e122bf6 19:13:59 Step 24/24 : LABEL version=0.0.0 19:13:59 ---> 4ed15d60a434 19:13:59 Step 20/24 : ENTRYPOINT ["/core-command"] 19:13:59 ---> Running in c2d1c8359422 19:13:59 ---> Running in 9fbfda10923e 19:13:59 Removing intermediate container c2d1c8359422 19:13:59 ---> cd72f52bacb3 19:13:59 19:13:59 Successfully built cd72f52bacb3 19:13:59 Removing intermediate container 9fbfda10923e 19:13:59 ---> 3b0db959f6d2 19:13:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:59 Successfully tagged sys-mgmt-agent:latest 19:13:59  Building sys-mgmt-agent ... done  ---> Running in d03a3a71e5cf 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.257s coverage: 19.5% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.554s coverage: 92.0% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.215s coverage: 62.7% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.179s coverage: 28.9% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.193s coverage: 100.0% of statements 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 95.4% of statements 19:13:59 Removing intermediate container d03a3a71e5cf 19:13:59 ---> 4089dc3937f8 19:13:59 Step 22/24 : LABEL arch=x86_64 19:13:59 ---> Running in 94159046ec34 19:13:59 Removing intermediate container 94159046ec34 19:13:59 ---> 9c7865c0ecf0 19:13:59 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:13:59 GO111MODULE=on go vet ./... 19:14:00 ---> Running in 824e2bfdbe1c 19:14:00 Removing intermediate container 824e2bfdbe1c 19:14:00 ---> 18d70df4ad23 19:14:00 Step 24/24 : LABEL version=0.0.0 19:14:00 ---> Running in 1bf0b313b577 19:14:00 Removing intermediate container 1bf0b313b577 19:14:00 ---> ad3d0b7838ff 19:14:00 19:14:00 Successfully built ad3d0b7838ff 19:14:00 Successfully tagged core-command:latest 19:14:18  Building core-command ... done 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:14:20 Removing intermediate container e437f402db94 19:14:20 ---> a08ee6340b4e 19:14:20 19:14:20 Step 11/26 : FROM alpine:3.12 19:14:20 ---> 13621d1b12d4 19:14:20 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:14:20 ---> Running in 14843cadb7ad 19:14:20 Removing intermediate container d6fe939b5211 19:14:20 ---> dbced08729ad 19:14:20 19:14:20 Step 11/23 : FROM alpine:3.12 19:14:20 ---> 13621d1b12d4 19:14:20 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:14:20 ---> Running in dd593dafe249 19:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:20 (1/2) Installing ca-certificates (20191127-r4) 19:14:20 (1/3) Installing ca-certificates (20191127-r4) 19:14:20 (2/2) Installing dumb-init (1.2.2-r1) 19:14:20 Executing busybox-1.31.1-r20.trigger 19:14:20 Executing ca-certificates-20191127-r4.trigger 19:14:20 (2/3) Installing dumb-init (1.2.2-r1) 19:14:20 (3/3) Installing su-exec (0.2-r1) 19:14:20 Executing busybox-1.31.1-r20.trigger 19:14:20 Executing ca-certificates-20191127-r4.trigger 19:14:20 OK: 6 MiB in 16 packages 19:14:20 OK: 6 MiB in 17 packages 19:14:21 Removing intermediate container dd593dafe249 19:14:21 ---> 09a8ce43e7d9 19:14:21 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:14:21 Removing intermediate container 14843cadb7ad 19:14:21 ---> 3379df76d99a 19:14:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:21 ---> Running in 533ecc5c56a8 19:14:21 ---> Running in 08c2ed0b60d8 19:14:21 Removing intermediate container 533ecc5c56a8 19:14:21 ---> 4bfd165be877 19:14:21 Step 14/23 : ENV APP_PORT=59860 19:14:21 Removing intermediate container 08c2ed0b60d8 19:14:21 ---> 464450c0aedd 19:14:21 Step 14/26 : WORKDIR / 19:14:21 ---> Running in d2c56451d32f 19:14:21 ---> Running in 3ef19c627232 19:14:22 Removing intermediate container d2c56451d32f 19:14:22 ---> 735da9c7b1b3 19:14:22 Step 15/23 : EXPOSE $APP_PORT 19:14:22 ---> Running in 14961aa5b6da 19:14:22 Removing intermediate container 3ef19c627232 19:14:22 ---> 3dbc2bff6176 19:14:22 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:14:22 Removing intermediate container 14961aa5b6da 19:14:22 ---> fae5ef3600fd 19:14:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:22 ---> ba2f7962b0a2 19:14:22 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:14:22 ---> db7ddfa47734 19:14:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:14:22 Removing intermediate container 4efc62c7cd86 19:14:22 ---> 015b53550d53 19:14:22 19:14:22 Step 11/24 : FROM alpine:3.12 19:14:22 ---> 13621d1b12d4 19:14:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:14:22 ---> d5b4e0b08a50 19:14:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:14:22 ---> Running in 81b02f0d0ecf 19:14:22 ---> 6ea195cf2818 19:14:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:14:22 Removing intermediate container 81b02f0d0ecf 19:14:22 ---> af9a8afaa6c7 19:14:22 Step 13/24 : ENV APP_PORT=59880 19:14:22 ---> 48365fa0c7bc 19:14:22 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:14:22 ---> Running in 8d77eca5ce01 19:14:23 ---> 1f7b91c7e945 19:14:23 Step 19/23 : ENTRYPOINT ["/support-notifications"] 19:14:23 Removing intermediate container 8d77eca5ce01 19:14:23 ---> a3d3ea81b4dc 19:14:23 Step 14/24 : EXPOSE $APP_PORT 19:14:23 ---> 172e1f556290 19:14:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:14:23 ---> Running in a8aba65563f0 19:14:23 ---> Running in 4bf911b5d23b 19:14:23 Removing intermediate container a8aba65563f0 19:14:23 ---> 910da9cc9326 19:14:23 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:23 Removing intermediate container 4bf911b5d23b 19:14:23 ---> 1b38aa424621 19:14:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:23 ---> Running in 1c3342698d60 19:14:23 ---> Running in 5e0b4f04b98c 19:14:23 ---> 0b34804a6fc9 19:14:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:14:23 Removing intermediate container 5e0b4f04b98c 19:14:23 ---> af17676ecc2c 19:14:23 Step 21/23 : LABEL arch=x86_64 19:14:23 ---> Running in b33648758986 19:14:23 Removing intermediate container b33648758986 19:14:23 ---> b22e9acfccd0 19:14:23 Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:14:23 ---> Running in 5e53faa05847 19:14:23 ---> 7ae3394a0512 19:14:23 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:14:23 Removing intermediate container 5e53faa05847 19:14:23 ---> 9a08e740f753 19:14:23 Step 23/23 : LABEL version=0.0.0 19:14:23 ---> Running in 2608cb4a85d2 19:14:23 Removing intermediate container 1c3342698d60 19:14:23 ---> f272ff1ecb37 19:14:23 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:14:23 ---> Running in a165cc2e6a61 19:14:23 ---> a15c0ed5a3dd 19:14:23 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:14:23 Removing intermediate container 2608cb4a85d2 19:14:23 ---> a7a735f02dc4 19:14:23 19:14:24 ---> Running in 44941c87b608 19:14:24 Successfully built a7a735f02dc4 19:14:24 Successfully tagged support-notifications:latest 19:14:24  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:24 Removing intermediate container 44941c87b608 19:14:24 ---> 88ba700a2976 19:14:24 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:14:24 ---> Running in 006fbcbfd982 19:14:24 Removing intermediate container 006fbcbfd982 19:14:24 ---> 6f9b46eed6ad 19:14:24 Step 24/26 : LABEL arch=x86_64 19:14:24 ---> Running in 51941b2d2606 19:14:24 Removing intermediate container 51941b2d2606 19:14:24 ---> f9a03cc7b38e 19:14:24 Step 25/26 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:14:25 ---> Running in 59b752f47575 19:14:25 Removing intermediate container 59b752f47575 19:14:25 ---> 1584db2ce85d 19:14:25 Step 26/26 : LABEL version=0.0.0 19:14:25 ---> Running in ee3ffb742b17 19:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:25 Removing intermediate container ee3ffb742b17 19:14:25 ---> 5802ecd356f6 19:14:25 19:14:25 Successfully built 5802ecd356f6 19:14:25 Successfully tagged security-secretstore-setup:latest 19:14:25  Building security-secretstore-setup ... done (1/6) Installing dumb-init (1.2.2-r1) 19:14:25 (2/6) Installing libgcc (9.3.0-r2) 19:14:25 (3/6) Installing libsodium (1.0.18-r0) 19:14:25 (4/6) Installing libstdc++ (9.3.0-r2) 19:14:26 (5/6) Installing libzmq (4.3.3-r0) 19:14:26 (6/6) Installing zeromq (4.3.3-r0) 19:14:26 Executing busybox-1.31.1-r20.trigger 19:14:26 OK: 8 MiB in 20 packages 19:14:27 Removing intermediate container a165cc2e6a61 19:14:27 ---> 2570491fd8d3 19:14:27 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:27 ---> ee391602a88a 19:14:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:14:27 ---> 5828e5566bca 19:14:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:14:27 ---> 15246d3a19d1 19:14:27 Step 20/24 : ENTRYPOINT ["/core-data"] 19:14:27 ---> Running in 37e3ae20bc60 19:14:27 Removing intermediate container 37e3ae20bc60 19:14:27 ---> 5c6a06db131a 19:14:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:27 ---> Running in a1877b636fb6 19:14:27 Removing intermediate container a1877b636fb6 19:14:27 ---> accff19b95a9 19:14:27 Step 22/24 : LABEL arch=x86_64 19:14:28 ---> Running in 2ba66708aa42 19:14:28 Removing intermediate container 2ba66708aa42 19:14:28 ---> 46fcc1289617 19:14:28 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:14:28 ---> Running in c223239a5ce0 19:14:28 Removing intermediate container c223239a5ce0 19:14:28 ---> 3b8745d5fe1e 19:14:28 Step 24/24 : LABEL version=0.0.0 19:14:28 ---> Running in 84f7a130a770 19:14:28 Removing intermediate container 84f7a130a770 19:14:28 ---> 0620d530c77f 19:14:28 19:14:28 Successfully built 0620d530c77f 19:14:28 Successfully tagged core-data:latest 19:14:29  Building core-data ... done  [Pipeline] } 19:14:29 $ docker stop --time=1 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 19:14:30 $ docker rm -f 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 [Pipeline] // withDockerContainer [Pipeline] sh 19:14:30 + docker images 19:14:30 REPOSITORY TAG IMAGE ID CREATED SIZE 19:14:30 core-data latest 0620d530c77f 2 seconds ago 20.4MB 19:14:30 security-secretstore-setup latest 5802ecd356f6 6 seconds ago 28.1MB 19:14:30 support-notifications latest a7a735f02dc4 7 seconds ago 16.8MB 19:14:30 015b53550d53 8 seconds ago 1.76GB 19:14:30 a08ee6340b4e 11 seconds ago 1.76GB 19:14:30 dbced08729ad 11 seconds ago 1.75GB 19:14:30 core-command latest ad3d0b7838ff 30 seconds ago 16MB 19:14:30 sys-mgmt-agent latest cd72f52bacb3 31 seconds ago 325MB 19:14:30 1d7a6d8cf2ae 34 seconds ago 1.75GB 19:14:30 security-bootstrapper latest c809b00305b6 54 seconds ago 18.8MB 19:14:30 security-proxy-setup latest e5022decd12b About a minute ago 25.9MB 19:14:30 support-scheduler latest 6426e2bb8286 About a minute ago 16.1MB 19:14:30 core-metadata latest 6323269d1863 About a minute ago 16.7MB 19:14:30 5d8039b0d6c0 About a minute ago 1.76GB 19:14:30 eea7c9258525 About a minute ago 1.75GB 19:14:30 72d910c4651a About a minute ago 1.75GB 19:14:30 d9d46b9d2de4 About a minute ago 1.75GB 19:14:30 4a4b56467d93 About a minute ago 1.75GB 19:14:30 ci-base-image-x86_64 latest 304f5e8caaef 5 minutes ago 1.25GB 19:14:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 3 hours ago 37.5MB 19:14:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 12 days ago 547MB 19:14:30 docker 20.10.7 08bdaf2f88f9 2 months ago 246MB 19:14:30 alpine 3.12 13621d1b12d4 4 months ago 5.58MB 19:14:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 months ago 310MB [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 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:14:46 Still waiting to schedule task 19:14:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:15:21 gofmt -l . 19:15:21 [ "`gofmt -l .`" = "" ] 19:15:21 ./bin/test-attribution-txt.sh [Pipeline] sh 19:15:22 + ls -al . 19:15:22 total 636 19:15:22 drwxrwxr-x 9 1001 1001 4096 Aug 18 19:15 . 19:15:22 drwxr-xr-x 4 root root 4096 Aug 18 19:11 .. 19:15:22 -rw-rw-r-- 1 1001 1001 11 Aug 18 19:08 .dockerignore 19:15:22 drwxrwxr-x 8 1001 1001 4096 Aug 18 19:08 .git 19:15:22 drwxrwxr-x 3 1001 1001 4096 Aug 18 19:08 .github 19:15:22 -rw-rw-r-- 1 1001 1001 818 Aug 18 19:08 .gitignore 19:15:22 -rw-rw-r-- 1 1001 1001 76 Aug 18 19:08 .hadolint.yml 19:15:22 -rw-rw-r-- 1 1001 1001 166 Aug 18 19:08 .sonarcloud.properties 19:15:22 -rw-rw-r-- 1 1001 1001 1171 Aug 18 19:08 ADOPTERS.md 19:15:22 -rw-rw-r-- 1 1001 1001 8609 Aug 18 19:08 Attribution.txt 19:15:22 -rw-rw-r-- 1 1001 1001 43881 Aug 18 19:08 CHANGELOG.md 19:15:22 -rw-rw-r-- 1 1001 1001 3804 Aug 18 19:08 CONTRIBUTING.md 19:15:22 -rw-rw-r-- 1 1001 1001 677 Aug 18 19:08 GOVERNANCE.md 19:15:22 -rw-rw-r-- 1 1001 1001 849 Aug 18 19:08 Jenkinsfile 19:15:22 -rw-rw-r-- 1 1001 1001 10775 Aug 18 19:08 LICENSE 19:15:22 -rw-rw-r-- 1 1001 1001 5915 Aug 18 19:08 Makefile 19:15:22 -rw-rw-r-- 1 1001 1001 582 Aug 18 19:08 OWNERS.md 19:15:22 -rw-rw-r-- 1 1001 1001 8643 Aug 18 19:08 README.md 19:15:22 -rw-rw-r-- 1 1001 1001 6912 Aug 18 19:08 SECURITY.md 19:15:22 -rw-rw-r-- 1 1001 1001 5 Aug 18 19:08 VERSION 19:15:22 -rw-rw-r-- 1 1001 1001 4131 Aug 18 19:08 ZMQWindows.md 19:15:22 drwxrwxr-x 2 1001 1001 4096 Aug 18 19:08 bin 19:15:22 drwxrwxr-x 14 1001 1001 4096 Aug 18 19:08 cmd 19:15:22 -rw-r--r-- 1 root root 404329 Aug 18 19:13 coverage.out 19:15:22 -rw-rw-r-- 1 1001 1001 813 Aug 18 19:08 go.mod 19:15:22 -rw-r--r-- 1 root root 50064 Aug 18 19:11 go.sum 19:15:22 drwxrwxr-x 8 1001 1001 4096 Aug 18 19:08 internal 19:15:22 drwxrwxr-x 3 1001 1001 4096 Aug 18 19:08 openapi 19:15:22 drwxrwxr-x 4 1001 1001 4096 Aug 18 19:08 snap 19:15:22 -rw-rw-r-- 1 1001 1001 204 Aug 18 19:08 version.go [Pipeline] sh 19:15:23 + '[' -e coverage.out ] 19:15:23 + chown 1001:1001 coverage.out [Pipeline] stash 19:15:23 Warning: overwriting stash ‘coverage-report’ 19:15:23 Stashed 1 file(s) [Pipeline] sh 19:15:24 + make build 19:15:24 go mod tidy 19:15:25 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:15:31 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:15:54 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:15:56 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:16:00 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:16:01 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:16: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:16:08 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:16:11 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:16:15 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:16:18 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:16:21 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:16:28 $ docker stop --time=1 a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 19:16:31 $ docker rm -f a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:35 19:16:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:16:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:36 latest: Pulling from edgex-devops/edgex-compose-arm64 19:16:36 29e5d40040c1: Pulling fs layer 19:16:36 1ce36da41761: Pulling fs layer 19:16:36 25b303627fd3: Pulling fs layer 19:16:36 29e5d40040c1: Verifying Checksum 19:16:36 29e5d40040c1: Download complete 19:16:37 29e5d40040c1: Pull complete 19:16:37 1ce36da41761: Verifying Checksum 19:16:37 1ce36da41761: Download complete 19:16:39 1ce36da41761: Pull complete 19:16:39 25b303627fd3: Download complete 19:16:49 25b303627fd3: Pull complete 19:16:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:16:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:16:49 prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container 19:16:49 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:16:54 $ docker top 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:55 + docker-compose build --help 19:16:55 + grep parallel 19:16:58 --parallel Build images in parallel. [Pipeline] } 19:16:59 $ docker stop --time=1 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 19:17:00 $ docker rm -f 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:17:01 . [Pipeline] withDockerContainer 19:17:02 prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container 19:17:02 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:17:03 $ docker top 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:04 + docker-compose -f ./docker-compose-build.yml build --parallel 19:17:09 Building core-command ... 19:17:09 Building core-data ... 19:17:09 Building core-metadata ... 19:17:09 Building security-bootstrapper ... 19:17:09 Building security-proxy-setup ... 19:17:09 Building security-secretstore-setup ... 19:17:09 Building support-notifications ... 19:17:09 Building support-scheduler ... 19:17:09 Building sys-mgmt-agent ... 19:17:09 Building sys-mgmt-agent 19:17:09 Building security-proxy-setup 19:17:09 Building support-scheduler 19:17:09 Building core-metadata 19:17:09 Building security-bootstrapper 19:18:17 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:18:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:18:17 ---> 66ac167cdf6e 19:18:17 Step 3/22 : WORKDIR /edgex-go 19:18:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:18:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:18:17 ---> 66ac167cdf6e 19:18:17 Step 3/24 : WORKDIR /edgex-go 19:18:17 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:18:17 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:18:17 ---> 66ac167cdf6e 19:18:17 Step 3/32 : WORKDIR /edgex-go 19:18:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:18:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:17 ---> 66ac167cdf6e 19:18:17 Step 3/23 : WORKDIR /edgex-go 19:18:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:18:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:18:17 ---> 66ac167cdf6e 19:18:17 Step 3/24 : WORKDIR /edgex-go 19:18:19 ---> Running in d4b541f93965 19:18:19 ---> Running in d8e49e109a7c 19:18:19 ---> Running in 16c1c5d4a02b 19:18:19 ---> Running in ca127ab26eae 19:18:19 ---> Running in 4b2aeb9b79f9 19:18:20 Removing intermediate container d8e49e109a7c 19:18:20 ---> d539ae8af08c 19:18:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 Removing intermediate container d4b541f93965 19:18:20 ---> 3dcc06e40768 19:18:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 Removing intermediate container 4b2aeb9b79f9 19:18:20 ---> de08b92d41b5 19:18:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 Removing intermediate container ca127ab26eae 19:18:20 ---> 47ebbbbe9331 19:18:20 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 Removing intermediate container 16c1c5d4a02b 19:18:20 ---> b4b0689b96a1 19:18:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:20 ---> Running in 2baeec1f0647 19:18:20 ---> Running in 7f987a31df30 19:18:20 ---> Running in 5dac5dd2f2eb 19:18:20 ---> Running in 5f5b9240160a 19:18:20 ---> Running in cc37e02a1ebc 19:18:24 Removing intermediate container 2baeec1f0647 19:18:24 ---> 3c07af97ef82 19:18:24 Step 5/32 : RUN apk add --update --no-cache make git 19:18:24 ---> Running in 5b7067ab4b45 19:18:24 Removing intermediate container 7f987a31df30 19:18:25 ---> f67b19b06858 19:18:25 Step 5/23 : RUN apk add --update --no-cache make git 19:18:25 Removing intermediate container 5dac5dd2f2eb 19:18:25 ---> 794b10210fde 19:18:25 Step 5/24 : RUN apk add --update --no-cache make bash git 19:18:25 ---> Running in 8d4b1f2fd5b0 19:18:25 ---> Running in ab0bfac90d4f 19:18:25 Removing intermediate container cc37e02a1ebc 19:18:25 ---> dbfb3351fbb7 19:18:25 Step 5/24 : RUN apk add --update --no-cache make git 19:18:25 Removing intermediate container 5f5b9240160a 19:18:25 ---> e8903e9d7978 19:18:25 Step 5/22 : RUN apk add --update --no-cache make git 19:18:26 ---> Running in ca23ff80e132 19:18:26 ---> Running in 2f6aaaa4a39e 19:18:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:18:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:18:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:18:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:18:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:18:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:18:28 OK: 218 MiB in 52 packages 19:18:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:18:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:18:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:18:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:18:29 OK: 218 MiB in 52 packages 19:18:29 OK: 218 MiB in 52 packages 19:18:29 Removing intermediate container 5b7067ab4b45 19:18:29 ---> 4c6d683be39d 19:18:29 Step 6/32 : COPY go.mod . 19:18:29 OK: 218 MiB in 52 packages 19:18:30 OK: 218 MiB in 52 packages 19:18:31 ---> 53026e5334b3 19:18:31 Step 7/32 : RUN go mod download 19:18:31 Removing intermediate container 8d4b1f2fd5b0 19:18:31 ---> ebad263ca435 19:18:31 Step 6/23 : COPY go.mod . 19:18:31 ---> Running in 0f5dec0b9fa0 19:18:31 Removing intermediate container ab0bfac90d4f 19:18:31 ---> e0ac4fd03595 19:18:31 Step 6/24 : COPY go.mod . 19:18:31 Removing intermediate container ca23ff80e132 19:18:31 ---> a45bd3bc657b 19:18:31 Step 6/24 : COPY go.mod . 19:18:32 Removing intermediate container 2f6aaaa4a39e 19:18:32 ---> 7a57e538b15c 19:18:32 Step 6/22 : COPY go.mod . 19:18:32 ---> 8ccb68491828 19:18:32 Step 7/23 : RUN go mod download 19:18:32 ---> 1d268bfa1b45 19:18:32 Step 7/24 : RUN go mod download 19:18:32 ---> Running in fcb712578b40 19:18:33 ---> Running in a2a5ce7b7990 19:18:33 ---> 51fe5348adc4 19:18:33 Step 7/24 : RUN go mod download 19:18:33 ---> 5c58beec97ec 19:18:33 Step 7/22 : RUN go mod download 19:18:33 ---> Running in a78f8c2ef418 19:18:34 ---> Running in 4d3d0883c368 19:18:37 Removing intermediate container 0f5dec0b9fa0 19:18:37 ---> c17a9561ac83 19:18:37 Step 8/32 : COPY . . 19:18:42 Removing intermediate container fcb712578b40 19:18:42 ---> d04194cbfd16 19:18:42 Step 8/23 : COPY . . 19:18:42 Removing intermediate container a2a5ce7b7990 19:18:42 ---> c84875cbe9e1 19:18:42 Step 8/24 : COPY . . 19:18:44 Removing intermediate container a78f8c2ef418 19:18:44 ---> e5e150f65e5e 19:18:44 Step 8/24 : COPY . . 19:18:44 Removing intermediate container 4d3d0883c368 19:18:44 ---> b5cfc5834328 19:18:44 Step 8/22 : COPY . . 19:19:11 ---> 718cb6161263 19:19:11 Step 9/32 : RUN go mod tidy 19:19:11 ---> acf40fe501f0 19:19:11 Step 9/24 : RUN go mod tidy 19:19:11 ---> 83bf3dc9249c 19:19:11 Step 9/23 : RUN go mod tidy 19:19:11 ---> 0168ead2a0d3 19:19:11 Step 9/22 : RUN go mod tidy 19:19:11 ---> 147590d3d376 19:19:11 Step 9/24 : RUN go mod tidy 19:19:11 ---> Running in 571db0257881 19:19:11 ---> Running in 77f5bfbd3cd9 19:19:11 ---> Running in 0b3813f23ba1 19:19:11 ---> Running in 38dcb9636ab1 19:19:11 ---> Running in 40d9627fcbb6 19:19:19 Removing intermediate container 571db0257881 19:19:19 ---> 313131f992d9 19:19:19 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:19:19 Removing intermediate container 77f5bfbd3cd9 19:19:19 ---> 7222a2a4a436 19:19:19 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:19:19 ---> Running in e83310c3486e 19:19:19 ---> Running in e9949822bde3 19:19:19 Removing intermediate container 38dcb9636ab1 19:19:19 ---> 0d55be5d7337 19:19:19 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:19:19 Removing intermediate container 40d9627fcbb6 19:19:19 ---> a71e6e6afbf9 19:19:19 Step 10/24 : RUN make cmd/core-metadata/core-metadata 19:19:19 Removing intermediate container 0b3813f23ba1 19:19:19 ---> 9131f8fea47d 19:19:19 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:19:19 ---> Running in d3671abdf9be 19:19:19 ---> Running in 9ebb451c9009 19:19:19 ---> Running in a2b3f5d82675 19:19:20 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:21 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:21 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:22 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:22 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:21:14 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:21:19 Removing intermediate container a2b3f5d82675 19:21:19 ---> fd572edf739e 19:21:19 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:21:20 Removing intermediate container e83310c3486e 19:21:20 ---> 034b686dc78e 19:21:20 19:21:20 Step 11/32 : FROM alpine:3.12 19:21:20 ---> Running in 86ba271bcf53 19:21:21 3.12: Pulling from library/alpine 19:21:23 Removing intermediate container d3671abdf9be 19:21:23 ---> 55ac6823edaf 19:21:23 19:21:23 Step 11/22 : FROM alpine:3.12 19:21:23 3.12: Pulling from library/alpine 19:21:23 Removing intermediate container e9949822bde3 19:21:23 ---> 3b50d35df8da 19:21:23 19:21:23 Step 11/23 : FROM alpine:3.12 19:21:23 3.12: Pulling from library/alpine 19:21:23 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 19:21:23 Status: Downloaded newer image for alpine:3.12 19:21:23 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 19:21:23 Status: Image is up to date for alpine:3.12 19:21:23 ---> c4fd0aeabfcf 19:21:23 Step 12/22 : RUN apk add --update --no-cache curl 19:21:23 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 19:21:23 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:21:23 Status: Image is up to date for alpine:3.12 19:21:23 ---> c4fd0aeabfcf 19:21:23 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:21:23 ---> c4fd0aeabfcf 19:21:23 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:21:25 ---> Running in dd57756e4778 19:21:25 ---> Running in 54333b730dfd 19:21:25 ---> Running in 17b430adbfce 19:21:26 Removing intermediate container 9ebb451c9009 19:21:26 ---> 8928df483821 19:21:26 19:21:26 Step 11/24 : FROM alpine:3.12 19:21:26 ---> c4fd0aeabfcf 19:21:26 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:21:26 Removing intermediate container dd57756e4778 19:21:26 ---> d881bb2dc61a 19:21:26 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 19:21:26 ---> Running in eba89cc2246f 19:21:26 ---> Running in 86bf3f7ce95d 19:21:27 Removing intermediate container 86ba271bcf53 19:21:27 ---> f76922a41b30 19:21:27 19:21:27 Step 12/24 : FROM docker:20.10.7 19:21:27 20.10.7: Pulling from library/docker 19:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:28 (1/1) Installing dumb-init (1.2.2-r1) 19:21:28 Executing busybox-1.31.1-r20.trigger 19:21:28 OK: 5 MiB in 15 packages 19:21:29 (1/4) Installing ca-certificates (20191127-r4) 19:21:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:21:29 (3/4) Installing libcurl (7.78.0-r0) 19:21:29 (4/4) Installing curl (7.78.0-r0) 19:21:29 Executing busybox-1.31.1-r20.trigger 19:21:29 Executing ca-certificates-20191127-r4.trigger 19:21:29 (1/1) Installing dumb-init (1.2.2-r1) 19:21:29 Executing busybox-1.31.1-r20.trigger 19:21:29 OK: 5 MiB in 15 packages 19:21:29 (1/2) Installing dumb-init (1.2.2-r1) 19:21:29 (2/2) Installing su-exec (0.2-r1) 19:21:29 Executing busybox-1.31.1-r20.trigger 19:21:29 OK: 5 MiB in 16 packages 19:21:29 OK: 7 MiB in 18 packages 19:21:31 Removing intermediate container 54333b730dfd 19:21:31 ---> 9af69d5633ce 19:21:31 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:21:32 ---> Running in 44af81df09f6 19:21:32 Removing intermediate container 86bf3f7ce95d 19:21:32 ---> 44cc9984905d 19:21:32 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 19:21:33 Removing intermediate container eba89cc2246f 19:21:33 ---> 94ee84653743 19:21:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:21:33 ---> Running in 5a31ed8b2ab5 19:21:34 ---> Running in 985653d006bb 19:21:34 Removing intermediate container 44af81df09f6 19:21:34 ---> 820c9abf7621 19:21:34 Step 14/23 : ENV APP_PORT=59861 19:21:34 Removing intermediate container 17b430adbfce 19:21:34 ---> ef8440cb4997 19:21:34 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:21:35 Removing intermediate container 5a31ed8b2ab5 19:21:35 ---> f6a8e0f56dbc 19:21:35 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:21:35 ---> Running in a94724086a1e 19:21:35 ---> Running in a8e5c0a85505 19:21:36 ---> Running in 9a96e7f3ce93 19:21:36 Removing intermediate container 985653d006bb 19:21:36 ---> b1d42ca3c75f 19:21:36 Step 14/24 : ENV APP_PORT=59881 19:21:37 ---> Running in dafcd25d14d9 19:21:37 Removing intermediate container a8e5c0a85505 19:21:37 ---> 6b193ee9a970 19:21:37 Step 14/22 : WORKDIR /edgex 19:21:37 Removing intermediate container a94724086a1e 19:21:37 ---> c118611a5005 19:21:37 Step 15/23 : EXPOSE $APP_PORT 19:21:37 Removing intermediate container 9a96e7f3ce93 19:21:37 ---> 442073943580 19:21:37 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:21:37 ---> Running in f6f0724417f8 19:21:37 ---> Running in 8e58f1fe9bae 19:21:37 ---> Running in ce7c87119327 19:21:37 Removing intermediate container dafcd25d14d9 19:21:37 ---> bef76d6cd2c7 19:21:37 Step 15/24 : EXPOSE $APP_PORT 19:21:38 ---> Running in 814ce9dd0ea4 19:21:38 Removing intermediate container 8e58f1fe9bae 19:21:38 ---> 2ca1f10e1274 19:21:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:38 Removing intermediate container f6f0724417f8 19:21:38 ---> c0cacc008369 19:21:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:21:38 Removing intermediate container 814ce9dd0ea4 19:21:38 ---> 3c03de2d81a9 19:21:38 Step 16/24 : WORKDIR / 19:21:39 ---> Running in 2f568065bd1a 19:21:39 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 19:21:39 Status: Downloaded newer image for docker:20.10.7 19:21:39 ---> df445af6242a 19:21:39 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:21:39 ---> Running in 1838df3ff353 19:21:39 ---> 58e311c304da 19:21:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:21:40 ---> acc4e2625df1 19:21:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:21:40 Removing intermediate container 2f568065bd1a 19:21:40 ---> 50f803b5ca88 19:21:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:40 Removing intermediate container 1838df3ff353 19:21:40 ---> b8cdb747172b 19:21:40 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:21:41 ---> Running in bb91fc292137 19:21:41 Removing intermediate container ce7c87119327 19:21:41 ---> 865a457b4ca4 19:21:41 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 19:21:41 ---> 1e4d074f5832 19:21:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:21:41 ---> a548ba93831d 19:21:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:21:41 ---> 3877a9bc5396 19:21:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:21:41 ---> Running in 727f155a2118 19:21:43 Removing intermediate container 727f155a2118 19:21:43 ---> 7b73f8ada9e5 19:21:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:21:43 ---> f9fee9bd1ae2 19:21:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:21:43 ---> Running in e08a76096276 19:21:43 ---> 202f79f6dc41 19:21:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:21:43 ---> ad49442d7a8b 19:21:43 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:21:44 ---> 21d5856234c7 19:21:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:21:44 ---> Running in 53cd58f6663e 19:21:44 ---> Running in 8aacbc9dd079 19:21:44 (1/39) Installing readline (8.1.0-r0) 19:21:44 (2/39) Installing bash (5.1.0-r0) 19:21:44 Executing bash-5.1.0-r0.post-install 19:21:44 (3/39) Installing brotli-libs (1.0.9-r3) 19:21:44 Removing intermediate container e08a76096276 19:21:44 ---> 2e14802f0588 19:21:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:44 (4/39) Installing nghttp2-libs (1.42.0-r1) 19:21:44 (5/39) Installing libcurl (7.78.0-r0) 19:21:44 (6/39) Installing curl (7.78.0-r0) 19:21:44 (7/39) Installing dumb-init (1.2.5-r0) 19:21:44 (8/39) Installing libbz2 (1.0.8-r1) 19:21:44 (9/39) Installing expat (2.2.10-r1) 19:21:44 (10/39) Installing libffi (3.3-r2) 19:21:44 (11/39) Installing gdbm (1.19-r0) 19:21:44 (12/39) Installing xz-libs (5.2.5-r0) 19:21:44 (13/39) Installing sqlite-libs (3.34.1-r0) 19:21:44 (14/39) Installing python3 (3.8.10-r0) 19:21:45 ---> Running in 3cce522d6468 19:21:46 Removing intermediate container 53cd58f6663e 19:21:46 ---> 7d81447ab793 19:21:46 Step 19/22 : CMD ["--init=true"] 19:21:46 ---> d1697992ed35 19:21:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:21:46 ---> Running in d6a700be50a4 19:21:46 ---> Running in 4b7432e0dd53 19:21:46 (15/39) Installing py3-appdirs (1.4.4-r1) 19:21:46 (16/39) Installing py3-ordered-set (4.0.2-r0) 19:21:46 (17/39) Installing py3-parsing (2.4.7-r1) 19:21:46 (18/39) Installing py3-six (1.15.0-r0) 19:21:46 (19/39) Installing py3-packaging (20.9-r0) 19:21:46 Removing intermediate container 3cce522d6468 19:21:46 ---> 35d0c41a0888 19:21:46 Step 21/23 : LABEL arch=arm64 19:21:46 (20/39) Installing py3-setuptools (51.3.3-r0) 19:21:47 Removing intermediate container d6a700be50a4 19:21:47 ---> 6a0cbc1c02b0 19:21:47 Step 20/22 : LABEL arch=arm64 19:21:47 (21/39) Installing py3-chardet (4.0.0-r0) 19:21:47 ---> Running in 4c1b0e814970 19:21:47 (22/39) Installing py3-idna (3.1-r0) 19:21:47 (23/39) Installing py3-urllib3 (1.26.2-r1) 19:21:47 (24/39) Installing py3-requests (2.25.1-r1) 19:21:47 ---> Running in 899d42fabab6 19:21:47 (25/39) Installing py3-msgpack (1.0.2-r0) 19:21:47 (26/39) Installing py3-lockfile (0.12.2-r3) 19:21:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:21:47 (28/39) Installing py3-colorama (0.4.4-r0) 19:21:47 (29/39) Installing py3-contextlib2 (0.6.0-r0) 19:21:47 (30/39) Installing py3-distlib (0.3.1-r1) 19:21:47 (31/39) Installing py3-distro (1.5.0-r1) 19:21:47 (32/39) Installing py3-webencodings (0.5.1-r3) 19:21:47 (33/39) Installing py3-html5lib (1.1-r0) 19:21:47 (34/39) Installing py3-pytoml (0.1.21-r0) 19:21:47 (35/39) Installing py3-pep517 (0.9.1-r0) 19:21:47 Removing intermediate container 4b7432e0dd53 19:21:47 (36/39) Installing py3-progress (1.5-r0) 19:21:47 ---> 5e0d8e40de12 19:21:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:47 (37/39) Installing py3-retrying (1.3.3-r0) 19:21:47 (38/39) Installing py3-toml (0.10.2-r0) 19:21:47 (39/39) Installing py3-pip (20.3.4-r0) 19:21:48 Executing busybox-1.32.1-r6.trigger 19:21:48 OK: 82 MiB in 59 packages 19:21:48 ---> Running in 3d7ee10eb1e2 19:21:48 Removing intermediate container 4c1b0e814970 19:21:48 ---> 9f5bf52f5729 19:21:48 Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:21:48 Removing intermediate container 899d42fabab6 19:21:48 Removing intermediate container 8aacbc9dd079 19:21:48 ---> 8260f806c182 19:21:48 ---> d18d1ba30934 19:21:48 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:48 Step 21/22 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:21:48 ---> Running in dcd5d35db7d5 19:21:49 ---> Running in 281704bec555 19:21:49 Removing intermediate container 3d7ee10eb1e2 19:21:49 ---> 937bbc0b83d9 19:21:49 Step 22/24 : LABEL arch=arm64 19:21:49 Removing intermediate container dcd5d35db7d5 19:21:49 ---> 83cc82b487df 19:21:49 Step 23/23 : LABEL version=0.0.0 19:21:49 ---> Running in 6c122696aeaa 19:21:49 ---> 8ea20ec78b5f 19:21:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:21:50 ---> Running in 4fa541ac8a5a 19:21:50 Removing intermediate container 281704bec555 19:21:50 ---> 95a3909ea471 19:21:50 Step 22/22 : LABEL version=0.0.0 19:21:50 ---> Running in f2e8d7b4e9de 19:21:50 Removing intermediate container 6c122696aeaa 19:21:50 ---> 404009d8c7d6 19:21:50 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:21:51 ---> Running in f131bdf1fce5 19:21:51 Removing intermediate container 4fa541ac8a5a 19:21:51 ---> 259c45ba87e1 19:21:51 19:21:51 Removing intermediate container f2e8d7b4e9de 19:21:51 ---> 57ae5e441ea2 19:21:51 19:21:51 ---> d5153016eea4 19:21:51 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:21:52 Successfully built 259c45ba87e1 19:21:52 Successfully built 57ae5e441ea2 19:21:52 Successfully tagged support-scheduler-arm64:latest 19:21:52  Building support-scheduler ... done Building support-notifications 19:21:52 Successfully tagged security-proxy-setup-arm64:latest 19:21:52  Building security-proxy-setup ... done Building core-command 19:21:52 Removing intermediate container f131bdf1fce5 19:21:52 ---> 2629dcf2c13e 19:21:52 Step 24/24 : LABEL version=0.0.0 19:21:52 ---> Running in b34576a20ebb 19:21:52 ---> 2ef858eb8bb1 19:21:52 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:21:53 Removing intermediate container b34576a20ebb 19:21:53 ---> dcc336340891 19:21:53 19:21:53 Successfully built dcc336340891 19:21:53 Successfully tagged core-metadata-arm64:latest 19:21:53  Building core-metadata ... done Building core-data 19:21:54 ---> 2008ef7cce20 19:21:54 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:21:56 ---> ea170b75d612 19:21:56 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 19:21:57 ---> Running in 4205fd1da557 19:21:57 Collecting docker-compose==1.23.2 19:21:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:21:59 Collecting PyYAML<4,>=3.10 19:21:59 Downloading PyYAML-3.13.tar.gz (270 kB) 19:21:59 Removing intermediate container 4205fd1da557 19:21:59 ---> d73c52645dea 19:21:59 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:22:01 ---> 9756a2a3bf95 19:22:01 Step 27/32 : RUN chmod +x /entrypoint.sh 19:22:02 ---> Running in 278c32fcc583 19:22:02 Collecting texttable<0.10,>=0.9.0 19:22:02 Downloading texttable-0.9.1.tar.gz (11 kB) 19:22:05 Collecting jsonschema<3,>=2.5.1 19:22:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:22:06 Collecting docker<4.0,>=3.6.0 19:22:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:22:06 Removing intermediate container 278c32fcc583 19:22:06 ---> 8e4e4545d1f4 19:22:06 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:22:06 Collecting websocket-client<1.0,>=0.32.0 19:22:06 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:22:06 Collecting docopt<0.7,>=0.6.1 19:22:06 Downloading docopt-0.6.2.tar.gz (25 kB) 19:22:06 ---> Running in 659404b9c7be 19:22:07 Removing intermediate container 659404b9c7be 19:22:07 ---> 8a2064fc42ce 19:22:07 Step 29/32 : CMD ["gate"] 19:22:07 ---> Running in c6c78729612b 19:22:08 Removing intermediate container c6c78729612b 19:22:08 ---> 0c9fb1153f9c 19:22:08 Step 30/32 : LABEL arch=arm64 19:22:08 Collecting dockerpty<0.5,>=0.4.1 19:22:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:22:09 ---> Running in bfca23af660e 19:22:10 Removing intermediate container bfca23af660e 19:22:10 ---> 402fa10a46e3 19:22:10 Step 31/32 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:22:11 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:22:12 ---> Running in 0097a8f1b276 19:22:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:22:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:22:12 Collecting cached-property<2,>=1.2.0 19:22:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:22:12 Removing intermediate container 0097a8f1b276 19:22:12 ---> 5e41673fa675 19:22:12 Step 32/32 : LABEL version=0.0.0 19:22:13 Collecting docker-pycreds>=0.4.0 19:22:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:22:14 Collecting idna<2.8,>=2.5 19:22:14 ---> Running in 463bfdaf13b2 19:22:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:22:14 Collecting certifi>=2017.4.17 19:22:14 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 19:22:14 Collecting chardet<3.1.0,>=3.0.2 19:22:14 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:22:15 Removing intermediate container 463bfdaf13b2 19:22:15 ---> 0e004576386a 19:22:15 19:22:15 Collecting urllib3<1.25,>=1.21.1 19:22:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:22:15 Successfully built 0e004576386a 19:22:15 Successfully tagged security-bootstrapper-arm64:latest 19:22:15 Building security-secretstore-setup 19:22:16  Building security-bootstrapper ... done Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:22:16 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:22:16 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:22:16 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:22:17 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:22:17 Attempting uninstall: urllib3 19:22:17 Found existing installation: urllib3 1.26.2 19:22:17 Uninstalling urllib3-1.26.2: 19:22:17 Successfully uninstalled urllib3-1.26.2 19:22:17 Attempting uninstall: idna 19:22:17 Found existing installation: idna 3.1 19:22:17 Uninstalling idna-3.1: 19:22:17 Successfully uninstalled idna-3.1 19:22:18 Attempting uninstall: chardet 19:22:18 Found existing installation: chardet 4.0.0 19:22:18 Uninstalling chardet-4.0.0: 19:22:18 Successfully uninstalled chardet-4.0.0 19:22:20 Attempting uninstall: requests 19:22:20 Found existing installation: requests 2.25.1 19:22:20 Uninstalling requests-2.25.1: 19:22:20 Successfully uninstalled requests-2.25.1 19:22:20 Running setup.py install for texttable: started 19:22:23 Running setup.py install for texttable: finished with status 'done' 19:22:23 Running setup.py install for PyYAML: started 19:22:28 Running setup.py install for PyYAML: finished with status 'done' 19:22:28 Running setup.py install for docopt: started 19:22:28 Running setup.py install for docopt: finished with status 'done' 19:22:28 Running setup.py install for dockerpty: started 19:22:31 Running setup.py install for dockerpty: finished with status 'done' 19:22:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:31 ---> 66ac167cdf6e 19:22:31 Step 3/23 : WORKDIR /edgex-go 19:22:31 ---> Using cache 19:22:31 ---> b4b0689b96a1 19:22:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:31 ---> Using cache 19:22:31 ---> f67b19b06858 19:22:31 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 19:22:32 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:32 ---> 66ac167cdf6e 19:22:32 Step 3/24 : WORKDIR /edgex-go 19:22:32 ---> Using cache 19:22:32 ---> b4b0689b96a1 19:22:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:32 ---> Using cache 19:22:32 ---> f67b19b06858 19:22:32 Step 5/24 : RUN apk add --update --no-cache make git 19:22:32 ---> Using cache 19:22:32 ---> ebad263ca435 19:22:32 Step 6/24 : COPY go.mod . 19:22:32 ---> Using cache 19:22:32 ---> 8ccb68491828 19:22:32 Step 7/24 : RUN go mod download 19:22:32 ---> Using cache 19:22:32 ---> d04194cbfd16 19:22:32 Step 8/24 : COPY . . 19:22:32 ---> Using cache 19:22:32 ---> 83bf3dc9249c 19:22:32 Step 9/24 : RUN go mod tidy 19:22:32 ---> Using cache 19:22:32 ---> 7222a2a4a436 19:22:32 Step 10/24 : RUN make cmd/core-command/core-command 19:22:32 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:32 ---> 66ac167cdf6e 19:22:32 Step 3/24 : WORKDIR /edgex-go 19:22:32 ---> Using cache 19:22:32 ---> b4b0689b96a1 19:22:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:32 ---> Using cache 19:22:32 ---> f67b19b06858 19:22:32 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:22:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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:22:39 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 19:22:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:22:39 ---> 66ac167cdf6e 19:22:39 Step 3/26 : WORKDIR /edgex-go 19:22:39 ---> Using cache 19:22:39 ---> b4b0689b96a1 19:22:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:39 ---> Using cache 19:22:39 ---> f67b19b06858 19:22:39 Step 5/26 : RUN apk add --update --no-cache make git 19:22:39 ---> Using cache 19:22:39 ---> ebad263ca435 19:22:39 Step 6/26 : COPY go.mod . 19:22:39 ---> Using cache 19:22:39 ---> 8ccb68491828 19:22:39 Step 7/26 : RUN go mod download 19:22:39 ---> Using cache 19:22:39 ---> d04194cbfd16 19:22:39 Step 8/26 : COPY . . 19:22:39 ---> Using cache 19:22:39 ---> 83bf3dc9249c 19:22:39 Step 9/26 : RUN go mod tidy 19:22:39 ---> Using cache 19:22:39 ---> 7222a2a4a436 19:22:39 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:40 ---> Running in 57050498a3c4 19:22:40 ---> Running in 7fb79dab4805 19:22:40 ---> Running in 27d775c21f98 19:22:40 ---> Running in 5783f5ad7631 19:22:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:22:43 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: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:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:22:44 OK: 218 MiB in 52 packages 19:22:44 OK: 218 MiB in 52 packages 19:22:48 Removing intermediate container 57050498a3c4 19:22:48 ---> b9e4c270e694 19:22:48 Step 6/24 : COPY go.mod . 19:22:48 Removing intermediate container 5783f5ad7631 19:22:48 ---> 8a9975aa2087 19:22:48 Step 6/23 : COPY go.mod . 19:22:50 ---> ed17ca342698 19:22:50 Step 7/24 : RUN go mod download 19:22:50 ---> Running in 50d52bd9e4d7 19:22:50 ---> d4aec2264ded 19:22:50 Step 7/23 : RUN go mod download 19:22:51 ---> Running in e3b6f4a25657 19:22:52 Removing intermediate container bb91fc292137 19:22:52 ---> eaaa3742036f 19:22:52 Step 15/24 : ENV APP_PORT=58890 19:22:52 ---> Running in 43408733b1e8 19:22:53 Removing intermediate container 43408733b1e8 19:22:53 ---> 511858ccf591 19:22:53 Step 16/24 : EXPOSE $APP_PORT 19:22:53 ---> Running in 82bb4615a2af 19:22:55 Removing intermediate container 82bb4615a2af 19:22:55 ---> d4e016778ce7 19:22:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:22:57 ---> 38abaa52f057 19:22:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:22:58 Removing intermediate container 50d52bd9e4d7 19:22:58 ---> bad3925d6ba0 19:22:58 Step 8/24 : COPY . . 19:22:58 ---> d2a56cceda39 19:22:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:22:59 Removing intermediate container e3b6f4a25657 19:22:59 ---> bf00deb15e6a 19:22:59 Step 8/23 : COPY . . 19:23:01 ---> a410b2c5b516 19:23:01 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 19:23:02 ---> Running in 4313c71eb8e3 19:23:04 Removing intermediate container 4313c71eb8e3 19:23:04 ---> 4eb6ba7ce2e9 19:23:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:05 ---> Running in abbde963eaf6 19:23:08 Removing intermediate container abbde963eaf6 19:23:08 ---> 2dcc1ca596a3 19:23:08 Step 22/24 : LABEL arch=arm64 19:23:09 ---> Running in a8f81957590c 19:23:10 Removing intermediate container a8f81957590c 19:23:10 ---> 869e5ef1b8dd 19:23:10 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:23:11 ---> Running in 627cb9efba2a 19:23:12 Removing intermediate container 627cb9efba2a 19:23:12 ---> 6cde3437933f 19:23:12 Step 24/24 : LABEL version=0.0.0 19:23:13 ---> Running in e67108751c9b 19:23:15 Removing intermediate container e67108751c9b 19:23:15 ---> 1d5cf3daadf3 19:23:15 19:23:16 Successfully built 1d5cf3daadf3 19:23:16 Successfully tagged sys-mgmt-agent-arm64:latest 19:23:18 Running on prd-ubuntu18.04-docker-8c-8g-3704 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] { [Pipeline] ws 19:23:18 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:23:18 The recommended git tool is: git 19:23:21 using credential edgex-jenkins-ssh 19:23:21 Cloning the remote Git repository 19:23:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:23:21 > git init /w/workspace/edgex-go/1 # timeout=10 19:23:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:23:21 > git --version # timeout=10 19:23:21 > git --version # 'git version 2.17.1' 19:23:21 using GIT_SSH to set credentials SSH Credentials for GitHub 19:23:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:23:27  Building sys-mgmt-agent ... done  ---> fabe26d3b71d 19:23:27 Step 9/24 : RUN go mod tidy 19:23:27 ---> Running in d56067144977 19:23:27 ---> 228835a93c4d 19:23:27 Step 9/23 : RUN go mod tidy 19:23:27 ---> Running in febe9e22257c 19:23:35 Removing intermediate container d56067144977 19:23:35 ---> 706056bd8b5a 19:23:35 Step 10/24 : RUN make cmd/core-data/core-data 19:23:35 Removing intermediate container febe9e22257c 19:23:35 ---> 48d1f3104f96 19:23:35 Step 10/23 : RUN make cmd/support-notifications/support-notifications 19:23:35 ---> Running in e6c825a1a565 19:23:35 ---> Running in 313e3206581b 19:23: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:23:37 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:24:00 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:03 Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:24:03 Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:24:03 Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) 19:24:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:24:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:24:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:24:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:24:03 > git config core.sparsecheckout # timeout=10 19:24:03 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 19:24:03 > git remote # timeout=10 19:24:03 > git config --get remote.origin.url # timeout=10 19:24:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:03 > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 19:24:03 > git rev-parse HEAD^{commit} # timeout=10 19:24:03 > git config core.sparsecheckout # timeout=10 19:24:03 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 19:24:04 Removing intermediate container 7fb79dab4805 19:24:04 ---> a0a316c6171a 19:24:04 19:24:04 Step 11/24 : FROM alpine:3.12 19:24:04 ---> c4fd0aeabfcf 19:24:04 Step 12/24 : RUN apk add --update --no-cache dumb-init 19:24:04 ---> Using cache 19:24:04 ---> 94ee84653743 19:24:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:04 ---> Using cache 19:24:04 ---> b1d42ca3c75f 19:24:04 Step 14/24 : ENV APP_PORT=59882 19:24:04 ---> Running in c861026e22f3 19:24:05 Removing intermediate container c861026e22f3 19:24:05 ---> 868a911d0daa 19:24:05 Step 15/24 : EXPOSE $APP_PORT 19:24:05 ---> Running in 7ff98a75fa0d 19:24:07 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:24:07 Removing intermediate container 7ff98a75fa0d 19:24:07 ---> f3532313666c 19:24:07 Step 16/24 : WORKDIR / 19:24:07 ---> Running in d3dd7e20ebd2 19:24:07 > git --version # timeout=10 19:24:07 > git --version # 'git version 2.17.1' 19:24:07 fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:24:08 + echo snap-build.sh 19:24:08 snap-build.sh 19:24:08 + SNAP_BASE_DIR=. 19:24:08 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:24:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:24:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:24:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:24:08 + cd /w/workspace/edgex-go/1 19:24:08 + sudo apt-get remove -qy --purge lxd lxd-client 19:24:08 Reading package lists... 19:24:08 Building dependency tree... 19:24:08 Reading state information... 19:24:08 The following packages were automatically installed and are no longer required: 19:24:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:24:08 uidmap xdelta3 19:24:08 Use 'sudo apt autoremove' to remove them. 19:24:08 The following packages will be REMOVED: 19:24:08 lxd* lxd-client* 19:24:08 Removing intermediate container d3dd7e20ebd2 19:24:08 ---> 109d1648ea9f 19:24:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:24:08 After this operation, 31.7 MB disk space will be freed. 19:24:09 (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:24:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:24:10 Removing lxd dnsmasq configuration 19:24:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:24:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:24:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:24:11 (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:24:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:24:11 ---> 9d55d2d95e44 19:24:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:24:12 Removing intermediate container 27d775c21f98 19:24:12 ---> a8fda461f106 19:24:12 19:24:12 Step 11/26 : FROM alpine:3.12 19:24:12 ---> c4fd0aeabfcf 19:24:12 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:24:12 Processing triggers for systemd (237-3ubuntu10.45) ... 19:24:12 Processing triggers for ureadahead (0.100.0-21) ... 19:24:12 ---> Running in 2759512b9cab 19:24:13 ---> dd878f01384f 19:24:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:24:13 + sudo snap remove --purge lxd 19:24:13 snap "lxd" is not installed 19:24:13 + sudo groupadd --force --system lxd 19:24:13 ++ whoami 19:24:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:24:13 + newgrp - lxd 19:24:13 + sudo snap install lxd 19:24:14 ---> a3666cde464e 19:24:14 Step 20/24 : ENTRYPOINT ["/core-command"] 19:24:14 ---> Running in 4983ad3ebee9 19:24:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:15 Removing intermediate container 4983ad3ebee9 19:24:15 ---> 9203ce429e51 19:24:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:15 ---> Running in 219c2bcedd47 19:24:15 (1/3) Installing ca-certificates (20191127-r4) 19:24:16 (2/3) Installing dumb-init (1.2.2-r1) 19:24:16 (3/3) Installing su-exec (0.2-r1) 19:24:16 Executing busybox-1.31.1-r20.trigger 19:24:16 Executing ca-certificates-20191127-r4.trigger 19:24:16 OK: 6 MiB in 17 packages 19:24:16 Removing intermediate container 219c2bcedd47 19:24:16 ---> f2f31610d7a0 19:24:16 Step 22/24 : LABEL arch=arm64 19:24:17 ---> Running in b514944a3a8a 19:24:17 Removing intermediate container b514944a3a8a 19:24:17 ---> 1e93595b811b 19:24:17 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:24:18 ---> Running in aa0218d0962a 19:24:19 Removing intermediate container aa0218d0962a 19:24:19 ---> 26a3cd43c2ad 19:24:19 Step 24/24 : LABEL version=0.0.0 19:24:19 Removing intermediate container 2759512b9cab 19:24:19 ---> 5dde264a7da9 19:24:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:24:19 ---> Running in eed908b1137e 19:24:19 ---> Running in d031f6e3e30e 19:24:20 Removing intermediate container d031f6e3e30e 19:24:20 ---> 0b96cc26b69b 19:24:20 Step 14/26 : WORKDIR / 19:24:20 Removing intermediate container eed908b1137e 19:24:20 ---> e4e66302a8ab 19:24:20 19:24:20 ---> Running in b0d5c57edf72 19:24:20 Successfully built e4e66302a8ab 19:24:21 Successfully tagged core-command-arm64:latest 19:24:21  Building core-command ... done Removing intermediate container b0d5c57edf72 19:24:21 ---> 3966896f937a 19:24:21 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:23 ---> 5b3ccbd19440 19:24:23 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:23 2021-08-18T19:24:20Z INFO Waiting for automatic snapd restart... 19:24:24 ---> 25c5da593126 19:24:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:24:25 ---> 6f94393ef659 19:24:25 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:27 ---> b72fc9368b3c 19:24:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:24:29 ---> 3daff7bf46e8 19:24:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:24:31 ---> 490e3d9cc2c6 19:24:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:24:32 ---> cb7ade4d942e 19:24:32 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:24:32 ---> Running in 7ab205068c19 19:24:37 Removing intermediate container 7ab205068c19 19:24:37 ---> 02e79a6129fb 19:24:37 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:24:37 ---> Running in cf194519966d 19:24:38 Removing intermediate container cf194519966d 19:24:38 ---> fa86e9fffafa 19:24:38 Step 24/26 : LABEL arch=arm64 19:24:38 lxd 4.17 from Canonical* installed 19:24:38 + sudo lxd init --auto 19:24:38 ---> Running in 7c18412eba50 19:24:39 Removing intermediate container 7c18412eba50 19:24:39 ---> 0dc1d4c6645d 19:24:39 Step 25/26 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:24:39 ---> Running in ce957623d495 19:24:40 Removing intermediate container ce957623d495 19:24:40 ---> 4004ad3bc31f 19:24:40 Step 26/26 : LABEL version=0.0.0 19:24:41 ---> Running in 1ba4119f0d8a 19:24:41 Removing intermediate container 1ba4119f0d8a 19:24:41 ---> 8862784403fd 19:24:41 19:24:42 Successfully built 8862784403fd 19:24:42 Successfully tagged security-secretstore-setup-arm64:latest 19:24:46 + sudo snap install --classic snapcraft 19:24:57  Building security-secretstore-setup ... done Removing intermediate container 313e3206581b 19:24:57 ---> 426524cab8a6 19:24:57 19:24:57 Step 11/23 : FROM alpine:3.12 19:24:57 ---> c4fd0aeabfcf 19:24:57 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 19:24:57 ---> Running in 2936133a0810 19:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:59 snapcraft 5.0 from Canonical* installed 19:24:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:24:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:24:59 % Total % Received % Xferd Average Speed Time Time Time Current 19:24:59 Dload Upload Total Spent Left Speed 19:24:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3624 0 --:--:-- --:--:-- --:--:-- 3624 19:24:59 100 3325k 100 3325k 0 0 5397k 0 --:--:-- --:--:-- --:--:-- 5397k 19:24:59 ./yq_linux_amd64 19:24:59 + sudo snapcraft prime --use-lxd 19:24:59 Removing intermediate container e6c825a1a565 19:24:59 ---> 294be73ce184 19:24:59 19:24:59 Step 11/24 : FROM alpine:3.12 19:24:59 ---> c4fd0aeabfcf 19:24:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:24:59 ---> Running in ed5d9a127efe 19:25:00 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:25:00 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:25:00 - README.md 19:25:00 19:25:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:25:00 Removing intermediate container ed5d9a127efe 19:25:00 ---> 6f69f3563ba1 19:25:00 Step 13/24 : ENV APP_PORT=59880 19:25:00 ---> Running in bd56b8119d01 19:25:00 Launching a container. 19:25:00 Removing intermediate container bd56b8119d01 19:25:00 ---> 98d00633eaa4 19:25:00 Step 14/24 : EXPOSE $APP_PORT 19:25:00 ---> Running in 89512b8377ee 19:25:01 Removing intermediate container 89512b8377ee 19:25:01 ---> a0497edeaabf 19:25:01 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:01 ---> Running in ce38092cd9c6 19:25:01 WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) 19:25:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:03 Removing intermediate container ce38092cd9c6 19:25:03 ---> 8784a94843dc 19:25:03 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 19:25:03 ---> Running in ad5867eb8bf6 19:25:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:06 (1/6) Installing dumb-init (1.2.2-r1) 19:25:06 (2/6) Installing libgcc (9.3.0-r2) 19:25:06 (3/6) Installing libsodium (1.0.18-r0) 19:25:06 WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) 19:25:06 ERROR: unable to select packages: 19:25:06  ca-certificates (no such package): 19:25:06 required by: world[ca-certificates] 19:25:06 dumb-init (no such package): 19:25:06 required by: world[dumb-init] 19:25:06 (4/6) Installing libstdc++ (9.3.0-r2) 19:25:06 (5/6) Installing libzmq (4.3.3-r0) 19:25:06 (6/6) Installing zeromq (4.3.3-r0) 19:25:07 Executing busybox-1.31.1-r20.trigger 19:25:07 OK: 8 MiB in 20 packages 19:25:10 Waiting for container to be ready 19:25:10 To start your first instance, try: lxc launch ubuntu:18.04 19:25:10 19:25:10 Removing intermediate container ad5867eb8bf6 19:25:10 ---> 6b59208e346a 19:25:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:10 ---> 19366253ed88 19:25:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:25:10 ---> fec48b4ba4db 19:25:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:25:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:25:11 ---> 37370a202ef0 19:25:11 Step 20/24 : ENTRYPOINT ["/core-data"] 19:25:11 Waiting for network to be ready... 19:25:12 ---> Running in 2b37f80ded2f 19:25:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:25:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:25:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1844 kB] 19:25:12 Removing intermediate container 2b37f80ded2f 19:25:12 ---> 11a28101abc3 19:25:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:12 ---> Running in 405ad02eb2ec 19:25:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 19:25:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:25:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:25:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 19:25:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 19:25:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] 19:25:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 19:25:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:25:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:25:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:25:13 Removing intermediate container 405ad02eb2ec 19:25:13 ---> 1d0699b9c642 19:25:13 Step 22/24 : LABEL arch=arm64 19:25:13 ---> Running in f63b02eb81fc 19:25:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:25:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:25:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:25:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:25:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:25:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:25:13 Removing intermediate container f63b02eb81fc 19:25:13 ---> 3acc095fb2f9 19:25:13 Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf 19:25:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] 19:25:14 ---> Running in 1032dcf95d3f 19:25:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 19:25:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:25:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:25:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 19:25:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 19:25:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 19:25:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] 19:25:14 Removing intermediate container 1032dcf95d3f 19:25:14 ---> d58907085a9e 19:25:14 Step 24/24 : LABEL version=0.0.0 19:25:14 ---> Running in c414d6682a14 19:25:15 Removing intermediate container c414d6682a14 19:25:15 ---> 1bff82730331 19:25:15 19:25:15 Successfully built 1bff82730331 19:25:15 Successfully tagged core-data-arm64:latest 19:25:15  Building core-data ... done  19:25:15 ERROR: for support-notifications (, "The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init' returned a non-zero code: 2") 19:25:15 Service 'support-notifications' failed to build: The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init' returned a non-zero code: 2 [Pipeline] } 19:25:16 $ docker stop --time=1 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 19:25:16 Fetched 25.1 MB in 4s (6008 kB/s) 19:25:17 Reading package lists... 19:25:17 Reading package lists... 19:25:17 Building dependency tree... 19:25:17 Reading state information... 19:25:17 $ docker rm -f 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 19:25:18 The following additional packages will be installed: 19:25:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:25:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:25:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:25:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:25:18 Suggested packages: 19:25:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:25:18 Recommended packages: 19:25:18 gnupg libsasl2-modules 19:25:18 The following NEW packages will be installed: 19:25:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:25:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:25:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:25:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:25:18 The following packages will be upgraded: 19:25:18 gpg gpg-agent gpgconf libudev1 19:25:18 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 19:25:18 Need to get 3527 kB of archives. 19:25:18 After this operation, 13.3 MB of additional disk space will be used. 19:25:18 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:25:18 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:25:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:25:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [Pipeline] // withDockerContainer [Pipeline] } 19:25:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 19:25:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:25:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:25:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:25:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:25:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:25:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:25:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:25:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:25:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:25:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:25:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:25:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:25:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:25:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:25:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:25:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:25:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:25:19 19:25:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:19 debconf: delaying package configuration, since apt-utils is not installed 19:25:19 Fetched 3527 kB in 1s (2916 kB/s) 19:25:19 (Reading database ... 12511 files and directories currently installed.) 19:25:19 Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... 19:25:19 Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:25:19 Setting up libudev1:amd64 (237-3ubuntu10.51) ... 19:25:19 Selecting previously unselected package udev. 19:25:19 (Reading database ... 12511 files and directories currently installed.) 19:25:19 Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... 19:25:19 Unpacking udev (237-3ubuntu10.51) ... [Pipeline] isUnix [Pipeline] sh 19:25:19 Selecting previously unselected package libfuse2:amd64. 19:25:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:25:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:25:19 Selecting previously unselected package fuse. 19:25:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:25:19 Unpacking fuse (2.9.7-1ubuntu1) ... 19:25:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:25:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:25:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:25:20 Selecting previously unselected package libksba8:amd64. 19:25:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:25:20 Unpacking libksba8:amd64 (1.3.5-2) ... 19:25:20 arm64: Pulling from edgex-lftools-log-publisher 19:25:20 448f6bf000e3: Pulling fs layer 19:25:20 f757da607395: Pulling fs layer 19:25:20 05883995daec: Pulling fs layer 19:25:20 8603b9c90790: Pulling fs layer 19:25:20 1560dd03e051: Pulling fs layer 19:25:20 27f5ce0e4adf: Pulling fs layer 19:25:20 c2d8d7efcc4b: Pulling fs layer 19:25:20 27f5ce0e4adf: Waiting 19:25:20 Selecting previously unselected package libroken18-heimdal:amd64. 19:25:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:25:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:25:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:25:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libwind0-heimdal:amd64. 19:25:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 f757da607395: Verifying Checksum 19:25:20 f757da607395: Download complete 19:25:20 8603b9c90790: Download complete 19:25:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:25:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:25:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:25:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:25:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:25:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:20 Selecting previously unselected package libsasl2-modules-db:amd64. 19:25:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:25:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:25:20 1560dd03e051: Verifying Checksum 19:25:20 1560dd03e051: Download complete 19:25:20 27f5ce0e4adf: Download complete 19:25:20 05883995daec: Verifying Checksum 19:25:20 05883995daec: Download complete 19:25:20 Selecting previously unselected package libsasl2-2:amd64. 19:25:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:25:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:25:20 Selecting previously unselected package libldap-common. 19:25:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:25:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:25:20 Selecting previously unselected package libldap-2.4-2:amd64. 19:25:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:25:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:25:20 Selecting previously unselected package dirmngr. 19:25:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:20 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:25:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:25:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:25:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:25:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:25:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:25:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:25:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libksba8:amd64 (1.3.5-2) ... 19:25:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:25:21 Setting up udev (237-3ubuntu10.51) ... 19:25:21 invoke-rc.d: policy-rc.d denied execution of start. 19:25:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Processing triggers for systemd (237-3ubuntu10) ... 19:25:21 Setting up fuse (2.9.7-1ubuntu1) ... 19:25:21 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:25:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:25:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:25:21 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:25:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:25:22 448f6bf000e3: Download complete 19:25:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:25:22 settings in the [Install] section, and DefaultInstance for template units). 19:25:22 This means they are not meant to be enabled using systemctl. 19:25:22 Possible reasons for having this kind of units are: 19:25:22 1) A unit may be statically enabled by being symlinked from another unit's 19:25:22 .wants/ or .requires/ directory. 19:25:22 2) A unit's purpose may be to act as a helper for some other unit which has 19:25:22 a requirement dependency on it. 19:25:22 3) A unit may be started when needed via activation (socket, path, timer, 19:25:22 D-Bus, udev, scripted systemctl call, ...). 19:25:22 4) In case of template units, the unit is meant to be enabled with some 19:25:22 instance name specified. 19:25:22 Reading package lists... 19:25:22 Building dependency tree... 19:25:22 Reading state information... 19:25:22 The following additional packages will be installed: 19:25:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:25:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:25:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:25:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:25:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:25:22 Suggested packages: 19:25:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:25:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:25:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:25:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:25:22 systemd-container policykit-1 19:25:22 Recommended packages: 19:25:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:25:22 The following NEW packages will be installed: 19:25:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:25:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:25:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:25:22 multiarch-support openssh-client python3 python3-minimal python3.6 19:25:22 python3.6-minimal snapd squashfs-tools sudo 19:25:22 The following packages will be upgraded: 19:25:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:25:23 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 19:25:23 Need to get 36.7 MB of archives. 19:25:23 After this operation, 147 MB of additional disk space will be used. 19:25:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:25:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] 19:25:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:25:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:25:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:25:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:25:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:25:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:25:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:25:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:25:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:25:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:25:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:25:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:25:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 19:25:24 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] 19:25:24 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 19:25:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 19:25:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] 19:25:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:25:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:25:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:25:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:25:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:25:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:25:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:25:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:25:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:25:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 19:25:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 19:25:25 c2d8d7efcc4b: Verifying Checksum 19:25:25 c2d8d7efcc4b: Download complete 19:25:25 448f6bf000e3: Pull complete 19:25:25 debconf: delaying package configuration, since apt-utils is not installed 19:25:25 Fetched 36.7 MB in 3s (13.6 MB/s) 19:25:25 (Reading database ... 12757 files and directories currently installed.) 19:25:25 Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... 19:25:25 Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:25:26 f757da607395: Pull complete 19:25:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... 19:25:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:25:26 Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... 19:25:26 (Reading database ... 12757 files and directories currently installed.) 19:25:26 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 19:25:26 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 19:25:26 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 19:25:26 (Reading database ... 12757 files and directories currently installed.) 19:25:26 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 19:25:26 Unpacking apt (1.6.14) over (1.6.1) ... 19:25:26 Setting up apt (1.6.14) ... 19:25:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:25:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:25:27 (Reading database ... 12764 files and directories currently installed.) 19:25:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 19:25:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 19:25:27 05883995daec: Pull complete 19:25:27 Selecting previously unselected package libpython3.6-minimal:amd64. 19:25:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:25:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:25:27 Selecting previously unselected package libexpat1:amd64. 19:25:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:25:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:25:27 Selecting previously unselected package python3.6-minimal. 19:25:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:25:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:25:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... 19:25:28 Checking for services that may need to be restarted...done. 19:25:28 Checking for services that may need to be restarted...done. 19:25:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:25:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:25:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:25:28 8603b9c90790: Pull complete 19:25:28 Selecting previously unselected package python3-minimal. 19:25:28 (Reading database ... 13012 files and directories currently installed.) 19:25:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:25:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:25:28 Selecting previously unselected package mime-support. 19:25:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:25:28 Unpacking mime-support (3.60ubuntu1) ... 19:25:28 Selecting previously unselected package libmpdec2:amd64. 19:25:28 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:25:28 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:25:28 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:25:28 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:25:28 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:25:28 Selecting previously unselected package python3.6. 19:25:28 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:25:28 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:25:28 Selecting previously unselected package libpython3-stdlib:amd64. 19:25:28 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:25:28 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:25:29 Setting up python3-minimal (3.6.7-1~18.04) ... 19:25:29 Selecting previously unselected package python3. 19:25:29 (Reading database ... 13442 files and directories currently installed.) 19:25:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:25:29 Unpacking python3 (3.6.7-1~18.04) ... 19:25:29 1560dd03e051: Pull complete 19:25:29 Selecting previously unselected package multiarch-support. 19:25:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:25:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:25:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:25:29 Selecting previously unselected package liblzo2-2:amd64. 19:25:29 (Reading database ... 13479 files and directories currently installed.) 19:25:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:25:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:25:29 Selecting previously unselected package libbsd0:amd64. 19:25:29 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:25:29 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:25:29 Selecting previously unselected package sudo. 19:25:29 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:25:29 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:25:29 Selecting previously unselected package apparmor. 19:25:29 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:25:29 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:25:29 Selecting previously unselected package libedit2:amd64. 19:25:29 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:25:29 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:25:29 Selecting previously unselected package libkrb5support0:amd64. 19:25:29 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:25:29 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:25:29 27f5ce0e4adf: Pull complete 19:25:29 Selecting previously unselected package libk5crypto3:amd64. 19:25:29 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:25:29 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:25:29 Selecting previously unselected package libkeyutils1:amd64. 19:25:29 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:25:29 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:25:29 Selecting previously unselected package libkrb5-3:amd64. 19:25:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:25:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:25:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:25:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:25:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:25:30 Selecting previously unselected package libssl1.0.0:amd64. 19:25:30 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:25:30 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:25:30 Selecting previously unselected package openssh-client. 19:25:30 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 19:25:30 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 19:25:30 Selecting previously unselected package squashfs-tools. 19:25:30 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 19:25:30 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 19:25:30 Selecting previously unselected package snapd. 19:25:30 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 19:25:30 Unpacking snapd (2.49.2+18.04) ... 19:25:32 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:25:32 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:25:32 Setting up mime-support (3.60ubuntu1) ... 19:25:32 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:25:32 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:25:32 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:25:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:25:32 Setting up systemd (237-3ubuntu10.51) ... 19:25:32 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:25:33 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:25:33 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:25:33 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:25:33 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:25:33 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:25:33 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:25:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 19:25:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:25:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:25:33 Setting up python3 (3.6.7-1~18.04) ... 19:25:33 running python rtupdate hooks for python3.6... 19:25:33 running python post-rtupdate hooks for python3.6... 19:25:34 Setting up apparmor (2.12-4ubuntu5.1) ... 19:25:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:25:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:25:34 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 19:25:34 Setting up snapd (2.49.2+18.04) ... 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:25:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:25:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:25:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:25:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:25:36 /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:25:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:25:36 Processing triggers for systemd (237-3ubuntu10.51) ... 19:25:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:25:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:25:39 Reading package lists... 19:25:39 Reading package lists... 19:25:39 Building dependency tree... 19:25:39 Reading state information... 19:25:40 Calculating upgrade... 19:25:40 The following packages will be upgraded: 19:25:40 advancecomp base-files bash binutils binutils-common 19:25:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:25:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:25:40 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 19:25:40 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 19:25:40 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:25:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:25:40 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:25:40 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 19:25:40 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:25:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:25:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:25:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:25:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:25:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:25:40 ubuntu-keyring util-linux 19:25:40 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:25:40 Need to get 64.2 MB of archives. 19:25:40 After this operation, 5126 kB of additional disk space will be used. 19:25:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] 19:25:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:25:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:25:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:25:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:25:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:25:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:25:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:25:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:25:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:25:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:25:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:25:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:25:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:25:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:25:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:25:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:25:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:25:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:25:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:25:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:25:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:25:40 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:25:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:25:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:25:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:25:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:25:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:25:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:25:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:25:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:25:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:25:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:25:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:25:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 19:25:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:25:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:25:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 19:25:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 19:25:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:25:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:25:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:25:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:25:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:25:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:25:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:25:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:25:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:25:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:25:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:25:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:25:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:25:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:25:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:25:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:25:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:25:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:25:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:25:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:25:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:25:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:25:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:25:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:25:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:25:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:25:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:25:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:25:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:25:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:25:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:25:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:25:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 19:25:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:25:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:25:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:25:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:25:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:25:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:25:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:25:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:25:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:25:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:25:42 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:25:42 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:25:42 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:25:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] 19:25:42 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:25:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:25:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:25:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:25:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:25:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:25:42 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:25:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:25:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:25:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] 19:25:42 Get:97 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:25:42 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:25:42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:25:42 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:25:42 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:25:42 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:25:42 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:25:42 debconf: delaying package configuration, since apt-utils is not installed 19:25:42 Fetched 64.2 MB in 2s (30.7 MB/s) 19:25:42 (Reading database ... 13914 files and directories currently installed.) 19:25:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:25:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:25:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:25:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:25:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... 19:25:43 Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... 19:25:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:43 (Reading database ... 13914 files and directories currently installed.) 19:25:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:25:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:25:43 (Reading database ... 13914 files and directories currently installed.) 19:25:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:43 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:25:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:25:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:44 (Reading database ... 13914 files and directories currently installed.) 19:25:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:25:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:25:44 c2d8d7efcc4b: Pull complete 19:25:44 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 19:25:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 19:25:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:25:44 (Reading database ... 13914 files and directories currently installed.) 19:25:44 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:25:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:25:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:25:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:25:45 prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container 19:25:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:25:45 Setting up base-files (10.1ubuntu2.10) ... 19:25:45 Installing new version of config file /etc/issue ... 19:25:45 Installing new version of config file /etc/issue.net ... 19:25:45 Installing new version of config file /etc/lsb-release ... 19:25:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:25:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:25:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:25:45 Removing obsolete conffile /etc/default/motd-news ... 19:25:45 (Reading database ... 13915 files and directories currently installed.) 19:25:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:25:45 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:25:45 Setting up bash (4.4.18-2ubuntu1.2) ... 19:25:45 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:25:45 (Reading database ... 13915 files and directories currently installed.) 19:25:45 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:45 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:25:45 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:25:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:25:46 Setting up tar (1.29b-2ubuntu0.2) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:25:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:25:46 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:25:46 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:25:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:25:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:25:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:25:46 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:25:46 Setting up grep (3.1-2build1) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 19:25:46 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 19:25:46 Setting up gzip (1.6-5ubuntu1.1) ... 19:25:46 (Reading database ... 13915 files and directories currently installed.) 19:25:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:25:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:25:47 Setting up login (1:4.5-1ubuntu2) ... 19:25:47 (Reading database ... 13915 files and directories currently installed.) 19:25:47 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:25:47 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:25:47 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:25:47 (Reading database ... 13915 files and directories currently installed.) 19:25:47 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:25:47 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:25:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:25:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:25:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:25:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:25:48 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:25:48 (Reading database ... 13915 files and directories currently installed.) 19:25:48 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:25:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:25:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:25:48 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:25:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:25:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:25:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:25:48 (Reading database ... 13915 files and directories currently installed.) 19:25:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:25:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:25:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:25:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:25:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:25:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:25:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:25:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:25:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:25:49 (Reading database ... 13915 files and directories currently installed.) 19:25:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:25:50 (Reading database ... 13915 files and directories currently installed.) 19:25:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:25:50 $ docker top cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f -eo pid,comm 19:25:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] { 19:25:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:25:51 (Reading database ... 13915 files and directories currently installed.) 19:25:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:25:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:25:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:25:51 (Reading database ... 13915 files and directories currently installed.) 19:25:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:25:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:25:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [Pipeline] libraryResource [Pipeline] sh 19:25:51 (Reading database ... 13917 files and directories currently installed.) 19:25:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:25:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:25:51 Setting up debconf (1.5.66ubuntu1) ... 19:25:51 (Reading database ... 13917 files and directories currently installed.) 19:25:51 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:25:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:25:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:25:51 (Reading database ... 13917 files and directories currently installed.) 19:25:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:25:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:25:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:25:51 (Reading database ... 13917 files and directories currently installed.) 19:25:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:25:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:25:52 ---> job-cost.sh 19:25:52 lf-activate-venv: SKIPPING 19:25:52 INFO: No Stack... 19:25:52 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:25:52 (Reading database ... 13917 files and directories currently installed.) 19:25:52 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:25:52 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:25:52 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 19:25:52 (Reading database ... 13919 files and directories currently installed.) 19:25:52 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:25:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:25:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:25:52 (Reading database ... 13923 files and directories currently installed.) 19:25:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:25:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:25:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... 19:25:52 Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... 19:25:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:25:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:25:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:25:52 (Reading database ... 13923 files and directories currently installed.) 19:25:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:25:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:25:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:25:52 (Reading database ... 13923 files and directories currently installed.) 19:25:52 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 19:25:52 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 19:25:52 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 19:25:52 (Reading database ... 13923 files and directories currently installed.) 19:25:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 19:25:53 INFO: Retrieving Pricing Info for: v2-standard-4 19:25:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:25:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:25:53 INFO: Archiving Costs [Pipeline] sh 19:25:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:25:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:25:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:25:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:25:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:25:53 Setting up passwd (1:4.5-1ubuntu2) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:53 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:25:53 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:25:53 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:25:53 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:25:53 (Reading database ... 13923 files and directories currently installed.) 19:25:53 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:25:53 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:25:54 + + cat /w/workspace/edgex-go/1/archives/cost.csvcut 19:25:54 -d, -f6 [Pipeline] lock 19:25:54 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] 19:25:54 Resource [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] did not exist. Created. 19:25:54 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] [Pipeline] { [Pipeline] unstash 19:25:54 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:25:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:25:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:25:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] sh 19:25:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:25:54 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:25:54 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:25:54 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:25:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:25:54 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:25:54 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:25:54 (Reading database ... 13923 files and directories currently installed.) 19:25:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:25:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:25:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:25:54 + echo total: 0.7200000286102295 [Pipeline] stash 19:25:55 (Reading database ... 13924 files and directories currently installed.) 19:25:55 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:25:55 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:25:55 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:25:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:25:55 Stashed 1 file(s) [Pipeline] } 19:25:55 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:25:55 $ docker stop --time=1 cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f 19:25:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 19:25:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 19:25:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:25:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:25:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:25:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:25:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:25:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:25:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:25:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:25:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:25:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:25:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:25:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:25:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:25:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:25:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:25:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:25:55 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:25:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:25:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:25:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:25:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:25:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:25:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:56 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:56 $ docker rm -f cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f 19:25:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:25:57 Failed in branch arm64 19:25:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:25:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:26:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:26:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:26:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:26:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:26:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:26:00 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:26:00 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:26:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:26:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:26:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:26:00 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:26:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:26:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:26:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:26:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:26:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:26:00 19:26:00 Current default time zone: 'Etc/UTC' 19:26:00 Local time is now: Wed Aug 18 19:26:00 UTC 2021. 19:26:00 Universal Time is now: Wed Aug 18 19:26:00 UTC 2021. 19:26:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:26:00 19:26:00 Setting up systemd-sysv (237-3ubuntu10.51) ... 19:26:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:01 Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... 19:26:01 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:26:01 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:26:01 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:26:01 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:26:01 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:26:01 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:26:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:26:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:01 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:26:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:26:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:01 Setting up patch (2.7.6-2ubuntu1.1) ... 19:26:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:26:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:26:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... 19:26:01 Installing new version of config file /etc/ssl/openssl.cnf ... 19:26:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:26:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:26:01 Setting up ca-certificates (20210119~18.04.1) ... 19:26:03 Updating certificates in /etc/ssl/certs... 19:26:03 23 added, 27 removed; done. 19:26:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:26:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:26:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:26:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:26:04 Setting up pkgbinarymangler (138.18.04.1) ... 19:26:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:26:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up perl (5.26.1-6ubuntu0.5) ... 19:26:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:26:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:26:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:26:04 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:26:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:26:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:26:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:26:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:26:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:26:04 Processing triggers for systemd (237-3ubuntu10.51) ... 19:26:04 Processing triggers for mime-support (3.60ubuntu1) ... 19:26:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:26:04 Updating certificates in /etc/ssl/certs... 19:26:05 0 added, 0 removed; done. 19:26:05 Running hooks in /etc/ca-certificates/update.d... 19:26:05 done. 19:26:05 Reading package lists... 19:26:05 Building dependency tree... 19:26:05 Reading state information... 19:26:05 The following NEW packages will be installed: 19:26:05 apt-transport-https 19:26:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:26:06 Need to get 4348 B of archives. 19:26:06 After this operation, 154 kB of additional disk space will be used. 19:26:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 19:26:06 debconf: delaying package configuration, since apt-utils is not installed 19:26:06 Fetched 4348 B in 0s (24.3 kB/s) 19:26:06 Selecting previously unselected package apt-transport-https. 19:26:06 (Reading database ... 13929 files and directories currently installed.) 19:26:06 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 19:26:06 Unpacking apt-transport-https (1.6.14) ... 19:26:06 Setting up apt-transport-https (1.6.14) ... 19:26:06 Waiting for network to be ready... 19:26:11 2021-08-18T19:26:09Z INFO Waiting for automatic snapd restart... 19:26:11 snapd 2.51.3 from Canonical* installed 19:26:12 "snapd" switched to the "latest/stable" channel 19:26:12 19:26:15 core18 20210722 from Canonical* installed 19:26:15 "core18" switched to the "latest/stable" channel 19:26:15 19:26:18 snapcraft 5.0 from Canonical* installed 19:26:18 "snapcraft" switched to the "latest/stable" channel 19:26:18 19:26:22 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:26:22 - README.md 19:26:22 19:26:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:26:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:26:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:26:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:26:24 Reading package lists... 19:26:24 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 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:26:24 Reading package lists... 19:26:24 Building dependency tree... 19:26:24 Reading state information... 19:26:25 Suggested packages: 19:26:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:26:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:26:25 Recommended packages: 19:26:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:26:25 The following NEW packages will be installed: 19:26:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:26:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:26:25 pkg-config zip 19:26:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:26:25 Need to get 7663 kB of archives. 19:26:25 After this operation, 43.8 MB of additional disk space will be used. 19:26:25 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:26:25 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:26:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 19:26:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:26:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:26:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:26:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:26:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:26:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:26:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:26:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:26:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:26:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:26:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:26:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:26:25 debconf: delaying package configuration, since apt-utils is not installed 19:26:25 Fetched 7663 kB in 1s (9891 kB/s) 19:26:26 Selecting previously unselected package libglib2.0-0:amd64. 19:26:26 (Reading database ... 13933 files and directories currently installed.) 19:26:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:26:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:26:26 Selecting previously unselected package libpsl5:amd64. 19:26:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:26:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:26:26 Selecting previously unselected package libnghttp2-14:amd64. 19:26:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:26:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:26:26 Selecting previously unselected package librtmp1:amd64. 19:26:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:26:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:26:26 Selecting previously unselected package libcurl3-gnutls:amd64. 19:26:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 19:26:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 19:26:26 Selecting previously unselected package liberror-perl. 19:26:26 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:26:26 Unpacking liberror-perl (0.17025-1) ... 19:26:26 Selecting previously unselected package git-man. 19:26:26 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:26:26 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:26:26 Selecting previously unselected package git. 19:26:26 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:26:26 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:26:27 Selecting previously unselected package libnorm1:amd64. 19:26:27 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:26:27 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:26:27 Selecting previously unselected package libpgm-5.2-0:amd64. 19:26:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:26:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:26:27 Selecting previously unselected package libsodium23:amd64. 19:26:27 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:26:27 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:26:27 Selecting previously unselected package libzmq5:amd64. 19:26:27 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:26:27 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:26:27 Selecting previously unselected package libzmq3-dev:amd64. 19:26:27 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:26:27 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:26:27 Selecting previously unselected package pkg-config. 19:26:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:26:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:26:27 Selecting previously unselected package zip. 19:26:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:26:27 Unpacking zip (3.0-11build1) ... 19:26:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:26:27 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:26:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:26:27 Setting up liberror-perl (0.17025-1) ... 19:26:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:26:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:26:27 No schema files found: doing nothing. 19:26:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:26:27 Setting up zip (3.0-11build1) ... 19:26:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:26:27 Setting up libsodium23:amd64 (1.0.16-2) ... 19:26:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:26:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:26:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 19:26:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:26:27 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:26:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:26:28 git set to automatically installed. 19:26:28 git-man set to automatically installed. 19:26:28 libcurl3-gnutls set to automatically installed. 19:26:28 liberror-perl set to automatically installed. 19:26:28 libglib2.0-0 set to automatically installed. 19:26:28 libnghttp2-14 set to automatically installed. 19:26:28 libnorm1 set to automatically installed. 19:26:28 libpgm-5.2-0 set to automatically installed. 19:26:28 libpsl5 set to automatically installed. 19:26:28 librtmp1 set to automatically installed. 19:26:28 libsodium23 set to automatically installed. 19:26:28 libzmq3-dev set to automatically installed. 19:26:28 libzmq5 set to automatically installed. 19:26:28 pkg-config set to automatically installed. 19:26:28 zip set to automatically installed. 19:26:29 snapd is not logged in, snap install commands will use sudo 19:26:36 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 19:26:36 snapd is not logged in, snap install commands will use sudo 19:26:38 snap "core18" has no updates available 19:26:39 Pulling config-common 19:26:39 + snapcraftctl pull 19:26:40 Pulling go-build-helper 19:26:40 + snapcraftctl pull 19:26:41 'edgex-go' has dependencies that need to be staged: go-build-helper 19:26:41 Skipping pull go-build-helper (already ran) 19:26:41 Building go-build-helper 19:26:41 + snapcraftctl build 19:26:43 Staging go-build-helper 19:26:43 + snapcraftctl stage 19:26:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:26:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:26:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1844 kB] 19:26:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 19:26:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:26:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:26:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 19:26:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 19:26:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] 19:26:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 19:26:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:26:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:26:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:26:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:26:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:26:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:26:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:26:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:26:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:26:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] 19:26:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 19:26:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:26:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:26:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 19:26:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 19:26:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 19:26:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] 19:26:53 Fetched 25.1 MB in 0s (0 B/s) 19:26:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:26:53 Fetched 224 kB in 0s (0 B/s) 19:26:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:26:53 Fetched 157 kB in 0s (0 B/s) 19:26:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:26:53 Fetched 221 kB in 0s (0 B/s) 19:26:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:26:53 Fetched 143 kB in 0s (0 B/s) 19:26:53 Pulling edgex-go 19:26:53 + snapcraftctl pull 19:26:53 Pulling hooks 19:26:53 + snapcraftctl pull 19:27:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:27:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:27:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:27:11 Fetched 0 B in 0s (0 B/s) 19:27:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:27:11 Fetched 96.5 kB in 0s (0 B/s) 19:27:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:27:11 Fetched 279 kB in 0s (0 B/s) 19:27:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:27:11 Fetched 122 kB in 0s (0 B/s) 19:27:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:27:11 Fetched 77.8 kB in 0s (0 B/s) 19:27:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:27:11 Fetched 8848 B in 0s (0 B/s) 19:27:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:27:11 Fetched 47.8 kB in 0s (0 B/s) 19:27:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:27:11 Fetched 45.6 kB in 0s (0 B/s) 19:27:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:27:11 Fetched 15.0 kB in 0s (0 B/s) 19:27:11 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 19:27:11 Fetched 219 kB in 0s (0 B/s) 19:27:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:27:11 Fetched 154 kB in 0s (0 B/s) 19:27:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:27:11 Fetched 50.6 kB in 0s (0 B/s) 19:27:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:27:11 Fetched 14.8 kB in 0s (0 B/s) 19:27:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:27:11 Fetched 41.8 kB in 0s (0 B/s) 19:27:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:27:11 Fetched 499 kB in 0s (0 B/s) 19:27:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:27:11 Fetched 111 kB in 0s (0 B/s) 19:27:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:27:11 Fetched 240 kB in 0s (0 B/s) 19:27:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:27:11 Fetched 29.3 kB in 0s (0 B/s) 19:27:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:27:11 Fetched 85.5 kB in 0s (0 B/s) 19:27:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:27:11 Fetched 24.5 kB in 0s (0 B/s) 19:27:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:27:11 Fetched 49.2 kB in 0s (0 B/s) 19:27:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:27:11 Fetched 54.2 kB in 0s (0 B/s) 19:27:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:27:11 Fetched 30.8 kB in 0s (0 B/s) 19:27:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:27:11 Fetched 15.8 kB in 0s (0 B/s) 19:27:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:27:11 Fetched 85.9 kB in 0s (0 B/s) 19:27:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:27:11 Fetched 8720 B in 0s (0 B/s) 19:27:11 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 19:27:11 Fetched 140 kB in 0s (0 B/s) 19:27:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:27:11 Fetched 119 kB in 0s (0 B/s) 19:27:11 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 19:27:11 Fetched 111 kB in 0s (0 B/s) 19:27:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:27:11 Fetched 11.1 kB in 0s (0 B/s) 19:27:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:27:11 Fetched 645 kB in 0s (0 B/s) 19:27:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:27:11 Fetched 41.3 kB in 0s (0 B/s) 19:27:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:27:11 Fetched 17.9 kB in 0s (0 B/s) 19:27:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:27:11 Fetched 368 kB in 0s (0 B/s) 19:27:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:27:11 Fetched 187 kB in 0s (0 B/s) 19:27:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:27:11 Fetched 175 kB in 0s (0 B/s) 19:27:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:27:11 Fetched 206 kB in 0s (0 B/s) 19:27:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] 19:27:11 Fetched 1301 kB in 0s (0 B/s) 19:27:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:27:11 Fetched 36.2 kB in 0s (0 B/s) 19:27:11 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 19:27:11 Fetched 159 kB in 0s (0 B/s) 19:27:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:27:11 Fetched 107 kB in 0s (0 B/s) 19:27:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:27:11 Fetched 48.7 kB in 0s (0 B/s) 19:27:11 Pulling static-packages 19:27:11 + snapcraftctl pull 19:27:12 Pulling version 19:27:12 + cd /root/project 19:27:12 + git describe --tags --abbrev=0 19:27:12 + sed s/v// 19:27:12 + GIT_VERSION=2.0.1-dev.31 19:27:12 + [ -z 2.0.1-dev.31 ] 19:27:12 + snapcraftctl set-version 2.0.1-dev.31 19:27:13 Building config-common 19:27:13 + snapcraftctl build 19:27:16 Skipping build go-build-helper (already ran) 19:27:16 Building edgex-go 19:27:16 + cd /root/parts/edgex-go/src 19:27:16 + git+ sed s/v// 19:27:16 describe --tags --abbrev=0 19:27:16 + GIT_VERSION=2.0.1-dev.31 19:27:16 + [ -z 2.0.1-dev.31 ] 19:27:16 go mod tidy 19:27:16 + echo 2.0.1-dev.31 19:27:16 + make build 19:27:20 go: downloading github.com/gorilla/mux v1.8.0 19:27:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 19:27:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.15 19:27:20 go: downloading github.com/stretchr/testify v1.7.0 19:27:20 go: downloading github.com/google/uuid v1.3.0 19:27:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 19:27:20 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 19:27:20 go: downloading gopkg.in/yaml.v2 v2.4.0 19:27:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:27:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:27:20 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 19:27:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:27:20 go: downloading github.com/lib/pq v1.10.2 19:27:20 go: downloading github.com/pelletier/go-toml v1.9.3 19:27:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:27:20 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 19:27:20 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 19:27:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 19:27:21 go: downloading github.com/davecgh/go-spew v1.1.1 19:27:21 go: downloading github.com/pmezard/go-difflib v1.0.0 19:27:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 19:27:21 go: downloading github.com/go-playground/validator/v10 v10.9.0 19:27:21 go: downloading github.com/go-kit/kit v0.11.0 19:27:21 go: downloading github.com/stretchr/objx v0.1.1 19:27:21 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 19:27:21 go: downloading github.com/x448/float16 v0.8.4 19:27:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 19:27:21 go: downloading github.com/go-redis/redis/v7 v7.3.0 19:27:21 go: downloading github.com/pebbe/zmq4 v1.2.7 19:27:21 go: downloading github.com/go-playground/universal-translator v0.18.0 19:27:21 go: downloading github.com/leodido/go-urn v1.2.1 19:27:21 go: downloading golang.org/x/text v0.3.6 19:27:21 go: downloading github.com/go-playground/assert/v2 v2.0.1 19:27:21 go: downloading github.com/go-playground/locales v0.14.0 19:27:21 go: downloading github.com/go-logfmt/logfmt v0.5.0 19:27:21 go: downloading github.com/go-stack/stack v1.8.0 19:27:21 go: downloading github.com/kr/pretty v0.3.0 19:27:22 go: downloading github.com/hashicorp/consul/api v1.8.1 19:27:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:27:22 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 19:27:22 go: downloading github.com/gorilla/websocket v1.4.2 19:27:22 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 19:27:22 go: downloading github.com/onsi/ginkgo v1.10.1 19:27:22 go: downloading github.com/onsi/gomega v1.7.0 19:27:22 go: downloading github.com/kr/text v0.2.0 19:27:22 go: downloading github.com/rogpeppe/go-internal v1.8.0 19:27:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:27:22 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:27:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:27:22 go: downloading github.com/hashicorp/serf v0.9.5 19:27:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:27:22 go: downloading github.com/hashicorp/consul/sdk v0.7.0 19:27:22 go: downloading github.com/hashicorp/go-uuid v1.0.1 19:27:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:27:22 go: downloading github.com/mitchellh/copystructure v1.0.0 19:27:22 go: downloading github.com/fatih/color v1.9.0 19:27:22 go: downloading github.com/mattn/go-colorable v0.1.6 19:27:22 go: downloading github.com/mattn/go-isatty v0.0.12 19:27:22 go: downloading github.com/mitchellh/go-homedir v1.1.0 19:27:22 go: downloading github.com/pkg/errors v0.9.1 19:27:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:27:22 go: downloading github.com/hashicorp/go-msgpack v0.5.3 19:27:22 go: downloading github.com/hashicorp/memberlist v0.2.2 19:27:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:27:23 go: downloading github.com/hpcloud/tail v1.0.0 19:27:23 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 19:27:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:27:23 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:27:23 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:27:23 go: downloading github.com/hashicorp/go-multierror v1.1.0 19:27:23 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 19:27:23 go: downloading github.com/miekg/dns v1.1.26 19:27:23 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:27:23 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:27:23 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:27:23 go: downloading github.com/hashicorp/errwrap v1.0.0 19:27:23 go: downloading gopkg.in/fsnotify.v1 v1.4.7 19:27:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-data/core-data ./cmd/core-data 19:27:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:27:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-command/core-command ./cmd/core-command 19:27:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:27:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:27:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:27:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:27:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/secrets-config ./cmd/secrets-config 19:27:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:27:47 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:27:47 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:27:48 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:27:48 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:27:48 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:27:48 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:27:48 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:27:48 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:27:48 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:27:48 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:27:48 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:27:48 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:27:48 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:27:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:27:48 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:27:48 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:27:48 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:27:48 + 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:27:48 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:27:48 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:27:48 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:27:48 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:27:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:27:48 + 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:27:48 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:27:48 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:27:48 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:27:49 Building hooks 19:27:49 + cd /root/parts/hooks/src 19:27:49 + make build 19:27:49 go mod tidy 19:27:50 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 19:27:50 go: downloading github.com/stretchr/testify v1.5.1 19:27:50 go: downloading gopkg.in/yaml.v2 v2.2.2 19:27:50 go: downloading github.com/davecgh/go-spew v1.1.0 19:27:50 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 19:27:51 GO111MODULE=on go build -o cmd/install/install ./cmd/install 19:27:51 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 19:27:51 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 19:27:54 Building static-packages 19:27:54 + snapcraftctl build 19:27:56 Building version 19:27:56 + snapcraftctl build 19:27:58 Staging config-common 19:27:58 + snapcraftctl stage 19:27:59 Skipping stage go-build-helper (already ran) 19:27:59 Staging edgex-go 19:27:59 + snapcraftctl stage 19:28:00 Staging hooks 19:28:00 + snapcraftctl stage 19:28:01 Staging static-packages 19:28:01 + snapcraftctl stage 19:28:02 Staging version 19:28:02 + snapcraftctl stage 19:28:03 Priming config-common 19:28:03 + snapcraftctl prime 19:28:04 Priming go-build-helper 19:28:04 + snapcraftctl prime 19:28:05 Priming edgex-go 19:28:05 + snapcraftctl prime 19:28:07 Priming hooks 19:28:07 + snapcraftctl prime 19:28:08 Priming static-packages 19:28:08 + snapcraftctl prime 19:28:11 Priming version 19:28:11 + snapcraftctl prime 19:28:12 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:28:18 + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh 19:28:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:28:19 ---> package-listing.sh 19:28:19 ++ facter osfamily 19:28:19 ++ tr '[:upper:]' '[:lower:]' 19:28:19 + OS_FAMILY=redhat 19:28:19 + workspace=/w/workspace/edgex-go/1 19:28:19 + START_PACKAGES=/tmp/packages_start.txt 19:28:19 + END_PACKAGES=/tmp/packages_end.txt 19:28:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:19 + PACKAGES=/tmp/packages_start.txt 19:28:19 + '[' /w/workspace/edgex-go/1 ']' 19:28:19 + PACKAGES=/tmp/packages_end.txt 19:28:19 + case "${OS_FAMILY}" in 19:28:19 + rpm -qa 19:28:19 + sort 19:28:21 + '[' -f /tmp/packages_start.txt ']' 19:28:21 + '[' -f /tmp/packages_end.txt ']' 19:28:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:21 + '[' /w/workspace/edgex-go/1 ']' 19:28:21 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:28:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:28:21 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:28:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:28:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:22 19:28:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 19:28:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:28 latest: Pulling from edgex-lftools-log-publisher 19:28:28 b4d181a07f80: Pulling fs layer 19:28:28 a1111a8f2ec3: Pulling fs layer 19:28:28 ed53099fbce6: Pulling fs layer 19:28:28 dc539afda2c1: Pulling fs layer 19:28:28 77bc0d833cb6: Pulling fs layer 19:28:28 9065ff56babe: Pulling fs layer 19:28:28 d287ab97295c: Pulling fs layer 19:28:28 77bc0d833cb6: Waiting 19:28:28 9065ff56babe: Waiting 19:28:28 d287ab97295c: Waiting 19:28:28 dc539afda2c1: Waiting 19:28:28 a1111a8f2ec3: Verifying Checksum 19:28:28 a1111a8f2ec3: Download complete 19:28:28 dc539afda2c1: Verifying Checksum 19:28:28 dc539afda2c1: Download complete 19:28:28 77bc0d833cb6: Verifying Checksum 19:28:28 77bc0d833cb6: Download complete 19:28:28 ed53099fbce6: Verifying Checksum 19:28:28 ed53099fbce6: Download complete 19:28:28 9065ff56babe: Verifying Checksum 19:28:28 9065ff56babe: Download complete 19:28:29 b4d181a07f80: Verifying Checksum 19:28:29 b4d181a07f80: Download complete 19:28:30 b4d181a07f80: Pull complete 19:28:31 a1111a8f2ec3: Pull complete 19:28:31 ed53099fbce6: Pull complete 19:28:31 dc539afda2c1: Pull complete 19:28:32 77bc0d833cb6: Pull complete 19:28:32 9065ff56babe: Pull complete 19:28:33 d287ab97295c: Verifying Checksum 19:28:33 d287ab97295c: Download complete 19:28:37 d287ab97295c: Pull complete 19:28:37 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 19:28:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 19:28:37 prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container 19:28:37 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:28:40 $ docker top b9ad973004f6bf783fb857d26c9fd40e7df9024155f45a7167d71f8cf8fdfc3e -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:41 + touch /tmp/pre-build-complete [Pipeline] sh 19:28:41 + mkdir -p /var/log/sysstat [Pipeline] sh 19:28:41 + ls /var/log/sa-host 19:28:41 + sadf -c /var/log/sa-host/sa05 19:28:41 file_magic: OK 19:28:41 HZ: Using current value: 100 19:28:41 file_header: OK 19:28:41 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:28:41 Statistics: 19:28:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:41 File successfully converted to sysstat format version 12.0.3 19:28:41 + sadf -c /var/log/sa-host/sa18 19:28:41 file_magic: OK 19:28:41 HZ: Using current value: 100 19:28:41 file_header: OK 19:28:41 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:28:41 Statistics: 19:28:41 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... 19:28:41 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:42 provisioning config files... 19:28:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7159538314606194718tmp [Pipeline] { [Pipeline] echo 19:28:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:28:43 ---> create-netrc.sh [Pipeline] } 19:28:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:28:43 ---> python-tools-install.sh [Pipeline] echo 19:28:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:28:44 ---> sudo-logs.sh 19:28:44 Archiving 'sudo' log.. 19:28:44 sudo: unable to resolve host prd-centos7-docker-4c-2g-3703.vexxhost.local: Name or service not known 19:28:44 sudo: unable to resolve host prd-centos7-docker-4c-2g-3703.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 19:28:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:28:44 ---> job-cost.sh 19:28:44 lf-activate-venv: SKIPPING 19:28:44 DEBUG: total: 0.7200000286102295 19:28:44 INFO: Retrieving Stack Cost... 19:28:45 INFO: Retrieving Pricing Info for: v3-standard-2 19:28:45 INFO: Archiving Costs [Pipeline] echo 19:28:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:28:46 ---> logs-deploy.sh 19:28:46 lf-activate-venv: SKIPPING 19:28:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3674/1 19:28:46 INFO: archiving workspace using pattern(s): 19:28:47 Archives upload complete. 19:28:47 INFO: archiving logs to Nexus 19:28:47 ---> uname -a: 19:28:47 Linux prd-centos7-docker-4c-2g-3703.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 19:28:47 19:28:47 19:28:47 ---> lscpu: 19:28:47 Architecture: x86_64 19:28:47 CPU op-mode(s): 32-bit, 64-bit 19:28:47 Byte Order: Little Endian 19:28:47 Address sizes: 40 bits physical, 48 bits virtual 19:28:47 CPU(s): 2 19:28:47 On-line CPU(s) list: 0,1 19:28:47 Thread(s) per core: 1 19:28:47 Core(s) per socket: 1 19:28:47 Socket(s): 2 19:28:47 NUMA node(s): 1 19:28:47 Vendor ID: AuthenticAMD 19:28:47 CPU family: 23 19:28:47 Model: 49 19:28:47 Model name: AMD EPYC-Rome Processor 19:28:47 Stepping: 0 19:28:47 CPU MHz: 2799.998 19:28:47 BogoMIPS: 5599.99 19:28:47 Virtualization: AMD-V 19:28:47 Hypervisor vendor: KVM 19:28:47 Virtualization type: full 19:28:47 L1d cache: 32K 19:28:47 L1i cache: 32K 19:28:47 L2 cache: 512K 19:28:47 L3 cache: 16384K 19:28:47 NUMA node0 CPU(s): 0,1 19:28:47 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 19:28:47 19:28:47 19:28:47 ---> nproc: 19:28:47 2 19:28:47 19:28:47 19:28:47 ---> df -h: 19:28:47 Filesystem Size Used Avail Use% Mounted on 19:28:47 overlay 40G 14G 27G 33% / 19:28:47 tmpfs 64M 0 64M 0% /dev 19:28:47 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 19:28:47 shm 64M 0 64M 0% /dev/shm 19:28:47 /dev/vda1 40G 14G 27G 33% /facter-os 19:28:47 19:28:47 19:28:47 ---> sar -b -r -n DEV: 19:28:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/18/21 _x86_64_ (2 CPU) 19:28:47 19:28:47 19:06:27 LINUX RESTART (2 CPU) 19:28:47 19:28:47 19:07:01 tps rtps wtps bread/s bwrtn/s 19:28:47 19:08:01 87.38 3.75 83.63 2622.88 8630.22 19:28:47 19:09:01 343.35 0.15 343.20 22.11 98219.50 19:28:47 19:10:01 62.78 0.00 62.78 0.00 7075.87 19:28:47 19:11:01 53.50 0.03 53.46 1.07 5533.66 19:28:47 19:12:03 506.43 294.58 211.85 8650.70 144397.45 19:28:47 19:13:01 590.64 272.63 318.00 13397.18 174574.75 19:28:47 19:14:01 861.66 295.64 566.02 11019.78 234092.81 19:28:47 19:15:01 144.14 19.70 124.43 1956.03 19247.30 19:28:47 19:16:01 1.52 0.02 1.50 0.53 27.83 19:28:47 19:17:01 0.22 0.00 0.22 0.00 2.45 19:28:47 19:18:01 0.28 0.00 0.28 0.00 3.15 19:28:47 19:19:01 0.22 0.00 0.22 0.00 2.20 19:28:47 19:20:01 0.18 0.00 0.18 0.00 2.07 19:28:47 19:21:01 0.32 0.00 0.32 0.00 3.36 19:28:47 19:22:01 0.83 0.57 0.27 101.27 4.20 19:28:47 19:23:01 0.83 0.00 0.83 0.00 15.54 19:28:47 19:24:01 0.23 0.03 0.20 0.27 3.00 19:28:47 19:25:01 0.28 0.00 0.28 0.00 3.61 19:28:47 19:26:02 0.23 0.00 0.23 0.00 2.70 19:28:47 19:27:01 0.15 0.00 0.15 0.00 1.14 19:28:47 19:28:01 0.32 0.00 0.32 0.00 3.45 19:28:47 Average: 126.34 42.25 84.09 1791.11 32899.33 19:28:47 19:28:47 19:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:28:47 19:08:01 4935924 0 858264 10.72 2620 2212132 1586500 17.52 930748 1726004 318208 19:28:47 19:09:01 2757616 0 1185816 14.81 2620 4062888 1484588 16.39 1479552 3058108 160 19:28:47 19:10:01 3047104 0 1247088 15.57 2620 3712128 1724824 19.04 1459892 2856140 146096 19:28:47 19:11:01 3202648 0 1174488 14.66 2620 3629184 1343552 14.83 1277384 2877676 67868 19:28:47 19:12:03 824880 0 1694064 21.15 2620 5487376 4137092 45.68 1935808 4505760 65076 19:28:47 19:13:01 527156 0 1917888 23.95 2620 5561276 3737352 41.26 2896184 3792216 256696 19:28:47 19:14:01 1525948 0 1736056 21.68 2620 4744316 2892048 31.93 2579428 3086292 9772 19:28:47 19:15:01 3019780 0 1333436 16.65 2620 3653104 1580920 17.45 1368888 2853328 8 19:28:47 19:16:01 3030968 0 1322248 16.51 2620 3653104 1431508 15.80 1363100 2852592 8 19:28:47 19:17:01 3032268 0 1320940 16.49 2620 3653112 1429192 15.78 1389592 2826224 8 19:28:47 19:18:01 3032684 0 1320524 16.49 2620 3653112 1429108 15.78 1389504 2826220 8 19:28:47 19:19:01 3032776 0 1320428 16.49 2620 3653116 1429108 15.78 1388752 2826976 8 19:28:47 19:20:01 3032824 0 1320372 16.49 2620 3653124 1429108 15.78 1388760 2826976 8 19:28:47 19:21:01 3032948 0 1320248 16.48 2620 3653124 1429108 15.78 1388764 2826976 8 19:28:47 19:22:01 3028224 0 1322128 16.51 2620 3655968 1429192 15.78 1393988 2826276 24 19:28:47 19:23:01 3028024 0 1322328 16.51 2620 3655968 1429192 15.78 1393908 2826276 8 19:28:47 19:24:01 3027452 0 1322892 16.52 2620 3655976 1429388 15.78 1394492 2826284 20 19:28:47 19:25:01 3027996 0 1322344 16.51 2620 3655980 1429172 15.78 1393980 2826284 16 19:28:47 19:26:02 3027996 0 1322340 16.51 2620 3655984 1429172 15.78 1393980 2826288 8 19:28:47 19:27:01 3027800 0 1322532 16.51 2620 3655988 1429256 15.78 1394076 2826284 12 19:28:47 19:28:01 3028120 0 1322212 16.51 2620 3655988 1429172 15.78 1393988 2826284 12 19:28:47 Average: 2820530 0 1348983 16.84 2620 3836807 1765169 19.49 1523560 2929784 41144 19:28:47 19:28:47 19:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:28:47 19:08:01 eth0 1351.12 886.51 5804.92 117.21 0.00 0.00 0.00 0.00 19:28:47 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:08:01 veth1a88999 396.32 545.70 52.22 2672.28 0.00 0.00 0.00 0.00 19:28:47 19:08:01 docker0 396.32 545.56 46.80 2672.27 0.00 0.00 0.00 0.00 19:28:47 19:09:01 eth0 1040.55 790.17 5354.02 71.41 0.00 0.00 0.00 0.00 19:28:47 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:09:01 docker0 444.70 528.23 34.29 2059.41 0.00 0.00 0.00 0.00 19:28:47 19:10:01 vethf77fc12 0.33 0.47 0.03 0.05 0.00 0.00 0.00 0.00 19:28:47 19:10:01 eth0 39.97 23.21 35.41 15.54 0.00 0.00 0.00 0.00 19:28:47 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:10:01 docker0 0.33 0.33 0.02 0.04 0.00 0.00 0.00 0.00 19:28:47 19:11:01 vethf77fc12 1.83 1.83 0.14 0.14 0.00 0.00 0.00 0.00 19:28:47 19:11:01 eth0 22.60 12.97 17.03 9.20 0.00 0.00 0.00 0.00 19:28:47 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:11:01 docker0 1.83 1.83 0.12 0.14 0.00 0.00 0.00 0.00 19:28:47 19:12:03 vethf0768de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:12:03 veth094e7d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:12:03 eth0 270.87 178.64 1669.88 133.90 0.00 0.00 0.00 0.00 19:28:47 19:12:03 veth9c816a3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:13:01 veth6b36e72 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:28:47 19:13:01 veth9f0cc4b 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 19:28:47 19:13:01 veth5f0da79 0.03 0.24 0.00 0.02 0.00 0.00 0.00 0.00 19:28:47 19:13:01 eth0 100.90 74.75 197.02 16.84 0.00 0.00 0.00 0.00 19:28:47 19:14:01 vethf737c8a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:28:47 19:14:01 veth6cd945d 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:28:47 19:14:01 eth0 322.89 163.19 1866.46 31.39 0.00 0.00 0.00 0.00 19:28:47 19:14:01 veth8dc65f8 0.00 1.30 0.00 0.07 0.00 0.00 0.00 0.00 19:28:47 19:15:01 eth0 61.16 40.59 125.12 122.55 0.00 0.00 0.00 0.00 19:28:47 19:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:28:47 19:15:01 docker0 970.99 1289.14 89.98 5601.01 0.00 0.00 0.00 0.00 19:28:47 19:16:01 eth0 0.35 0.35 0.02 0.03 0.00 0.00 0.00 0.00 19:28:47 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:17:01 eth0 0.55 0.43 0.45 0.06 0.00 0.00 0.00 0.00 19:28:47 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:18:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 19:28:47 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:28:47 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:20:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:28:47 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:21:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:22:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:28:47 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:23:01 eth0 0.63 0.20 0.20 0.01 0.00 0.00 0.00 0.00 19:28:47 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:24:01 eth0 0.48 0.38 0.27 0.20 0.00 0.00 0.00 0.00 19:28:47 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:25:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:28:47 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:26:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:28:47 19:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:27:01 eth0 0.19 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:28:47 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:28:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:28:47 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 Average: eth0 153.39 103.68 720.39 24.87 0.00 0.00 0.00 0.00 19:28:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:47 Average: docker0 46.29 61.46 4.29 267.02 0.00 0.00 0.00 0.00 19:28:47 19:28:47 19:28:47 ---> sar -P ALL: 19:28:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/18/21 _x86_64_ (2 CPU) 19:28:47 19:28:47 19:06:27 LINUX RESTART (2 CPU) 19:28:47 19:28:47 19:07:01 CPU %user %nice %system %iowait %steal %idle 19:28:47 19:08:01 all 20.70 0.00 4.40 2.09 0.08 72.72 19:28:47 19:08:01 0 24.82 0.00 5.21 1.64 0.09 68.25 19:28:47 19:08:01 1 16.67 0.00 3.61 2.54 0.07 77.11 19:28:47 19:09:01 all 22.03 0.00 11.28 4.36 0.09 62.24 19:28:47 19:09:01 0 21.81 0.00 11.78 4.25 0.09 62.08 19:28:47 19:09:01 1 22.25 0.00 10.80 4.48 0.09 62.39 19:28:47 19:10:01 all 55.31 0.00 6.43 0.47 0.13 37.66 19:28:47 19:10:01 0 55.57 0.00 6.47 0.42 0.13 37.41 19:28:47 19:10:01 1 55.05 0.00 6.39 0.52 0.13 37.91 19:28:47 19:11:01 all 40.89 0.00 5.86 0.35 0.09 52.80 19:28:47 19:11:01 0 40.64 0.00 5.86 0.39 0.09 53.02 19:28:47 19:11:01 1 41.15 0.00 5.87 0.32 0.09 52.58 19:28:47 19:12:03 all 32.32 0.00 11.38 21.60 0.11 34.59 19:28:47 19:12:03 0 32.80 0.00 11.31 21.22 0.11 34.56 19:28:47 19:12:03 1 31.84 0.00 11.45 21.99 0.11 34.62 19:28:47 19:13:01 all 64.59 0.00 17.17 15.08 0.14 3.02 19:28:47 19:13:01 0 64.87 0.00 16.57 15.07 0.13 3.36 19:28:47 19:13:01 1 64.32 0.00 17.76 15.08 0.15 2.68 19:28:47 19:14:01 all 61.06 0.00 21.69 15.39 0.14 1.72 19:28:47 19:14:01 0 59.30 0.00 22.68 15.24 0.13 2.65 19:28:47 19:14:01 1 62.82 0.00 20.69 15.54 0.15 0.80 19:28:47 19:15:01 all 30.19 0.00 5.96 1.30 0.08 62.47 19:28:47 19:15:01 0 30.07 0.00 5.79 1.06 0.07 63.00 19:28:47 19:15:01 1 30.31 0.00 6.12 1.54 0.09 61.94 19:28:47 19:16:01 all 0.18 0.00 0.07 0.00 0.01 99.74 19:28:47 19:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:28:47 19:16:01 1 0.33 0.00 0.10 0.00 0.02 99.55 19:28:47 19:17:01 all 0.18 0.00 0.07 0.00 0.03 99.72 19:28:47 19:17:01 0 0.03 0.00 0.08 0.00 0.02 99.87 19:28:47 19:17:01 1 0.33 0.00 0.05 0.00 0.03 99.58 19:28:47 19:18:01 all 0.16 0.00 0.03 0.00 0.01 99.80 19:28:47 19:18:01 0 0.27 0.00 0.00 0.00 0.00 99.73 19:28:47 19:18:01 1 0.05 0.00 0.07 0.00 0.02 99.87 19:28:47 19:28:47 19:18:01 CPU %user %nice %system %iowait %steal %idle 19:28:47 19:19:01 all 0.15 0.00 0.03 0.00 0.03 99.80 19:28:47 19:19:01 0 0.27 0.00 0.02 0.00 0.02 99.70 19:28:47 19:19:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:28:47 19:20:01 all 0.14 0.00 0.03 0.00 0.02 99.82 19:28:47 19:20:01 0 0.22 0.00 0.02 0.00 0.00 99.77 19:28:47 19:20:01 1 0.07 0.00 0.03 0.00 0.03 99.87 19:28:47 19:21:01 all 0.17 0.00 0.03 0.00 0.03 99.78 19:28:47 19:21:01 0 0.28 0.00 0.02 0.00 0.02 99.68 19:28:47 19:21:01 1 0.05 0.00 0.03 0.00 0.03 99.88 19:28:47 19:22:01 all 0.07 0.00 0.05 0.02 0.02 99.85 19:28:47 19:22:01 0 0.10 0.00 0.05 0.03 0.02 99.80 19:28:47 19:22:01 1 0.03 0.00 0.05 0.00 0.02 99.90 19:28:47 19:23:01 all 0.17 0.00 0.03 0.00 0.02 99.78 19:28:47 19:23:01 0 0.28 0.00 0.03 0.00 0.02 99.67 19:28:47 19:23:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:28:47 19:24:01 all 0.16 0.00 0.03 0.00 0.02 99.80 19:28:47 19:24:01 0 0.13 0.00 0.02 0.00 0.02 99.83 19:28:47 19:24:01 1 0.18 0.00 0.03 0.00 0.02 99.77 19:28:47 19:25:01 all 0.21 0.00 0.03 0.00 0.02 99.75 19:28:47 19:25:01 0 0.38 0.00 0.03 0.00 0.02 99.57 19:28:47 19:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:28:47 19:26:02 all 0.23 0.00 0.03 0.00 0.02 99.72 19:28:47 19:26:02 0 0.45 0.00 0.02 0.00 0.02 99.52 19:28:47 19:26:02 1 0.02 0.00 0.03 0.00 0.02 99.93 19:28:47 19:27:01 all 0.18 0.00 0.02 0.00 0.02 99.79 19:28:47 19:27:01 0 0.32 0.00 0.00 0.00 0.00 99.68 19:28:47 19:27:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:28:47 19:28:01 all 0.14 0.00 0.03 0.00 0.01 99.82 19:28:47 19:28:01 0 0.23 0.00 0.03 0.00 0.00 99.73 19:28:47 19:28:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:28:47 Average: all 14.84 0.00 3.81 2.73 0.05 78.58 19:28:47 Average: 0 15.01 0.00 3.87 2.67 0.04 78.40 19:28:47 Average: 1 14.66 0.00 3.74 2.79 0.05 78.76 19:28:47 19:28:47 19:28:47