Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42+c53c6110231c23d325d1b3c1e00c5fc26ac542f6 (52714130654ddc09c968b7bf326c0b1d1ec425ac) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6416 in /w/workspace/edgexfoundry_edgex-go_PR-2815 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2815/head:refs/remotes/origin/PR-2815 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c53c6110231c23d325d1b3c1e00c5fc26ac542f6 into PR head commit 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 Merge succeeded, producing 676d53a6071f35a6a1590384e49718c4dfbacbe8 Checking out Revision 676d53a6071f35a6a1590384e49718c4dfbacbe8 (PR-2815) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 676d53a6071f35a6a1590384e49718c4dfbacbe8 # timeout=10 Commit message: "Merge commit 'c53c6110231c23d325d1b3c1e00c5fc26ac542f6' into HEAD" > git rev-list --no-walk 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T00:30:04.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T00:30:04.409Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T00:30:04.570Z] ========================================================= [2020-10-20T00:30:04.570Z] EdgeX Global Pipelines Version Info [2020-10-20T00:30:04.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:30:06.538Z] ------------------- [2020-10-20T00:30:06.538Z] stable info: [2020-10-20T00:30:06.538Z] ------------------- [2020-10-20T00:30:06.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T00:30:06.538Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T00:30:06.538Z] Message: update stable to v1.0.144 [2020-10-20T00:30:07.114Z] ------------------- [2020-10-20T00:30:07.114Z] experimental info: [2020-10-20T00:30:07.114Z] ------------------- [2020-10-20T00:30:07.114Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T00:30:07.114Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T00:30:07.114Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T00:30:07.402Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T00:30:07.485Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T00:30:07.586Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T00:30:07.670Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T00:30:07.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T00:30:07.861Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T00:30:07.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T00:30:08.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T00:30:08.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T00:30:08.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T00:30:08.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T00:30:08.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T00:30:08.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T00:30:08.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T00:30:08.842Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T00:30:08.930Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T00:30:09.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T00:30:09.132Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T00:30:09.219Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T00:30:09.354Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T00:30:09.461Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T00:30:09.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2815 [Pipeline] echo [2020-10-20T00:30:09.645Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2815 [Pipeline] echo [2020-10-20T00:30:09.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2815 [Pipeline] echo [2020-10-20T00:30:09.834Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 676d53a6071f35a6a1590384e49718c4dfbacbe8 [Pipeline] echo [2020-10-20T00:30:09.941Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 676d53a [Pipeline] echo [2020-10-20T00:30:10.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T00:30:10.524Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T00:30:10.525Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T00:30:10.525Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T00:30:10.525Z] ++ cut -d/ -f2 [2020-10-20T00:30:10.525Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T00:30:10.613Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:30:12.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:30:12.700Z] [2020-10-20T00:30:12.700Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:30:13.053Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:30:13.053Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T00:30:13.053Z] 31603596830f: Pulling fs layer [2020-10-20T00:30:13.053Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T00:30:13.053Z] 6ca5941a6612: Pulling fs layer [2020-10-20T00:30:13.053Z] ecc8261a40a4: Pulling fs layer [2020-10-20T00:30:13.053Z] ecc8261a40a4: Waiting [2020-10-20T00:30:13.053Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T00:30:13.053Z] 2a8b12db71e7: Download complete [2020-10-20T00:30:13.319Z] 31603596830f: Verifying Checksum [2020-10-20T00:30:13.319Z] 31603596830f: Download complete [2020-10-20T00:30:13.319Z] 6ca5941a6612: Verifying Checksum [2020-10-20T00:30:13.319Z] 6ca5941a6612: Download complete [2020-10-20T00:30:13.319Z] ecc8261a40a4: Verifying Checksum [2020-10-20T00:30:13.319Z] ecc8261a40a4: Download complete [2020-10-20T00:30:13.587Z] 31603596830f: Pull complete [2020-10-20T00:30:13.587Z] 2a8b12db71e7: Pull complete [2020-10-20T00:30:14.535Z] 6ca5941a6612: Pull complete [2020-10-20T00:30:14.535Z] ecc8261a40a4: Pull complete [2020-10-20T00:30:14.535Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T00:30:14.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:30:14.535Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T00:30:14.638Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T00:30:14.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T00:30:17.190Z] $ docker top 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T00:30:17.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T00:30:17.594Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T00:30:17.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T00:30:17.813Z] $ docker exec 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae ssh-agent [2020-10-20T00:30:18.008Z] SSH_AUTH_SOCK=/tmp/ssh-U335qJrstzDC/agent.11 [2020-10-20T00:30:18.008Z] SSH_AGENT_PID=16 [2020-10-20T00:30:18.042Z] Running ssh-add (command line suppressed) [2020-10-20T00:30:18.163Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3609657242598244571.key (/w/workspace/edgex-go/2@tmp/private_key_3609657242598244571.key) [2020-10-20T00:30:18.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T00:30:18.664Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T00:30:18.690Z] $ docker exec --env ******** --env ******** 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae ssh-agent -k [2020-10-20T00:30:18.805Z] unset SSH_AUTH_SOCK; [2020-10-20T00:30:18.806Z] unset SSH_AGENT_PID; [2020-10-20T00:30:18.806Z] echo Agent pid 16 killed; [2020-10-20T00:30:18.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T00:30:18.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T00:30:18.993Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T00:30:19.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T00:30:19.167Z] $ docker exec 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae ssh-agent [2020-10-20T00:30:19.324Z] SSH_AUTH_SOCK=/tmp/ssh-QTpV3CKKZ41z/agent.45 [2020-10-20T00:30:19.324Z] SSH_AGENT_PID=50 [2020-10-20T00:30:19.333Z] Running ssh-add (command line suppressed) [2020-10-20T00:30:19.471Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4813031656943737427.key (/w/workspace/edgex-go/2@tmp/private_key_4813031656943737427.key) [2020-10-20T00:30:19.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T00:30:19.859Z] + git semver init [2020-10-20T00:30:19.859Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T00:30:19.859Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-10-20T00:30:19.859Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-10-20T00:30:19.859Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T00:30:19.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T00:30:19.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T00:30:19.859Z] # $SEMVER_BRANCH = PR-2815 [2020-10-20T00:30:19.859Z] # $SEMVER_TEMP = /tmp/semver-134777865 [2020-10-20T00:30:19.859Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T00:30:41.886Z] # '/tmp/semver-134777865' -> '/w/workspace/edgex-go/2/.semver' [2020-10-20T00:30:41.886Z] # -> Force: false [2020-10-20T00:30:41.886Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-10-20T00:30:41.903Z] $ docker exec --env ******** --env ******** 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae ssh-agent -k [2020-10-20T00:30:42.122Z] unset SSH_AUTH_SOCK; [2020-10-20T00:30:42.122Z] unset SSH_AGENT_PID; [2020-10-20T00:30:42.122Z] echo Agent pid 50 killed; [2020-10-20T00:30:42.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T00:30:42.712Z] + git semver [Pipeline] } [2020-10-20T00:30:42.733Z] $ docker stop --time=1 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae [2020-10-20T00:30:44.389Z] $ docker rm -f 78f61697e08768d95be62a53ec01ee970b4d14f79abdb3243c581bfb71ac45ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T00:30:44.965Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T00:30:45.498Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T00:30:45.501Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-20T00:30:46.217Z] ========================================================= [2020-10-20T00:30:46.217Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T00:30:46.218Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:30:46.563Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-20T00:30:49.923Z] Sending build context to Docker daemon 325.3MB [2020-10-20T00:30:49.923Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T00:30:49.923Z] Step 2/7 : FROM ${BASE} [2020-10-20T00:30:49.923Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T00:30:49.923Z] df20fa9351a1: Pulling fs layer [2020-10-20T00:30:49.923Z] ed8968b2872e: Pulling fs layer [2020-10-20T00:30:49.923Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T00:30:49.923Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T00:30:49.923Z] e73272ec9a57: Pulling fs layer [2020-10-20T00:30:49.923Z] 1e910a182e73: Pulling fs layer [2020-10-20T00:30:49.923Z] 4e634b169226: Pulling fs layer [2020-10-20T00:30:49.923Z] e73272ec9a57: Waiting [2020-10-20T00:30:49.923Z] 1e910a182e73: Waiting [2020-10-20T00:30:49.923Z] 4e634b169226: Waiting [2020-10-20T00:30:49.923Z] e871e8e8d7a9: Waiting [2020-10-20T00:30:49.923Z] a92cc7c5fd73: Download complete [2020-10-20T00:30:49.923Z] ed8968b2872e: Verifying Checksum [2020-10-20T00:30:49.923Z] ed8968b2872e: Download complete [2020-10-20T00:30:49.923Z] e73272ec9a57: Download complete [2020-10-20T00:30:49.923Z] 1e910a182e73: Download complete [2020-10-20T00:30:49.923Z] df20fa9351a1: Verifying Checksum [2020-10-20T00:30:49.923Z] df20fa9351a1: Download complete [2020-10-20T00:30:50.510Z] df20fa9351a1: Pull complete [2020-10-20T00:30:51.084Z] ed8968b2872e: Pull complete [2020-10-20T00:30:51.084Z] a92cc7c5fd73: Pull complete [2020-10-20T00:30:52.048Z] 4e634b169226: Verifying Checksum [2020-10-20T00:30:52.048Z] 4e634b169226: Download complete [2020-10-20T00:30:53.013Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T00:30:53.013Z] e871e8e8d7a9: Download complete [2020-10-20T00:30:58.350Z] e871e8e8d7a9: Pull complete [2020-10-20T00:30:58.350Z] e73272ec9a57: Pull complete [2020-10-20T00:30:58.350Z] 1e910a182e73: Pull complete [2020-10-20T00:31:01.001Z] Still waiting to schedule task [2020-10-20T00:31:01.001Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T00:31:03.693Z] 4e634b169226: Pull complete [2020-10-20T00:31:03.693Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T00:31:03.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T00:31:03.693Z] ---> f7629b54cfaa [2020-10-20T00:31:03.693Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-20T00:31:03.958Z] ---> Running in 0a04658d074c [2020-10-20T00:31:04.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:31:05.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:31:07.856Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T00:31:08.429Z] (2/12) Installing file (5.38-r0) [2020-10-20T00:31:08.691Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T00:31:08.691Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T00:31:30.706Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T00:31:30.706Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T00:31:30.706Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T00:31:30.706Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T00:31:30.706Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T00:31:30.706Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T00:31:30.706Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T00:31:30.706Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T00:31:30.706Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:31:30.706Z] OK: 233 MiB in 51 packages [2020-10-20T00:31:33.275Z] Removing intermediate container 0a04658d074c [2020-10-20T00:31:33.275Z] ---> 3feb85fb574b [2020-10-20T00:31:33.275Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T00:31:33.275Z] ---> Running in 48742445cb08 [2020-10-20T00:31:33.275Z] Removing intermediate container 48742445cb08 [2020-10-20T00:31:33.275Z] ---> 7cd64804d9ac [2020-10-20T00:31:33.275Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T00:31:33.541Z] latest: Pulling from library/docker [2020-10-20T00:31:33.541Z] df20fa9351a1: Already exists [2020-10-20T00:31:33.541Z] 25ad7478873d: Pulling fs layer [2020-10-20T00:31:33.541Z] 4684f6177b5d: Pulling fs layer [2020-10-20T00:31:33.541Z] 8ba584e970af: Pulling fs layer [2020-10-20T00:31:33.541Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T00:31:33.541Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T00:31:33.541Z] fca0ccc462d5: Pulling fs layer [2020-10-20T00:31:33.541Z] 3cdc74d2b06d: Waiting [2020-10-20T00:31:33.541Z] 4cf5a0d07c1f: Waiting [2020-10-20T00:31:33.541Z] fca0ccc462d5: Waiting [2020-10-20T00:31:33.812Z] 4684f6177b5d: Verifying Checksum [2020-10-20T00:31:33.812Z] 4684f6177b5d: Download complete [2020-10-20T00:31:33.812Z] 25ad7478873d: Download complete [2020-10-20T00:31:33.812Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-20T00:31:33.812Z] 4cf5a0d07c1f: Download complete [2020-10-20T00:31:33.812Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T00:31:33.814Z] 3cdc74d2b06d: Download complete [2020-10-20T00:31:34.084Z] fca0ccc462d5: Verifying Checksum [2020-10-20T00:31:34.084Z] fca0ccc462d5: Download complete [2020-10-20T00:31:34.084Z] 25ad7478873d: Pull complete [2020-10-20T00:31:34.084Z] 4684f6177b5d: Pull complete [2020-10-20T00:31:35.486Z] 8ba584e970af: Verifying Checksum [2020-10-20T00:31:35.486Z] 8ba584e970af: Download complete [2020-10-20T00:31:38.066Z] 8ba584e970af: Pull complete [2020-10-20T00:31:38.066Z] 3cdc74d2b06d: Pull complete [2020-10-20T00:31:38.066Z] 4cf5a0d07c1f: Pull complete [2020-10-20T00:31:38.066Z] fca0ccc462d5: Pull complete [2020-10-20T00:31:38.332Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T00:31:38.332Z] Status: Downloaded newer image for docker:latest [2020-10-20T00:31:39.786Z] ---> 041a368b35d0 [2020-10-20T00:31:39.786Z] Step 6/7 : COPY go.mod . [2020-10-20T00:31:40.057Z] ---> c0a7b31796a3 [2020-10-20T00:31:40.057Z] Step 7/7 : RUN go mod download [2020-10-20T00:31:40.057Z] ---> Running in 9210067dfb38 [2020-10-20T00:32:02.103Z] Removing intermediate container 9210067dfb38 [2020-10-20T00:32:02.103Z] ---> 9d9667fb08e8 [2020-10-20T00:32:02.103Z] Successfully built 9d9667fb08e8 [2020-10-20T00:32:02.366Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:32:02.690Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T00:32:02.691Z] . [Pipeline] withDockerContainer [2020-10-20T00:32:02.825Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T00:32:02.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T00:32:03.691Z] $ docker top 6704cbe77b17c845b9d011a6b87d674e7aa9bd078107baebe5ad328431520d9d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:32:04.183Z] + go version [2020-10-20T00:32:04.183Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T00:32:04.198Z] $ docker stop --time=1 6704cbe77b17c845b9d011a6b87d674e7aa9bd078107baebe5ad328431520d9d [2020-10-20T00:32:05.546Z] $ docker rm -f 6704cbe77b17c845b9d011a6b87d674e7aa9bd078107baebe5ad328431520d9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:32:06.418Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T00:32:06.418Z] . [Pipeline] withDockerContainer [2020-10-20T00:32:06.515Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T00:32:06.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T00:32:07.647Z] $ docker top 0a1427c26924d9e18142c70e48338034aa96d7e4f77603bbb66234f551a10cdb -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-20T00:32:07.837Z] ========================================================= [2020-10-20T00:32:07.837Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-20T00:32:07.837Z] ========================================================= [Pipeline] sh [2020-10-20T00:32:08.125Z] + make test [2020-10-20T00:32:08.125Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-20T00:32:10.699Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-20T00:32:20.811Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-20T00:32:27.533Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-20T00:32:27.533Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-20T00:32:27.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-20T00:32:27.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-20T00:32:28.506Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-10-20T00:32:28.506Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-20T00:32:28.506Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-20T00:32:28.506Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-20T00:32:29.100Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-20T00:32:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-20T00:32:29.647Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-20T00:32:29.647Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-20T00:32:29.647Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-20T00:32:33.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.035s coverage: 46.6% of statements [2020-10-20T00:32:33.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-20T00:32:33.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-20T00:32:33.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-20T00:32:33.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-20T00:32:33.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-20T00:32:37.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.064s coverage: 27.1% of statements [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-20T00:32:37.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-20T00:32:37.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.014s coverage: 100.0% of statements [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-20T00:32:37.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.338s coverage: 85.5% of statements [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-20T00:32:37.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.017s coverage: 88.9% of statements [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-20T00:32:37.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-20T00:32:38.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.107s coverage: 28.6% of statements [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-20T00:32:38.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-20T00:32:38.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements [2020-10-20T00:32:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-20T00:32:38.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.029s coverage: 86.7% of statements [2020-10-20T00:32:38.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-20T00:32:38.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.033s coverage: 97.5% of statements [2020-10-20T00:32:38.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-20T00:32:38.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.042s coverage: 100.0% of statements [2020-10-20T00:32:38.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-20T00:32:38.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-20T00:32:38.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-20T00:32:38.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-20T00:32:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.062s coverage: 97.6% of statements [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-20T00:32:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-20T00:32:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.032s coverage: 0.0% of statements [no tests to run] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-20T00:32:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-20T00:32:40.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.059s coverage: 63.5% of statements [2020-10-20T00:32:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-20T00:32:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-20T00:32:40.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-10-20T00:32:40.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 91.3% of statements [2020-10-20T00:32:40.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.008s coverage: 100.0% of statements [2020-10-20T00:32:40.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2020-10-20T00:32:41.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.006s coverage: 100.0% of statements [2020-10-20T00:32:42.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.131s coverage: 55.9% of statements [2020-10-20T00:32:42.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-20T00:32:42.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-20T00:32:42.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-20T00:32:42.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.382s coverage: 86.3% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.409s coverage: 72.2% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.168s coverage: 72.1% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 36.5% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.063s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.017s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.023s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.057s coverage: 29.1% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-20T00:32:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-20T00:32:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-20T00:32:52.466Z] GO111MODULE=on go vet ./... [2020-10-20T00:32:59.094Z] gofmt -l . [2020-10-20T00:32:59.094Z] [ "`gofmt -l .`" = "" ] [2020-10-20T00:32:59.094Z] ./bin/test-go-mod-tidy.sh [2020-10-20T00:32:59.676Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-20T00:33:01.908Z] + ls -al . [2020-10-20T00:33:01.908Z] total 608 [2020-10-20T00:33:01.908Z] drwxrwxr-x 10 1001 1001 4096 Oct 20 00:33 . [2020-10-20T00:33:01.908Z] drwxr-xr-x 4 root root 28 Oct 20 00:32 .. [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 11 Oct 20 00:29 .dockerignore [2020-10-20T00:33:01.908Z] drwxrwxr-x 8 1001 1001 179 Oct 20 00:30 .git [2020-10-20T00:33:01.908Z] drwxrwxr-x 3 1001 1001 125 Oct 20 00:29 .github [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 932 Oct 20 00:29 .gitignore [2020-10-20T00:33:01.908Z] drwx------ 3 1001 1001 47 Oct 20 00:30 .semver [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 166 Oct 20 00:29 .sonarcloud.properties [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 3804 Oct 20 00:29 CONTRIBUTING.md [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 1035 Oct 20 00:29 Dockerfile.build [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 863 Oct 20 00:29 Jenkinsfile [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 10775 Oct 20 00:29 LICENSE [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 6237 Oct 20 00:29 Makefile [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 6447 Oct 20 00:29 README.md [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 259 Oct 20 00:29 SECURITY.md [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 5 Oct 20 00:30 VERSION [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 4131 Oct 20 00:29 ZMQWindows.md [2020-10-20T00:33:01.908Z] drwxrwxr-x 2 1001 1001 117 Oct 20 00:29 bin [2020-10-20T00:33:01.908Z] drwxrwxr-x 15 1001 1001 4096 Oct 20 00:29 cmd [2020-10-20T00:33:01.908Z] -rw-r--r-- 1 root root 514268 Oct 20 00:32 coverage.out [2020-10-20T00:33:01.908Z] -rw-r--r-- 1 root root 1041 Oct 20 00:32 go.mod [2020-10-20T00:33:01.908Z] -rw-r--r-- 1 root root 18775 Oct 20 00:32 go.sum [2020-10-20T00:33:01.908Z] drwxrwxr-x 8 1001 1001 127 Oct 20 00:29 internal [2020-10-20T00:33:01.908Z] drwxrwxr-x 4 1001 1001 26 Oct 20 00:29 openapi [2020-10-20T00:33:01.908Z] drwxrwxr-x 4 1001 1001 71 Oct 20 00:29 snap [2020-10-20T00:33:01.908Z] -rw-rw-r-- 1 1001 1001 168 Oct 20 00:29 version.go [Pipeline] sh [2020-10-20T00:33:02.221Z] + '[' -e coverage.out ] [2020-10-20T00:33:02.221Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-20T00:33:02.458Z] Stashed 1 file(s) [Pipeline] sh [2020-10-20T00:33:02.764Z] + make build [2020-10-20T00:33:02.765Z] 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 [2020-10-20T00:33:10.985Z] 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 [2020-10-20T00:33:14.315Z] 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 [2020-10-20T00:33:16.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T00:33:17.197Z] 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 [2020-10-20T00:33:18.600Z] 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 [2020-10-20T00:33:18.862Z] 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 [2020-10-20T00:33:20.799Z] 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 [2020-10-20T00:33:22.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T00:33:23.077Z] 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 [2020-10-20T00:33:24.045Z] 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 [2020-10-20T00:33:25.454Z] 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 [2020-10-20T00:33:26.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-20T00:33:27.455Z] $ docker stop --time=1 0a1427c26924d9e18142c70e48338034aa96d7e4f77603bbb66234f551a10cdb [2020-10-20T00:33:29.025Z] $ docker rm -f 0a1427c26924d9e18142c70e48338034aa96d7e4f77603bbb66234f551a10cdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:33:32.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T00:33:32.680Z] [2020-10-20T00:33:32.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:33:33.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T00:33:33.034Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T00:33:33.034Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T00:33:33.034Z] ca9280d653b3: Pulling fs layer [2020-10-20T00:33:33.034Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T00:33:33.034Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T00:33:33.034Z] cbdbe7a5bc2a: Download complete [2020-10-20T00:33:33.613Z] cbdbe7a5bc2a: Pull complete [2020-10-20T00:33:33.613Z] ca9280d653b3: Verifying Checksum [2020-10-20T00:33:33.613Z] ca9280d653b3: Download complete [2020-10-20T00:33:35.016Z] ca9280d653b3: Pull complete [2020-10-20T00:33:35.016Z] 7e9c9ca2126c: Verifying Checksum [2020-10-20T00:33:35.016Z] 7e9c9ca2126c: Download complete [2020-10-20T00:33:43.193Z] 7e9c9ca2126c: Pull complete [2020-10-20T00:33:43.193Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T00:33:43.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T00:33:43.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T00:33:43.367Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T00:33:43.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T00:33:45.254Z] $ docker top 582027ffad0d716fc4f6e2f38b73e35a46a68e8221893ac418b8a246e5a53534 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:33:45.746Z] + docker-compose build --help [2020-10-20T00:33:45.746Z] + grep parallel [2020-10-20T00:33:46.696Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T00:33:46.974Z] $ docker stop --time=1 582027ffad0d716fc4f6e2f38b73e35a46a68e8221893ac418b8a246e5a53534 [2020-10-20T00:33:48.345Z] $ docker rm -f 582027ffad0d716fc4f6e2f38b73e35a46a68e8221893ac418b8a246e5a53534 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:33:49.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T00:33:49.016Z] . [Pipeline] withDockerContainer [2020-10-20T00:33:49.128Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T00:33:49.180Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T00:33:49.842Z] $ docker top 235f492c7056963042faa070c79d7379d04fde05ee3cd69089724d5c95011c93 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:33:50.373Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T00:33:51.775Z] Building docker-core-command-go ... [2020-10-20T00:33:51.775Z] Building docker-core-data-go ... [2020-10-20T00:33:51.775Z] Building docker-core-metadata-go ... [2020-10-20T00:33:51.775Z] Building docker-security-proxy-setup-go ... [2020-10-20T00:33:51.775Z] Building docker-security-secrets-setup-go ... [2020-10-20T00:33:51.775Z] Building docker-security-secretstore-setup-go ... [2020-10-20T00:33:51.775Z] Building docker-support-logging-go ... [2020-10-20T00:33:51.775Z] Building docker-support-notifications-go ... [2020-10-20T00:33:51.775Z] Building docker-support-scheduler-go ... [2020-10-20T00:33:51.775Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T00:33:51.775Z] Building docker-security-secretstore-setup-go [2020-10-20T00:33:51.775Z] Building docker-security-secrets-setup-go [2020-10-20T00:33:51.775Z] Building docker-security-proxy-setup-go [2020-10-20T00:33:51.775Z] Building docker-support-notifications-go [2020-10-20T00:33:51.775Z] Building docker-support-logging-go [2020-10-20T00:33:59.845Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6429 in /w/workspace/edgexfoundry_edgex-go_PR-2815 [Pipeline] { [Pipeline] ws [2020-10-20T00:33:59.920Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-10-20T00:34:05.575Z] using credential edgex-jenkins-ssh [2020-10-20T00:34:05.647Z] Cloning the remote Git repository [2020-10-20T00:34:05.725Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:34:05.846Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-20T00:34:05.940Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:34:05.942Z] > git --version # timeout=10 [2020-10-20T00:34:05.967Z] > git --version # 'git version 2.17.1' [2020-10-20T00:34:05.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:34:06.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:34:24.371Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:34:24.371Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T00:34:24.371Z] ---> 9d9667fb08e8 [2020-10-20T00:34:24.371Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T00:34:24.371Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:34:24.371Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:34:24.371Z] ---> 9d9667fb08e8 [2020-10-20T00:34:24.371Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T00:34:24.371Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:34:24.371Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:34:24.371Z] ---> 9d9667fb08e8 [2020-10-20T00:34:24.371Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T00:34:24.371Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:34:24.371Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:34:24.371Z] ---> 9d9667fb08e8 [2020-10-20T00:34:24.371Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:34:24.371Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:34:24.371Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:34:24.371Z] ---> 9d9667fb08e8 [2020-10-20T00:34:24.371Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T00:34:24.371Z] ---> Running in 81293db78890 [2020-10-20T00:34:24.371Z] ---> Running in a5c2f9c2deaf [2020-10-20T00:34:24.371Z] ---> Running in b4aa2e32d5cf [2020-10-20T00:34:24.371Z] ---> Running in bc74cabb7718 [2020-10-20T00:34:24.371Z] ---> Running in 0454b2d0cb3e [2020-10-20T00:34:24.371Z] Removing intermediate container 81293db78890 [2020-10-20T00:34:24.372Z] ---> 8aac414c031a [2020-10-20T00:34:24.372Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:34:24.372Z] Removing intermediate container bc74cabb7718 [2020-10-20T00:34:24.372Z] ---> f912885a7d5b [2020-10-20T00:34:24.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:34:24.372Z] Removing intermediate container a5c2f9c2deaf [2020-10-20T00:34:24.372Z] ---> 9b03dc4805f9 [2020-10-20T00:34:24.372Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:34:24.372Z] Removing intermediate container 0454b2d0cb3e [2020-10-20T00:34:24.372Z] ---> c47dd3f8b6f8 [2020-10-20T00:34:24.372Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:34:24.372Z] Removing intermediate container b4aa2e32d5cf [2020-10-20T00:34:24.372Z] ---> 35e8c31d4ed1 [2020-10-20T00:34:24.372Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T00:34:24.372Z] ---> Running in 9c16e5415cbd [2020-10-20T00:34:24.372Z] ---> Running in ef54f863efa0 [2020-10-20T00:34:24.372Z] ---> Running in be603efdcbe6 [2020-10-20T00:34:24.372Z] ---> Running in d94a4fc5690f [2020-10-20T00:34:24.372Z] ---> Running in 85dc42bd57c2 [2020-10-20T00:34:24.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:24.974Z] Removing intermediate container 9c16e5415cbd [2020-10-20T00:34:24.974Z] ---> b78f3435920d [2020-10-20T00:34:24.974Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T00:34:24.974Z] ---> Running in 84018b3b8db8 [2020-10-20T00:34:24.974Z] Removing intermediate container be603efdcbe6 [2020-10-20T00:34:24.974Z] ---> e654edd6348d [2020-10-20T00:34:24.974Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T00:34:25.251Z] ---> Running in c5b7f4cd5df6 [2020-10-20T00:34:25.251Z] Removing intermediate container ef54f863efa0 [2020-10-20T00:34:25.251Z] ---> dcadef507ea0 [2020-10-20T00:34:25.251Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T00:34:25.521Z] Removing intermediate container d94a4fc5690f [2020-10-20T00:34:25.521Z] ---> 615a16c0e21d [2020-10-20T00:34:25.521Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T00:34:25.521Z] ---> Running in c0afdc10c34e [2020-10-20T00:34:25.798Z] ---> Running in dfc890e978d8 [2020-10-20T00:34:26.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:26.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:26.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:26.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:27.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:29.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:30.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:30.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:32.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:34:39.218Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:34:39.218Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:34:39.218Z] OK: 12752 distinct packages available [2020-10-20T00:34:39.218Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:39.218Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:34:39.218Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:34:39.218Z] OK: 12752 distinct packages available [2020-10-20T00:34:39.218Z] Removing intermediate container 85dc42bd57c2 [2020-10-20T00:34:39.218Z] ---> 42012e99d1e1 [2020-10-20T00:34:39.218Z] Step 5/29 : COPY go.mod . [2020-10-20T00:34:39.218Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:34:39.218Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:34:39.218Z] OK: 12752 distinct packages available [2020-10-20T00:34:39.218Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:39.218Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:34:39.218Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:34:39.218Z] OK: 12752 distinct packages available [2020-10-20T00:34:39.218Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:39.218Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:39.218Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:39.218Z] ---> cab4c72d413c [2020-10-20T00:34:39.218Z] Step 6/29 : RUN go mod download [2020-10-20T00:34:39.218Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:34:39.218Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:34:39.218Z] OK: 12752 distinct packages available [2020-10-20T00:34:39.218Z] ---> Running in 983596207ac7 [2020-10-20T00:34:39.485Z] OK: 233 MiB in 51 packages [2020-10-20T00:34:40.076Z] Removing intermediate container c5b7f4cd5df6 [2020-10-20T00:34:40.076Z] ---> 856c77fae85c [2020-10-20T00:34:40.076Z] Step 6/20 : COPY go.mod . [2020-10-20T00:34:40.076Z] Removing intermediate container 84018b3b8db8 [2020-10-20T00:34:40.076Z] ---> 4314ed3f4e51 [2020-10-20T00:34:40.076Z] Step 6/26 : COPY go.mod . [2020-10-20T00:34:40.345Z] Removing intermediate container dfc890e978d8 [2020-10-20T00:34:40.345Z] ---> 22d615ddc35e [2020-10-20T00:34:40.345Z] Step 6/22 : COPY go.mod . [2020-10-20T00:34:40.345Z] ---> b62decf4f936 [2020-10-20T00:34:40.345Z] Step 7/20 : RUN go mod download [2020-10-20T00:34:40.612Z] ---> Running in f10146eb25ac [2020-10-20T00:34:40.612Z] ---> da4355e19437 [2020-10-20T00:34:40.612Z] Step 7/26 : RUN go mod download [2020-10-20T00:34:40.612Z] Removing intermediate container c0afdc10c34e [2020-10-20T00:34:40.612Z] ---> 98d29fc8abb1 [2020-10-20T00:34:40.612Z] Step 6/24 : COPY go.mod . [2020-10-20T00:34:40.612Z] ---> b6131832d39b [2020-10-20T00:34:40.612Z] Step 7/22 : RUN go mod download [2020-10-20T00:34:40.877Z] ---> Running in 6b71600626c6 [2020-10-20T00:34:40.877Z] ---> Running in 9fd941c4ff15 [2020-10-20T00:34:41.138Z] ---> 71b7dfe23d5c [2020-10-20T00:34:41.138Z] Step 7/24 : RUN go mod download [2020-10-20T00:34:41.138Z] ---> Running in 6d197f76c7f1 [2020-10-20T00:34:42.102Z] Removing intermediate container 983596207ac7 [2020-10-20T00:34:42.102Z] ---> e7c839ad266a [2020-10-20T00:34:42.102Z] Step 7/29 : COPY . . [2020-10-20T00:34:42.374Z] Removing intermediate container f10146eb25ac [2020-10-20T00:34:42.374Z] ---> 78826741b897 [2020-10-20T00:34:42.374Z] Step 8/20 : COPY . . [2020-10-20T00:34:47.718Z] Removing intermediate container 6b71600626c6 [2020-10-20T00:34:47.718Z] ---> 9da09402cea6 [2020-10-20T00:34:47.718Z] Step 8/26 : COPY . . [2020-10-20T00:34:53.044Z] Removing intermediate container 6d197f76c7f1 [2020-10-20T00:34:53.044Z] ---> 98570a20eee3 [2020-10-20T00:34:53.044Z] Step 8/24 : COPY . . [2020-10-20T00:34:53.044Z] Removing intermediate container 9fd941c4ff15 [2020-10-20T00:34:53.044Z] ---> 437f82076097 [2020-10-20T00:34:53.044Z] Step 8/22 : COPY . . [2020-10-20T00:34:58.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T00:34:58.842Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:34:58.874Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T00:34:59.431Z] Merging remotes/origin/master commit c53c6110231c23d325d1b3c1e00c5fc26ac542f6 into PR head commit 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 [2020-10-20T00:35:00.079Z] Merge succeeded, producing dae2ded6a49a694db8239807059e9059e2fbfcd8 [2020-10-20T00:35:00.080Z] Checking out Revision dae2ded6a49a694db8239807059e9059e2fbfcd8 (PR-2815) [2020-10-20T00:34:58.907Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:34:58.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:34:58.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2815/head:refs/remotes/origin/PR-2815 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T00:34:59.449Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:34:59.463Z] > git checkout -f 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 [2020-10-20T00:34:59.761Z] > git remote # timeout=10 [2020-10-20T00:34:59.782Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T00:34:59.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:34:59.805Z] > git merge c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 [2020-10-20T00:35:00.065Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T00:35:00.089Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:35:00.103Z] > git checkout -f dae2ded6a49a694db8239807059e9059e2fbfcd8 # timeout=10 [2020-10-20T00:35:04.354Z] Commit message: "Merge commit 'c53c6110231c23d325d1b3c1e00c5fc26ac542f6' into HEAD" [2020-10-20T00:35:04.364Z] > git rev-list --no-walk 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T00:35:05.422Z] ========================================================= [2020-10-20T00:35:05.422Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T00:35:05.422Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:35:06.406Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-20T00:35:09.245Z] Sending build context to Docker daemon 164.9MB [2020-10-20T00:35:09.245Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T00:35:09.245Z] Step 2/7 : FROM ${BASE} [2020-10-20T00:35:09.525Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T00:35:09.525Z] b538f80385f9: Pulling fs layer [2020-10-20T00:35:09.525Z] 74f711af9a0d: Pulling fs layer [2020-10-20T00:35:09.525Z] 99f96fe45779: Pulling fs layer [2020-10-20T00:35:09.525Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T00:35:09.525Z] 45590311c82a: Pulling fs layer [2020-10-20T00:35:09.525Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T00:35:09.525Z] 209524e5b208: Pulling fs layer [2020-10-20T00:35:09.525Z] 8529a6b9a6be: Waiting [2020-10-20T00:35:09.525Z] 45590311c82a: Waiting [2020-10-20T00:35:09.525Z] 69ca0ff8b7b3: Waiting [2020-10-20T00:35:09.525Z] 209524e5b208: Waiting [2020-10-20T00:35:09.525Z] 99f96fe45779: Verifying Checksum [2020-10-20T00:35:09.525Z] 99f96fe45779: Download complete [2020-10-20T00:35:09.525Z] 74f711af9a0d: Verifying Checksum [2020-10-20T00:35:09.525Z] 74f711af9a0d: Download complete [2020-10-20T00:35:09.525Z] 45590311c82a: Verifying Checksum [2020-10-20T00:35:09.525Z] 45590311c82a: Download complete [2020-10-20T00:35:09.525Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T00:35:09.525Z] 69ca0ff8b7b3: Download complete [2020-10-20T00:35:10.530Z] b538f80385f9: Verifying Checksum [2020-10-20T00:35:10.530Z] b538f80385f9: Download complete [2020-10-20T00:35:10.812Z] b538f80385f9: Pull complete [2020-10-20T00:35:11.804Z] 74f711af9a0d: Pull complete [2020-10-20T00:35:11.804Z] 99f96fe45779: Pull complete [2020-10-20T00:35:12.788Z] 209524e5b208: Verifying Checksum [2020-10-20T00:35:12.788Z] 209524e5b208: Download complete [2020-10-20T00:35:16.183Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T00:35:16.183Z] 8529a6b9a6be: Download complete [2020-10-20T00:35:20.018Z] ---> dbfa762a6bb5 [2020-10-20T00:35:20.018Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T00:35:20.018Z] ---> 545b4a3c007f [2020-10-20T00:35:20.018Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T00:35:20.018Z] ---> Running in fa09e59937a2 [2020-10-20T00:35:20.018Z] ---> Running in 071bee2cd7bf [2020-10-20T00:35:20.018Z] 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 [2020-10-20T00:35:20.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T00:35:22.654Z] ---> 4c9d2043552f [2020-10-20T00:35:22.654Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-20T00:35:24.087Z] ---> 519ceebbd600 [2020-10-20T00:35:24.088Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T00:35:25.070Z] ---> Running in 4e20225b3359 [2020-10-20T00:35:25.070Z] ---> Running in 70a70f552839 [2020-10-20T00:35:26.050Z] ---> 685d53fd5a5c [2020-10-20T00:35:26.050Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T00:35:26.326Z] ---> Running in b8b672a27b43 [2020-10-20T00:35:26.394Z] 8529a6b9a6be: Pull complete [2020-10-20T00:35:26.394Z] 45590311c82a: Pull complete [2020-10-20T00:35:26.394Z] 69ca0ff8b7b3: Pull complete [2020-10-20T00:35:27.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T00:35:27.314Z] 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 [2020-10-20T00:35:27.611Z] 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 [2020-10-20T00:35:29.804Z] 209524e5b208: Pull complete [2020-10-20T00:35:29.804Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T00:35:29.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T00:35:29.804Z] ---> 5bddaf1c2fca [2020-10-20T00:35:29.804Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-20T00:35:33.184Z] ---> Running in 65d786bcf655 [2020-10-20T00:35:34.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:35:35.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:35:37.576Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T00:35:37.848Z] (2/12) Installing file (5.38-r0) [2020-10-20T00:35:37.848Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T00:35:37.848Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T00:35:49.811Z] Removing intermediate container fa09e59937a2 [2020-10-20T00:35:49.811Z] ---> f8141d68506d [2020-10-20T00:35:49.811Z] [2020-10-20T00:35:49.811Z] Step 9/29 : FROM alpine:latest [2020-10-20T00:35:49.811Z] Removing intermediate container 071bee2cd7bf [2020-10-20T00:35:49.811Z] ---> 2285f6c823a9 [2020-10-20T00:35:49.811Z] [2020-10-20T00:35:49.811Z] Step 10/20 : FROM alpine [2020-10-20T00:35:50.100Z] latest: Pulling from library/alpine [2020-10-20T00:35:50.377Z] latest: Pulling from library/alpine [2020-10-20T00:35:50.664Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T00:35:50.664Z] Status: Downloaded newer image for alpine:latest [2020-10-20T00:35:50.664Z] ---> a24bb4013296 [2020-10-20T00:35:50.664Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T00:35:50.664Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T00:35:50.664Z] Status: Image is up to date for alpine:latest [2020-10-20T00:35:50.664Z] ---> a24bb4013296 [2020-10-20T00:35:50.664Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-20T00:35:50.950Z] ---> Running in b962308d9c73 [2020-10-20T00:35:50.950Z] ---> Running in 9aa80a54de9d [2020-10-20T00:35:51.559Z] Removing intermediate container b962308d9c73 [2020-10-20T00:35:51.559Z] ---> fcfd1b62078c [2020-10-20T00:35:51.559Z] Step 11/29 : USER root [2020-10-20T00:35:51.559Z] ---> Running in 9d86bb0147fe [2020-10-20T00:35:52.166Z] Removing intermediate container 9d86bb0147fe [2020-10-20T00:35:52.166Z] ---> 5fa4bdcb0230 [2020-10-20T00:35:52.166Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T00:35:52.166Z] ---> Running in 349024beeca5 [2020-10-20T00:35:52.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:35:52.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:35:53.004Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:35:53.004Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:35:53.004Z] OK: 12750 distinct packages available [2020-10-20T00:35:53.610Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T00:35:53.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:35:53.610Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T00:35:53.610Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T00:35:53.610Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T00:35:53.610Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:35:53.879Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T00:35:53.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:35:53.879Z] OK: 7 MiB in 18 packages [2020-10-20T00:35:54.146Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:35:54.146Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:35:54.146Z] OK: 12750 distinct packages available [2020-10-20T00:35:54.736Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T00:35:54.736Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T00:35:54.736Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:35:54.736Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T00:35:54.736Z] OK: 6 MiB in 16 packages [2020-10-20T00:35:56.197Z] 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 [2020-10-20T00:35:56.471Z] Removing intermediate container 9aa80a54de9d [2020-10-20T00:35:56.471Z] ---> 9bcc43ddb3a4 [2020-10-20T00:35:56.471Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T00:35:56.745Z] ---> Running in 3d8d93b6fdb2 [2020-10-20T00:35:56.745Z] Removing intermediate container 349024beeca5 [2020-10-20T00:35:56.745Z] ---> 5c7e0be7019c [2020-10-20T00:35:56.745Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T00:35:57.021Z] ---> Running in c7d5172859e6 [2020-10-20T00:35:57.021Z] Removing intermediate container 3d8d93b6fdb2 [2020-10-20T00:35:57.021Z] ---> f78ad49124b3 [2020-10-20T00:35:57.021Z] Step 13/20 : WORKDIR /edgex [2020-10-20T00:35:58.010Z] ---> Running in 892e47f1006d [2020-10-20T00:35:58.280Z] Removing intermediate container c7d5172859e6 [2020-10-20T00:35:58.280Z] ---> 0ec48d26995e [2020-10-20T00:35:58.280Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T00:35:58.555Z] ---> Running in ef59953fd1fe [2020-10-20T00:35:58.840Z] Removing intermediate container 892e47f1006d [2020-10-20T00:35:58.840Z] ---> 98761241a536 [2020-10-20T00:35:58.840Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T00:35:58.840Z] Removing intermediate container ef59953fd1fe [2020-10-20T00:35:58.840Z] ---> 5ad960f46a2b [2020-10-20T00:35:58.840Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T00:35:59.112Z] ---> Running in d09b5f27c6f8 [2020-10-20T00:35:59.391Z] ---> 9bda81003e2f [2020-10-20T00:35:59.391Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T00:36:00.001Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T00:36:00.001Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T00:36:00.001Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T00:36:00.001Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T00:36:00.001Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T00:36:00.001Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T00:36:00.001Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T00:36:00.001Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T00:36:00.001Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:36:00.001Z] OK: 217 MiB in 51 packages [2020-10-20T00:36:00.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T00:36:00.436Z] ---> ba63a6acf156 [2020-10-20T00:36:00.436Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T00:36:00.736Z] ---> Running in 49142cb28e87 [2020-10-20T00:36:01.368Z] Removing intermediate container 49142cb28e87 [2020-10-20T00:36:01.368Z] ---> ab1b37c9f423 [2020-10-20T00:36:01.368Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T00:36:01.368Z] ---> Running in 29d750e3ff15 [2020-10-20T00:36:01.983Z] Removing intermediate container 65d786bcf655 [2020-10-20T00:36:01.983Z] ---> ccf745b7eda6 [2020-10-20T00:36:01.983Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T00:36:02.255Z] ---> Running in bfa41d7933e3 [2020-10-20T00:36:02.788Z] Removing intermediate container d09b5f27c6f8 [2020-10-20T00:36:02.788Z] ---> e7dc803124bb [2020-10-20T00:36:02.788Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T00:36:02.788Z] Removing intermediate container 29d750e3ff15 [2020-10-20T00:36:02.788Z] ---> e53639d1dd4c [2020-10-20T00:36:02.788Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T00:36:02.851Z] Removing intermediate container bfa41d7933e3 [2020-10-20T00:36:02.851Z] ---> 1b5ae21ac4f7 [2020-10-20T00:36:02.851Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T00:36:03.130Z] latest: Pulling from library/docker [2020-10-20T00:36:03.402Z] b538f80385f9: Already exists [2020-10-20T00:36:03.402Z] 259a493cd78d: Pulling fs layer [2020-10-20T00:36:03.402Z] b8e66b5100f5: Pulling fs layer [2020-10-20T00:36:03.402Z] 7f8258a56ab6: Pulling fs layer [2020-10-20T00:36:03.402Z] 75a0a0ebb566: Pulling fs layer [2020-10-20T00:36:03.402Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-20T00:36:03.402Z] 294320357d30: Pulling fs layer [2020-10-20T00:36:03.402Z] 75a0a0ebb566: Waiting [2020-10-20T00:36:03.402Z] 4a2c62f0a2a3: Waiting [2020-10-20T00:36:03.402Z] 294320357d30: Waiting [2020-10-20T00:36:03.402Z] b8e66b5100f5: Download complete [2020-10-20T00:36:03.676Z] 259a493cd78d: Download complete [2020-10-20T00:36:03.676Z] 75a0a0ebb566: Download complete [2020-10-20T00:36:03.676Z] 294320357d30: Verifying Checksum [2020-10-20T00:36:03.676Z] 294320357d30: Download complete [2020-10-20T00:36:03.676Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-20T00:36:03.676Z] 4a2c62f0a2a3: Download complete [2020-10-20T00:36:03.749Z] ---> Running in 40aafa191af2 [2020-10-20T00:36:03.749Z] Removing intermediate container 70a70f552839 [2020-10-20T00:36:03.749Z] ---> efad927db8e9 [2020-10-20T00:36:03.749Z] [2020-10-20T00:36:03.749Z] Step 10/22 : FROM scratch [2020-10-20T00:36:03.749Z] ---> [2020-10-20T00:36:03.749Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T00:36:03.749Z] ---> 84c9542ff4dc [2020-10-20T00:36:03.749Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T00:36:04.023Z] Removing intermediate container 40aafa191af2 [2020-10-20T00:36:04.023Z] ---> 150d7ba717d3 [2020-10-20T00:36:04.023Z] Step 19/20 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:36:04.291Z] 259a493cd78d: Pull complete [2020-10-20T00:36:04.296Z] ---> Running in bb128fc8d220 [2020-10-20T00:36:04.566Z] b8e66b5100f5: Pull complete [2020-10-20T00:36:04.843Z] 7f8258a56ab6: Verifying Checksum [2020-10-20T00:36:04.843Z] 7f8258a56ab6: Download complete [2020-10-20T00:36:06.878Z] ---> Running in 3e482050668c [2020-10-20T00:36:06.878Z] ---> e070392b2ee6 [2020-10-20T00:36:06.878Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T00:36:07.143Z] Removing intermediate container bb128fc8d220 [2020-10-20T00:36:07.143Z] ---> 056ea55073de [2020-10-20T00:36:07.143Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T00:36:08.091Z] Removing intermediate container b8b672a27b43 [2020-10-20T00:36:08.091Z] ---> 4448fb708588 [2020-10-20T00:36:08.091Z] [2020-10-20T00:36:08.091Z] Step 10/24 : FROM scratch [2020-10-20T00:36:08.091Z] ---> [2020-10-20T00:36:08.091Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T00:36:08.091Z] ---> Using cache [2020-10-20T00:36:08.091Z] ---> 056ea55073de [2020-10-20T00:36:08.091Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T00:36:08.091Z] Removing intermediate container 4e20225b3359 [2020-10-20T00:36:08.091Z] ---> cfeb92a1a141 [2020-10-20T00:36:08.091Z] [2020-10-20T00:36:08.091Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T00:36:08.091Z] ---> Running in 3697c9350537 [2020-10-20T00:36:08.231Z] 7f8258a56ab6: Pull complete [2020-10-20T00:36:08.356Z] ---> Running in 7769e1a5eb6c [2020-10-20T00:36:08.356Z] Removing intermediate container 3e482050668c [2020-10-20T00:36:08.356Z] ---> cb6fce70248e [2020-10-20T00:36:08.356Z] Step 20/20 : LABEL version=0.0.0 [2020-10-20T00:36:08.356Z] ---> 3046f6cf9249 [2020-10-20T00:36:08.356Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T00:36:08.356Z] 3.10: Pulling from library/alpine [2020-10-20T00:36:08.503Z] 75a0a0ebb566: Pull complete [2020-10-20T00:36:08.622Z] ---> Running in 6d6ea65ec201 [2020-10-20T00:36:08.622Z] Removing intermediate container 3697c9350537 [2020-10-20T00:36:08.622Z] ---> d2d69f10f2fb [2020-10-20T00:36:08.622Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:36:08.622Z] Removing intermediate container 7769e1a5eb6c [2020-10-20T00:36:08.622Z] ---> cd5ce4196244 [2020-10-20T00:36:08.622Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T00:36:08.622Z] ---> Running in 970ebd2eaa0c [2020-10-20T00:36:08.622Z] ---> Running in 375210a57708 [2020-10-20T00:36:08.775Z] 4a2c62f0a2a3: Pull complete [2020-10-20T00:36:08.887Z] Removing intermediate container 6d6ea65ec201 [2020-10-20T00:36:08.887Z] ---> bee3660d004a [2020-10-20T00:36:08.887Z] [2020-10-20T00:36:08.887Z] ---> 13dceb8dba7a [2020-10-20T00:36:08.887Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T00:36:08.887Z] Removing intermediate container 970ebd2eaa0c [2020-10-20T00:36:08.887Z] ---> 12f71aecec48 [2020-10-20T00:36:08.887Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T00:36:09.047Z] 294320357d30: Pull complete [2020-10-20T00:36:09.047Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T00:36:09.047Z] Status: Downloaded newer image for docker:latest [2020-10-20T00:36:09.153Z] Removing intermediate container 375210a57708 [2020-10-20T00:36:09.153Z] ---> 5f634ded1ab2 [2020-10-20T00:36:09.153Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T00:36:09.153Z] Successfully built bee3660d004a [2020-10-20T00:36:09.153Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T00:36:09.419Z] Building docker-core-metadata-go [2020-10-20T00:36:09.420Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T00:36:09.420Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T00:36:09.420Z] ---> be4e4bea2c2e [2020-10-20T00:36:09.420Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T00:36:09.420Z] ---> 8228922268b9 [2020-10-20T00:36:09.420Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T00:36:09.420Z] ---> 30b96afdcdb8 [2020-10-20T00:36:09.420Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T00:36:09.687Z] ---> Running in ed6bfefab090 [2020-10-20T00:36:09.687Z] ---> 03e21cc115e1 [2020-10-20T00:36:09.688Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T00:36:09.688Z] ---> Running in ab55e6edee9f [2020-10-20T00:36:10.313Z] ---> c7d6441b4104 [2020-10-20T00:36:10.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T00:36:12.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:36:12.465Z] ---> aa1f5232e34d [2020-10-20T00:36:12.465Z] Step 6/7 : COPY go.mod . [2020-10-20T00:36:12.542Z] ---> d08603c89167 [2020-10-20T00:36:12.542Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T00:36:12.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:36:12.542Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T00:36:12.542Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T00:36:12.542Z] OK: 10346 distinct packages available [2020-10-20T00:36:12.814Z] ---> 073ac19d3288 [2020-10-20T00:36:12.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T00:36:12.814Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T00:36:13.063Z] ---> c2fffa2ef7b6 [2020-10-20T00:36:13.063Z] Step 7/7 : RUN go mod download [2020-10-20T00:36:13.081Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T00:36:13.081Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T00:36:13.081Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T00:36:13.081Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T00:36:13.081Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T00:36:13.081Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T00:36:13.081Z] OK: 7 MiB in 19 packages [2020-10-20T00:36:13.344Z] ---> Running in 978d74a782d1 [2020-10-20T00:36:15.020Z] ---> 54d973431acf [2020-10-20T00:36:15.020Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T00:36:15.020Z] ---> 3fa106ed9bb0 [2020-10-20T00:36:15.020Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T00:36:15.020Z] ---> Running in 913f77b1f04b [2020-10-20T00:36:15.020Z] Removing intermediate container ab55e6edee9f [2020-10-20T00:36:15.020Z] ---> 1c68b9a41a0f [2020-10-20T00:36:15.020Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T00:36:16.977Z] ---> 2f5657e268ee [2020-10-20T00:36:16.977Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T00:36:16.977Z] Removing intermediate container 913f77b1f04b [2020-10-20T00:36:16.977Z] ---> b586b0e0fbad [2020-10-20T00:36:16.977Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:36:16.977Z] Removing intermediate container ed6bfefab090 [2020-10-20T00:36:16.977Z] ---> e5ca871f6d97 [2020-10-20T00:36:16.977Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T00:36:17.954Z] ---> 739ad1c9462e [2020-10-20T00:36:17.954Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T00:36:17.954Z] ---> Running in 70a9e48102bb [2020-10-20T00:36:17.954Z] ---> Running in f9b4d6f9bf08 [2020-10-20T00:36:18.930Z] ---> Running in 524e73dc3248 [2020-10-20T00:36:18.930Z] ---> 1aa0395f21eb [2020-10-20T00:36:18.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T00:36:20.363Z] Removing intermediate container f9b4d6f9bf08 [2020-10-20T00:36:20.363Z] ---> 9f8513fd982d [2020-10-20T00:36:20.363Z] Step 13/26 : WORKDIR / [2020-10-20T00:36:20.363Z] Removing intermediate container 70a9e48102bb [2020-10-20T00:36:20.363Z] ---> b42bf263f694 [2020-10-20T00:36:20.363Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T00:36:20.950Z] ---> Running in 257264db6a38 [2020-10-20T00:36:20.950Z] ---> 16a0d453712c [2020-10-20T00:36:20.950Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T00:36:20.950Z] ---> Running in 5fb68966cf44 [2020-10-20T00:36:21.540Z] ---> Running in e556e9ff6683 [2020-10-20T00:36:22.120Z] Removing intermediate container 5fb68966cf44 [2020-10-20T00:36:22.120Z] ---> 8f2403ea4e1e [2020-10-20T00:36:22.120Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:36:22.385Z] Removing intermediate container 257264db6a38 [2020-10-20T00:36:22.385Z] ---> c0ebc81fffe8 [2020-10-20T00:36:22.385Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-20T00:36:22.984Z] ---> Running in 891d69445199 [2020-10-20T00:36:23.569Z] Removing intermediate container e556e9ff6683 [2020-10-20T00:36:23.569Z] ---> 6fd274dbf464 [2020-10-20T00:36:23.569Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:36:23.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:36:23.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:36:23.569Z] ---> 9d9667fb08e8 [2020-10-20T00:36:23.569Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:36:23.569Z] ---> Using cache [2020-10-20T00:36:23.569Z] ---> 35e8c31d4ed1 [2020-10-20T00:36:23.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:36:24.518Z] ---> c727203ac7d9 [2020-10-20T00:36:24.518Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-20T00:36:24.518Z] ---> Running in 2d8bff82310b [2020-10-20T00:36:24.518Z] ---> Running in 8464172e9f9e [2020-10-20T00:36:24.518Z] Removing intermediate container 524e73dc3248 [2020-10-20T00:36:24.518Z] ---> 7fe90e2e09d4 [2020-10-20T00:36:24.518Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T00:36:24.518Z] Removing intermediate container 891d69445199 [2020-10-20T00:36:24.518Z] ---> 506b6021fcd4 [2020-10-20T00:36:24.518Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:36:24.518Z] ---> Running in fcde3448752e [2020-10-20T00:36:24.787Z] ---> Running in cf815c30f344 [2020-10-20T00:36:25.066Z] ---> f9484b434f4f [2020-10-20T00:36:25.066Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T00:36:25.066Z] Removing intermediate container 2d8bff82310b [2020-10-20T00:36:25.066Z] ---> 11039ec47bc8 [2020-10-20T00:36:25.066Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T00:36:25.066Z] Removing intermediate container cf815c30f344 [2020-10-20T00:36:25.066Z] ---> 6152ce288291 [2020-10-20T00:36:25.066Z] [2020-10-20T00:36:25.336Z] ---> Running in 3791343cb207 [2020-10-20T00:36:25.336Z] ---> 5a66ea1a37d1 [2020-10-20T00:36:25.336Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T00:36:25.336Z] Successfully built 6152ce288291 [2020-10-20T00:36:25.336Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T00:36:25.336Z] Building docker-sys-mgmt-agent-go [2020-10-20T00:36:25.602Z]  Building docker-support-logging-go ... done Removing intermediate container 3791343cb207 [2020-10-20T00:36:25.602Z] ---> f4a3391eaa61 [2020-10-20T00:36:25.602Z] Step 23/24 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:36:25.602Z] ---> Running in da74b6119133 [2020-10-20T00:36:26.193Z] Removing intermediate container da74b6119133 [2020-10-20T00:36:26.193Z] ---> 21f88e53e294 [2020-10-20T00:36:26.193Z] Step 24/24 : LABEL version=0.0.0 [2020-10-20T00:36:26.193Z] ---> 19ab8c273341 [2020-10-20T00:36:26.193Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T00:36:26.459Z] ---> Running in 4698799c9a4c [2020-10-20T00:36:27.041Z] Removing intermediate container 4698799c9a4c [2020-10-20T00:36:27.041Z] ---> 733be75f91c5 [2020-10-20T00:36:27.041Z] [2020-10-20T00:36:27.041Z] Removing intermediate container 8464172e9f9e [2020-10-20T00:36:27.041Z] ---> f5b6b6b46aa2 [2020-10-20T00:36:27.041Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T00:36:27.041Z] Successfully built 733be75f91c5 [2020-10-20T00:36:27.315Z] ---> 0a6edb730374 [2020-10-20T00:36:27.315Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T00:36:27.315Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T00:36:27.315Z] Building docker-core-command-go [2020-10-20T00:36:27.315Z]  Building docker-support-notifications-go ... done  ---> Running in cfee08502674 [2020-10-20T00:36:29.251Z] Removing intermediate container fcde3448752e [2020-10-20T00:36:29.251Z] ---> 1ff98be24439 [2020-10-20T00:36:29.251Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T00:36:31.227Z] ---> Running in e9c4a0371534 [2020-10-20T00:36:32.651Z] ---> 4f22bb662ba6 [2020-10-20T00:36:32.652Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T00:36:32.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:36:32.652Z] Removing intermediate container e9c4a0371534 [2020-10-20T00:36:32.652Z] ---> 276fd0958a64 [2020-10-20T00:36:32.652Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T00:36:33.263Z] ---> Running in ef661dcfaf63 [2020-10-20T00:36:33.263Z] ---> c8ec508bcdf7 [2020-10-20T00:36:33.263Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T00:36:33.883Z] Removing intermediate container ef661dcfaf63 [2020-10-20T00:36:33.883Z] ---> 7a443a428f96 [2020-10-20T00:36:33.883Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T00:36:34.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:36:35.063Z] ---> Running in d4f570d3133e [2020-10-20T00:36:35.063Z] ---> dbadb72043af [2020-10-20T00:36:35.063Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T00:36:35.656Z] ---> Running in b902898f993b [2020-10-20T00:36:36.882Z] Removing intermediate container d4f570d3133e [2020-10-20T00:36:36.882Z] ---> bd1259e39259 [2020-10-20T00:36:36.882Z] Step 28/29 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:36:36.882Z] ---> Running in f3d8d7d25e4a [2020-10-20T00:36:37.317Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:36:37.317Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:36:37.317Z] OK: 12752 distinct packages available [2020-10-20T00:36:37.317Z] Removing intermediate container f3d8d7d25e4a [2020-10-20T00:36:37.317Z] ---> 11fef6ef2a25 [2020-10-20T00:36:37.317Z] Step 29/29 : LABEL version=0.0.0 [2020-10-20T00:36:37.317Z] OK: 233 MiB in 51 packages [2020-10-20T00:36:37.697Z] ---> Running in 07ceaf1e9d33 [2020-10-20T00:36:39.313Z] Removing intermediate container 07ceaf1e9d33 [2020-10-20T00:36:39.313Z] ---> f8bc0df093a5 [2020-10-20T00:36:39.313Z] [2020-10-20T00:36:39.917Z] Successfully built f8bc0df093a5 [2020-10-20T00:36:40.186Z] Removing intermediate container 978d74a782d1 [2020-10-20T00:36:40.186Z] ---> c5b1303646f0 [2020-10-20T00:36:40.186Z] Successfully built c5b1303646f0 [2020-10-20T00:36:40.186Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:36:40.587Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T00:36:40.587Z] . [Pipeline] withDockerContainer [2020-10-20T00:36:40.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-6429 does not seem to be running inside a container [2020-10-20T00:36:40.883Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T00:36:40.883Z] Building docker-support-scheduler-go [2020-10-20T00:36:40.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2020-10-20T00:36:42.305Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container cfee08502674 [2020-10-20T00:36:42.306Z] ---> d37b89061e28 [2020-10-20T00:36:42.306Z] Step 6/22 : COPY go.mod . [2020-10-20T00:36:42.654Z] $ docker top af88183b3d2b3feb320b9d65dba592a08549eb2ac64d31f71ec3d8698353b8a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:36:44.017Z] + go version [2020-10-20T00:36:44.017Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T00:36:44.045Z] $ docker stop --time=1 af88183b3d2b3feb320b9d65dba592a08549eb2ac64d31f71ec3d8698353b8a5 [2020-10-20T00:36:45.745Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:36:45.745Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:36:45.745Z] ---> 9d9667fb08e8 [2020-10-20T00:36:45.745Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T00:36:45.745Z] ---> Using cache [2020-10-20T00:36:45.745Z] ---> 35e8c31d4ed1 [2020-10-20T00:36:45.745Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:36:45.745Z] ---> Using cache [2020-10-20T00:36:45.745Z] ---> f5b6b6b46aa2 [2020-10-20T00:36:45.745Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T00:36:45.963Z] $ docker rm -f af88183b3d2b3feb320b9d65dba592a08549eb2ac64d31f71ec3d8698353b8a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-10-20T00:36:46.697Z] Removing intermediate container b902898f993b [2020-10-20T00:36:46.697Z] ---> c24e73c055b4 [2020-10-20T00:36:46.697Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:36:47.061Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T00:36:47.062Z] . [Pipeline] withDockerContainer [2020-10-20T00:36:47.310Z] prd-ubuntu18.04-docker-arm64-4c-16g-6429 does not seem to be running inside a container [2020-10-20T00:36:47.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2020-10-20T00:36:47.667Z] ---> 8346c20de4be [2020-10-20T00:36:47.667Z] Step 7/22 : RUN go mod download [2020-10-20T00:36:47.667Z] ---> Running in 4feb38430bef [2020-10-20T00:36:47.667Z] ---> Running in 5c65bb9eabdf [2020-10-20T00:36:47.667Z] ---> Running in 9ba68818d585 [2020-10-20T00:36:48.886Z] $ docker top ae4b9cc5bb90b7e3b0d71757525eecd848c9417d0e341a6edb0019c6c5c810aa -eo pid,comm [2020-10-20T00:36:49.082Z] Removing intermediate container 5c65bb9eabdf [2020-10-20T00:36:49.082Z] ---> f658281f6c20 [2020-10-20T00:36:49.082Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T00:36:49.082Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:36:49.082Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:36:49.082Z] ---> 9d9667fb08e8 [2020-10-20T00:36:49.082Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:36:49.082Z] ---> Using cache [2020-10-20T00:36:49.082Z] ---> 35e8c31d4ed1 [2020-10-20T00:36:49.082Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:36:49.082Z] ---> Using cache [2020-10-20T00:36:49.082Z] ---> f5b6b6b46aa2 [2020-10-20T00:36:49.082Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T00:36:49.082Z] ---> Using cache [2020-10-20T00:36:49.082Z] ---> d37b89061e28 [2020-10-20T00:36:49.082Z] Step 6/22 : COPY go.mod . [2020-10-20T00:36:49.082Z] ---> Using cache [2020-10-20T00:36:49.082Z] ---> 8346c20de4be [2020-10-20T00:36:49.082Z] Step 7/22 : RUN go mod download [2020-10-20T00:36:49.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2020-10-20T00:36:49.282Z] ========================================================= [2020-10-20T00:36:49.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-20T00:36:49.282Z] ========================================================= [Pipeline] sh [2020-10-20T00:36:49.946Z] + make test [2020-10-20T00:36:49.946Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-20T00:36:50.528Z] ---> Running in 2c60e5fbbf6d [2020-10-20T00:36:50.528Z] ---> Running in 057f34ad6bb3 [2020-10-20T00:36:50.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:36:50.808Z] Removing intermediate container 2c60e5fbbf6d [2020-10-20T00:36:50.808Z] ---> 98cd69e07869 [2020-10-20T00:36:50.808Z] Step 25/26 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:36:51.087Z] ---> Running in 0cf1c6b2b012 [2020-10-20T00:36:52.069Z] Removing intermediate container 0cf1c6b2b012 [2020-10-20T00:36:52.069Z] ---> 20a84e283f88 [2020-10-20T00:36:52.069Z] Step 26/26 : LABEL version=0.0.0 [2020-10-20T00:36:52.582Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-20T00:36:52.672Z] ---> Running in 8f1b8098f6ca [2020-10-20T00:36:52.938Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:36:52.938Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:36:52.938Z] OK: 12752 distinct packages available [2020-10-20T00:36:53.202Z] OK: 233 MiB in 51 packages [2020-10-20T00:36:53.785Z] Removing intermediate container 8f1b8098f6ca [2020-10-20T00:36:53.785Z] ---> 93a26476515b [2020-10-20T00:36:53.785Z] [2020-10-20T00:36:53.785Z] Removing intermediate container 9ba68818d585 [2020-10-20T00:36:53.785Z] ---> 9542e637b48b [2020-10-20T00:36:53.785Z] Step 8/22 : COPY . . [2020-10-20T00:36:54.046Z] Successfully built 93a26476515b [2020-10-20T00:36:54.625Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T00:36:54.625Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-20T00:36:54.901Z] Removing intermediate container 057f34ad6bb3 [2020-10-20T00:36:54.901Z] ---> 96085023abfd [2020-10-20T00:36:54.901Z] Step 8/22 : COPY . . [2020-10-20T00:36:59.206Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:36:59.206Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:36:59.206Z] ---> 9d9667fb08e8 [2020-10-20T00:36:59.206Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T00:36:59.206Z] ---> Using cache [2020-10-20T00:36:59.206Z] ---> 35e8c31d4ed1 [2020-10-20T00:36:59.206Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:36:59.206Z] ---> Using cache [2020-10-20T00:36:59.206Z] ---> f5b6b6b46aa2 [2020-10-20T00:36:59.206Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T00:36:59.206Z] ---> Using cache [2020-10-20T00:36:59.206Z] ---> d37b89061e28 [2020-10-20T00:36:59.206Z] Step 6/21 : COPY go.mod . [2020-10-20T00:36:59.206Z] ---> Using cache [2020-10-20T00:36:59.206Z] ---> 8346c20de4be [2020-10-20T00:36:59.206Z] Step 7/21 : RUN go mod download [2020-10-20T00:36:59.206Z] ---> Using cache [2020-10-20T00:36:59.206Z] ---> 96085023abfd [2020-10-20T00:36:59.206Z] Step 8/21 : COPY . . [2020-10-20T00:36:59.206Z] Removing intermediate container 4feb38430bef [2020-10-20T00:36:59.206Z] ---> 4a27a82a114b [2020-10-20T00:36:59.206Z] Step 6/27 : COPY go.mod . [2020-10-20T00:37:09.358Z] ---> d22832877656 [2020-10-20T00:37:09.358Z] Step 7/27 : RUN go mod download [2020-10-20T00:37:09.358Z] ---> Running in 93bbcdbcc8ea [2020-10-20T00:37:21.746Z] Removing intermediate container 93bbcdbcc8ea [2020-10-20T00:37:21.746Z] ---> 2d58848a519d [2020-10-20T00:37:21.746Z] Step 8/27 : COPY . . [2020-10-20T00:37:24.984Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-20T00:37:28.500Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:37:28.500Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:37:28.500Z] ---> 9d9667fb08e8 [2020-10-20T00:37:28.500Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T00:37:28.500Z] ---> Using cache [2020-10-20T00:37:28.500Z] ---> 35e8c31d4ed1 [2020-10-20T00:37:28.500Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:37:28.500Z] ---> Using cache [2020-10-20T00:37:28.500Z] ---> f5b6b6b46aa2 [2020-10-20T00:37:28.500Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T00:37:29.912Z] ---> Running in a0cf682b8893 [2020-10-20T00:37:32.495Z] ---> 9ec3e77fa484 [2020-10-20T00:37:32.495Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T00:37:32.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:37:33.363Z] ---> 007e18cc1a95 [2020-10-20T00:37:33.363Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T00:37:33.363Z] ---> a5953d20d87a [2020-10-20T00:37:33.363Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T00:37:33.634Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:37:33.634Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:37:33.634Z] OK: 12752 distinct packages available [2020-10-20T00:37:33.634Z] ---> Running in bc968f8af0d8 [2020-10-20T00:37:33.634Z] ---> Running in dc2f865eb836 [2020-10-20T00:37:33.634Z] ---> Running in bfd5e5e27dd9 [2020-10-20T00:37:33.917Z] OK: 233 MiB in 51 packages [2020-10-20T00:37:36.507Z] 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 [2020-10-20T00:37:36.792Z] 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 [2020-10-20T00:37:36.792Z] 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 [2020-10-20T00:37:37.397Z] Removing intermediate container a0cf682b8893 [2020-10-20T00:37:37.397Z] ---> df1e2cd73896 [2020-10-20T00:37:37.397Z] Step 6/23 : COPY go.mod . [2020-10-20T00:37:38.375Z] ---> bdc875a6eac9 [2020-10-20T00:37:38.375Z] Step 7/23 : RUN go mod download [2020-10-20T00:37:38.375Z] ---> Running in 30578d179c91 [2020-10-20T00:37:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-20T00:37:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-20T00:37:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-20T00:37:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-20T00:37:43.632Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.021s [2020-10-20T00:37:43.632Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-20T00:37:43.865Z] Removing intermediate container 30578d179c91 [2020-10-20T00:37:43.865Z] ---> 22a78e64c8e2 [2020-10-20T00:37:43.865Z] Step 8/23 : COPY . . [2020-10-20T00:37:43.909Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-20T00:37:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-20T00:37:45.883Z] ---> e506388bb9b1 [2020-10-20T00:37:45.883Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T00:37:46.171Z] ---> Running in 05c8c3dbc576 [2020-10-20T00:37:47.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-20T00:37:49.091Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-20T00:37:49.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-20T00:37:49.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-20T00:37:49.091Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-20T00:37:49.608Z] 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 [2020-10-20T00:37:57.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.060s coverage: 46.6% of statements [2020-10-20T00:37:57.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-20T00:37:57.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-20T00:37:57.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-20T00:37:57.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-20T00:37:57.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-20T00:38:02.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-20T00:38:02.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-20T00:38:02.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-20T00:38:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-20T00:38:03.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.409s coverage: 85.5% of statements [2020-10-20T00:38:03.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-20T00:38:03.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-20T00:38:03.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.368s coverage: 88.9% of statements [2020-10-20T00:38:03.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-20T00:38:03.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T00:38:03.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-20T00:38:03.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-20T00:38:07.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-20T00:38:07.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2020-10-20T00:38:07.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-20T00:38:07.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2020-10-20T00:38:07.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-20T00:38:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.067s coverage: 86.7% of statements [2020-10-20T00:38:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-20T00:38:11.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.086s coverage: 97.5% of statements [2020-10-20T00:38:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-20T00:38:11.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 100.0% of statements [2020-10-20T00:38:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-20T00:38:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-20T00:38:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-20T00:38:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-20T00:38:11.830Z] ---> 070c0cdc6740 [2020-10-20T00:38:11.830Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T00:38:11.830Z] ---> Running in c66e24fe698b [2020-10-20T00:38:11.830Z] 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 [2020-10-20T00:38:13.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.268s coverage: 97.6% of statements [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-20T00:38:13.117Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-20T00:38:13.117Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.0% of statements [no tests to run] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-20T00:38:13.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-20T00:38:15.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements [2020-10-20T00:38:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-20T00:38:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-20T00:38:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-10-20T00:38:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2020-10-20T00:38:16.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2020-10-20T00:38:16.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2020-10-20T00:38:17.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2020-10-20T00:38:20.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements [2020-10-20T00:38:20.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-20T00:38:20.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-20T00:38:20.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-20T00:38:20.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-20T00:38:22.952Z] Removing intermediate container bfd5e5e27dd9 [2020-10-20T00:38:22.952Z] ---> 165b6a7443d3 [2020-10-20T00:38:22.952Z] [2020-10-20T00:38:22.952Z] Step 10/21 : FROM scratch [2020-10-20T00:38:22.952Z] ---> [2020-10-20T00:38:22.952Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:38:25.841Z] ---> Running in 176090fbca0c [2020-10-20T00:38:26.163Z] Removing intermediate container bc968f8af0d8 [2020-10-20T00:38:26.163Z] ---> fb4ed457d5ef [2020-10-20T00:38:26.163Z] [2020-10-20T00:38:26.163Z] Step 10/22 : FROM scratch [2020-10-20T00:38:26.163Z] ---> [2020-10-20T00:38:26.163Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:38:26.855Z] ---> Running in ddfb12518462 [2020-10-20T00:38:26.855Z] Removing intermediate container 176090fbca0c [2020-10-20T00:38:26.855Z] ---> 7e1c1004355f [2020-10-20T00:38:26.855Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T00:38:27.169Z] ---> Running in e44f12032b05 [2020-10-20T00:38:27.169Z] Removing intermediate container ddfb12518462 [2020-10-20T00:38:27.169Z] ---> 46fb8df60721 [2020-10-20T00:38:27.169Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T00:38:27.488Z] ---> Running in 420792c11401 [2020-10-20T00:38:27.488Z] Removing intermediate container e44f12032b05 [2020-10-20T00:38:27.488Z] ---> ef92f47d23ac [2020-10-20T00:38:27.488Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T00:38:27.834Z] ---> Running in d879e73de8ee [2020-10-20T00:38:27.834Z] Removing intermediate container 420792c11401 [2020-10-20T00:38:27.834Z] ---> adf638342e26 [2020-10-20T00:38:27.834Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:38:28.647Z] ---> Running in d76409e516d9 [2020-10-20T00:38:29.590Z] Removing intermediate container d879e73de8ee [2020-10-20T00:38:29.590Z] ---> 165cfaefa42f [2020-10-20T00:38:29.590Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T00:38:30.248Z] Removing intermediate container d76409e516d9 [2020-10-20T00:38:30.248Z] ---> 2c8db4812476 [2020-10-20T00:38:30.248Z] Step 14/22 : WORKDIR / [2020-10-20T00:38:31.209Z] ---> 85747b8ff1c4 [2020-10-20T00:38:31.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T00:38:31.209Z] ---> Running in 1cddf6a8eae2 [2020-10-20T00:38:32.490Z] Removing intermediate container 05c8c3dbc576 [2020-10-20T00:38:32.490Z] ---> aebdbe71f9d8 [2020-10-20T00:38:32.490Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T00:38:32.490Z] Removing intermediate container dc2f865eb836 [2020-10-20T00:38:32.490Z] ---> b4c436178131 [2020-10-20T00:38:32.490Z] [2020-10-20T00:38:32.490Z] Step 10/22 : FROM scratch [2020-10-20T00:38:32.490Z] ---> [2020-10-20T00:38:32.490Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:38:32.490Z] ---> Using cache [2020-10-20T00:38:32.490Z] ---> 46fb8df60721 [2020-10-20T00:38:32.490Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.932s coverage: 86.3% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.275s coverage: 72.2% of statements [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.532s coverage: 72.1% of statements [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 36.5% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.306s coverage: 84.1% of statements [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 42.9% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.047s coverage: 100.0% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-20T00:38:32.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements [2020-10-20T00:38:32.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-20T00:38:32.870Z] Removing intermediate container 1cddf6a8eae2 [2020-10-20T00:38:32.870Z] ---> a444b7bb7642 [2020-10-20T00:38:32.870Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T00:38:32.870Z] ---> Running in eb459e776642 [2020-10-20T00:38:32.870Z] ---> Running in 7b638ab347c3 [2020-10-20T00:38:32.870Z] ---> b79276dd8512 [2020-10-20T00:38:33.179Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T00:38:33.495Z] Removing intermediate container 7b638ab347c3 [2020-10-20T00:38:33.495Z] ---> b4381847bc85 [2020-10-20T00:38:33.495Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:38:33.495Z] ---> Running in bf400e3d1a49 [2020-10-20T00:38:33.839Z] ---> c79b67ed799a [2020-10-20T00:38:33.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T00:38:33.839Z] ---> 2574e85e8824 [2020-10-20T00:38:33.839Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T00:38:34.213Z] ---> Running in 6c7d625338d5 [2020-10-20T00:38:34.213Z] Removing intermediate container bf400e3d1a49 [2020-10-20T00:38:34.213Z] ---> 1ee11393e5e8 [2020-10-20T00:38:34.213Z] Step 14/22 : WORKDIR / [2020-10-20T00:38:34.213Z] ---> Running in dc24573536b8 [2020-10-20T00:38:34.213Z] 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 [2020-10-20T00:38:34.574Z] Removing intermediate container 6c7d625338d5 [2020-10-20T00:38:34.574Z] ---> fbf24ccb0be5 [2020-10-20T00:38:34.574Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:38:34.574Z] Removing intermediate container dc24573536b8 [2020-10-20T00:38:34.574Z] ---> 55e02206de7d [2020-10-20T00:38:34.574Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T00:38:34.574Z] ---> Running in d0a70616fd9d [2020-10-20T00:38:35.319Z] Removing intermediate container d0a70616fd9d [2020-10-20T00:38:35.319Z] ---> 14a21fd24589 [2020-10-20T00:38:35.319Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T00:38:35.319Z] ---> 78ffd08b33e1 [2020-10-20T00:38:35.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T00:38:35.319Z] ---> b9296243f1e1 [2020-10-20T00:38:35.319Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T00:38:36.049Z] ---> Running in 1eb5490de15d [2020-10-20T00:38:36.722Z] ---> a56e21f28a32 [2020-10-20T00:38:36.722Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T00:38:36.722Z] ---> Running in 2bc808ff2369 [2020-10-20T00:38:36.722Z] Removing intermediate container 1eb5490de15d [2020-10-20T00:38:36.722Z] ---> a82b61303fef [2020-10-20T00:38:36.722Z] Step 20/21 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:38:36.722Z] ---> c961c12b0ff0 [2020-10-20T00:38:36.722Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T00:38:36.722Z] ---> Running in 7e8b48c2d5e0 [2020-10-20T00:38:37.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.1% of statements [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-20T00:38:37.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-20T00:38:37.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-20T00:38:37.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements [2020-10-20T00:38:37.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-20T00:38:37.423Z] Removing intermediate container 2bc808ff2369 [2020-10-20T00:38:37.423Z] ---> 0e79a925b173 [2020-10-20T00:38:37.423Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:38:37.423Z] ---> Running in bc4e599e4f26 [2020-10-20T00:38:37.423Z] Removing intermediate container 7e8b48c2d5e0 [2020-10-20T00:38:37.423Z] ---> 1321d72600b8 [2020-10-20T00:38:37.423Z] Step 21/21 : LABEL version=0.0.0 [2020-10-20T00:38:37.423Z] ---> 00fdf16d9a7b [2020-10-20T00:38:37.423Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T00:38:37.423Z] ---> Running in 1d5002c4142a [2020-10-20T00:38:37.423Z] ---> Running in aef9292d1678 [2020-10-20T00:38:37.897Z] Removing intermediate container eb459e776642 [2020-10-20T00:38:37.897Z] ---> 1a63973c84a3 [2020-10-20T00:38:37.897Z] [2020-10-20T00:38:37.897Z] Step 11/27 : FROM docker:latest [2020-10-20T00:38:37.897Z] ---> 809cc4dba987 [2020-10-20T00:38:37.897Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T00:38:37.897Z] Removing intermediate container bc4e599e4f26 [2020-10-20T00:38:37.897Z] ---> 97144fc72107 [2020-10-20T00:38:37.897Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T00:38:37.897Z] Removing intermediate container 1d5002c4142a [2020-10-20T00:38:37.897Z] ---> 24f4e41894d2 [2020-10-20T00:38:37.897Z] [2020-10-20T00:38:37.897Z] ---> Running in d11e5314daf7 [2020-10-20T00:38:37.897Z] ---> Running in 5bf6cc84182a [2020-10-20T00:38:39.426Z] Removing intermediate container aef9292d1678 [2020-10-20T00:38:39.426Z] ---> 70d2af5e84d0 [2020-10-20T00:38:39.426Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:38:39.426Z] Successfully built 24f4e41894d2 [2020-10-20T00:38:39.426Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T00:38:39.426Z]  Building docker-support-scheduler-go ... done  ---> Running in e821a1a013a2 [2020-10-20T00:38:39.426Z] Removing intermediate container 5bf6cc84182a [2020-10-20T00:38:39.426Z] ---> d2149f7efb75 [2020-10-20T00:38:39.426Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:38:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.189s coverage: 29.1% of statements [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-20T00:38:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.052s coverage: 99.0% of statements [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-20T00:38:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-20T00:38:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-10-20T00:38:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-20T00:38:39.722Z] ---> Running in 9cfa75138248 [2020-10-20T00:38:39.989Z] Removing intermediate container e821a1a013a2 [2020-10-20T00:38:39.989Z] ---> 5c585020ec6b [2020-10-20T00:38:39.989Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T00:38:40.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:40.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:40.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-10-20T00:38:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-20T00:38:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-20T00:38:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-20T00:38:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-20T00:38:40.520Z] Removing intermediate container 9cfa75138248 [2020-10-20T00:38:40.520Z] ---> 7a5dc54750c3 [2020-10-20T00:38:40.520Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:38:40.520Z] ---> Running in 23b96eb7ef2e [2020-10-20T00:38:40.520Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T00:38:40.520Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T00:38:40.520Z] Executing bash-5.0.17-r0.post-install [2020-10-20T00:38:40.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-10-20T00:38:40.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-20T00:38:40.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-20T00:38:41.100Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:38:41.100Z] OK: 12 MiB in 22 packages [2020-10-20T00:38:41.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-10-20T00:38:41.366Z] ---> Running in 6e52b753d3cf [2020-10-20T00:38:41.632Z] Removing intermediate container 23b96eb7ef2e [2020-10-20T00:38:41.632Z] ---> ac1c71240919 [2020-10-20T00:38:41.632Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:38:41.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements [2020-10-20T00:38:41.904Z] ---> Running in 1d2bf2c416ee [2020-10-20T00:38:41.904Z] Removing intermediate container 6e52b753d3cf [2020-10-20T00:38:41.904Z] ---> f1a5ce8560da [2020-10-20T00:38:41.904Z] [2020-10-20T00:38:42.189Z] Successfully built f1a5ce8560da [2020-10-20T00:38:42.189Z] Removing intermediate container 1d2bf2c416ee [2020-10-20T00:38:42.189Z] ---> 120e71125dd6 [2020-10-20T00:38:42.189Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:38:42.189Z] Successfully tagged docker-core-command-go:latest [2020-10-20T00:38:42.189Z]  Building docker-core-command-go ... done Removing intermediate container d11e5314daf7 [2020-10-20T00:38:42.189Z] ---> 71737239b2ee [2020-10-20T00:38:42.189Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T00:38:42.456Z] ---> Running in ffc2cc36407e [2020-10-20T00:38:42.456Z] ---> Running in 65d458c098fc [2020-10-20T00:38:42.729Z] Removing intermediate container ffc2cc36407e [2020-10-20T00:38:42.729Z] ---> e4381c00c69b [2020-10-20T00:38:42.729Z] [2020-10-20T00:38:42.746Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-20T00:38:43.005Z] Successfully built e4381c00c69b [2020-10-20T00:38:43.005Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T00:38:43.339Z] GO111MODULE=on go vet ./... [2020-10-20T00:38:44.956Z]  Building docker-core-metadata-go ... done Removing intermediate container 65d458c098fc [2020-10-20T00:38:44.956Z] ---> a1dc082094af [2020-10-20T00:38:44.956Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T00:38:45.224Z] Removing intermediate container c66e24fe698b [2020-10-20T00:38:45.224Z] ---> 02257f179acb [2020-10-20T00:38:45.224Z] [2020-10-20T00:38:45.224Z] Step 10/23 : FROM alpine [2020-10-20T00:38:45.224Z] ---> a24bb4013296 [2020-10-20T00:38:45.224Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:38:45.224Z] ---> Running in 07fd6a8944f7 [2020-10-20T00:38:45.224Z] ---> Running in c6e4cbb1c277 [2020-10-20T00:38:45.490Z] Removing intermediate container 07fd6a8944f7 [2020-10-20T00:38:45.490Z] ---> a1ff02d8cf6e [2020-10-20T00:38:45.490Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T00:38:45.490Z] ---> Running in 107d75d22e50 [2020-10-20T00:38:45.490Z] Removing intermediate container c6e4cbb1c277 [2020-10-20T00:38:45.490Z] ---> 6314eb179ff7 [2020-10-20T00:38:45.490Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T00:38:45.490Z] ---> Running in 51c6a2f8a951 [2020-10-20T00:38:45.755Z] Removing intermediate container 107d75d22e50 [2020-10-20T00:38:45.755Z] ---> eb5c053bb88c [2020-10-20T00:38:45.755Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T00:38:45.755Z] Removing intermediate container 51c6a2f8a951 [2020-10-20T00:38:45.755Z] ---> 902396d920d2 [2020-10-20T00:38:45.755Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T00:38:45.755Z] ---> Running in ccaeb6b195f3 [2020-10-20T00:38:45.755Z] ---> Running in 0608ce3d032f [2020-10-20T00:38:46.022Z] Removing intermediate container ccaeb6b195f3 [2020-10-20T00:38:46.022Z] ---> c66b4fb8ff4a [2020-10-20T00:38:46.022Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T00:38:46.022Z] Removing intermediate container 0608ce3d032f [2020-10-20T00:38:46.022Z] ---> 5e31c381d124 [2020-10-20T00:38:46.022Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:38:46.022Z] ---> Running in 663e72d0a01c [2020-10-20T00:38:46.624Z] ---> 51d1b14ce6e2 [2020-10-20T00:38:46.624Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T00:38:46.903Z] ---> 77df13517602 [2020-10-20T00:38:46.903Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T00:38:47.167Z] Removing intermediate container 663e72d0a01c [2020-10-20T00:38:47.167Z] ---> f6e4f79227b0 [2020-10-20T00:38:47.167Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T00:38:47.167Z] ---> e2ed82caa42a [2020-10-20T00:38:47.167Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T00:38:47.429Z] ---> Running in 9b6947b34e85 [2020-10-20T00:38:48.006Z] ---> Running in a88b20ea0c7e [2020-10-20T00:38:48.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:48.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:48.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:49.125Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T00:38:49.125Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T00:38:49.125Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T00:38:49.125Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T00:38:49.125Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T00:38:49.125Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T00:38:49.125Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T00:38:49.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:38:50.281Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T00:38:50.281Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T00:38:50.281Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T00:38:50.281Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T00:38:50.281Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T00:38:50.281Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T00:38:50.281Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T00:38:50.549Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T00:38:50.549Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T00:38:50.549Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T00:38:50.549Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T00:38:50.549Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T00:38:50.549Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T00:38:50.549Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T00:38:50.549Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T00:38:50.549Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T00:38:50.549Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T00:38:50.549Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T00:38:50.880Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T00:38:50.880Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T00:38:50.880Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T00:38:50.880Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T00:38:50.880Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T00:38:50.880Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T00:38:50.880Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T00:38:51.143Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T00:38:51.143Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T00:38:51.143Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T00:38:51.143Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T00:38:51.404Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:38:51.404Z] OK: 71 MiB in 55 packages [2020-10-20T00:38:51.404Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T00:38:52.796Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T00:38:52.796Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:38:52.796Z] OK: 8 MiB in 19 packages [2020-10-20T00:38:57.043Z] Removing intermediate container 9b6947b34e85 [2020-10-20T00:38:57.043Z] ---> cf7735483191 [2020-10-20T00:38:57.043Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T00:39:00.377Z] ---> b4d53c05de60 [2020-10-20T00:39:00.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T00:39:00.645Z] Removing intermediate container a88b20ea0c7e [2020-10-20T00:39:00.645Z] ---> 5ed9ce5c6b28 [2020-10-20T00:39:00.645Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T00:39:00.912Z] ---> Running in 1f1e4ab065ac [2020-10-20T00:39:01.190Z] ---> 6eaab66e131a [2020-10-20T00:39:01.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T00:39:01.455Z] ---> e4c31a6fdc60 [2020-10-20T00:39:01.455Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T00:39:01.455Z] ---> Running in 9b2e8689f6c7 [2020-10-20T00:39:01.721Z] Removing intermediate container 9b2e8689f6c7 [2020-10-20T00:39:01.721Z] ---> ab3fb0dbf212 [2020-10-20T00:39:01.721Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:39:01.721Z] ---> Running in ee798008f270 [2020-10-20T00:39:01.988Z] Removing intermediate container ee798008f270 [2020-10-20T00:39:01.988Z] ---> 2bc502c0193c [2020-10-20T00:39:01.988Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T00:39:01.988Z] ---> Running in 767b9aecb2b9 [2020-10-20T00:39:02.256Z] Removing intermediate container 767b9aecb2b9 [2020-10-20T00:39:02.256Z] ---> 0c5841fcb171 [2020-10-20T00:39:02.256Z] Step 22/23 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:39:02.256Z] ---> Running in da09503c5483 [2020-10-20T00:39:02.526Z] Removing intermediate container da09503c5483 [2020-10-20T00:39:02.526Z] ---> 11a74d54ea09 [2020-10-20T00:39:02.526Z] Step 23/23 : LABEL version=0.0.0 [2020-10-20T00:39:02.526Z] Collecting docker-compose==1.23.2 [2020-10-20T00:39:02.526Z] ---> Running in 77fe4abdb054 [2020-10-20T00:39:02.526Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T00:39:02.789Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-20T00:39:02.789Z] Removing intermediate container 77fe4abdb054 [2020-10-20T00:39:02.789Z] ---> d4d0fc47184f [2020-10-20T00:39:02.789Z] [2020-10-20T00:39:02.789Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T00:39:02.789Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T00:39:02.789Z] Successfully built d4d0fc47184f [2020-10-20T00:39:02.789Z] Successfully tagged docker-core-data-go:latest [2020-10-20T00:39:03.747Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T00:39:03.747Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T00:39:03.747Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T00:39:03.747Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T00:39:04.011Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T00:39:04.011Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T00:39:04.585Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T00:39:04.585Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T00:39:04.847Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T00:39:04.847Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T00:39:05.425Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T00:39:05.425Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T00:39:05.539Z] gofmt -l . [2020-10-20T00:39:05.687Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T00:39:05.687Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T00:39:05.687Z] Collecting PyYAML<4,>=3.10 [2020-10-20T00:39:05.687Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T00:39:06.641Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-20T00:39:06.641Z] Collecting idna<2.8,>=2.5 [2020-10-20T00:39:06.641Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T00:39:06.641Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-20T00:39:06.916Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T00:39:06.916Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T00:39:06.916Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T00:39:06.916Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T00:39:06.971Z] [ "`gofmt -l .`" = "" ] [2020-10-20T00:39:07.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T00:39:07.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T00:39:07.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T00:39:07.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T00:39:07.180Z] Installing collected packages: docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, texttable, jsonschema, PyYAML, docker-compose [2020-10-20T00:39:07.181Z] Running setup.py install for docopt: started [2020-10-20T00:39:07.762Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T00:39:07.762Z] Attempting uninstall: idna [2020-10-20T00:39:07.762Z] Found existing installation: idna 2.9 [2020-10-20T00:39:07.762Z] Uninstalling idna-2.9: [2020-10-20T00:39:07.762Z] Successfully uninstalled idna-2.9 [2020-10-20T00:39:08.026Z] Attempting uninstall: urllib3 [2020-10-20T00:39:08.026Z] Found existing installation: urllib3 1.25.9 [2020-10-20T00:39:08.026Z] Uninstalling urllib3-1.25.9: [2020-10-20T00:39:09.424Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T00:39:09.633Z] ./bin/test-go-mod-tidy.sh [2020-10-20T00:39:09.690Z] Attempting uninstall: requests [2020-10-20T00:39:09.690Z] Found existing installation: requests 2.23.0 [2020-10-20T00:39:09.690Z] Uninstalling requests-2.23.0: [2020-10-20T00:39:09.690Z] Successfully uninstalled requests-2.23.0 [2020-10-20T00:39:10.267Z] Running setup.py install for dockerpty: started [2020-10-20T00:39:10.626Z] ./bin/test-attribution-txt.sh [2020-10-20T00:39:10.842Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T00:39:10.842Z] Running setup.py install for texttable: started [2020-10-20T00:39:11.418Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T00:39:11.418Z] Running setup.py install for PyYAML: started [2020-10-20T00:39:12.001Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T00:39:12.579Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] sh [2020-10-20T00:39:15.605Z] + ls -al . [2020-10-20T00:39:15.605Z] total 636 [2020-10-20T00:39:15.605Z] drwxrwxr-x 9 1001 1001 4096 Oct 20 00:39 . [2020-10-20T00:39:15.605Z] drwxr-xr-x 4 root root 4096 Oct 20 00:36 .. [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 11 Oct 20 00:34 .dockerignore [2020-10-20T00:39:15.605Z] drwxrwxr-x 8 1001 1001 4096 Oct 20 00:35 .git [2020-10-20T00:39:15.605Z] drwxrwxr-x 3 1001 1001 4096 Oct 20 00:34 .github [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 932 Oct 20 00:34 .gitignore [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 166 Oct 20 00:34 .sonarcloud.properties [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 3804 Oct 20 00:34 CONTRIBUTING.md [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 1035 Oct 20 00:34 Dockerfile.build [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 863 Oct 20 00:34 Jenkinsfile [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 10775 Oct 20 00:34 LICENSE [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 6237 Oct 20 00:34 Makefile [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 6447 Oct 20 00:34 README.md [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 259 Oct 20 00:34 SECURITY.md [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 5 Oct 20 00:30 VERSION [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 4131 Oct 20 00:34 ZMQWindows.md [2020-10-20T00:39:15.605Z] drwxrwxr-x 2 1001 1001 4096 Oct 20 00:34 bin [2020-10-20T00:39:15.605Z] drwxrwxr-x 15 1001 1001 4096 Oct 20 00:34 cmd [2020-10-20T00:39:15.605Z] -rw-r--r-- 1 root root 514268 Oct 20 00:38 coverage.out [2020-10-20T00:39:15.605Z] -rw-r--r-- 1 root root 1041 Oct 20 00:39 go.mod [2020-10-20T00:39:15.605Z] -rw-r--r-- 1 root root 18775 Oct 20 00:39 go.sum [2020-10-20T00:39:15.605Z] drwxrwxr-x 8 1001 1001 4096 Oct 20 00:34 internal [2020-10-20T00:39:15.605Z] drwxrwxr-x 4 1001 1001 4096 Oct 20 00:34 openapi [2020-10-20T00:39:15.605Z] drwxrwxr-x 4 1001 1001 4096 Oct 20 00:34 snap [2020-10-20T00:39:15.605Z] -rw-rw-r-- 1 1001 1001 168 Oct 20 00:34 version.go [Pipeline] sh [2020-10-20T00:39:15.896Z] Removing intermediate container 1f1e4ab065ac [2020-10-20T00:39:15.896Z] ---> 2a9793fa2cd9 [2020-10-20T00:39:15.896Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T00:39:15.896Z] ---> Running in 2253733e28df [2020-10-20T00:39:15.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:39:16.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:39:16.161Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T00:39:16.161Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T00:39:16.277Z] + '[' -e coverage.out ] [2020-10-20T00:39:16.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-20T00:39:16.297Z] Warning: overwriting stash ‘coverage-report’ [2020-10-20T00:39:16.428Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T00:39:16.428Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:39:16.428Z] OK: 72 MiB in 58 packages [2020-10-20T00:39:17.005Z] Removing intermediate container 2253733e28df [2020-10-20T00:39:17.005Z] ---> f35813ede63f [2020-10-20T00:39:17.005Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T00:39:17.005Z] ---> Running in 27c7087f335d [2020-10-20T00:39:17.274Z] Removing intermediate container 27c7087f335d [2020-10-20T00:39:17.274Z] ---> dfa9fe614161 [2020-10-20T00:39:17.274Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:39:17.274Z] ---> Running in 1e88e027e19a [2020-10-20T00:39:17.274Z] Removing intermediate container 1e88e027e19a [2020-10-20T00:39:17.274Z] ---> 42f233e45216 [2020-10-20T00:39:17.274Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T00:39:17.539Z] ---> Running in c0b6ee875c13 [2020-10-20T00:39:17.539Z] Removing intermediate container c0b6ee875c13 [2020-10-20T00:39:17.539Z] ---> 5f577291bc1a [2020-10-20T00:39:17.539Z] Step 26/27 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:39:17.640Z] Stashed 1 file(s) [Pipeline] sh [2020-10-20T00:39:17.802Z] ---> Running in 8e9f43200e73 [2020-10-20T00:39:17.802Z] Removing intermediate container 8e9f43200e73 [2020-10-20T00:39:17.802Z] ---> d32b950a4a97 [2020-10-20T00:39:17.802Z] Step 27/27 : LABEL version=0.0.0 [2020-10-20T00:39:18.065Z] ---> Running in fa977b8c5f81 [2020-10-20T00:39:18.065Z] Removing intermediate container fa977b8c5f81 [2020-10-20T00:39:18.065Z] ---> 3ebfb8a6de0b [2020-10-20T00:39:18.065Z] [2020-10-20T00:39:18.328Z] Successfully built 3ebfb8a6de0b [2020-10-20T00:39:18.328Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T00:39:18.366Z] + make build [2020-10-20T00:39:18.366Z] 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 [2020-10-20T00:39:18.615Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-20T00:39:18.658Z] $ docker stop --time=1 235f492c7056963042faa070c79d7379d04fde05ee3cd69089724d5c95011c93 [2020-10-20T00:39:20.454Z] $ docker rm -f 235f492c7056963042faa070c79d7379d04fde05ee3cd69089724d5c95011c93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T00:39:21.017Z] + docker images [2020-10-20T00:39:21.017Z] + grep docker [2020-10-20T00:39:21.017Z] docker-sys-mgmt-agent-go latest 3ebfb8a6de0b 3 seconds ago 290MB [2020-10-20T00:39:21.017Z] docker-core-data-go latest d4d0fc47184f 18 seconds ago 23.6MB [2020-10-20T00:39:21.017Z] docker-core-metadata-go latest e4381c00c69b 38 seconds ago 14.4MB [2020-10-20T00:39:21.017Z] docker-core-command-go latest f1a5ce8560da 39 seconds ago 12.2MB [2020-10-20T00:39:21.017Z] docker-support-scheduler-go latest 24f4e41894d2 43 seconds ago 12.3MB [2020-10-20T00:39:21.017Z] docker-security-secretstore-setup-go latest 93a26476515b 2 minutes ago 32.4MB [2020-10-20T00:39:21.017Z] docker-security-secrets-setup-go latest f8bc0df093a5 2 minutes ago 24MB [2020-10-20T00:39:21.017Z] docker-support-notifications-go latest 733be75f91c5 2 minutes ago 13.6MB [2020-10-20T00:39:21.017Z] docker-support-logging-go latest 6152ce288291 2 minutes ago 11.1MB [2020-10-20T00:39:21.017Z] docker-security-proxy-setup-go latest bee3660d004a 3 minutes ago 15.8MB [2020-10-20T00:39:21.017Z] docker latest 809cc4dba987 4 weeks ago 217MB [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 [2020-10-20T00:39:36.885Z] Still waiting to schedule task [2020-10-20T00:39:36.885Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-20T00:39:45.212Z] 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 [2020-10-20T00:39:57.944Z] 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 [2020-10-20T00:40:03.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T00:40:07.653Z] 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 [2020-10-20T00:40:14.358Z] 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 [2020-10-20T00:40:14.630Z] 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 [2020-10-20T00:40:21.330Z] 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 [2020-10-20T00:40:26.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T00:40:30.107Z] 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 [2020-10-20T00:40:35.521Z] 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 [2020-10-20T00:40:39.841Z] 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 [2020-10-20T00:40:43.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-20T00:40:46.658Z] $ docker stop --time=1 ae4b9cc5bb90b7e3b0d71757525eecd848c9417d0e341a6edb0019c6c5c810aa [2020-10-20T00:40:49.137Z] $ docker rm -f ae4b9cc5bb90b7e3b0d71757525eecd848c9417d0e341a6edb0019c6c5c810aa [Pipeline] // withDockerContainer [Pipeline] } [2020-10-20T00:40:50.393Z] Running on prd-centos7-docker-8c-8g-6442 in /w/workspace/edgexfoundry_edgex-go_PR-2815 [Pipeline] // script [Pipeline] { [Pipeline] } [Pipeline] // stage [Pipeline] ws [2020-10-20T00:40:50.674Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:40:51.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T00:40:51.543Z] [2020-10-20T00:40:51.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:40:51.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T00:40:52.227Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T00:40:52.227Z] 29e5d40040c1: Pulling fs layer [2020-10-20T00:40:52.227Z] 1ce36da41761: Pulling fs layer [2020-10-20T00:40:52.227Z] 25b303627fd3: Pulling fs layer [2020-10-20T00:40:52.837Z] 29e5d40040c1: Download complete [2020-10-20T00:40:53.061Z] using credential edgex-jenkins-ssh [2020-10-20T00:40:53.117Z] Cloning the remote Git repository [2020-10-20T00:40:53.141Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:40:53.532Z] 29e5d40040c1: Pull complete [2020-10-20T00:40:53.532Z] 1ce36da41761: Verifying Checksum [2020-10-20T00:40:53.532Z] 1ce36da41761: Download complete [2020-10-20T00:40:53.218Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-20T00:40:53.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:40:53.246Z] > git --version # timeout=10 [2020-10-20T00:40:53.252Z] > git --version # 'git version 2.16.5' [2020-10-20T00:40:53.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:40:53.280Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:40:54.965Z] 1ce36da41761: Pull complete [2020-10-20T00:40:55.235Z] 25b303627fd3: Verifying Checksum [2020-10-20T00:40:55.235Z] 25b303627fd3: Download complete [2020-10-20T00:41:05.389Z] 25b303627fd3: Pull complete [2020-10-20T00:41:05.389Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T00:41:05.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T00:41:05.389Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-20T00:41:05.634Z] prd-ubuntu18.04-docker-arm64-4c-16g-6429 does not seem to be running inside a container [2020-10-20T00:41:05.712Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-20T00:41:09.095Z] $ docker top 11a3a2f48e1d0bc251c1445dad2ae6b8aacedd095ab8791a0d5ef9fc4d74df85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:41:10.520Z] + grep parallel [2020-10-20T00:41:10.520Z] + docker-compose build --help [2020-10-20T00:41:14.818Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T00:41:14.837Z] $ docker stop --time=1 11a3a2f48e1d0bc251c1445dad2ae6b8aacedd095ab8791a0d5ef9fc4d74df85 [2020-10-20T00:41:16.801Z] $ docker rm -f 11a3a2f48e1d0bc251c1445dad2ae6b8aacedd095ab8791a0d5ef9fc4d74df85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:41:17.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T00:41:17.700Z] . [Pipeline] withDockerContainer [2020-10-20T00:41:18.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-6429 does not seem to be running inside a container [2020-10-20T00:41:18.091Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-10-20T00:41:19.055Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T00:41:19.062Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:41:19.076Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T00:41:19.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T00:41:19.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:41:19.107Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2815/head:refs/remotes/origin/PR-2815 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T00:41:19.593Z] $ docker top 6fcc462d9fbc858160a5d6c8698be5b7739dad04b3667a1058f1f48618065068 -eo pid,comm [2020-10-20T00:41:19.704Z] Merging remotes/origin/master commit c53c6110231c23d325d1b3c1e00c5fc26ac542f6 into PR head commit 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 [Pipeline] { [2020-10-20T00:41:20.001Z] Merge succeeded, producing 21e4121b8be2c834ecf64f7e507b2782678f7616 [2020-10-20T00:41:20.002Z] Checking out Revision 21e4121b8be2c834ecf64f7e507b2782678f7616 (PR-2815) [Pipeline] sh [2020-10-20T00:41:20.704Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T00:41:19.714Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:41:19.720Z] > git checkout -f 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 [2020-10-20T00:41:19.869Z] > git remote # timeout=10 [2020-10-20T00:41:19.874Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T00:41:19.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:41:19.884Z] > git merge c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 [2020-10-20T00:41:19.996Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T00:41:20.006Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:41:20.011Z] > git checkout -f 21e4121b8be2c834ecf64f7e507b2782678f7616 # timeout=10 [2020-10-20T00:41:23.796Z] Commit message: "Merge commit 'c53c6110231c23d325d1b3c1e00c5fc26ac542f6' into HEAD" [2020-10-20T00:41:23.801Z] > git rev-list --no-walk 5d75f2e1eb29cce4219ebf3eaf6d41a1462b5e42 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T00:41:25.011Z] Building docker-core-command-go ... [2020-10-20T00:41:25.012Z] Building docker-core-data-go ... [2020-10-20T00:41:25.012Z] Building docker-core-metadata-go ... [2020-10-20T00:41:25.012Z] Building docker-security-proxy-setup-go ... [2020-10-20T00:41:25.012Z] Building docker-security-secrets-setup-go ... [2020-10-20T00:41:25.012Z] Building docker-security-secretstore-setup-go ... [2020-10-20T00:41:25.012Z] Building docker-support-logging-go ... [2020-10-20T00:41:25.012Z] Building docker-support-notifications-go ... [2020-10-20T00:41:25.012Z] Building docker-support-scheduler-go ... [2020-10-20T00:41:25.012Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T00:41:25.012Z] Building docker-support-logging-go [2020-10-20T00:41:25.012Z] Building docker-support-scheduler-go [2020-10-20T00:41:25.012Z] Building docker-core-data-go [2020-10-20T00:41:25.012Z] Building docker-sys-mgmt-agent-go [2020-10-20T00:41:25.012Z] Building docker-support-notifications-go [2020-10-20T00:41:25.378Z] ++ find /w/workspace/edgex-go/2 [2020-10-20T00:41:25.378Z] ++ grep snapcraft.yaml [2020-10-20T00:41:25.378Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T00:41:25.531Z] provisioning config files... [2020-10-20T00:41:25.545Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config4714224227472738782tmp [Pipeline] { [Pipeline] sh [2020-10-20T00:41:25.911Z] + cp /w/workspace/edgex-go/2@tmp/config4714224227472738782tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh [2020-10-20T00:41:26.233Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-20T00:41:26.233Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-20T00:41:26.498Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-20T00:41:26.498Z] f08d8e2a3ba1: Pulling fs layer [2020-10-20T00:41:26.498Z] 3baa9cb2483b: Pulling fs layer [2020-10-20T00:41:26.498Z] 94e5ff4c0b15: Pulling fs layer [2020-10-20T00:41:26.498Z] 1860925334f9: Pulling fs layer [2020-10-20T00:41:26.498Z] 2daf38717194: Pulling fs layer [2020-10-20T00:41:26.498Z] 309017e8d7a4: Pulling fs layer [2020-10-20T00:41:26.498Z] f7790dc9fd0f: Pulling fs layer [2020-10-20T00:41:26.498Z] cac0ae9282c2: Pulling fs layer [2020-10-20T00:41:26.498Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-20T00:41:26.498Z] 2daf38717194: Waiting [2020-10-20T00:41:26.498Z] 309017e8d7a4: Waiting [2020-10-20T00:41:26.498Z] f7790dc9fd0f: Waiting [2020-10-20T00:41:26.498Z] cac0ae9282c2: Waiting [2020-10-20T00:41:26.498Z] 1f4cadf9a1ed: Waiting [2020-10-20T00:41:26.498Z] 1860925334f9: Waiting [2020-10-20T00:41:26.498Z] 94e5ff4c0b15: Verifying Checksum [2020-10-20T00:41:26.498Z] 94e5ff4c0b15: Download complete [2020-10-20T00:41:26.498Z] 3baa9cb2483b: Download complete [2020-10-20T00:41:26.498Z] 1860925334f9: Verifying Checksum [2020-10-20T00:41:26.498Z] 1860925334f9: Download complete [2020-10-20T00:41:26.498Z] 309017e8d7a4: Verifying Checksum [2020-10-20T00:41:26.498Z] 309017e8d7a4: Download complete [2020-10-20T00:41:26.498Z] f7790dc9fd0f: Verifying Checksum [2020-10-20T00:41:26.498Z] f7790dc9fd0f: Download complete [2020-10-20T00:41:26.498Z] cac0ae9282c2: Download complete [2020-10-20T00:41:26.498Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-20T00:41:26.498Z] 1f4cadf9a1ed: Download complete [2020-10-20T00:41:29.056Z] f08d8e2a3ba1: Verifying Checksum [2020-10-20T00:41:29.056Z] f08d8e2a3ba1: Download complete [2020-10-20T00:41:30.007Z] f08d8e2a3ba1: Pull complete [2020-10-20T00:41:30.007Z] 3baa9cb2483b: Pull complete [2020-10-20T00:41:30.270Z] 94e5ff4c0b15: Pull complete [2020-10-20T00:41:30.270Z] 1860925334f9: Pull complete [2020-10-20T00:41:35.592Z] 2daf38717194: Verifying Checksum [2020-10-20T00:41:35.592Z] 2daf38717194: Download complete [2020-10-20T00:41:57.612Z] 2daf38717194: Pull complete [2020-10-20T00:41:57.612Z] 309017e8d7a4: Pull complete [2020-10-20T00:41:57.612Z] f7790dc9fd0f: Pull complete [2020-10-20T00:41:57.612Z] cac0ae9282c2: Pull complete [2020-10-20T00:41:57.612Z] 1f4cadf9a1ed: Pull complete [2020-10-20T00:41:57.612Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-20T00:41:57.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-20T00:41:59.541Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-20T00:41:59.541Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:41:59.541Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-20T00:41:59.541Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-20T00:41:59.804Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1733 kB] [2020-10-20T00:41:59.804Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2114 kB] [2020-10-20T00:42:00.379Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.0 kB] [2020-10-20T00:42:00.379Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1348 kB] [2020-10-20T00:42:00.379Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [205 kB] [2020-10-20T00:42:00.379Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-20T00:42:00.379Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2161 kB] [2020-10-20T00:42:00.379Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-20T00:42:00.379Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-20T00:42:00.379Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-20T00:42:00.962Z] Fetched 8135 kB in 2s (4511 kB/s) [2020-10-20T00:42:02.366Z] Reading package lists... [2020-10-20T00:42:04.318Z] 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: [2020-10-20T00:42:04.318Z] - README.md [2020-10-20T00:42:04.318Z] [2020-10-20T00:42:04.318Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-20T00:42:06.509Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:42:06.509Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:42:06.509Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:42:06.509Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:42:08.421Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 52% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-20T00:42:10.975Z] Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev [2020-10-20T00:42:12.075Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 46% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-20T00:42:12.337Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 56% Building dependency tree [2020-10-20T00:42:12.337Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-20T00:42:12.337Z] The following packages were automatically installed and are no longer required: [2020-10-20T00:42:12.337Z] libjq1 libonig4 [2020-10-20T00:42:12.337Z] Use 'sudo apt autoremove' to remove them. [2020-10-20T00:42:12.337Z] Suggested packages: [2020-10-20T00:42:12.337Z] autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc [2020-10-20T00:42:12.337Z] ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-10-20T00:42:12.337Z] lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg [2020-10-20T00:42:12.337Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-10-20T00:42:12.337Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-10-20T00:42:12.337Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-20T00:42:12.337Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr [2020-10-20T00:42:12.337Z] gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc [2020-10-20T00:42:12.337Z] gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc [2020-10-20T00:42:12.337Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-20T00:42:12.337Z] | libterm-readline-perl-perl [2020-10-20T00:42:12.914Z] The following NEW packages will be installed: [2020-10-20T00:42:12.915Z] autoconf automake autopoint autotools-dev binutils binutils-common [2020-10-20T00:42:12.915Z] binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl [2020-10-20T00:42:12.915Z] dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base [2020-10-20T00:42:12.915Z] gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 [2020-10-20T00:42:12.915Z] lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 [2020-10-20T00:42:12.915Z] lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 [2020-10-20T00:42:12.915Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-10-20T00:42:12.915Z] libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev [2020-10-20T00:42:12.915Z] libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 [2020-10-20T00:42:12.915Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-20T00:42:12.915Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-20T00:42:12.915Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev [2020-10-20T00:42:12.915Z] libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 [2020-10-20T00:42:12.915Z] libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-20T00:42:12.915Z] libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 [2020-10-20T00:42:12.915Z] libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin [2020-10-20T00:42:12.915Z] libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 [2020-10-20T00:42:12.915Z] libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 [2020-10-20T00:42:12.915Z] libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev [2020-10-20T00:42:12.915Z] libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 [2020-10-20T00:42:12.915Z] luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 [2020-10-20T00:42:12.915Z] pkg-config unzip wget zip zlib1g-dev [2020-10-20T00:42:12.915Z] 0 upgraded, 130 newly installed, 0 to remove and 29 not upgraded. [2020-10-20T00:42:12.915Z] Need to get 86.0 MB of archives. [2020-10-20T00:42:12.915Z] After this operation, 394 MB of additional disk space will be used. [2020-10-20T00:42:13.179Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-20T00:42:13.445Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-20T00:42:14.023Z] 0% [2 perl-modules-5.26 4867 B/2763 kB 0%] 1% [2 perl-modules-5.26 1359 kB/2763 kB 49%] 3% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-20T00:42:14.023Z] 3% [3 libgdbm5 18.9 kB/26.0 kB 73%] 3% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-20T00:42:14.023Z] 3% [4 libgdbm-compat4 6084 B/6084 B 100%] 3% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-20T00:42:14.287Z] 3% [5 libperl5.26 5314 B/3527 kB 0%] 7% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-20T00:42:14.287Z] 7% [6 perl 16.6 kB/201 kB 8%] 7% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-20T00:42:14.287Z] 7% [7 less 11.5 kB/112 kB 10%] 7% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] [2020-10-20T00:42:14.287Z] 7% [8 libyaml-0-2 30.8 kB/47.2 kB 65%] 7% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-20T00:42:14.287Z] 7% [9 netbase 0 B/12.7 kB 0%] 8% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-20T00:42:14.287Z] 8% [10 manpages 16.4 kB/1234 kB 1%] 9% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] [2020-10-20T00:42:14.287Z] 9% [11 wget 47.2 kB/316 kB 15%] 9% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] [2020-10-20T00:42:14.287Z] 9% [12 libsigsegv2 14.7 kB/14.7 kB 100%] 10% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] [2020-10-20T00:42:14.287Z] 10% [13 m4 43.6 kB/197 kB 22%] 10% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] [2020-10-20T00:42:14.287Z] 10% [14 autoconf 42.8 kB/322 kB 13%] 10% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] [2020-10-20T00:42:14.287Z] 10% [15 autotools-dev 39.6 kB/39.6 kB 100%] 11% [Working] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] [2020-10-20T00:42:14.287Z] 11% [16 automake 8667 B/509 kB 2%] 11% [Working] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] [2020-10-20T00:42:14.551Z] 11% [17 autopoint 23.5 kB/426 kB 6%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-20T00:42:14.551Z] 12% [18 binutils-common 56.1 kB/196 kB 29%] 12% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-20T00:42:14.551Z] 12% [19 libbinutils 56.0 kB/488 kB 11%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-10-20T00:42:14.551Z] 13% [20 binutils-x86-64-linux-gnu 26.8 kB/1839 kB 1%] 15% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-20T00:42:14.551Z] 15% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-20T00:42:14.551Z] 15% [22 libc-dev-bin 18.6 kB/71.8 kB 26%] 15% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-20T00:42:14.815Z] 15% [23 linux-libc-dev 12.0 kB/998 kB 1%] 16% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-20T00:42:14.815Z] 16% [24 libc6-dev 62.7 kB/2585 kB 2%] 19% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-20T00:42:14.815Z] 19% [25 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-20T00:42:14.815Z] 19% [26 libisl19 15.0 kB/551 kB 3%] 19% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-20T00:42:14.815Z] 19% [27 libmpfr6 53.1 kB/243 kB 22%] 20% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-20T00:42:14.815Z] 20% [28 libmpc3 24.6 kB/40.8 kB 60%] 20% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-20T00:42:15.394Z] 20% [29 cpp-7 16.4 kB/8591 kB 0%] 28% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-20T00:42:15.394Z] 28% [30 cpp 22.4 kB/27.7 kB 81%] 28% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-20T00:42:15.394Z] 28% [31 libcc1-0 37.0 kB/39.4 kB 94%] 28% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-20T00:42:15.394Z] 28% [32 libgomp1 23.1 kB/76.5 kB 30%] 29% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-20T00:42:15.394Z] 29% [33 libitm1 11.9 kB/27.9 kB 43%] 29% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-20T00:42:15.394Z] 29% [34 libatomic1 9192 B/9192 B 100%] 29% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-20T00:42:15.394Z] 29% [35 libasan4 39.8 kB/358 kB 11%] 29% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-20T00:42:15.394Z] 30% [36 liblsan0 8776 B/133 kB 7%] 30% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-20T00:42:15.394Z] 30% [37 libtsan0 103 B/288 kB 0%] 30% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-20T00:42:15.394Z] 30% [38 libubsan0 15.7 kB/126 kB 12%] 30% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-20T00:42:15.395Z] 30% [39 libcilkrts5 25.5 kB/42.5 kB 60%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-20T00:42:15.395Z] 31% [40 libmpx2 8192 B/11.6 kB 70%] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-20T00:42:15.395Z] 31% [41 libquadmath0 51.2 kB/134 kB 38%] 31% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-20T00:42:15.395Z] 31% [42 libgcc-7-dev 58.8 kB/2378 kB 2%] 33% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-20T00:42:15.969Z] 34% [43 gcc-7 39.5 kB/9381 kB 0%] 42% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-20T00:42:15.969Z] 42% [44 gcc 5184 B/5184 B 100%] 43% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-20T00:42:15.969Z] 43% [45 libstdc++-7-dev 0 B/1471 kB 0%] 44% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-20T00:42:16.237Z] 44% [46 g++-7 22.7 kB/9697 kB 0%] 53% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-20T00:42:16.237Z] 53% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-20T00:42:16.237Z] 53% [48 make 41.1 kB/154 kB 27%] 54% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-20T00:42:16.237Z] 54% [49 libdpkg-perl 18.3 kB/211 kB 9%] 54% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-20T00:42:16.237Z] 54% [50 patch 11.7 kB/102 kB 11%] 54% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-20T00:42:16.237Z] 54% [51 dpkg-dev 0 B/607 kB 0%] 55% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-20T00:42:16.237Z] 55% [52 build-essential 0 B/4758 B 0%] 55% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-20T00:42:16.502Z] 55% [53 cmake-data 0 B/1332 kB 0%] 57% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-20T00:42:16.502Z] 57% [54 libarchive13 32.8 kB/288 kB 11%] 57% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-20T00:42:16.502Z] 57% [55 libjsoncpp1 47.1 kB/73.6 kB 64%] 57% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-20T00:42:16.502Z] 57% [56 librhash0 38.8 kB/78.1 kB 50%] 57% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-20T00:42:16.502Z] 57% [57 libuv1 26.0 kB/64.4 kB 40%] 58% [Working] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-20T00:42:16.502Z] 58% [58 cmake 26.9 kB/3152 kB 1%] 61% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-20T00:42:16.502Z] 61% [59 curl 48.0 kB/159 kB 30%] 61% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-20T00:42:16.502Z] 61% [60 libfakeroot 17.9 kB/25.9 kB 69%] 61% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-20T00:42:16.502Z] 61% [61 fakeroot 56.1 kB/62.3 kB 90%] 61% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-20T00:42:16.767Z] 61% [62 libc6-i386 34.6 kB/2650 kB 1%] 64% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-20T00:42:16.767Z] 64% [63 libc6-dev-i386 61.9 kB/1817 kB 3%] 66% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-20T00:42:17.031Z] 66% [64 libc6-x32 65.5 kB/2847 kB 2%] 69% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-20T00:42:17.031Z] 69% [65 libc6-dev-x32 59.3 kB/2018 kB 3%] 71% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-20T00:42:17.031Z] 71% [66 lib32gcc1 48.1 kB/48.1 kB 100%] 71% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-20T00:42:17.031Z] 71% [67 libx32gcc1 24.0 kB/40.5 kB 59%] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-20T00:42:17.031Z] 71% [68 lib32gomp1 48.8 kB/83.7 kB 58%] 71% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-20T00:42:17.031Z] 71% [69 libx32gomp1 30.3 kB/77.8 kB 39%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-20T00:42:17.031Z] 72% [70 lib32itm1 17.8 kB/30.0 kB 59%] 72% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-20T00:42:17.031Z] 72% [71 libx32itm1 28.1 kB/28.1 kB 100%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-20T00:42:17.031Z] 72% [72 lib32atomic1 8664 B/8664 B 100%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-20T00:42:17.031Z] 72% [73 libx32atomic1 9188 B/9188 B 100%] 72% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-20T00:42:17.298Z] 72% [74 lib32asan4 6250 B/362 kB 2%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-20T00:42:17.298Z] 73% [75 libx32asan4 37.7 kB/351 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-20T00:42:17.298Z] 73% [76 lib32stdc++6 13.7 kB/415 kB 3%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-20T00:42:17.298Z] 74% [77 lib32ubsan0 24.8 kB/140 kB 18%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-20T00:42:17.298Z] 74% [78 libx32stdc++6 22.8 kB/387 kB 6%] 75% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-20T00:42:17.298Z] 75% [79 libx32ubsan0 16.3 kB/127 kB 13%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-20T00:42:17.298Z] 75% [80 lib32cilkrts5 26.8 kB/47.2 kB 57%] 75% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-20T00:42:17.298Z] 75% [81 libx32cilkrts5 43.0 kB/43.0 kB 100%] 75% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-20T00:42:17.298Z] 75% [82 lib32mpx2 12.3 kB/12.9 kB 95%] 75% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-20T00:42:17.298Z] 75% [83 lib32quadmath0 19.0 kB/208 kB 9%] 76% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-20T00:42:17.298Z] 76% [84 libx32quadmath0 7578 B/135 kB 6%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-20T00:42:17.561Z] 76% [85 lib32gcc-7-dev 56.4 kB/2211 kB 3%] 78% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-20T00:42:17.561Z] 78% [86 libx32gcc-7-dev 20.3 kB/1999 kB 1%] 80% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-20T00:42:17.561Z] 80% [87 gcc-7-multilib 1048 B/1048 B 100%] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-20T00:42:17.561Z] 80% [88 lib32stdc++-7-dev 51.3 kB/626 kB 8%] 81% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-20T00:42:17.561Z] 81% [89 libx32stdc++-7-dev 14.3 kB/582 kB 2%] 82% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-20T00:42:17.561Z] 82% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-20T00:42:17.561Z] 82% [91 gcc-multilib 1428 B/1428 B 100%] 82% [Waiting for headers] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-20T00:42:17.561Z] 82% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-20T00:42:17.561Z] 82% [93 libcurl3-gnutls 17.8 kB/213 kB 8%] 83% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-20T00:42:17.561Z] 83% [94 liberror-perl 22.8 kB/22.8 kB 100%] 83% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-20T00:42:17.827Z] 83% [95 git-man 0 B/804 kB 0%] 84% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-20T00:42:17.827Z] 84% [96 git 0 B/3915 kB 0%] 87% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-20T00:42:17.827Z] 87% [97 libalgorithm-diff-perl 38.7 kB/47.6 kB 81%] 88% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-20T00:42:17.827Z] 88% [98 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 88% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-20T00:42:17.827Z] 88% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-20T00:42:17.827Z] 88% [100 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 88% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] [2020-10-20T00:42:18.093Z] 88% [101 libltdl7 0 B/38.8 kB 0%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] [2020-10-20T00:42:18.360Z] 88% [102 libltdl-dev 12.6 kB/162 kB 8%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] [2020-10-20T00:42:18.360Z] 89% [103 liblua5.1-0 7445 B/100 kB 7%] Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] [2020-10-20T00:42:18.632Z] 89% [104 libtinfo-dev 64.9 kB/81.3 kB 80%] 89% [Waiting for headers] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] [2020-10-20T00:42:18.632Z] 89% [105 libreadline-dev 492 B/133 kB 0%] 89% [Waiting for headers] Get:106 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] [2020-10-20T00:42:18.632Z] 89% [106 liblua5.1-0-dev 1133 B/119 kB 1%] Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] [2020-10-20T00:42:18.632Z] 90% [107 libncurses5-dev 398 B/174 kB 0%] 90% [Waiting for headers] Get:108 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-20T00:42:18.632Z] 90% [108 libnorm1 6035 B/224 kB 3%] 90% [Waiting for headers] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] [2020-10-20T00:42:18.632Z] 90% [109 libpcre16-3 220 B/147 kB 0%] 91% [Waiting for headers] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] [2020-10-20T00:42:18.632Z] 91% [110 libpcre32-3 961 B/138 kB 1%] 91% [Waiting for headers] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] [2020-10-20T00:42:18.632Z] 91% [111 libpcrecpp0v5 8192 B/15.3 kB 54%] 91% [Waiting for headers] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] [2020-10-20T00:42:18.632Z] 91% [112 libpcre3-dev 0 B/537 kB 0%] 92% [Waiting for headers] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-20T00:42:18.632Z] 92% [113 libpgm-5.2-0 5974 B/157 kB 4%] 92% [Waiting for headers] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-20T00:42:18.632Z] 92% [114 libsodium23 9671 B/143 kB 7%] Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] [2020-10-20T00:42:18.900Z] 92% [115 libssl-dev 21.0 kB/1566 kB 1%] 94% [Waiting for headers] Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] [2020-10-20T00:42:18.900Z] 94% [116 libtool 65.5 kB/194 kB 34%] 94% [Waiting for headers] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] [2020-10-20T00:42:18.900Z] 94% [117 libtool-bin 37.2 kB/79.5 kB 47%] 95% [Waiting for headers] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-20T00:42:18.900Z] 95% [118 libzmq5 22.9 kB/221 kB 10%] 95% [Working] Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-20T00:42:18.900Z] 95% [119 libzmq3-dev 63.4 kB/400 kB 16%] 95% [Waiting for headers] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] [2020-10-20T00:42:18.900Z] 95% [120 lua5.1 56.7 kB/93.2 kB 61%] 96% [Waiting for headers] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] [2020-10-20T00:42:18.900Z] 96% [121 lua-any 4718 B/4718 B 100%] 96% [Waiting for headers] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] [2020-10-20T00:42:18.900Z] 96% [122 lua-socket 23.7 kB/70.5 kB 34%] 96% [Waiting for headers] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] [2020-10-20T00:42:18.900Z] 96% [123 lua-sec 18.5 kB/29.5 kB 63%] 96% [Waiting for headers] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-20T00:42:18.900Z] 96% [124 zip 54.2 kB/167 kB 32%] 97% [Waiting for headers] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-20T00:42:18.900Z] 97% [125 unzip 17.8 kB/167 kB 11%] 97% [Waiting for headers] Get:126 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] [2020-10-20T00:42:18.900Z] 97% [126 luarocks 47.1 kB/97.6 kB 48%] 97% [Waiting for headers] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-20T00:42:18.900Z] 97% [127 manpages-dev 65.5 kB/2217 kB 3%] 99% [Waiting for headers] Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-20T00:42:18.900Z] 99% [128 pkg-config 21.6 kB/45.0 kB 48%] 99% [Waiting for headers] Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] [2020-10-20T00:42:18.900Z] 100% [129 zlib1g-dev 112 kB/176 kB 64%] Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] [2020-10-20T00:42:18.901Z] 100% [130 libyaml-dev 55.7 kB/55.7 kB 100%] 100% [Working] Fetched 86.0 MB in 6s (14.4 MB/s) [2020-10-20T00:42:19.489Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-20T00:42:19.489Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-20T00:42:19.490Z] (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 ... 9889 files and directories currently installed.) [2020-10-20T00:42:19.490Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-20T00:42:19.490Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-20T00:42:19.490Z] Selecting previously unselected package perl-modules-5.26. [2020-10-20T00:42:19.490Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-20T00:42:19.490Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:20.436Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-20T00:42:20.436Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-20T00:42:20.436Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-20T00:42:21.668Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-20T00:42:21.668Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-20T00:42:21.668Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-20T00:42:21.668Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-20T00:42:21.668Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-20T00:42:21.668Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:21.668Z] Selecting previously unselected package perl. [2020-10-20T00:42:21.668Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-20T00:42:21.668Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:21.668Z] Selecting previously unselected package less. [2020-10-20T00:42:21.668Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-20T00:42:21.668Z] Unpacking less (487-0.1) ... [2020-10-20T00:42:21.930Z] Selecting previously unselected package libyaml-0-2:amd64. [2020-10-20T00:42:21.930Z] Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... [2020-10-20T00:42:21.930Z] Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-20T00:42:21.930Z] Selecting previously unselected package netbase. [2020-10-20T00:42:21.930Z] Preparing to unpack .../008-netbase_5.4_all.deb ... [2020-10-20T00:42:21.930Z] Unpacking netbase (5.4) ... [2020-10-20T00:42:21.931Z] Selecting previously unselected package manpages. [2020-10-20T00:42:21.931Z] Preparing to unpack .../009-manpages_4.15-1_all.deb ... [2020-10-20T00:42:21.931Z] Unpacking manpages (4.15-1) ... [2020-10-20T00:42:22.194Z] Selecting previously unselected package wget. [2020-10-20T00:42:22.194Z] Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... [2020-10-20T00:42:22.194Z] Unpacking wget (1.19.4-1ubuntu2.2) ... [2020-10-20T00:42:22.194Z] Selecting previously unselected package libsigsegv2:amd64. [2020-10-20T00:42:22.194Z] Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... [2020-10-20T00:42:22.194Z] Unpacking libsigsegv2:amd64 (2.12-1) ... [2020-10-20T00:42:22.194Z] Selecting previously unselected package m4. [2020-10-20T00:42:22.194Z] Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... [2020-10-20T00:42:22.194Z] Unpacking m4 (1.4.18-1) ... [2020-10-20T00:42:22.455Z] Selecting previously unselected package autoconf. [2020-10-20T00:42:22.455Z] Preparing to unpack .../013-autoconf_2.69-11_all.deb ... [2020-10-20T00:42:22.455Z] Unpacking autoconf (2.69-11) ... [2020-10-20T00:42:22.455Z] Selecting previously unselected package autotools-dev. [2020-10-20T00:42:22.456Z] Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... [2020-10-20T00:42:22.456Z] Unpacking autotools-dev (20180224.1) ... [2020-10-20T00:42:22.456Z] Selecting previously unselected package automake. [2020-10-20T00:42:22.456Z] Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... [2020-10-20T00:42:22.456Z] Unpacking automake (1:1.15.1-3ubuntu2) ... [2020-10-20T00:42:22.716Z] Selecting previously unselected package autopoint. [2020-10-20T00:42:22.716Z] Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... [2020-10-20T00:42:22.716Z] Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-20T00:42:22.716Z] Selecting previously unselected package binutils-common:amd64. [2020-10-20T00:42:22.716Z] Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-20T00:42:22.716Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:22.979Z] Selecting previously unselected package libbinutils:amd64. [2020-10-20T00:42:22.979Z] Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-20T00:42:22.979Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:22.979Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-20T00:42:22.979Z] Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-20T00:42:22.979Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:23.551Z] Selecting previously unselected package binutils. [2020-10-20T00:42:23.551Z] Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-20T00:42:23.551Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:23.551Z] Selecting previously unselected package libc-dev-bin. [2020-10-20T00:42:23.551Z] Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:23.551Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-20T00:42:23.551Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-20T00:42:23.551Z] Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-20T00:42:23.551Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-20T00:42:24.124Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-20T00:42:24.124Z] Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:24.124Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:24.698Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-20T00:42:24.698Z] Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:24.698Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:24.698Z] Selecting previously unselected package libisl19:amd64. [2020-10-20T00:42:24.698Z] Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... [2020-10-20T00:42:24.698Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-20T00:42:24.698Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-20T00:42:24.698Z] Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-20T00:42:24.698Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-20T00:42:24.960Z] Selecting previously unselected package libmpc3:amd64. [2020-10-20T00:42:24.960Z] Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... [2020-10-20T00:42:24.960Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-20T00:42:24.960Z] Selecting previously unselected package cpp-7. [2020-10-20T00:42:24.960Z] Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:24.960Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:25.904Z] Selecting previously unselected package cpp. [2020-10-20T00:42:25.904Z] Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-20T00:42:25.904Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:26.164Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-20T00:42:26.165Z] Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.165Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.165Z] Selecting previously unselected package libgomp1:amd64. [2020-10-20T00:42:26.165Z] Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.165Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.165Z] Selecting previously unselected package libitm1:amd64. [2020-10-20T00:42:26.165Z] Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.165Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.426Z] Selecting previously unselected package libatomic1:amd64. [2020-10-20T00:42:26.426Z] Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.426Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.426Z] Selecting previously unselected package libasan4:amd64. [2020-10-20T00:42:26.426Z] Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.426Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:26.686Z] Selecting previously unselected package liblsan0:amd64. [2020-10-20T00:42:26.686Z] Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.686Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.687Z] Selecting previously unselected package libtsan0:amd64. [2020-10-20T00:42:26.687Z] Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.687Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.687Z] Selecting previously unselected package libubsan0:amd64. [2020-10-20T00:42:26.687Z] Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.687Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:26.948Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-20T00:42:26.948Z] Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.948Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:26.948Z] Selecting previously unselected package libmpx2:amd64. [2020-10-20T00:42:26.948Z] Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.948Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:26.948Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-20T00:42:26.948Z] Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:26.948Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:27.211Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-20T00:42:27.211Z] Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:27.211Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:27.474Z] Selecting previously unselected package gcc-7. [2020-10-20T00:42:27.474Z] Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:27.474Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:28.426Z] Selecting previously unselected package gcc. [2020-10-20T00:42:28.426Z] Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-20T00:42:28.426Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:28.426Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-20T00:42:28.426Z] Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:28.688Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:29.271Z] Selecting previously unselected package g++-7. [2020-10-20T00:42:29.271Z] Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:29.271Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:30.240Z] Selecting previously unselected package g++. [2020-10-20T00:42:30.240Z] Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-20T00:42:30.240Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:30.240Z] Selecting previously unselected package make. [2020-10-20T00:42:30.240Z] Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-20T00:42:30.240Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-20T00:42:30.502Z] Selecting previously unselected package libdpkg-perl. [2020-10-20T00:42:30.502Z] Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-20T00:42:30.502Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-20T00:42:30.502Z] Selecting previously unselected package patch. [2020-10-20T00:42:30.502Z] Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-20T00:42:30.502Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-20T00:42:30.502Z] Selecting previously unselected package dpkg-dev. [2020-10-20T00:42:30.502Z] Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-20T00:42:30.502Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-20T00:42:30.764Z] Selecting previously unselected package build-essential. [2020-10-20T00:42:30.764Z] Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-20T00:42:30.764Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-20T00:42:30.764Z] Selecting previously unselected package cmake-data. [2020-10-20T00:42:30.764Z] Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-20T00:42:30.764Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-20T00:42:32.153Z] Selecting previously unselected package libarchive13:amd64. [2020-10-20T00:42:32.153Z] Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-20T00:42:32.153Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-20T00:42:32.153Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-20T00:42:32.153Z] Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-20T00:42:32.153Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-20T00:42:32.414Z] Selecting previously unselected package librhash0:amd64. [2020-10-20T00:42:32.414Z] Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... [2020-10-20T00:42:32.414Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-20T00:42:32.414Z] Selecting previously unselected package libuv1:amd64. [2020-10-20T00:42:32.414Z] Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... [2020-10-20T00:42:32.414Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-20T00:42:32.414Z] Selecting previously unselected package cmake. [2020-10-20T00:42:32.414Z] Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-20T00:42:32.414Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-20T00:42:32.985Z] Selecting previously unselected package curl. [2020-10-20T00:42:32.985Z] Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-20T00:42:32.985Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-20T00:42:32.985Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-20T00:42:32.985Z] Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-20T00:42:32.985Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-20T00:42:33.159Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:42:33.159Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:42:33.159Z] ---> c5b1303646f0 [2020-10-20T00:42:33.159Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:42:33.251Z] Selecting previously unselected package fakeroot. [2020-10-20T00:42:33.251Z] Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-20T00:42:33.251Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-20T00:42:33.251Z] Selecting previously unselected package libc6-i386. [2020-10-20T00:42:33.251Z] Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:33.251Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:33.441Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:42:33.441Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:42:33.441Z] ---> c5b1303646f0 [2020-10-20T00:42:33.441Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T00:42:33.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:42:33.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:42:33.715Z] ---> c5b1303646f0 [2020-10-20T00:42:33.715Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T00:42:33.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:42:33.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:42:33.715Z] ---> c5b1303646f0 [2020-10-20T00:42:33.715Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T00:42:33.715Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:42:33.715Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:42:33.715Z] ---> c5b1303646f0 [2020-10-20T00:42:33.715Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T00:42:33.826Z] Selecting previously unselected package libc6-dev-i386. [2020-10-20T00:42:33.826Z] Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:33.826Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:34.087Z] Selecting previously unselected package libc6-x32. [2020-10-20T00:42:34.087Z] Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:34.087Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:34.662Z] Selecting previously unselected package libc6-dev-x32. [2020-10-20T00:42:34.662Z] Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-20T00:42:34.662Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:34.924Z] Selecting previously unselected package lib32gcc1. [2020-10-20T00:42:34.924Z] Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:34.924Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.187Z] Selecting previously unselected package libx32gcc1. [2020-10-20T00:42:35.187Z] Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.187Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.187Z] Selecting previously unselected package lib32gomp1. [2020-10-20T00:42:35.187Z] Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.187Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.187Z] Selecting previously unselected package libx32gomp1. [2020-10-20T00:42:35.187Z] Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.187Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.448Z] Selecting previously unselected package lib32itm1. [2020-10-20T00:42:35.448Z] Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.448Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.448Z] Selecting previously unselected package libx32itm1. [2020-10-20T00:42:35.448Z] Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.448Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.448Z] Selecting previously unselected package lib32atomic1. [2020-10-20T00:42:35.448Z] Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.448Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.695Z] ---> Running in d8a980122eb1 [2020-10-20T00:42:35.696Z] ---> Running in 6b135de70976 [2020-10-20T00:42:35.696Z] ---> Running in 6277c4d8c023 [2020-10-20T00:42:35.696Z] ---> Running in 2ce7ba83dea3 [2020-10-20T00:42:35.696Z] ---> Running in 639c7269ba63 [2020-10-20T00:42:35.709Z] Selecting previously unselected package libx32atomic1. [2020-10-20T00:42:35.709Z] Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.709Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:35.709Z] Selecting previously unselected package lib32asan4. [2020-10-20T00:42:35.709Z] Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.709Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:35.971Z] Selecting previously unselected package libx32asan4. [2020-10-20T00:42:35.971Z] Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.971Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:35.971Z] Selecting previously unselected package lib32stdc++6. [2020-10-20T00:42:35.971Z] Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:35.971Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:36.237Z] Selecting previously unselected package lib32ubsan0. [2020-10-20T00:42:36.237Z] Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.237Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:36.237Z] Selecting previously unselected package libx32stdc++6. [2020-10-20T00:42:36.237Z] Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.237Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:36.499Z] Selecting previously unselected package libx32ubsan0. [2020-10-20T00:42:36.499Z] Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.499Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:36.499Z] Selecting previously unselected package lib32cilkrts5. [2020-10-20T00:42:36.499Z] Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.499Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:36.499Z] Selecting previously unselected package libx32cilkrts5. [2020-10-20T00:42:36.499Z] Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.499Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:36.685Z] Removing intermediate container 2ce7ba83dea3 [2020-10-20T00:42:36.685Z] ---> 5e9560f77487 [2020-10-20T00:42:36.685Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:42:36.685Z] Removing intermediate container 6b135de70976 [2020-10-20T00:42:36.685Z] ---> 3c365848453e [2020-10-20T00:42:36.685Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:42:36.685Z] Removing intermediate container d8a980122eb1 [2020-10-20T00:42:36.685Z] ---> d6c8d3da1007 [2020-10-20T00:42:36.685Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:42:36.685Z] Removing intermediate container 639c7269ba63 [2020-10-20T00:42:36.685Z] ---> e617ae964d47 [2020-10-20T00:42:36.686Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:42:36.686Z] Removing intermediate container 6277c4d8c023 [2020-10-20T00:42:36.686Z] ---> a0395e35eebe [2020-10-20T00:42:36.686Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:42:36.761Z] Selecting previously unselected package lib32mpx2. [2020-10-20T00:42:36.761Z] Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.761Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:36.761Z] Selecting previously unselected package lib32quadmath0. [2020-10-20T00:42:36.761Z] Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:36.761Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:36.957Z] ---> Running in 9b466eec8149 [2020-10-20T00:42:36.958Z] ---> Running in 4e6577f39606 [2020-10-20T00:42:36.958Z] ---> Running in d144c5701313 [2020-10-20T00:42:36.958Z] ---> Running in cc6a92f77bf9 [2020-10-20T00:42:36.958Z] ---> Running in 3a76980d673d [2020-10-20T00:42:37.025Z] Selecting previously unselected package libx32quadmath0. [2020-10-20T00:42:37.025Z] Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:37.025Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:37.025Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-20T00:42:37.025Z] Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:37.025Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:37.294Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-20T00:42:37.294Z] Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:37.294Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:37.875Z] Selecting previously unselected package gcc-7-multilib. [2020-10-20T00:42:37.875Z] Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:37.875Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:37.875Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-20T00:42:37.875Z] Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:37.875Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:38.136Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-20T00:42:38.136Z] Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:38.136Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:38.399Z] Selecting previously unselected package g++-7-multilib. [2020-10-20T00:42:38.399Z] Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-20T00:42:38.399Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:38.399Z] Selecting previously unselected package gcc-multilib. [2020-10-20T00:42:38.399Z] Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-20T00:42:38.399Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:38.399Z] Selecting previously unselected package g++-multilib. [2020-10-20T00:42:38.399Z] Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-20T00:42:38.399Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:38.662Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-20T00:42:38.662Z] Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-20T00:42:38.662Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-20T00:42:38.662Z] Selecting previously unselected package liberror-perl. [2020-10-20T00:42:38.662Z] Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... [2020-10-20T00:42:38.662Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-20T00:42:38.662Z] Selecting previously unselected package git-man. [2020-10-20T00:42:38.662Z] Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-20T00:42:38.662Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-20T00:42:38.923Z] Selecting previously unselected package git. [2020-10-20T00:42:38.923Z] Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-20T00:42:38.923Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-20T00:42:39.500Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-20T00:42:39.500Z] Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-20T00:42:39.500Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-20T00:42:39.763Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-20T00:42:39.763Z] Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-20T00:42:39.763Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-20T00:42:39.763Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-20T00:42:39.763Z] Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-20T00:42:39.763Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-20T00:42:39.763Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-20T00:42:39.763Z] Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-20T00:42:39.763Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-20T00:42:40.027Z] Selecting previously unselected package libltdl7:amd64. [2020-10-20T00:42:40.027Z] Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... [2020-10-20T00:42:40.027Z] Unpacking libltdl7:amd64 (2.4.6-2) ... [2020-10-20T00:42:40.027Z] Selecting previously unselected package libltdl-dev:amd64. [2020-10-20T00:42:40.027Z] Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... [2020-10-20T00:42:40.027Z] Unpacking libltdl-dev:amd64 (2.4.6-2) ... [2020-10-20T00:42:40.027Z] Selecting previously unselected package liblua5.1-0:amd64. [2020-10-20T00:42:40.027Z] Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... [2020-10-20T00:42:40.027Z] Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-20T00:42:40.291Z] Selecting previously unselected package libtinfo-dev:amd64. [2020-10-20T00:42:40.291Z] Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-20T00:42:40.291Z] Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-20T00:42:40.291Z] Selecting previously unselected package libreadline-dev:amd64. [2020-10-20T00:42:40.291Z] Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... [2020-10-20T00:42:40.291Z] Unpacking libreadline-dev:amd64 (7.0-3) ... [2020-10-20T00:42:40.554Z] Selecting previously unselected package liblua5.1-0-dev:amd64. [2020-10-20T00:42:40.554Z] Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... [2020-10-20T00:42:40.554Z] Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-20T00:42:40.554Z] Selecting previously unselected package libncurses5-dev:amd64. [2020-10-20T00:42:40.554Z] Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-20T00:42:40.554Z] Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-20T00:42:40.554Z] Selecting previously unselected package libnorm1:amd64. [2020-10-20T00:42:40.554Z] Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-20T00:42:40.554Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-20T00:42:40.816Z] Selecting previously unselected package libpcre16-3:amd64. [2020-10-20T00:42:40.816Z] Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... [2020-10-20T00:42:40.816Z] Unpacking libpcre16-3:amd64 (2:8.39-9) ... [2020-10-20T00:42:40.816Z] Selecting previously unselected package libpcre32-3:amd64. [2020-10-20T00:42:40.816Z] Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... [2020-10-20T00:42:40.816Z] Unpacking libpcre32-3:amd64 (2:8.39-9) ... [2020-10-20T00:42:41.078Z] Selecting previously unselected package libpcrecpp0v5:amd64. [2020-10-20T00:42:41.078Z] Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... [2020-10-20T00:42:41.078Z] Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-20T00:42:41.078Z] Selecting previously unselected package libpcre3-dev:amd64. [2020-10-20T00:42:41.079Z] Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... [2020-10-20T00:42:41.079Z] Unpacking libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-20T00:42:41.079Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-20T00:42:41.079Z] Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-20T00:42:41.079Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-20T00:42:41.340Z] Selecting previously unselected package libsodium23:amd64. [2020-10-20T00:42:41.340Z] Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... [2020-10-20T00:42:41.340Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-20T00:42:41.340Z] Selecting previously unselected package libssl-dev:amd64. [2020-10-20T00:42:41.340Z] Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-10-20T00:42:41.340Z] Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-20T00:42:41.603Z] Selecting previously unselected package libtool. [2020-10-20T00:42:41.603Z] Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... [2020-10-20T00:42:41.603Z] Unpacking libtool (2.4.6-2) ... [2020-10-20T00:42:41.868Z] Selecting previously unselected package libtool-bin. [2020-10-20T00:42:41.868Z] Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... [2020-10-20T00:42:41.868Z] Unpacking libtool-bin (2.4.6-2) ... [2020-10-20T00:42:41.868Z] Selecting previously unselected package libzmq5:amd64. [2020-10-20T00:42:41.868Z] Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-20T00:42:41.868Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-20T00:42:42.131Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-20T00:42:42.131Z] Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-20T00:42:42.131Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-20T00:42:42.131Z] Selecting previously unselected package lua5.1. [2020-10-20T00:42:42.131Z] Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... [2020-10-20T00:42:42.131Z] Unpacking lua5.1 (5.1.5-8.1build2) ... [2020-10-20T00:42:42.391Z] Removing intermediate container 9b466eec8149 [2020-10-20T00:42:42.391Z] ---> 1f826e714705 [2020-10-20T00:42:42.391Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T00:42:42.391Z] ---> Running in 36a6dcf52952 [2020-10-20T00:42:42.391Z] Removing intermediate container d144c5701313 [2020-10-20T00:42:42.391Z] ---> 8a5651e2d7f6 [2020-10-20T00:42:42.391Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T00:42:42.391Z] Removing intermediate container 4e6577f39606 [2020-10-20T00:42:42.391Z] ---> a4d24c4925a3 [2020-10-20T00:42:42.391Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T00:42:42.391Z] ---> Running in e79573900745 [2020-10-20T00:42:42.391Z] ---> Running in 9b7f0cf64ec8 [2020-10-20T00:42:42.391Z] Removing intermediate container 3a76980d673d [2020-10-20T00:42:42.391Z] ---> 6f0a297e7bcb [2020-10-20T00:42:42.391Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T00:42:42.391Z] Removing intermediate container cc6a92f77bf9 [2020-10-20T00:42:42.391Z] ---> 02173c0bdd05 [2020-10-20T00:42:42.391Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T00:42:42.395Z] Selecting previously unselected package lua-any. [2020-10-20T00:42:42.395Z] Preparing to unpack .../120-lua-any_24_all.deb ... [2020-10-20T00:42:42.395Z] Unpacking lua-any (24) ... [2020-10-20T00:42:42.395Z] Selecting previously unselected package lua-socket:amd64. [2020-10-20T00:42:42.395Z] Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... [2020-10-20T00:42:42.395Z] Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-20T00:42:42.395Z] Selecting previously unselected package lua-sec:amd64. [2020-10-20T00:42:42.395Z] Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... [2020-10-20T00:42:42.395Z] Unpacking lua-sec:amd64 (0.6-4) ... [2020-10-20T00:42:42.657Z] Selecting previously unselected package zip. [2020-10-20T00:42:42.657Z] Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... [2020-10-20T00:42:42.657Z] Unpacking zip (3.0-11build1) ... [2020-10-20T00:42:42.657Z] Selecting previously unselected package unzip. [2020-10-20T00:42:42.657Z] Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-20T00:42:42.657Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-20T00:42:42.667Z] ---> Running in f7dafd808fb4 [2020-10-20T00:42:42.667Z] ---> Running in 182a59e62238 [2020-10-20T00:42:42.920Z] Selecting previously unselected package luarocks. [2020-10-20T00:42:42.920Z] Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... [2020-10-20T00:42:42.920Z] Unpacking luarocks (2.4.2+dfsg-1) ... [2020-10-20T00:42:42.920Z] Selecting previously unselected package manpages-dev. [2020-10-20T00:42:42.920Z] Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... [2020-10-20T00:42:42.920Z] Unpacking manpages-dev (4.15-1) ... [2020-10-20T00:42:43.494Z] Selecting previously unselected package pkg-config. [2020-10-20T00:42:43.494Z] Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-20T00:42:43.494Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-20T00:42:43.494Z] Selecting previously unselected package zlib1g-dev:amd64. [2020-10-20T00:42:43.494Z] Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... [2020-10-20T00:42:43.494Z] Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-20T00:42:43.494Z] Selecting previously unselected package libyaml-dev:amd64. [2020-10-20T00:42:43.494Z] Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... [2020-10-20T00:42:43.494Z] Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-20T00:42:43.756Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:43.756Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:43.756Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:43.756Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-20T00:42:43.756Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:43.756Z] Setting up manpages (4.15-1) ... [2020-10-20T00:42:43.756Z] Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-20T00:42:44.026Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-20T00:42:44.026Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.026Z] Setting up less (487-0.1) ... [2020-10-20T00:42:44.026Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-20T00:42:44.026Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:44.288Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-20T00:42:44.288Z] Setting up libsigsegv2:amd64 (2.12-1) ... [2020-10-20T00:42:44.288Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-20T00:42:44.288Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-20T00:42:44.288Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-20T00:42:44.288Z] Setting up lua-sec:amd64 (0.6-4) ... [2020-10-20T00:42:44.288Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.288Z] Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-20T00:42:44.288Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-20T00:42:44.288Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-20T00:42:44.549Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-20T00:42:44.549Z] Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-20T00:42:44.549Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-20T00:42:44.549Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:44.549Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:44.549Z] Setting up m4 (1.4.18-1) ... [2020-10-20T00:42:44.549Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-20T00:42:44.549Z] Setting up zip (3.0-11build1) ... [2020-10-20T00:42:44.549Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:44.811Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.811Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.811Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-20T00:42:44.811Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.811Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-20T00:42:44.811Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:44.811Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:44.811Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:44.811Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-20T00:42:44.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:44.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:45.073Z] Setting up lua5.1 (5.1.5-8.1build2) ... [2020-10-20T00:42:45.073Z] update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode [2020-10-20T00:42:45.073Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist [2020-10-20T00:42:45.073Z] update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode [2020-10-20T00:42:45.073Z] update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist [2020-10-20T00:42:45.073Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.073Z] Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-20T00:42:45.073Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-20T00:42:45.073Z] Setting up autotools-dev (20180224.1) ... [2020-10-20T00:42:45.073Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-20T00:42:45.073Z] Setting up libltdl7:amd64 (2.4.6-2) ... [2020-10-20T00:42:45.073Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:45.334Z] Setting up wget (1.19.4-1ubuntu2.2) ... [2020-10-20T00:42:45.335Z] Setting up libreadline-dev:amd64 (7.0-3) ... [2020-10-20T00:42:45.335Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-20T00:42:45.335Z] Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-20T00:42:45.335Z] Setting up libpcre32-3:amd64 (2:8.39-9) ... [2020-10-20T00:42:45.335Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-20T00:42:45.335Z] Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-20T00:42:45.335Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-20T00:42:45.335Z] Setting up libpcre16-3:amd64 (2:8.39-9) ... [2020-10-20T00:42:45.335Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-20T00:42:45.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:45.599Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.599Z] Setting up manpages-dev (4.15-1) ... [2020-10-20T00:42:45.599Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:45.599Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.599Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.599Z] Setting up autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-20T00:42:45.599Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.599Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:45.861Z] Setting up netbase (5.4) ... [2020-10-20T00:42:45.861Z] Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-20T00:42:45.861Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-20T00:42:45.861Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-20T00:42:45.861Z] Setting up lua-any (24) ... [2020-10-20T00:42:45.861Z] Setting up libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-20T00:42:45.861Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:45.861Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-20T00:42:46.123Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.123Z] Setting up libltdl-dev:amd64 (2.4.6-2) ... [2020-10-20T00:42:46.123Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.123Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:46.123Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:46.123Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.123Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.123Z] Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-20T00:42:46.123Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:46.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:46.386Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.386Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:46.386Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-20T00:42:46.386Z] Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-20T00:42:46.386Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-20T00:42:46.386Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-20T00:42:46.386Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.386Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.386Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.386Z] Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-20T00:42:46.386Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:46.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:46.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:42:46.648Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-20T00:42:46.648Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.648Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-20T00:42:46.648Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.648Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:46.648Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-20T00:42:46.648Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:46.648Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:46.648Z] Setting up luarocks (2.4.2+dfsg-1) ... [2020-10-20T00:42:46.648Z] Making manifest for /usr/local/lib/luarocks/rocks [2020-10-20T00:42:46.648Z] Warning: This looks like a local rocks tree, but you did not pass --local-tree. [2020-10-20T00:42:46.648Z] Generating index.html for /usr/local/lib/luarocks/rocks [2020-10-20T00:42:46.648Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.909Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-20T00:42:46.909Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-20T00:42:46.909Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-20T00:42:46.909Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.909Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-20T00:42:46.909Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.909Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.909Z] Setting up liberror-perl (0.17025-1) ... [2020-10-20T00:42:46.909Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:46.909Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-20T00:42:46.909Z] Setting up autoconf (2.69-11) ... [2020-10-20T00:42:47.171Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:47.171Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:47.171Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:47.171Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-20T00:42:47.171Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-20T00:42:47.171Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-20T00:42:47.171Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-20T00:42:47.171Z] Setting up automake (1:1.15.1-3ubuntu2) ... [2020-10-20T00:42:47.171Z] update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode [2020-10-20T00:42:47.171Z] update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist [2020-10-20T00:42:47.171Z] update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist [2020-10-20T00:42:47.171Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:47.434Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-20T00:42:47.434Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-10-20T00:42:47.434Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-20T00:42:47.434Z] Setting up libtool (2.4.6-2) ... [2020-10-20T00:42:47.434Z] Setting up libtool-bin (2.4.6-2) ... [2020-10-20T00:42:47.434Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-20T00:42:47.434Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:47.434Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-20T00:42:47.696Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-20T00:42:47.696Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-20T00:42:47.696Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-20T00:42:47.833Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:42:47.833Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:42:47.833Z] OK: 12623 distinct packages available [2020-10-20T00:42:47.833Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:42:47.833Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:42:47.833Z] OK: 12623 distinct packages available [2020-10-20T00:42:47.833Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:42:47.833Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:42:47.833Z] OK: 12623 distinct packages available [2020-10-20T00:42:48.109Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:42:48.109Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:42:48.109Z] OK: 12623 distinct packages available [2020-10-20T00:42:48.387Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:48.665Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:42:48.665Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:42:48.665Z] OK: 12623 distinct packages available [2020-10-20T00:42:48.665Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:48.943Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:48.944Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:49.616Z] autoconf set to automatically installed. [2020-10-20T00:42:49.617Z] automake set to automatically installed. [2020-10-20T00:42:49.617Z] autopoint set to automatically installed. [2020-10-20T00:42:49.617Z] autotools-dev set to automatically installed. [2020-10-20T00:42:49.617Z] binutils set to automatically installed. [2020-10-20T00:42:49.617Z] binutils-common set to automatically installed. [2020-10-20T00:42:49.617Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-20T00:42:49.617Z] build-essential set to automatically installed. [2020-10-20T00:42:49.617Z] cmake set to automatically installed. [2020-10-20T00:42:49.617Z] cmake-data set to automatically installed. [2020-10-20T00:42:49.617Z] cpp set to automatically installed. [2020-10-20T00:42:49.617Z] cpp-7 set to automatically installed. [2020-10-20T00:42:49.617Z] curl set to automatically installed. [2020-10-20T00:42:49.617Z] dpkg-dev set to automatically installed. [2020-10-20T00:42:49.617Z] fakeroot set to automatically installed. [2020-10-20T00:42:49.617Z] g++ set to automatically installed. [2020-10-20T00:42:49.617Z] g++-7 set to automatically installed. [2020-10-20T00:42:49.617Z] g++-7-multilib set to automatically installed. [2020-10-20T00:42:49.617Z] g++-multilib set to automatically installed. [2020-10-20T00:42:49.617Z] gcc set to automatically installed. [2020-10-20T00:42:49.617Z] gcc-7 set to automatically installed. [2020-10-20T00:42:49.617Z] gcc-7-base set to automatically installed. [2020-10-20T00:42:49.617Z] gcc-7-multilib set to automatically installed. [2020-10-20T00:42:49.617Z] gcc-multilib set to automatically installed. [2020-10-20T00:42:49.617Z] git set to automatically installed. [2020-10-20T00:42:49.617Z] git-man set to automatically installed. [2020-10-20T00:42:49.617Z] less set to automatically installed. [2020-10-20T00:42:49.617Z] lib32asan4 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32atomic1 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32cilkrts5 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32gcc-7-dev set to automatically installed. [2020-10-20T00:42:49.617Z] lib32gcc1 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32gomp1 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32itm1 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32mpx2 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32quadmath0 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32stdc++-7-dev set to automatically installed. [2020-10-20T00:42:49.617Z] lib32stdc++6 set to automatically installed. [2020-10-20T00:42:49.617Z] lib32ubsan0 set to automatically installed. [2020-10-20T00:42:49.617Z] libalgorithm-diff-perl set to automatically installed. [2020-10-20T00:42:49.617Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-20T00:42:49.617Z] libalgorithm-merge-perl set to automatically installed. [2020-10-20T00:42:49.617Z] libarchive13 set to automatically installed. [2020-10-20T00:42:49.617Z] libasan4 set to automatically installed. [2020-10-20T00:42:49.617Z] libatomic1 set to automatically installed. [2020-10-20T00:42:49.879Z] libbinutils set to automatically installed. [2020-10-20T00:42:49.879Z] libc-dev-bin set to automatically installed. [2020-10-20T00:42:49.879Z] libc6-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libc6-dev-i386 set to automatically installed. [2020-10-20T00:42:49.879Z] libc6-dev-x32 set to automatically installed. [2020-10-20T00:42:49.879Z] libc6-i386 set to automatically installed. [2020-10-20T00:42:49.879Z] libc6-x32 set to automatically installed. [2020-10-20T00:42:49.879Z] libcc1-0 set to automatically installed. [2020-10-20T00:42:49.879Z] libcilkrts5 set to automatically installed. [2020-10-20T00:42:49.879Z] libcurl3-gnutls set to automatically installed. [2020-10-20T00:42:49.879Z] libdpkg-perl set to automatically installed. [2020-10-20T00:42:49.879Z] liberror-perl set to automatically installed. [2020-10-20T00:42:49.879Z] libfakeroot set to automatically installed. [2020-10-20T00:42:49.879Z] libfile-fcntllock-perl set to automatically installed. [2020-10-20T00:42:49.879Z] libgcc-7-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libgdbm-compat4 set to automatically installed. [2020-10-20T00:42:49.879Z] libgdbm5 set to automatically installed. [2020-10-20T00:42:49.879Z] libgomp1 set to automatically installed. [2020-10-20T00:42:49.879Z] libisl19 set to automatically installed. [2020-10-20T00:42:49.879Z] libitm1 set to automatically installed. [2020-10-20T00:42:49.879Z] libjsoncpp1 set to automatically installed. [2020-10-20T00:42:49.879Z] liblocale-gettext-perl set to automatically installed. [2020-10-20T00:42:49.879Z] liblsan0 set to automatically installed. [2020-10-20T00:42:49.879Z] libltdl-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libltdl7 set to automatically installed. [2020-10-20T00:42:49.879Z] liblua5.1-0 set to automatically installed. [2020-10-20T00:42:49.879Z] liblua5.1-0-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libmpc3 set to automatically installed. [2020-10-20T00:42:49.879Z] libmpfr6 set to automatically installed. [2020-10-20T00:42:49.879Z] libmpx2 set to automatically installed. [2020-10-20T00:42:49.879Z] libncurses5-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libnorm1 set to automatically installed. [2020-10-20T00:42:49.879Z] libpcre16-3 set to automatically installed. [2020-10-20T00:42:49.879Z] libpcre3-dev set to automatically installed. [2020-10-20T00:42:49.879Z] libpcre32-3 set to automatically installed. [2020-10-20T00:42:49.879Z] libpcrecpp0v5 set to automatically installed. [2020-10-20T00:42:49.879Z] libperl5.26 set to automatically installed. [2020-10-20T00:42:49.940Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:49.940Z] OK: 217 MiB in 51 packages [2020-10-20T00:42:50.140Z] libpgm-5.2-0 set to automatically installed. [2020-10-20T00:42:50.140Z] libquadmath0 set to automatically installed. [2020-10-20T00:42:50.140Z] libreadline-dev set to automatically installed. [2020-10-20T00:42:50.140Z] librhash0 set to automatically installed. [2020-10-20T00:42:50.141Z] libsigsegv2 set to automatically installed. [2020-10-20T00:42:50.141Z] libsodium23 set to automatically installed. [2020-10-20T00:42:50.141Z] libssl-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libstdc++-7-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libtinfo-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libtool set to automatically installed. [2020-10-20T00:42:50.141Z] libtool-bin set to automatically installed. [2020-10-20T00:42:50.141Z] libtsan0 set to automatically installed. [2020-10-20T00:42:50.141Z] libubsan0 set to automatically installed. [2020-10-20T00:42:50.141Z] libuv1 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32asan4 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32atomic1 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32cilkrts5 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32gcc-7-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libx32gcc1 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32gomp1 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32itm1 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32quadmath0 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32stdc++-7-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libx32stdc++6 set to automatically installed. [2020-10-20T00:42:50.141Z] libx32ubsan0 set to automatically installed. [2020-10-20T00:42:50.141Z] libyaml-0-2 set to automatically installed. [2020-10-20T00:42:50.141Z] libyaml-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libzmq3-dev set to automatically installed. [2020-10-20T00:42:50.141Z] libzmq5 set to automatically installed. [2020-10-20T00:42:50.141Z] linux-libc-dev set to automatically installed. [2020-10-20T00:42:50.141Z] lua-any set to automatically installed. [2020-10-20T00:42:50.141Z] lua-sec set to automatically installed. [2020-10-20T00:42:50.141Z] lua-socket set to automatically installed. [2020-10-20T00:42:50.141Z] lua5.1 set to automatically installed. [2020-10-20T00:42:50.402Z] luarocks set to automatically installed. [2020-10-20T00:42:50.402Z] m4 set to automatically installed. [2020-10-20T00:42:50.402Z] make set to automatically installed. [2020-10-20T00:42:50.402Z] manpages set to automatically installed. [2020-10-20T00:42:50.402Z] manpages-dev set to automatically installed. [2020-10-20T00:42:50.402Z] netbase set to automatically installed. [2020-10-20T00:42:50.402Z] patch set to automatically installed. [2020-10-20T00:42:50.402Z] perl set to automatically installed. [2020-10-20T00:42:50.402Z] perl-modules-5.26 set to automatically installed. [2020-10-20T00:42:50.402Z] pkg-config set to automatically installed. [2020-10-20T00:42:50.402Z] unzip set to automatically installed. [2020-10-20T00:42:50.402Z] wget set to automatically installed. [2020-10-20T00:42:50.402Z] zip set to automatically installed. [2020-10-20T00:42:50.402Z] zlib1g-dev set to automatically installed. [2020-10-20T00:42:50.402Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-20T00:42:50.402Z] Please ensure the environment is properly setup before continuing. [2020-10-20T00:42:50.402Z] Ignore this message if the appropriate measures have already been taken [2020-10-20T00:42:50.932Z] Removing intermediate container e79573900745 [2020-10-20T00:42:50.932Z] ---> 60bddce49daf [2020-10-20T00:42:50.932Z] Step 6/27 : COPY go.mod . [2020-10-20T00:42:50.980Z] Pulling go-build-helper  [2020-10-20T00:42:51.208Z] Removing intermediate container 9b7f0cf64ec8 [2020-10-20T00:42:51.208Z] ---> 9ab9e5fce427 [2020-10-20T00:42:51.208Z] Step 6/21 : COPY go.mod . [2020-10-20T00:42:51.486Z] Removing intermediate container f7dafd808fb4 [2020-10-20T00:42:51.486Z] ---> d762aaba12bb [2020-10-20T00:42:51.486Z] Step 6/23 : COPY go.mod . [2020-10-20T00:42:51.773Z] Removing intermediate container 36a6dcf52952 [2020-10-20T00:42:51.773Z] ---> b2d0d35a5613 [2020-10-20T00:42:51.926Z] Pulling lua-kong-nginx-module  [2020-10-20T00:42:52.063Z] Step 6/24 : COPY go.mod . [2020-10-20T00:42:52.063Z] ---> 271e8776776b [2020-10-20T00:42:52.063Z] Step 7/27 : RUN go mod download [2020-10-20T00:42:52.063Z] Removing intermediate container 182a59e62238 [2020-10-20T00:42:52.063Z] ---> df1909302c72 [2020-10-20T00:42:52.063Z] Step 6/22 : COPY go.mod . [2020-10-20T00:42:52.347Z] ---> Running in 174ab8bca5e5 [2020-10-20T00:42:52.500Z] Cloning into '/build/parts/lua-kong-nginx-module/src'... [2020-10-20T00:42:52.621Z] ---> a3543d0acdd4 [2020-10-20T00:42:52.621Z] Step 7/23 : RUN go mod download [2020-10-20T00:42:52.621Z] ---> 70d9696cb6b5 [2020-10-20T00:42:52.621Z] Step 7/21 : RUN go mod download [2020-10-20T00:42:52.762Z] remote: Enumerating objects: 18, done. [2020-10-20T00:42:52.762Z] remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. [2020-10-20T00:42:52.762Z] remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. [2020-10-20T00:42:52.896Z] ---> Running in 5a7645fbc822 [2020-10-20T00:42:52.896Z] ---> Running in 5a655e9010f2 [2020-10-20T00:42:53.024Z] Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 [2020-10-20T00:42:53.024Z] Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 1.53 MiB/s, done. [2020-10-20T00:42:53.024Z] Resolving deltas: 0% (0/42) Resolving deltas: 11% (5/42) Resolving deltas: 14% (6/42) Resolving deltas: 16% (7/42) Resolving deltas: 23% (10/42) Resolving deltas: 26% (11/42) Resolving deltas: 30% (13/42) Resolving deltas: 57% (24/42) Resolving deltas: 61% (26/42) Resolving deltas: 69% (29/42) Resolving deltas: 71% (30/42) Resolving deltas: 76% (32/42) Resolving deltas: 78% (33/42) Resolving deltas: 80% (34/42) Resolving deltas: 83% (35/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. [2020-10-20T00:42:53.024Z] Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. [2020-10-20T00:42:53.024Z] [2020-10-20T00:42:53.024Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:42:53.024Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:42:53.024Z] state without impacting any branches by performing another checkout. [2020-10-20T00:42:53.024Z] [2020-10-20T00:42:53.024Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:42:53.024Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:42:53.024Z] [2020-10-20T00:42:53.024Z] git checkout -b [2020-10-20T00:42:53.024Z] [2020-10-20T00:42:53.176Z] ---> 2127e76d18dc [2020-10-20T00:42:53.176Z] Step 7/24 : RUN go mod download [2020-10-20T00:42:53.176Z] ---> 09efc7497d65 [2020-10-20T00:42:53.176Z] Step 7/22 : RUN go mod download [2020-10-20T00:42:53.285Z] Pulling openresty-kong-patches  [2020-10-20T00:42:53.285Z] Cloning into '/build/parts/openresty-kong-patches/src'... [2020-10-20T00:42:53.454Z] ---> Running in ceff91d9bb69 [2020-10-20T00:42:53.454Z] ---> Running in ab6463ab4454 [2020-10-20T00:42:53.548Z] remote: Enumerating objects: 8, done. [2020-10-20T00:42:53.548Z] remote: Counting objects: 12% (1/8) remote: Counting objects: 25% (2/8) remote: Counting objects: 37% (3/8) remote: Counting objects: 50% (4/8) remote: Counting objects: 62% (5/8) remote: Counting objects: 75% (6/8) remote: Counting objects: 87% (7/8) remote: Counting objects: 100% (8/8) remote: Counting objects: 100% (8/8), done. [2020-10-20T00:42:53.548Z] remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. [2020-10-20T00:42:57.827Z] Removing intermediate container 174ab8bca5e5 [2020-10-20T00:42:57.827Z] ---> 21f18739945a [2020-10-20T00:42:57.827Z] Step 8/27 : COPY . . [2020-10-20T00:42:58.429Z] Removing intermediate container 5a655e9010f2 [2020-10-20T00:42:58.429Z] ---> c8cbb22eb9ce [2020-10-20T00:42:58.429Z] Step 8/21 : COPY . . [2020-10-20T00:42:58.429Z] Removing intermediate container 5a7645fbc822 [2020-10-20T00:42:58.429Z] ---> 769e24de800a [2020-10-20T00:42:58.429Z] Step 8/23 : COPY . . [2020-10-20T00:42:58.800Z] Receiving objects: 0% (1/2687) Receiving objects: 1% (27/2687) Receiving objects: 2% (54/2687) Receiving objects: 3% (81/2687) Receiving objects: 4% (108/2687) Receiving objects: 5% (135/2687) Receiving objects: 6% (162/2687) Receiving objects: 7% (189/2687) Receiving objects: 8% (215/2687) Receiving objects: 9% (242/2687) Receiving objects: 10% (269/2687) Receiving objects: 11% (296/2687) Receiving objects: 12% (323/2687) Receiving objects: 13% (350/2687) Receiving objects: 14% (377/2687) Receiving objects: 15% (404/2687) Receiving objects: 16% (430/2687) Receiving objects: 17% (457/2687) Receiving objects: 18% (484/2687) Receiving objects: 19% (511/2687) Receiving objects: 20% (538/2687) Receiving objects: 21% (565/2687) Receiving objects: 22% (592/2687) Receiving objects: 23% (619/2687) Receiving objects: 24% (645/2687) Receiving objects: 25% (672/2687) Receiving objects: 26% (699/2687) Receiving objects: 27% (726/2687) Receiving objects: 28% (753/2687) Receiving objects: 29% (780/2687) Receiving objects: 30% (807/2687) Receiving objects: 31% (833/2687) Receiving objects: 32% (860/2687) Receiving objects: 33% (887/2687) Receiving objects: 34% (914/2687) Receiving objects: 35% (941/2687) Receiving objects: 36% (968/2687) Receiving objects: 37% (995/2687) Receiving objects: 38% (1022/2687) Receiving objects: 39% (1048/2687) Receiving objects: 40% (1075/2687) Receiving objects: 41% (1102/2687) Receiving objects: 42% (1129/2687) Receiving objects: 43% (1156/2687) Receiving objects: 44% (1183/2687) Receiving objects: 45% (1210/2687) Receiving objects: 46% (1237/2687) Receiving objects: 47% (1263/2687) Receiving objects: 48% (1290/2687) Receiving objects: 49% (1317/2687) Receiving objects: 49% (1336/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 50% (1344/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 51% (1371/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 52% (1398/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 53% (1425/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 54% (1451/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 55% (1478/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 56% (1505/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 57% (1532/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 58% (1559/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 59% (1586/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 60% (1613/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 61% (1640/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 62% (1666/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 63% (1693/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 64% (1720/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 65% (1747/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 66% (1774/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 67% (1801/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 68% (1828/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 69% (1855/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 70% (1881/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 71% (1908/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 72% (1935/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 73% (1962/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 74% (1989/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 75% (2016/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 76% (2043/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 77% (2069/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 78% (2096/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 79% (2123/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 80% (2150/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 81% (2177/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 82% (2204/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 83% (2231/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 84% (2258/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 85% (2284/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 86% (2311/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 87% (2338/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 88% (2365/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 89% (2392/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 90% (2419/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 91% (2446/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 92% (2473/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 93% (2499/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 94% (2526/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 95% (2553/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 96% (2580/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 97% (2607/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 98% (2634/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 99% (2661/2687), 34.16 MiB | 34.06 MiB/s Receiving objects: 99% (2674/2687), 38.51 MiB | 19.10 MiB/s Receiving objects: 99% (2674/2687), 42.01 MiB | 13.89 MiB/s Receiving objects: 99% (2674/2687), 45.39 MiB | 11.27 MiB/s Receiving objects: 99% (2674/2687), 47.93 MiB | 6.02 MiB/s remote: Total 2687 (delta 1), reused 2 (delta 1), pack-reused 2679 [2020-10-20T00:42:58.800Z] Receiving objects: 100% (2687/2687), 47.93 MiB | 6.02 MiB/s Receiving objects: 100% (2687/2687), 48.20 MiB | 9.39 MiB/s, done. [2020-10-20T00:42:58.800Z] Resolving deltas: 0% (0/1754) Resolving deltas: 2% (45/1754) Resolving deltas: 3% (69/1754) Resolving deltas: 4% (81/1754) Resolving deltas: 6% (114/1754) Resolving deltas: 7% (136/1754) Resolving deltas: 9% (169/1754) Resolving deltas: 10% (176/1754) Resolving deltas: 13% (233/1754) Resolving deltas: 14% (251/1754) Resolving deltas: 15% (269/1754) Resolving deltas: 17% (311/1754) Resolving deltas: 18% (321/1754) Resolving deltas: 19% (339/1754) Resolving deltas: 20% (351/1754) Resolving deltas: 21% (370/1754) Resolving deltas: 22% (386/1754) Resolving deltas: 23% (411/1754) Resolving deltas: 24% (422/1754) Resolving deltas: 27% (487/1754) Resolving deltas: 28% (493/1754) Resolving deltas: 35% (614/1754) Resolving deltas: 36% (644/1754) Resolving deltas: 40% (712/1754) Resolving deltas: 43% (763/1754) Resolving deltas: 44% (773/1754) Resolving deltas: 47% (833/1754) Resolving deltas: 48% (859/1754) Resolving deltas: 51% (907/1754) Resolving deltas: 52% (914/1754) Resolving deltas: 53% (939/1754) Resolving deltas: 55% (972/1754) Resolving deltas: 61% (1082/1754) Resolving deltas: 62% (1092/1754) Resolving deltas: 63% (1116/1754) Resolving deltas: 64% (1124/1754) Resolving deltas: 66% (1167/1754) Resolving deltas: 69% (1222/1754) Resolving deltas: 70% (1229/1754) Resolving deltas: 72% (1279/1754) Resolving deltas: 73% (1281/1754) Resolving deltas: 74% (1298/1754) Resolving deltas: 75% (1317/1754) Resolving deltas: 79% (1392/1754) Resolving deltas: 80% (1419/1754) Resolving deltas: 84% (1489/1754) Resolving deltas: 89% (1577/1754) Resolving deltas: 90% (1581/1754) Resolving deltas: 91% (1608/1754) Resolving deltas: 92% (1614/1754) Resolving deltas: 94% (1666/1754) Resolving deltas: 95% (1679/1754) Resolving deltas: 96% (1690/1754) Resolving deltas: 99% (1739/1754) Resolving deltas: 100% (1754/1754) Resolving deltas: 100% (1754/1754), done. [2020-10-20T00:42:59.029Z] Removing intermediate container ceff91d9bb69 [2020-10-20T00:42:59.029Z] ---> 1157efa65622 [2020-10-20T00:42:59.029Z] Step 8/24 : COPY . . [2020-10-20T00:42:59.305Z] Removing intermediate container ab6463ab4454 [2020-10-20T00:42:59.305Z] ---> a747eedfaa7d [2020-10-20T00:42:59.305Z] Step 8/22 : COPY . . [2020-10-20T00:42:59.323Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-20T00:42:59.323Z] 2% [Working] 40% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-10-20T00:42:59.585Z] 30% 3% 3% 3% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1348 kB] [2020-10-20T00:42:59.585Z] 3% 42% 42% 42% 42% Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1733 kB] [2020-10-20T00:42:59.585Z] 44% 89% Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.0 kB] [2020-10-20T00:42:59.585Z] 90% Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [205 kB] [2020-10-20T00:42:59.847Z] 91% 96% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-20T00:42:59.847Z] 98% 99% 99% 99% 99% 99% 99% 99% 99% 99% 22% [Working] 22% [Working] 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-20T00:43:00.109Z] 22% 22% 22% 22% Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-10-20T00:43:00.109Z] 22% 18% 18% 18% Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-10-20T00:43:00.109Z] 18% 18% 18% 18% Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-10-20T00:43:00.374Z] 19% 19% 19% 19% 19% 20% 25% [Working] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-10-20T00:43:01.237Z] 25% 25% 28% 73% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2161 kB] [2020-10-20T00:43:01.237Z] 80% 80% 83% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2114 kB] [2020-10-20T00:43:01.237Z] 88% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-20T00:43:01.237Z] 98% 99% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-20T00:43:01.237Z] 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-20T00:43:01.237Z] 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-20T00:43:02.600Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) [2020-10-20T00:43:06.818Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-10-20T00:43:06.818Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-10-20T00:43:06.818Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] [2020-10-20T00:43:07.085Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-10-20T00:43:07.085Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-10-20T00:43:07.351Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-10-20T00:43:07.613Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] [2020-10-20T00:43:08.194Z] 0% 25% 100% [Working] Fetched 2650 kB in 0s (0 B/s) [2020-10-20T00:43:09.146Z] Pulling snapcraft-preload  [2020-10-20T00:43:09.734Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-10-20T00:43:10.003Z] remote: Enumerating objects: 187, done. [2020-10-20T00:43:10.003Z] Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-10-20T00:43:10.003Z] Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 4.04 MiB/s, done. [2020-10-20T00:43:10.003Z] Resolving deltas: 0% (0/112) Resolving deltas: 8% (10/112) Resolving deltas: 39% (44/112) Resolving deltas: 44% (50/112) Resolving deltas: 76% (86/112) Resolving deltas: 78% (88/112) Resolving deltas: 89% (100/112) Resolving deltas: 92% (104/112) Resolving deltas: 95% (107/112) Resolving deltas: 98% (110/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-10-20T00:43:10.581Z] From https://github.com/sergiusens/snapcraft-preload [2020-10-20T00:43:10.581Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-10-20T00:43:10.581Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-10-20T00:43:10.581Z] [2020-10-20T00:43:10.581Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:43:10.581Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:43:10.581Z] state without impacting any branches by performing another checkout. [2020-10-20T00:43:10.581Z] [2020-10-20T00:43:10.581Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:43:10.581Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:43:10.581Z] [2020-10-20T00:43:10.581Z] git checkout -b [2020-10-20T00:43:10.581Z] [2020-10-20T00:43:10.581Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-10-20T00:43:10.581Z] 'openresty' has dependencies that need to be staged: lua-kong-nginx-module snapcraft-preload openresty-kong-patches [2020-10-20T00:43:10.581Z] Skipping pull lua-kong-nginx-module (already ran) [2020-10-20T00:43:10.581Z] Skipping pull openresty-kong-patches (already ran) [2020-10-20T00:43:10.581Z] Skipping pull snapcraft-preload (already ran) [2020-10-20T00:43:10.581Z] Building lua-kong-nginx-module  [2020-10-20T00:43:13.915Z] Building openresty-kong-patches  [2020-10-20T00:43:19.217Z] Building snapcraft-preload  [2020-10-20T00:43:19.217Z] cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= [2020-10-20T00:43:19.481Z] -- The C compiler identification is GNU 7.5.0 [2020-10-20T00:43:19.481Z] -- The CXX compiler identification is GNU 7.5.0 [2020-10-20T00:43:19.481Z] -- Check for working C compiler: /usr/bin/cc [2020-10-20T00:43:19.747Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-20T00:43:19.747Z] -- Detecting C compiler ABI info [2020-10-20T00:43:20.009Z] -- Detecting C compiler ABI info - done [2020-10-20T00:43:20.009Z] -- Detecting C compile features [2020-10-20T00:43:20.271Z] -- Detecting C compile features - done [2020-10-20T00:43:20.272Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-20T00:43:20.533Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-20T00:43:20.533Z] -- Detecting CXX compiler ABI info [2020-10-20T00:43:20.533Z] -- Detecting CXX compiler ABI info - done [2020-10-20T00:43:20.533Z] -- Detecting CXX compile features [2020-10-20T00:43:21.480Z] -- Detecting CXX compile features - done [2020-10-20T00:43:21.480Z] -- Configuring done [2020-10-20T00:43:21.480Z] -- Generating done [2020-10-20T00:43:21.480Z] -- Build files have been written to: /build/parts/snapcraft-preload/build [2020-10-20T00:43:21.480Z] cmake --build . -- -j8 [2020-10-20T00:43:21.480Z] Scanning dependencies of target snapcraft-preload [2020-10-20T00:43:21.480Z] [ 25%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o [2020-10-20T00:43:21.480Z] Scanning dependencies of target snapcraft-preload32 [2020-10-20T00:43:21.480Z] [ 50%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o [2020-10-20T00:43:21.554Z] ---> bf0f2f5ef0b5 [2020-10-20T00:43:21.554Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T00:43:21.833Z] ---> 1f0c048a6368 [2020-10-20T00:43:21.833Z] ---> 56e24a95d591 [2020-10-20T00:43:21.833Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T00:43:21.833Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T00:43:21.833Z] ---> 127e36a2062a [2020-10-20T00:43:21.833Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T00:43:21.833Z] ---> Running in d06cbe2da0a0 [2020-10-20T00:43:21.833Z] ---> 38356d0ee744 [2020-10-20T00:43:21.833Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T00:43:21.833Z] ---> Running in 5312dccbcb52 [2020-10-20T00:43:22.113Z] ---> Running in fe2af96facef [2020-10-20T00:43:22.113Z] ---> Running in 7c718ffcb8b2 [2020-10-20T00:43:22.113Z] ---> Running in 80a1b6091a0d [2020-10-20T00:43:24.779Z] 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 [2020-10-20T00:43:25.053Z] 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 [2020-10-20T00:43:25.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T00:43:25.053Z] 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 [2020-10-20T00:43:25.330Z] 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 [2020-10-20T00:43:25.731Z] [ 75%] Linking CXX shared library libsnapcraft-preload.so [2020-10-20T00:43:25.993Z] [ 75%] Built target snapcraft-preload [2020-10-20T00:43:25.993Z] [100%] Linking CXX shared library libsnapcraft-preload32.so [2020-10-20T00:43:25.993Z] [100%] Built target snapcraft-preload32 [2020-10-20T00:43:26.254Z] cmake --build . --target install [2020-10-20T00:43:26.254Z] [ 50%] Built target snapcraft-preload32 [2020-10-20T00:43:26.254Z] [100%] Built target snapcraft-preload [2020-10-20T00:43:26.254Z] Install the project... [2020-10-20T00:43:26.254Z] -- Install configuration: "Release" [2020-10-20T00:43:26.254Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so [2020-10-20T00:43:26.254Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so [2020-10-20T00:43:26.254Z] -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload [2020-10-20T00:43:29.570Z] Staging lua-kong-nginx-module  [2020-10-20T00:43:30.573Z] Staging openresty-kong-patches  [2020-10-20T00:43:31.517Z] Staging snapcraft-preload  [2020-10-20T00:43:34.826Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:43:34.826Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:43:34.826Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:43:34.826Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:43:35.088Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:43:39.305Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-20T00:43:39.877Z] 0% 23% 100% [Working] Fetched 2763 kB in 0s (0 B/s) [2020-10-20T00:43:40.139Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-20T00:43:40.972Z] 0% 18% 100% [Working] Fetched 3527 kB in 0s (0 B/s) [2020-10-20T00:43:41.233Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-20T00:43:41.233Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-10-20T00:43:41.493Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-20T00:43:41.757Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-10-20T00:43:42.024Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-20T00:43:42.024Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-10-20T00:43:45.329Z] Pulling openresty  [2020-10-20T00:43:47.239Z] Downloading 'openresty-1.15.8.2.tar.gz'[] 0% Downloading 'openresty-1.15.8.2.tar.gz'[] 1% Downloading 'openresty-1.15.8.2.tar.gz'[] 2% Downloading 'openresty-1.15.8.2.tar.gz'[] 3% Downloading 'openresty-1.15.8.2.tar.gz'[] 4% Downloading 'openresty-1.15.8.2.tar.gz'[] 5% Downloading 'openresty-1.15.8.2.tar.gz'[] 6% Downloading 'openresty-1.15.8.2.tar.gz'[] 7% Downloading 'openresty-1.15.8.2.tar.gz'[] 8% Downloading 'openresty-1.15.8.2.tar.gz'[] 9% Downloading 'openresty-1.15.8.2.tar.gz'[] 10% Downloading 'openresty-1.15.8.2.tar.gz'[] 11% Downloading 'openresty-1.15.8.2.tar.gz'[] 12% Downloading 'openresty-1.15.8.2.tar.gz'[] 13% Downloading 'openresty-1.15.8.2.tar.gz'[] 14% Downloading 'openresty-1.15.8.2.tar.gz'[] 15% Downloading 'openresty-1.15.8.2.tar.gz'[] 16% Downloading 'openresty-1.15.8.2.tar.gz'[] 17% Downloading 'openresty-1.15.8.2.tar.gz'[] 18% Downloading 'openresty-1.15.8.2.tar.gz'[] 19% Downloading 'openresty-1.15.8.2.tar.gz'[] 20% Downloading 'openresty-1.15.8.2.tar.gz'[] 21% Downloading 'openresty-1.15.8.2.tar.gz'[] 22% Downloading 'openresty-1.15.8.2.tar.gz'[] 23% Downloading 'openresty-1.15.8.2.tar.gz'[] 24% Downloading 'openresty-1.15.8.2.tar.gz'[] 25% Downloading 'openresty-1.15.8.2.tar.gz'[] 26% Downloading 'openresty-1.15.8.2.tar.gz'[] 27% Downloading 'openresty-1.15.8.2.tar.gz'[] 28% Downloading 'openresty-1.15.8.2.tar.gz'[] 29% Downloading 'openresty-1.15.8.2.tar.gz'[] 30% Downloading 'openresty-1.15.8.2.tar.gz'[] 31% Downloading 'openresty-1.15.8.2.tar.gz'[] 32% Downloading 'openresty-1.15.8.2.tar.gz'[] 33% Downloading 'openresty-1.15.8.2.tar.gz'[] 34% Downloading 'openresty-1.15.8.2.tar.gz'[] 35% Downloading 'openresty-1.15.8.2.tar.gz'[] 36% Downloading 'openresty-1.15.8.2.tar.gz'[] 37% Downloading 'openresty-1.15.8.2.tar.gz'[] 38% Downloading 'openresty-1.15.8.2.tar.gz'[] 39% Downloading 'openresty-1.15.8.2.tar.gz'[] 40% Downloading 'openresty-1.15.8.2.tar.gz'[] 41% Downloading 'openresty-1.15.8.2.tar.gz'[] 42% Downloading 'openresty-1.15.8.2.tar.gz'[] 43% Downloading 'openresty-1.15.8.2.tar.gz'[] 44% Downloading 'openresty-1.15.8.2.tar.gz'[] 45% Downloading 'openresty-1.15.8.2.tar.gz'[] 46% Downloading 'openresty-1.15.8.2.tar.gz'[] 47% Downloading 'openresty-1.15.8.2.tar.gz'[] 48% Downloading 'openresty-1.15.8.2.tar.gz'[] 49% Downloading 'openresty-1.15.8.2.tar.gz'[] 50% Downloading 'openresty-1.15.8.2.tar.gz'[] 51% Downloading 'openresty-1.15.8.2.tar.gz'[] 52% Downloading 'openresty-1.15.8.2.tar.gz'[] 53% Downloading 'openresty-1.15.8.2.tar.gz'[] 54% Downloading 'openresty-1.15.8.2.tar.gz'[] 55% Downloading 'openresty-1.15.8.2.tar.gz'[] 56% Downloading 'openresty-1.15.8.2.tar.gz'[] 57% Downloading 'openresty-1.15.8.2.tar.gz'[] 58% Downloading 'openresty-1.15.8.2.tar.gz'[] 59% Downloading 'openresty-1.15.8.2.tar.gz'[] 60% Downloading 'openresty-1.15.8.2.tar.gz'[] 61% Downloading 'openresty-1.15.8.2.tar.gz'[] 62% Downloading 'openresty-1.15.8.2.tar.gz'[] 63% Downloading 'openresty-1.15.8.2.tar.gz'[] 64% Downloading 'openresty-1.15.8.2.tar.gz'[] 65% Downloading 'openresty-1.15.8.2.tar.gz'[] 66% Downloading 'openresty-1.15.8.2.tar.gz'[] 67% Downloading 'openresty-1.15.8.2.tar.gz'[] 68% Downloading 'openresty-1.15.8.2.tar.gz'[] 69% Downloading 'openresty-1.15.8.2.tar.gz'[] 70% Downloading 'openresty-1.15.8.2.tar.gz'[] 71% Downloading 'openresty-1.15.8.2.tar.gz'[] 72% Downloading 'openresty-1.15.8.2.tar.gz'[] 73% Downloading 'openresty-1.15.8.2.tar.gz'[] 74% Downloading 'openresty-1.15.8.2.tar.gz'[] 75% Downloading 'openresty-1.15.8.2.tar.gz'[] 76% Downloading 'openresty-1.15.8.2.tar.gz'[] 77% Downloading 'openresty-1.15.8.2.tar.gz'[] 78% Downloading 'openresty-1.15.8.2.tar.gz'[] 79% Downloading 'openresty-1.15.8.2.tar.gz'[] 80% Downloading 'openresty-1.15.8.2.tar.gz'[] 81% Downloading 'openresty-1.15.8.2.tar.gz'[] 82% Downloading 'openresty-1.15.8.2.tar.gz'[] 83% Downloading 'openresty-1.15.8.2.tar.gz'[] 84% Downloading 'openresty-1.15.8.2.tar.gz'[] 85% Downloading 'openresty-1.15.8.2.tar.gz'[] 86% Downloading 'openresty-1.15.8.2.tar.gz'[] 87% Downloading 'openresty-1.15.8.2.tar.gz'[] 88% Downloading 'openresty-1.15.8.2.tar.gz'[] 89% Downloading 'openresty-1.15.8.2.tar.gz'[] 90% Downloading 'openresty-1.15.8.2.tar.gz'[] 91% Downloading 'openresty-1.15.8.2.tar.gz'[] 92% Downloading 'openresty-1.15.8.2.tar.gz'[] 93% Downloading 'openresty-1.15.8.2.tar.gz'[] 94% Downloading 'openresty-1.15.8.2.tar.gz'[] 95% Downloading 'openresty-1.15.8.2.tar.gz'[] 96% Downloading 'openresty-1.15.8.2.tar.gz'[] 97% Downloading 'openresty-1.15.8.2.tar.gz'[] 98% Downloading 'openresty-1.15.8.2.tar.gz'[] 99% Downloading 'openresty-1.15.8.2.tar.gz'[] 100% [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_tab.c [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_asm_arm.h [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_api.c [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_arch.h [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_cconv.c [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_obj.h [2020-10-20T00:43:49.799Z] patching file LuaJIT-2.1-20190507/src/lj_state.c [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-20T00:43:49.799Z] patching file lua-resty-websocket-0.07/lib/resty/websocket/client.lua [2020-10-20T00:43:49.799Z] patching file nginx-1.15.8/src/http/ngx_http_upstream.c [2020-10-20T00:43:49.799Z] Hunk #2 succeeded at 1694 (offset -3 lines). [2020-10-20T00:43:49.799Z] Hunk #4 succeeded at 1782 (offset -7 lines). [2020-10-20T00:43:49.799Z] patching file nginx-1.15.8/src/http/ngx_http_special_response.c [2020-10-20T00:43:49.799Z] patching file nginx-1.15.8/src/stream/ngx_stream_proxy_module.c [2020-10-20T00:43:49.799Z] Hunk #2 succeeded at 802 (offset 20 lines). [2020-10-20T00:43:49.799Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-20T00:43:49.799Z] Hunk #5 succeeded at 1556 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #6 succeeded at 1626 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #7 succeeded at 1726 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #8 succeeded at 1749 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #9 succeeded at 1760 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #10 succeeded at 1775 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #11 succeeded at 1816 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #12 succeeded at 1827 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #13 succeeded at 1849 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #14 succeeded at 1868 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #15 succeeded at 1878 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #16 succeeded at 2008 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #17 succeeded at 6101 (offset 62 lines). [2020-10-20T00:43:49.799Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.h [2020-10-20T00:43:49.799Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-20T00:43:49.799Z] Hunk #1 succeeded at 1647 (offset 48 lines). [2020-10-20T00:43:49.799Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-20T00:43:49.799Z] Hunk #3 succeeded at 1579 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #4 succeeded at 1644 (offset 48 lines). [2020-10-20T00:43:49.799Z] Hunk #5 succeeded at 1668 (offset 48 lines). [2020-10-20T00:43:49.799Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-20T00:43:49.799Z] Hunk #1 succeeded at 1756 (offset 48 lines). [2020-10-20T00:43:49.799Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-20T00:43:49.799Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-20T00:43:49.799Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_common.h [2020-10-20T00:43:49.799Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-20T00:43:49.799Z] patching file ngx_stream_lua-0.0.7/src/api/ngx_stream_lua_api.h [2020-10-20T00:43:49.799Z] 'lua' has dependencies that need to be staged: openresty [2020-10-20T00:43:49.799Z] Skipping pull openresty (already ran) [2020-10-20T00:43:53.108Z] Building openresty  [2020-10-20T00:43:54.499Z] ./configure --prefix=/build/parts/openresty/install --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module [2020-10-20T00:43:54.499Z] platform: linux (linux) [2020-10-20T00:43:54.499Z] cp -rp bundle/ build [2020-10-20T00:43:54.760Z] cd build [2020-10-20T00:43:54.760Z] cd LuaJIT-2.1-20190507 [2020-10-20T00:43:54.760Z] INFO: found -msse4.2 in cc. [2020-10-20T00:43:54.760Z] make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-20T00:43:54.760Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:43:54.760Z] make -C src [2020-10-20T00:43:54.760Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:43:55.022Z] HOSTCC host/minilua.o [2020-10-20T00:43:59.237Z] HOSTLINK host/minilua [2020-10-20T00:43:59.237Z] DYNASM host/buildvm_arch.h [2020-10-20T00:43:59.237Z] HOSTCC host/buildvm.o [2020-10-20T00:43:59.498Z] HOSTCC host/buildvm_asm.o [2020-10-20T00:43:59.758Z] HOSTCC host/buildvm_peobj.o [2020-10-20T00:43:59.758Z] HOSTCC host/buildvm_lib.o [2020-10-20T00:44:00.019Z] HOSTCC host/buildvm_fold.o [2020-10-20T00:44:00.279Z] HOSTLINK host/buildvm [2020-10-20T00:44:00.279Z] BUILDVM lj_vm.S [2020-10-20T00:44:00.279Z] ASM lj_vm.o [2020-10-20T00:44:00.279Z] CC lj_gc.o [2020-10-20T00:44:01.220Z] BUILDVM lj_ffdef.h [2020-10-20T00:44:01.220Z] CC lj_err.o [2020-10-20T00:44:01.483Z] CC lj_char.o [2020-10-20T00:44:01.746Z] BUILDVM lj_bcdef.h [2020-10-20T00:44:01.746Z] CC lj_bc.o [2020-10-20T00:44:01.746Z] CC lj_obj.o [2020-10-20T00:44:01.746Z] CC lj_buf.o [2020-10-20T00:44:02.322Z] CC lj_str.o [2020-10-20T00:44:02.583Z] CC lj_tab.o [2020-10-20T00:44:03.526Z] CC lj_func.o [2020-10-20T00:44:03.526Z] CC lj_udata.o [2020-10-20T00:44:03.788Z] CC lj_meta.o [2020-10-20T00:44:04.360Z] CC lj_debug.o [2020-10-20T00:44:04.932Z] CC lj_state.o [2020-10-20T00:44:05.200Z] CC lj_dispatch.o [2020-10-20T00:44:05.785Z] CC lj_vmevent.o [2020-10-20T00:44:05.785Z] CC lj_vmmath.o [2020-10-20T00:44:06.047Z] CC lj_strscan.o [2020-10-20T00:44:06.619Z] CC lj_strfmt.o [2020-10-20T00:44:07.190Z] CC lj_strfmt_num.o [2020-10-20T00:44:08.135Z] CC lj_api.o [2020-10-20T00:44:09.523Z] CC lj_profile.o [2020-10-20T00:44:09.523Z] CC lj_lex.o [2020-10-20T00:44:10.096Z] CC lj_parse.o [2020-10-20T00:44:12.652Z] CC lj_bcread.o [2020-10-20T00:44:12.652Z] CC lj_bcwrite.o [2020-10-20T00:44:12.915Z] CC lj_load.o [2020-10-20T00:44:13.177Z] CC lj_ir.o [2020-10-20T00:44:13.755Z] CC lj_opt_mem.o [2020-10-20T00:44:14.365Z] BUILDVM lj_folddef.h [2020-10-20T00:44:14.945Z] CC lj_opt_fold.o [2020-10-20T00:44:16.337Z] CC lj_opt_narrow.o [2020-10-20T00:44:16.908Z] CC lj_opt_dce.o [2020-10-20T00:44:16.908Z] CC lj_opt_loop.o [2020-10-20T00:44:17.481Z] CC lj_opt_split.o [2020-10-20T00:44:17.481Z] CC lj_opt_sink.o [2020-10-20T00:44:17.743Z] CC lj_mcode.o [2020-10-20T00:44:18.007Z] CC lj_snap.o [2020-10-20T00:44:18.953Z] CC lj_record.o [2020-10-20T00:44:21.503Z] CC lj_crecord.o [2020-10-20T00:44:23.420Z] BUILDVM lj_recdef.h [2020-10-20T00:44:23.420Z] CC lj_ffrecord.o [2020-10-20T00:44:24.364Z] CC lj_asm.o [2020-10-20T00:44:28.572Z] CC lj_trace.o [2020-10-20T00:44:28.572Z] CC lj_gdbjit.o [2020-10-20T00:44:28.833Z] CC lj_ctype.o [2020-10-20T00:44:29.430Z] CC lj_cdata.o [2020-10-20T00:44:29.702Z] CC lj_cconv.o [2020-10-20T00:44:30.646Z] CC lj_ccall.o [2020-10-20T00:44:30.913Z] CC lj_ccallback.o [2020-10-20T00:44:31.486Z] CC lj_carith.o [2020-10-20T00:44:32.059Z] CC lj_clib.o [2020-10-20T00:44:32.320Z] CC lj_cparse.o [2020-10-20T00:44:34.242Z] CC lj_lib.o [2020-10-20T00:44:34.242Z] CC lj_alloc.o [2020-10-20T00:44:35.186Z] CC lib_aux.o [2020-10-20T00:44:35.449Z] BUILDVM lj_libdef.h [2020-10-20T00:44:35.449Z] CC lib_base.o [2020-10-20T00:44:36.399Z] CC lib_math.o [2020-10-20T00:44:36.399Z] CC lib_bit.o [2020-10-20T00:44:36.664Z] CC lib_string.o [2020-10-20T00:44:37.633Z] CC lib_table.o [2020-10-20T00:44:37.904Z] CC lib_io.o [2020-10-20T00:44:38.859Z] CC lib_os.o [2020-10-20T00:44:38.859Z] CC lib_package.o [2020-10-20T00:44:39.455Z] CC lib_debug.o [2020-10-20T00:44:39.720Z] CC lib_jit.o [2020-10-20T00:44:40.294Z] CC lib_ffi.o [2020-10-20T00:44:41.244Z] CC lib_init.o [2020-10-20T00:44:41.244Z] AR libluajit.a [2020-10-20T00:44:41.244Z] CC luajit.o [2020-10-20T00:44:41.505Z] BUILDVM jit/vmdef.lua [2020-10-20T00:44:41.505Z] DYNLINK libluajit.so [2020-10-20T00:44:41.771Z] LINK luajit [2020-10-20T00:44:41.771Z] OK Successfully built LuaJIT [2020-10-20T00:44:41.771Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:44:41.771Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:44:41.771Z] make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR=/build/parts/openresty/build/build/luajit-root/ [2020-10-20T00:44:41.771Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-20T00:44:41.771Z] mkdir -p /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-20T00:44:41.771Z] cd src && install -m 0755 luajit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-20T00:44:41.771Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-20T00:44:41.771Z] rm -f /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-20T00:44:41.771Z] cd src && test -f libluajit.so && \ [2020-10-20T00:44:41.771Z] install -m 0755 libluajit.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-20T00:44:41.771Z] ldconfig -n /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib && \ [2020-10-20T00:44:41.771Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-20T00:44:41.771Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-20T00:44:41.771Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 [2020-10-20T00:44:41.771Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-20T00:44:41.771Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-20T00:44:41.771Z] rm -f luajit.pc.tmp [2020-10-20T00:44:41.771Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-20T00:44:41.771Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-20T00:44:41.771Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit [2020-10-20T00:44:41.771Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-20T00:44:41.771Z] export LUAJIT_LIB='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib' [2020-10-20T00:44:41.771Z] export LUAJIT_INC='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1' [2020-10-20T00:44:41.771Z] cd .. [2020-10-20T00:44:41.771Z] patching the resty script with hard-coded nginx binary path... [2020-10-20T00:44:41.771Z] cd nginx-1.15.8 [2020-10-20T00:44:41.771Z] sh ./configure --prefix=/build/parts/openresty/install/nginx \ [2020-10-20T00:44:41.771Z] --with-cc-opt='-O2' \ [2020-10-20T00:44:41.771Z] --add-module=../ngx_devel_kit-0.3.1rc1 \ [2020-10-20T00:44:41.771Z] --add-module=../echo-nginx-module-0.61 \ [2020-10-20T00:44:41.771Z] --add-module=../xss-nginx-module-0.06 \ [2020-10-20T00:44:41.771Z] --add-module=../ngx_coolkit-0.2 \ [2020-10-20T00:44:41.771Z] --add-module=../set-misc-nginx-module-0.32 \ [2020-10-20T00:44:41.771Z] --add-module=../form-input-nginx-module-0.12 \ [2020-10-20T00:44:41.771Z] --add-module=../encrypted-session-nginx-module-0.08 \ [2020-10-20T00:44:41.771Z] --add-module=../srcache-nginx-module-0.31 \ [2020-10-20T00:44:41.771Z] --add-module=../ngx_lua-0.10.15 \ [2020-10-20T00:44:41.771Z] --add-module=../ngx_lua_upstream-0.07 \ [2020-10-20T00:44:41.771Z] --add-module=../headers-more-nginx-module-0.33 \ [2020-10-20T00:44:41.771Z] --add-module=../array-var-nginx-module-0.05 \ [2020-10-20T00:44:41.771Z] --add-module=../memc-nginx-module-0.19 \ [2020-10-20T00:44:41.771Z] --add-module=../redis2-nginx-module-0.15 \ [2020-10-20T00:44:41.771Z] --add-module=../redis-nginx-module-0.3.7 \ [2020-10-20T00:44:41.771Z] --add-module=../rds-json-nginx-module-0.15 \ [2020-10-20T00:44:41.771Z] --add-module=../rds-csv-nginx-module-0.09 \ [2020-10-20T00:44:41.771Z] --add-module=../ngx_stream_lua-0.0.7 \ [2020-10-20T00:44:41.771Z] --with-ld-opt='-Wl,-rpath,/build/parts/openresty/install/luajit/lib' \ [2020-10-20T00:44:41.771Z] --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module [2020-10-20T00:44:42.048Z] checking for OS [2020-10-20T00:44:42.048Z] + Linux 3.10.0-1127.el7.x86_64 x86_64 [2020-10-20T00:44:42.048Z] checking for C compiler ... found [2020-10-20T00:44:42.048Z] + using GNU C compiler [2020-10-20T00:44:42.048Z] + gcc version: 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) [2020-10-20T00:44:42.048Z] checking for gcc -pipe switch ... found [2020-10-20T00:44:42.314Z] checking for --with-ld-opt="-Wl,-rpath,/build/parts/openresty/install/luajit/lib" ... found [2020-10-20T00:44:42.314Z] checking for -Wl,-E switch ... found [2020-10-20T00:44:42.314Z] checking for gcc builtin atomic operations ... found [2020-10-20T00:44:42.580Z] checking for C99 variadic macros ... found [2020-10-20T00:44:42.580Z] checking for gcc variadic macros ... found [2020-10-20T00:44:42.580Z] checking for gcc builtin 64 bit byteswap ... found [2020-10-20T00:44:42.580Z] checking for unistd.h ... found [2020-10-20T00:44:42.843Z] checking for inttypes.h ... found [2020-10-20T00:44:42.843Z] checking for limits.h ... found [2020-10-20T00:44:42.843Z] checking for sys/filio.h ... not found [2020-10-20T00:44:42.843Z] checking for sys/param.h ... found [2020-10-20T00:44:43.104Z] checking for sys/mount.h ... found [2020-10-20T00:44:43.104Z] checking for sys/statvfs.h ... found [2020-10-20T00:44:43.104Z] checking for crypt.h ... found [2020-10-20T00:44:43.104Z] checking for Linux specific features [2020-10-20T00:44:43.104Z] checking for epoll ... found [2020-10-20T00:44:43.366Z] checking for EPOLLRDHUP ... found [2020-10-20T00:44:43.366Z] checking for EPOLLEXCLUSIVE ... found [2020-10-20T00:44:43.366Z] checking for O_PATH ... found [2020-10-20T00:44:43.629Z] checking for sendfile() ... found [2020-10-20T00:44:43.629Z] checking for sendfile64() ... found [2020-10-20T00:44:43.629Z] checking for sys/prctl.h ... found [2020-10-20T00:44:43.891Z] checking for prctl(PR_SET_DUMPABLE) ... found [2020-10-20T00:44:43.891Z] checking for prctl(PR_SET_KEEPCAPS) ... found [2020-10-20T00:44:44.191Z] checking for capabilities ... found [2020-10-20T00:44:44.191Z] checking for crypt_r() ... found [2020-10-20T00:44:44.191Z] checking for sys/vfs.h ... found [2020-10-20T00:44:44.191Z] checking for nobody group ... not found [2020-10-20T00:44:44.191Z] checking for nogroup group ... found [2020-10-20T00:44:44.191Z] checking for poll() ... found [2020-10-20T00:44:44.191Z] checking for /dev/poll ... not found [2020-10-20T00:44:44.466Z] checking for kqueue ... not found [2020-10-20T00:44:44.466Z] checking for crypt() ... not found [2020-10-20T00:44:44.466Z] checking for crypt() in libcrypt ... found [2020-10-20T00:44:44.466Z] checking for F_READAHEAD ... not found [2020-10-20T00:44:44.466Z] checking for posix_fadvise() ... found [2020-10-20T00:44:44.729Z] checking for O_DIRECT ... found [2020-10-20T00:44:44.729Z] checking for F_NOCACHE ... not found [2020-10-20T00:44:44.729Z] checking for directio() ... not found [2020-10-20T00:44:44.729Z] checking for statfs() ... found [2020-10-20T00:44:44.991Z] checking for statvfs() ... found [2020-10-20T00:44:44.991Z] checking for dlopen() ... not found [2020-10-20T00:44:44.991Z] checking for dlopen() in libdl ... found [2020-10-20T00:44:45.253Z] checking for sched_yield() ... found [2020-10-20T00:44:45.253Z] checking for sched_setaffinity() ... found [2020-10-20T00:44:45.253Z] checking for SO_SETFIB ... not found [2020-10-20T00:44:45.253Z] checking for SO_REUSEPORT ... found [2020-10-20T00:44:45.518Z] checking for SO_ACCEPTFILTER ... not found [2020-10-20T00:44:45.518Z] checking for SO_BINDANY ... not found [2020-10-20T00:44:45.518Z] checking for IP_TRANSPARENT ... found [2020-10-20T00:44:45.518Z] checking for IP_BINDANY ... not found [2020-10-20T00:44:45.785Z] checking for IP_BIND_ADDRESS_NO_PORT ... found [2020-10-20T00:44:45.785Z] checking for IP_RECVDSTADDR ... not found [2020-10-20T00:44:45.785Z] checking for IP_SENDSRCADDR ... not found [2020-10-20T00:44:45.785Z] checking for IP_PKTINFO ... found [2020-10-20T00:44:46.046Z] checking for IPV6_RECVPKTINFO ... found [2020-10-20T00:44:46.046Z] checking for TCP_DEFER_ACCEPT ... found [2020-10-20T00:44:46.046Z] checking for TCP_KEEPIDLE ... found [2020-10-20T00:44:46.308Z] checking for TCP_FASTOPEN ... found [2020-10-20T00:44:46.308Z] checking for TCP_INFO ... found [2020-10-20T00:44:46.308Z] checking for accept4() ... found [2020-10-20T00:44:46.573Z] checking for eventfd() ... found [2020-10-20T00:44:46.573Z] checking for int size ... 4 bytes [2020-10-20T00:44:46.573Z] checking for long size ... 8 bytes [2020-10-20T00:44:46.833Z] checking for long long size ... 8 bytes [2020-10-20T00:44:46.833Z] checking for void * size ... 8 bytes [2020-10-20T00:44:46.833Z] checking for uint32_t ... found [2020-10-20T00:44:47.096Z] checking for uint64_t ... found [2020-10-20T00:44:47.096Z] checking for sig_atomic_t ... found [2020-10-20T00:44:47.096Z] checking for sig_atomic_t size ... 4 bytes [2020-10-20T00:44:47.360Z] checking for socklen_t ... found [2020-10-20T00:44:47.360Z] checking for in_addr_t ... found [2020-10-20T00:44:47.360Z] checking for in_port_t ... found [2020-10-20T00:44:47.622Z] checking for rlim_t ... found [2020-10-20T00:44:47.622Z] checking for uintptr_t ... uintptr_t found [2020-10-20T00:44:47.622Z] checking for system byte ordering ... little endian [2020-10-20T00:44:47.887Z] checking for size_t size ... 8 bytes [2020-10-20T00:44:47.887Z] checking for off_t size ... 8 bytes [2020-10-20T00:44:47.887Z] checking for time_t size ... 8 bytes [2020-10-20T00:44:48.157Z] checking for AF_INET6 ... found [2020-10-20T00:44:48.157Z] checking for setproctitle() ... not found [2020-10-20T00:44:48.157Z] checking for pread() ... found [2020-10-20T00:44:48.419Z] checking for pwrite() ... found [2020-10-20T00:44:48.419Z] checking for pwritev() ... found [2020-10-20T00:44:48.419Z] checking for sys_nerr ... found [2020-10-20T00:44:48.681Z] checking for localtime_r() ... found [2020-10-20T00:44:48.681Z] checking for clock_gettime(CLOCK_MONOTONIC) ... found [2020-10-20T00:44:48.681Z] checking for posix_memalign() ... found [2020-10-20T00:44:48.942Z] checking for memalign() ... found [2020-10-20T00:44:48.942Z] checking for mmap(MAP_ANON|MAP_SHARED) ... found [2020-10-20T00:44:49.203Z] checking for mmap("/dev/zero", MAP_SHARED) ... found [2020-10-20T00:44:49.203Z] checking for System V shared memory ... found [2020-10-20T00:44:49.203Z] checking for POSIX semaphores ... not found [2020-10-20T00:44:49.463Z] checking for POSIX semaphores in libpthread ... found [2020-10-20T00:44:49.463Z] checking for struct msghdr.msg_control ... found [2020-10-20T00:44:49.463Z] checking for ioctl(FIONBIO) ... found [2020-10-20T00:44:49.726Z] checking for struct tm.tm_gmtoff ... found [2020-10-20T00:44:49.726Z] checking for struct dirent.d_namlen ... not found [2020-10-20T00:44:49.726Z] checking for struct dirent.d_type ... found [2020-10-20T00:44:49.726Z] checking for sysconf(_SC_NPROCESSORS_ONLN) ... found [2020-10-20T00:44:49.987Z] checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found [2020-10-20T00:44:49.987Z] checking for openat(), fstatat() ... found [2020-10-20T00:44:49.987Z] checking for getaddrinfo() ... found [2020-10-20T00:44:50.255Z] checking for SOCK_CLOEXEC support ... found [2020-10-20T00:44:50.255Z] checking for FD_CLOEXEC support ... found [2020-10-20T00:44:50.255Z] configuring additional modules [2020-10-20T00:44:50.255Z] adding module in ../ngx_devel_kit-0.3.1rc1 [2020-10-20T00:44:50.255Z] + ngx_devel_kit was configured [2020-10-20T00:44:50.255Z] adding module in ../echo-nginx-module-0.61 [2020-10-20T00:44:50.255Z] + ngx_http_echo_module was configured [2020-10-20T00:44:50.255Z] adding module in ../xss-nginx-module-0.06 [2020-10-20T00:44:50.255Z] + ngx_http_xss_filter_module was configured [2020-10-20T00:44:50.255Z] adding module in ../ngx_coolkit-0.2 [2020-10-20T00:44:50.255Z] + ngx_coolkit_module was configured [2020-10-20T00:44:50.255Z] adding module in ../set-misc-nginx-module-0.32 [2020-10-20T00:44:50.255Z] found ngx_devel_kit for ngx_set_misc; looks good. [2020-10-20T00:44:50.255Z] + ngx_http_set_misc_module was configured [2020-10-20T00:44:50.255Z] adding module in ../form-input-nginx-module-0.12 [2020-10-20T00:44:50.255Z] found ngx_devel_kit for ngx_form_input; looks good. [2020-10-20T00:44:50.255Z] + ngx_http_form_input_module was configured [2020-10-20T00:44:50.255Z] adding module in ../encrypted-session-nginx-module-0.08 [2020-10-20T00:44:50.255Z] found ngx_devel_kit for ngx_encrypted_session; looks good. [2020-10-20T00:44:50.255Z] + ngx_http_encrypted_session_module was configured [2020-10-20T00:44:50.255Z] adding module in ../srcache-nginx-module-0.31 [2020-10-20T00:44:50.255Z] + ngx_http_srcache_filter_module was configured [2020-10-20T00:44:50.255Z] adding module in ../ngx_lua-0.10.15 [2020-10-20T00:44:50.516Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-20T00:44:50.516Z] checking for export symbols by default (-E) ... found [2020-10-20T00:44:50.516Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-20T00:44:50.777Z] checking for SO_PASSCRED ... found [2020-10-20T00:44:50.777Z] checking for SA_RESTART ... found [2020-10-20T00:44:50.777Z] checking for __attribute__(constructor) ... found [2020-10-20T00:44:51.038Z] checking for malloc_trim ... found [2020-10-20T00:44:51.038Z] checking for pipe2 ... not found [2020-10-20T00:44:51.038Z] checking for signalfd ... found [2020-10-20T00:44:51.038Z] + ngx_http_lua_module was configured [2020-10-20T00:44:51.038Z] adding module in ../ngx_lua_upstream-0.07 [2020-10-20T00:44:51.038Z] + ngx_http_lua_upstream_module was configured [2020-10-20T00:44:51.038Z] adding module in ../headers-more-nginx-module-0.33 [2020-10-20T00:44:51.038Z] + ngx_http_headers_more_filter_module was configured [2020-10-20T00:44:51.038Z] adding module in ../array-var-nginx-module-0.05 [2020-10-20T00:44:51.038Z] found ngx_devel_kit for ngx_array_var; looks good. [2020-10-20T00:44:51.038Z] + ngx_http_array_var_module was configured [2020-10-20T00:44:51.038Z] adding module in ../memc-nginx-module-0.19 [2020-10-20T00:44:51.038Z] + ngx_http_memc_module was configured [2020-10-20T00:44:51.038Z] adding module in ../redis2-nginx-module-0.15 [2020-10-20T00:44:51.038Z] + ngx_http_redis2_module was configured [2020-10-20T00:44:51.038Z] adding module in ../redis-nginx-module-0.3.7 [2020-10-20T00:44:51.038Z] + ngx_http_redis_module was configured [2020-10-20T00:44:51.038Z] adding module in ../rds-json-nginx-module-0.15 [2020-10-20T00:44:51.038Z] + ngx_http_rds_json_filter_module was configured [2020-10-20T00:44:51.038Z] adding module in ../rds-csv-nginx-module-0.09 [2020-10-20T00:44:51.038Z] + ngx_http_rds_csv_filter_module was configured [2020-10-20T00:44:51.038Z] adding module in ../ngx_stream_lua-0.0.7 [2020-10-20T00:44:51.038Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-20T00:44:51.299Z] checking for export symbols by default (-E) ... found [2020-10-20T00:44:51.299Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-20T00:44:51.299Z] checking for SO_PASSCRED ... found [2020-10-20T00:44:51.561Z] checking for SA_RESTART ... found [2020-10-20T00:44:51.561Z] + ngx_stream_lua_module was configured [2020-10-20T00:44:51.561Z] adding module in /build/stage/lua-kong-nginx-module [2020-10-20T00:44:51.561Z] + ngx_http_lua_kong_module was configured [2020-10-20T00:44:51.561Z] checking for PCRE library ... found [2020-10-20T00:44:51.561Z] checking for PCRE JIT support ... found [2020-10-20T00:44:51.821Z] checking for OpenSSL library ... found [2020-10-20T00:44:51.821Z] checking for zlib library ... found [2020-10-20T00:44:51.821Z] creating objs/Makefile [2020-10-20T00:44:56.054Z] [2020-10-20T00:44:56.054Z] Configuration summary [2020-10-20T00:44:56.054Z] + using system PCRE library [2020-10-20T00:44:56.054Z] + using system OpenSSL library [2020-10-20T00:44:56.054Z] + using system zlib library [2020-10-20T00:44:56.054Z] [2020-10-20T00:44:56.054Z] nginx path prefix: "/build/parts/openresty/install/nginx" [2020-10-20T00:44:56.054Z] nginx binary file: "/build/parts/openresty/install/nginx/sbin/nginx" [2020-10-20T00:44:56.054Z] nginx modules path: "/build/parts/openresty/install/nginx/modules" [2020-10-20T00:44:56.054Z] nginx configuration prefix: "/build/parts/openresty/install/nginx/conf" [2020-10-20T00:44:56.054Z] nginx configuration file: "/build/parts/openresty/install/nginx/conf/nginx.conf" [2020-10-20T00:44:56.054Z] nginx pid file: "/build/parts/openresty/install/nginx/logs/nginx.pid" [2020-10-20T00:44:56.054Z] nginx error log file: "/build/parts/openresty/install/nginx/logs/error.log" [2020-10-20T00:44:56.054Z] nginx http access log file: "/build/parts/openresty/install/nginx/logs/access.log" [2020-10-20T00:44:56.054Z] nginx http client request body temporary files: "client_body_temp" [2020-10-20T00:44:56.054Z] nginx http proxy temporary files: "proxy_temp" [2020-10-20T00:44:56.054Z] nginx http fastcgi temporary files: "fastcgi_temp" [2020-10-20T00:44:56.054Z] nginx http uwsgi temporary files: "uwsgi_temp" [2020-10-20T00:44:56.054Z] nginx http scgi temporary files: "scgi_temp" [2020-10-20T00:44:56.054Z] [2020-10-20T00:44:56.054Z] ./configure: warning: the "--with-ipv6" option is deprecated [2020-10-20T00:44:56.054Z] cd ../.. [2020-10-20T00:44:56.054Z] Type the following commands to build and install: [2020-10-20T00:44:56.054Z] make [2020-10-20T00:44:56.054Z] make install [2020-10-20T00:44:56.054Z] make -j8 [2020-10-20T00:44:56.054Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-20T00:44:56.054Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:44:56.054Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:44:56.054Z] make -C src [2020-10-20T00:44:56.054Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:44:56.054Z] make[2]: Nothing to be done for 'default'. [2020-10-20T00:44:56.054Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:44:56.054Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:44:56.054Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:44:56.054Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-20T00:44:56.054Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:44:56.054Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o lua_cjson.o lua_cjson.c [2020-10-20T00:44:56.054Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o strbuf.o strbuf.c [2020-10-20T00:44:56.054Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o fpconv.o fpconv.c [2020-10-20T00:44:56.315Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o [2020-10-20T00:44:56.582Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:44:56.582Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:44:56.582Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:44:56.582Z] cc -O3 -g -Wall -fpic -c resty_signal.c [2020-10-20T00:44:56.582Z] cc -shared -fvisibility=hidden resty_signal.o -o librestysignal.so [2020-10-20T00:44:56.582Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:44:56.582Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:44:56.582Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:44:56.582Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o redis-parser.o redis-parser.c [2020-10-20T00:44:56.582Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so redis-parser.o [2020-10-20T00:44:56.582Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:44:56.582Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:44:56.582Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:44:56.582Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o src/rds_parser.o src/rds_parser.c [2020-10-20T00:44:56.872Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so src/rds_parser.o [2020-10-20T00:44:56.872Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:44:56.872Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-20T00:44:56.872Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:44:56.872Z] make -f objs/Makefile [2020-10-20T00:44:56.872Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:44:56.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.872Z] -o objs/src/core/nginx.o \ [2020-10-20T00:44:56.872Z] src/core/nginx.c [2020-10-20T00:44:56.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.872Z] -o objs/src/core/ngx_log.o \ [2020-10-20T00:44:56.872Z] src/core/ngx_log.c [2020-10-20T00:44:56.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.872Z] -o objs/src/core/ngx_palloc.o \ [2020-10-20T00:44:56.872Z] src/core/ngx_palloc.c [2020-10-20T00:44:56.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.872Z] -o objs/src/core/ngx_array.o \ [2020-10-20T00:44:56.872Z] src/core/ngx_array.c [2020-10-20T00:44:56.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.873Z] -o objs/src/core/ngx_list.o \ [2020-10-20T00:44:56.873Z] src/core/ngx_list.c [2020-10-20T00:44:56.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.873Z] -o objs/src/core/ngx_hash.o \ [2020-10-20T00:44:56.873Z] src/core/ngx_hash.c [2020-10-20T00:44:56.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.873Z] -o objs/src/core/ngx_buf.o \ [2020-10-20T00:44:56.873Z] src/core/ngx_buf.c [2020-10-20T00:44:56.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:56.873Z] -o objs/src/core/ngx_queue.o \ [2020-10-20T00:44:56.873Z] src/core/ngx_queue.c [2020-10-20T00:44:57.163Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.163Z] -o objs/src/core/ngx_output_chain.o \ [2020-10-20T00:44:57.163Z] src/core/ngx_output_chain.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_string.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_string.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_parse.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_parse.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_parse_time.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_parse_time.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_inet.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_inet.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_file.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_file.c [2020-10-20T00:44:57.453Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.453Z] -o objs/src/core/ngx_crc32.o \ [2020-10-20T00:44:57.453Z] src/core/ngx_crc32.c [2020-10-20T00:44:57.756Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.756Z] -o objs/src/core/ngx_murmurhash.o \ [2020-10-20T00:44:57.756Z] src/core/ngx_murmurhash.c [2020-10-20T00:44:57.756Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.756Z] -o objs/src/core/ngx_md5.o \ [2020-10-20T00:44:57.756Z] src/core/ngx_md5.c [2020-10-20T00:44:57.756Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.756Z] -o objs/src/core/ngx_sha1.o \ [2020-10-20T00:44:57.756Z] src/core/ngx_sha1.c [2020-10-20T00:44:57.756Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.756Z] -o objs/src/core/ngx_rbtree.o \ [2020-10-20T00:44:57.756Z] src/core/ngx_rbtree.c [2020-10-20T00:44:57.756Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:57.756Z] -o objs/src/core/ngx_radix_tree.o \ [2020-10-20T00:44:57.756Z] src/core/ngx_radix_tree.c [2020-10-20T00:44:58.034Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.034Z] -o objs/src/core/ngx_slab.o \ [2020-10-20T00:44:58.034Z] src/core/ngx_slab.c [2020-10-20T00:44:58.034Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.034Z] -o objs/src/core/ngx_times.o \ [2020-10-20T00:44:58.034Z] src/core/ngx_times.c [2020-10-20T00:44:58.034Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.034Z] -o objs/src/core/ngx_shmtx.o \ [2020-10-20T00:44:58.034Z] src/core/ngx_shmtx.c [2020-10-20T00:44:58.034Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.034Z] -o objs/src/core/ngx_connection.o \ [2020-10-20T00:44:58.034Z] src/core/ngx_connection.c [2020-10-20T00:44:58.035Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.035Z] -o objs/src/core/ngx_cycle.o \ [2020-10-20T00:44:58.035Z] src/core/ngx_cycle.c [2020-10-20T00:44:58.315Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.315Z] -o objs/src/core/ngx_spinlock.o \ [2020-10-20T00:44:58.315Z] src/core/ngx_spinlock.c [2020-10-20T00:44:58.315Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.315Z] -o objs/src/core/ngx_rwlock.o \ [2020-10-20T00:44:58.315Z] src/core/ngx_rwlock.c [2020-10-20T00:44:58.315Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.315Z] -o objs/src/core/ngx_cpuinfo.o \ [2020-10-20T00:44:58.315Z] src/core/ngx_cpuinfo.c [2020-10-20T00:44:58.610Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.610Z] -o objs/src/core/ngx_conf_file.o \ [2020-10-20T00:44:58.610Z] src/core/ngx_conf_file.c [2020-10-20T00:44:58.611Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.611Z] -o objs/src/core/ngx_module.o \ [2020-10-20T00:44:58.611Z] src/core/ngx_module.c [2020-10-20T00:44:58.611Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.611Z] -o objs/src/core/ngx_resolver.o \ [2020-10-20T00:44:58.611Z] src/core/ngx_resolver.c [2020-10-20T00:44:58.611Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.611Z] -o objs/src/core/ngx_open_file_cache.o \ [2020-10-20T00:44:58.611Z] src/core/ngx_open_file_cache.c [2020-10-20T00:44:58.611Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.611Z] -o objs/src/core/ngx_crypt.o \ [2020-10-20T00:44:58.611Z] src/core/ngx_crypt.c [2020-10-20T00:44:58.921Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.921Z] -o objs/src/core/ngx_proxy_protocol.o \ [2020-10-20T00:44:58.921Z] src/core/ngx_proxy_protocol.c [2020-10-20T00:44:58.921Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.921Z] -o objs/src/core/ngx_syslog.o \ [2020-10-20T00:44:58.921Z] src/core/ngx_syslog.c [2020-10-20T00:44:58.921Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.921Z] -o objs/src/event/ngx_event.o \ [2020-10-20T00:44:58.921Z] src/event/ngx_event.c [2020-10-20T00:44:58.921Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:58.921Z] -o objs/src/event/ngx_event_timer.o \ [2020-10-20T00:44:58.921Z] src/event/ngx_event_timer.c [2020-10-20T00:44:59.224Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.224Z] -o objs/src/event/ngx_event_posted.o \ [2020-10-20T00:44:59.224Z] src/event/ngx_event_posted.c [2020-10-20T00:44:59.224Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.224Z] -o objs/src/event/ngx_event_accept.o \ [2020-10-20T00:44:59.224Z] src/event/ngx_event_accept.c [2020-10-20T00:44:59.224Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.224Z] -o objs/src/event/ngx_event_udp.o \ [2020-10-20T00:44:59.224Z] src/event/ngx_event_udp.c [2020-10-20T00:44:59.224Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.224Z] -o objs/src/event/ngx_event_connect.o \ [2020-10-20T00:44:59.224Z] src/event/ngx_event_connect.c [2020-10-20T00:44:59.224Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.224Z] -o objs/src/event/ngx_event_pipe.o \ [2020-10-20T00:44:59.224Z] src/event/ngx_event_pipe.c [2020-10-20T00:44:59.499Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.499Z] -o objs/src/os/unix/ngx_time.o \ [2020-10-20T00:44:59.499Z] src/os/unix/ngx_time.c [2020-10-20T00:44:59.499Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.499Z] -o objs/src/os/unix/ngx_errno.o \ [2020-10-20T00:44:59.499Z] src/os/unix/ngx_errno.c [2020-10-20T00:44:59.781Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.781Z] -o objs/src/os/unix/ngx_alloc.o \ [2020-10-20T00:44:59.781Z] src/os/unix/ngx_alloc.c [2020-10-20T00:44:59.781Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.781Z] -o objs/src/os/unix/ngx_files.o \ [2020-10-20T00:44:59.781Z] src/os/unix/ngx_files.c [2020-10-20T00:44:59.781Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.781Z] -o objs/src/os/unix/ngx_socket.o \ [2020-10-20T00:44:59.781Z] src/os/unix/ngx_socket.c [2020-10-20T00:44:59.781Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:44:59.781Z] -o objs/src/os/unix/ngx_recv.o \ [2020-10-20T00:44:59.781Z] src/os/unix/ngx_recv.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_readv_chain.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_readv_chain.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_udp_recv.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_udp_recv.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_send.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_send.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_writev_chain.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_writev_chain.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_udp_send.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_udp_send.c [2020-10-20T00:45:00.061Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.061Z] -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-20T00:45:00.061Z] src/os/unix/ngx_udp_sendmsg_chain.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_channel.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_channel.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_shmem.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_shmem.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_process.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_process.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_daemon.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_daemon.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_setaffinity.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_setaffinity.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_setproctitle.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_setproctitle.c [2020-10-20T00:45:00.345Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.345Z] -o objs/src/os/unix/ngx_posix_init.o \ [2020-10-20T00:45:00.345Z] src/os/unix/ngx_posix_init.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/os/unix/ngx_user.o \ [2020-10-20T00:45:00.616Z] src/os/unix/ngx_user.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/os/unix/ngx_dlopen.o \ [2020-10-20T00:45:00.616Z] src/os/unix/ngx_dlopen.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/os/unix/ngx_process_cycle.o \ [2020-10-20T00:45:00.616Z] src/os/unix/ngx_process_cycle.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/os/unix/ngx_linux_init.o \ [2020-10-20T00:45:00.616Z] src/os/unix/ngx_linux_init.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/event/modules/ngx_epoll_module.o \ [2020-10-20T00:45:00.616Z] src/event/modules/ngx_epoll_module.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-20T00:45:00.616Z] src/os/unix/ngx_linux_sendfile_chain.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/event/ngx_event_openssl.o \ [2020-10-20T00:45:00.616Z] src/event/ngx_event_openssl.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-20T00:45:00.616Z] src/event/ngx_event_openssl_stapling.c [2020-10-20T00:45:00.616Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:00.616Z] -o objs/src/core/ngx_regex.o \ [2020-10-20T00:45:00.616Z] src/core/ngx_regex.c [2020-10-20T00:45:00.890Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:00.890Z] -o objs/src/http/ngx_http.o \ [2020-10-20T00:45:00.890Z] src/http/ngx_http.c [2020-10-20T00:45:00.890Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:00.890Z] -o objs/src/http/ngx_http_core_module.o \ [2020-10-20T00:45:00.890Z] src/http/ngx_http_core_module.c [2020-10-20T00:45:00.890Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:00.890Z] -o objs/src/http/ngx_http_special_response.o \ [2020-10-20T00:45:00.890Z] src/http/ngx_http_special_response.c [2020-10-20T00:45:00.890Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:00.890Z] -o objs/src/http/ngx_http_request.o \ [2020-10-20T00:45:00.890Z] src/http/ngx_http_request.c [2020-10-20T00:45:01.212Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.212Z] -o objs/src/http/ngx_http_parse.o \ [2020-10-20T00:45:01.212Z] src/http/ngx_http_parse.c [2020-10-20T00:45:01.212Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.212Z] -o objs/src/http/modules/ngx_http_log_module.o \ [2020-10-20T00:45:01.212Z] src/http/modules/ngx_http_log_module.c [2020-10-20T00:45:01.529Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.529Z] -o objs/src/http/ngx_http_request_body.o \ [2020-10-20T00:45:01.529Z] src/http/ngx_http_request_body.c [2020-10-20T00:45:01.529Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.529Z] -o objs/src/http/ngx_http_variables.o \ [2020-10-20T00:45:01.529Z] src/http/ngx_http_variables.c [2020-10-20T00:45:01.824Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.824Z] -o objs/src/http/ngx_http_script.o \ [2020-10-20T00:45:01.824Z] src/http/ngx_http_script.c [2020-10-20T00:45:01.824Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.824Z] -o objs/src/http/ngx_http_upstream.o \ [2020-10-20T00:45:01.824Z] src/http/ngx_http_upstream.c [2020-10-20T00:45:01.824Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:01.824Z] -o objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-20T00:45:01.824Z] src/http/ngx_http_upstream_round_robin.c [2020-10-20T00:45:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:02.448Z] -o objs/src/http/ngx_http_file_cache.o \ [2020-10-20T00:45:02.448Z] src/http/ngx_http_file_cache.c [2020-10-20T00:45:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:02.448Z] -o objs/src/http/ngx_http_write_filter_module.o \ [2020-10-20T00:45:02.448Z] src/http/ngx_http_write_filter_module.c [2020-10-20T00:45:02.448Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:02.448Z] -o objs/src/http/ngx_http_header_filter_module.o \ [2020-10-20T00:45:02.448Z] src/http/ngx_http_header_filter_module.c [2020-10-20T00:45:02.449Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:02.449Z] -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-20T00:45:02.449Z] src/http/modules/ngx_http_chunked_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/v2/ngx_http_v2_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_range_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_gzip_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/ngx_http_postpone_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_ssi_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_charset_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_userid_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.196Z] -o objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-20T00:45:03.196Z] src/http/modules/ngx_http_headers_filter_module.c [2020-10-20T00:45:03.196Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.197Z] -o objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-20T00:45:03.197Z] src/http/ngx_http_copy_filter_module.c [2020-10-20T00:45:03.197Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.197Z] -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-20T00:45:03.197Z] src/http/modules/ngx_http_not_modified_filter_module.c [2020-10-20T00:45:03.691Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2_table.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2_encode.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2_huff_decode.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2_huff_encode.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-20T00:45:03.692Z] src/http/v2/ngx_http_v2_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_static_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_static_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_autoindex_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_index_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_index_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_mirror_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_try_files_module.c [2020-10-20T00:45:03.692Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:03.692Z] -o objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-20T00:45:03.692Z] src/http/modules/ngx_http_auth_basic_module.c [2020-10-20T00:45:04.219Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.219Z] -o objs/src/http/modules/ngx_http_access_module.o \ [2020-10-20T00:45:04.219Z] src/http/modules/ngx_http_access_module.c [2020-10-20T00:45:04.219Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.219Z] -o objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-20T00:45:04.219Z] src/http/modules/ngx_http_limit_conn_module.c [2020-10-20T00:45:04.219Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.219Z] -o objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-20T00:45:04.219Z] src/http/modules/ngx_http_limit_req_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_realip_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_geo_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_map_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_map_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_split_clients_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_referer_module.c [2020-10-20T00:45:04.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.220Z] -o objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-20T00:45:04.220Z] src/http/modules/ngx_http_rewrite_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_ssl_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_proxy_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_fastcgi_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_uwsgi_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_scgi_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_grpc_module.c [2020-10-20T00:45:04.952Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.952Z] -o objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-20T00:45:04.952Z] src/http/modules/ngx_http_memcached_module.c [2020-10-20T00:45:04.953Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.953Z] -o objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-20T00:45:04.953Z] src/http/modules/ngx_http_empty_gif_module.c [2020-10-20T00:45:04.953Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:04.953Z] -o objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-20T00:45:04.953Z] src/http/modules/ngx_http_browser_module.c [2020-10-20T00:45:05.360Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.360Z] -o objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-20T00:45:05.360Z] src/http/modules/ngx_http_upstream_hash_module.c [2020-10-20T00:45:05.882Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.882Z] -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_upstream_ip_hash_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.883Z] -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_upstream_least_conn_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.883Z] -o objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_upstream_random_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.883Z] -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_upstream_keepalive_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.883Z] -o objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_upstream_zone_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-20T00:45:05.883Z] -o objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-20T00:45:05.883Z] src/http/modules/ngx_http_stub_status_module.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:05.883Z] -o objs/src/stream/ngx_stream.o \ [2020-10-20T00:45:05.883Z] src/stream/ngx_stream.c [2020-10-20T00:45:05.883Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:05.883Z] -o objs/src/stream/ngx_stream_variables.o \ [2020-10-20T00:45:05.883Z] src/stream/ngx_stream_variables.c [2020-10-20T00:45:06.243Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.243Z] -o objs/src/stream/ngx_stream_script.o \ [2020-10-20T00:45:06.243Z] src/stream/ngx_stream_script.c [2020-10-20T00:45:06.243Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.243Z] -o objs/src/stream/ngx_stream_handler.o \ [2020-10-20T00:45:06.243Z] src/stream/ngx_stream_handler.c [2020-10-20T00:45:06.243Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.243Z] -o objs/src/stream/ngx_stream_core_module.o \ [2020-10-20T00:45:06.243Z] src/stream/ngx_stream_core_module.c [2020-10-20T00:45:06.243Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.243Z] -o objs/src/stream/ngx_stream_log_module.o \ [2020-10-20T00:45:06.243Z] src/stream/ngx_stream_log_module.c [2020-10-20T00:45:06.244Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.244Z] -o objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-20T00:45:06.244Z] src/stream/ngx_stream_proxy_module.c [2020-10-20T00:45:06.244Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.244Z] -o objs/src/stream/ngx_stream_upstream.o \ [2020-10-20T00:45:06.244Z] src/stream/ngx_stream_upstream.c [2020-10-20T00:45:06.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.633Z] -o objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-20T00:45:06.634Z] src/stream/ngx_stream_upstream_round_robin.c [2020-10-20T00:45:06.634Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.634Z] -o objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-20T00:45:06.634Z] src/stream/ngx_stream_write_filter_module.c [2020-10-20T00:45:06.634Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.634Z] -o objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-20T00:45:06.634Z] src/stream/ngx_stream_ssl_module.c [2020-10-20T00:45:06.634Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.634Z] -o objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-20T00:45:06.634Z] src/stream/ngx_stream_limit_conn_module.c [2020-10-20T00:45:06.634Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.634Z] -o objs/src/stream/ngx_stream_access_module.o \ [2020-10-20T00:45:06.634Z] src/stream/ngx_stream_access_module.c [2020-10-20T00:45:06.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.973Z] -o objs/src/stream/ngx_stream_geo_module.o \ [2020-10-20T00:45:06.973Z] src/stream/ngx_stream_geo_module.c [2020-10-20T00:45:06.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.973Z] -o objs/src/stream/ngx_stream_map_module.o \ [2020-10-20T00:45:06.973Z] src/stream/ngx_stream_map_module.c [2020-10-20T00:45:06.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:06.973Z] -o objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-20T00:45:06.973Z] src/stream/ngx_stream_split_clients_module.c [2020-10-20T00:45:07.347Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_return_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_return_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_upstream_hash_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_upstream_least_conn_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_upstream_random_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_upstream_zone_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-20T00:45:07.348Z] src/stream/ngx_stream_ssl_preread_module.c [2020-10-20T00:45:07.348Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.348Z] -o objs/addon/src/ndk.o \ [2020-10-20T00:45:07.348Z] ../ngx_devel_kit-0.3.1rc1/src/ndk.c [2020-10-20T00:45:07.747Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.747Z] -o objs/addon/src/ngx_http_echo_module.o \ [2020-10-20T00:45:07.747Z] ../echo-nginx-module-0.61/src/ngx_http_echo_module.c [2020-10-20T00:45:07.747Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.747Z] -o objs/addon/src/ngx_http_echo_util.o \ [2020-10-20T00:45:07.747Z] ../echo-nginx-module-0.61/src/ngx_http_echo_util.c [2020-10-20T00:45:07.747Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.747Z] -o objs/addon/src/ngx_http_echo_timer.o \ [2020-10-20T00:45:07.747Z] ../echo-nginx-module-0.61/src/ngx_http_echo_timer.c [2020-10-20T00:45:07.747Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.747Z] -o objs/addon/src/ngx_http_echo_var.o \ [2020-10-20T00:45:07.747Z] ../echo-nginx-module-0.61/src/ngx_http_echo_var.c [2020-10-20T00:45:07.747Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:07.747Z] -o objs/addon/src/ngx_http_echo_handler.o \ [2020-10-20T00:45:07.747Z] ../echo-nginx-module-0.61/src/ngx_http_echo_handler.c [2020-10-20T00:45:08.048Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.048Z] -o objs/addon/src/ngx_http_echo_filter.o \ [2020-10-20T00:45:08.048Z] ../echo-nginx-module-0.61/src/ngx_http_echo_filter.c [2020-10-20T00:45:08.048Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.048Z] -o objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-20T00:45:08.048Z] ../echo-nginx-module-0.61/src/ngx_http_echo_sleep.c [2020-10-20T00:45:08.049Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.049Z] -o objs/addon/src/ngx_http_echo_location.o \ [2020-10-20T00:45:08.049Z] ../echo-nginx-module-0.61/src/ngx_http_echo_location.c [2020-10-20T00:45:08.049Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.049Z] -o objs/addon/src/ngx_http_echo_echo.o \ [2020-10-20T00:45:08.049Z] ../echo-nginx-module-0.61/src/ngx_http_echo_echo.c [2020-10-20T00:45:08.049Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.049Z] -o objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-20T00:45:08.049Z] ../echo-nginx-module-0.61/src/ngx_http_echo_request_info.c [2020-10-20T00:45:08.049Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.049Z] -o objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-20T00:45:08.049Z] ../echo-nginx-module-0.61/src/ngx_http_echo_subrequest.c [2020-10-20T00:45:08.049Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.049Z] -o objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-20T00:45:08.049Z] ../echo-nginx-module-0.61/src/ngx_http_echo_foreach.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-20T00:45:08.322Z] ../xss-nginx-module-0.06/src/ngx_http_xss_filter_module.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_http_xss_util.o \ [2020-10-20T00:45:08.322Z] ../xss-nginx-module-0.06/src/ngx_http_xss_util.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-20T00:45:08.322Z] ../ngx_coolkit-0.2/src/ngx_coolkit_handlers.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_coolkit_module.o \ [2020-10-20T00:45:08.322Z] ../ngx_coolkit-0.2/src/ngx_coolkit_module.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_coolkit_variables.o \ [2020-10-20T00:45:08.322Z] ../ngx_coolkit-0.2/src/ngx_coolkit_variables.c [2020-10-20T00:45:08.322Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.322Z] -o objs/addon/src/ngx_http_set_base32.o \ [2020-10-20T00:45:08.322Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base32.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_default_value.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_default_value.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hashed_upstream.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_sql.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_json.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_unescape_uri.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_misc_module.c [2020-10-20T00:45:08.601Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.601Z] -o objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-20T00:45:08.601Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_escape_uri.c [2020-10-20T00:45:08.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.873Z] -o objs/addon/src/ngx_http_set_hash.o \ [2020-10-20T00:45:08.873Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hash.c [2020-10-20T00:45:08.874Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.874Z] -o objs/addon/src/ngx_http_set_local_today.o \ [2020-10-20T00:45:08.874Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_local_today.c [2020-10-20T00:45:08.874Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.874Z] -o objs/addon/src/ngx_http_set_hex.o \ [2020-10-20T00:45:08.874Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hex.c [2020-10-20T00:45:08.874Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.874Z] -o objs/addon/src/ngx_http_set_base64.o \ [2020-10-20T00:45:08.874Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base64.c [2020-10-20T00:45:08.874Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.874Z] -o objs/addon/src/ngx_http_set_random.o \ [2020-10-20T00:45:08.874Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_random.c [2020-10-20T00:45:08.874Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:08.874Z] -o objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-20T00:45:08.874Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_secure_random.c [2020-10-20T00:45:09.142Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.142Z] -o objs/addon/src/ngx_http_set_rotate.o \ [2020-10-20T00:45:09.142Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_rotate.c [2020-10-20T00:45:09.142Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.142Z] -o objs/addon/src/ngx_http_set_hmac.o \ [2020-10-20T00:45:09.142Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hmac.c [2020-10-20T00:45:09.142Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.142Z] -o objs/addon/src/ngx_http_form_input_module.o \ [2020-10-20T00:45:09.142Z] ../form-input-nginx-module-0.12/src/ngx_http_form_input_module.c [2020-10-20T00:45:09.142Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.142Z] -o objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-20T00:45:09.142Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_module.c [2020-10-20T00:45:09.142Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.142Z] -o objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-20T00:45:09.142Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_cipher.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_filter_module.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_util.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_var.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_store.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c [2020-10-20T00:45:09.413Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.413Z] -o objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-20T00:45:09.413Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c [2020-10-20T00:45:09.414Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.414Z] -o objs/addon/src/ngx_http_lua_script.o \ [2020-10-20T00:45:09.414Z] ../ngx_lua-0.10.15/src/ngx_http_lua_script.c [2020-10-20T00:45:09.686Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.686Z] -o objs/addon/src/ngx_http_lua_log.o \ [2020-10-20T00:45:09.686Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log.c [2020-10-20T00:45:09.686Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.686Z] -o objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-20T00:45:09.686Z] ../ngx_lua-0.10.15/src/ngx_http_lua_subrequest.c [2020-10-20T00:45:09.686Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.686Z] -o objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-20T00:45:09.686Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ndk.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_control.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_control.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_time.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_time.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_misc.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_misc.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_variable.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_variable.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_string.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_string.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_output.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_output.c [2020-10-20T00:45:09.956Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:09.956Z] -o objs/addon/src/ngx_http_lua_headers.o \ [2020-10-20T00:45:09.956Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_body.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_uri.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uri.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_args.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_args.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ctx.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_regex.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_regex.c [2020-10-20T00:45:10.545Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.545Z] -o objs/addon/src/ngx_http_lua_module.o \ [2020-10-20T00:45:10.545Z] ../ngx_lua-0.10.15/src/ngx_http_lua_module.c [2020-10-20T00:45:10.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.819Z] -o objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-20T00:45:10.819Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_out.c [2020-10-20T00:45:10.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.819Z] -o objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-20T00:45:10.819Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_in.c [2020-10-20T00:45:10.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.819Z] -o objs/addon/src/ngx_http_lua_directive.o \ [2020-10-20T00:45:10.819Z] ../ngx_lua-0.10.15/src/ngx_http_lua_directive.c [2020-10-20T00:45:10.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.819Z] -o objs/addon/src/ngx_http_lua_consts.o \ [2020-10-20T00:45:10.819Z] ../ngx_lua-0.10.15/src/ngx_http_lua_consts.c [2020-10-20T00:45:10.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:10.819Z] -o objs/addon/src/ngx_http_lua_exception.o \ [2020-10-20T00:45:10.819Z] ../ngx_lua-0.10.15/src/ngx_http_lua_exception.c [2020-10-20T00:45:11.097Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.097Z] -o objs/addon/src/ngx_http_lua_util.o \ [2020-10-20T00:45:11.097Z] ../ngx_lua-0.10.15/src/ngx_http_lua_util.c [2020-10-20T00:45:11.097Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.097Z] -o objs/addon/src/ngx_http_lua_cache.o \ [2020-10-20T00:45:11.097Z] ../ngx_lua-0.10.15/src/ngx_http_lua_cache.c [2020-10-20T00:45:11.097Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.097Z] -o objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-20T00:45:11.097Z] ../ngx_lua-0.10.15/src/ngx_http_lua_contentby.c [2020-10-20T00:45:11.363Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.363Z] -o objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-20T00:45:11.363Z] ../ngx_lua-0.10.15/src/ngx_http_lua_rewriteby.c [2020-10-20T00:45:11.363Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.363Z] -o objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-20T00:45:11.363Z] ../ngx_lua-0.10.15/src/ngx_http_lua_accessby.c [2020-10-20T00:45:11.363Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.363Z] -o objs/addon/src/ngx_http_lua_setby.o \ [2020-10-20T00:45:11.363Z] ../ngx_lua-0.10.15/src/ngx_http_lua_setby.c [2020-10-20T00:45:11.363Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.363Z] -o objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-20T00:45:11.363Z] ../ngx_lua-0.10.15/src/ngx_http_lua_capturefilter.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_clfactory.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pcrefix.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headerfilterby.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_shdict.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-20T00:45:11.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.633Z] -o objs/addon/src/ngx_http_lua_api.o \ [2020-10-20T00:45:11.633Z] ../ngx_lua-0.10.15/src/ngx_http_lua_api.c [2020-10-20T00:45:11.910Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.910Z] -o objs/addon/src/ngx_http_lua_logby.o \ [2020-10-20T00:45:11.910Z] ../ngx_lua-0.10.15/src/ngx_http_lua_logby.c [2020-10-20T00:45:11.910Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.910Z] -o objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-20T00:45:11.910Z] ../ngx_lua-0.10.15/src/ngx_http_lua_sleep.c [2020-10-20T00:45:11.910Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.910Z] -o objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-20T00:45:11.910Z] ../ngx_lua-0.10.15/src/ngx_http_lua_semaphore.c [2020-10-20T00:45:11.911Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:11.911Z] -o objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-20T00:45:11.911Z] ../ngx_lua-0.10.15/src/ngx_http_lua_coroutine.c [2020-10-20T00:45:12.185Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.185Z] -o objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-20T00:45:12.185Z] ../ngx_lua-0.10.15/src/ngx_http_lua_bodyfilterby.c [2020-10-20T00:45:12.185Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.185Z] -o objs/addon/src/ngx_http_lua_initby.o \ [2020-10-20T00:45:12.185Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initby.c [2020-10-20T00:45:12.185Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.185Z] -o objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-20T00:45:12.185Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initworkerby.c [2020-10-20T00:45:12.185Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.185Z] -o objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-20T00:45:12.185Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_udp.c [2020-10-20T00:45:12.468Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.468Z] -o objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-20T00:45:12.468Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_method.c [2020-10-20T00:45:12.468Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.468Z] -o objs/addon/src/ngx_http_lua_phase.o \ [2020-10-20T00:45:12.468Z] ../ngx_lua-0.10.15/src/ngx_http_lua_phase.c [2020-10-20T00:45:12.469Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.469Z] -o objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-20T00:45:12.469Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uthread.c [2020-10-20T00:45:12.469Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.469Z] -o objs/addon/src/ngx_http_lua_timer.o \ [2020-10-20T00:45:12.469Z] ../ngx_lua-0.10.15/src/ngx_http_lua_timer.c [2020-10-20T00:45:12.739Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.739Z] -o objs/addon/src/ngx_http_lua_config.o \ [2020-10-20T00:45:12.739Z] ../ngx_lua-0.10.15/src/ngx_http_lua_config.c [2020-10-20T00:45:12.739Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:12.739Z] -o objs/addon/src/ngx_http_lua_worker.o \ [2020-10-20T00:45:12.739Z] ../ngx_lua-0.10.15/src/ngx_http_lua_worker.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_certby.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_ocsp.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_lex.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_lex.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_balancer.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_storeby.c [2020-10-20T00:45:13.006Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.006Z] -o objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-20T00:45:13.006Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_fetchby.c [2020-10-20T00:45:13.280Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.280Z] -o objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-20T00:45:13.280Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl.c [2020-10-20T00:45:13.280Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.280Z] -o objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-20T00:45:13.280Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log_ringbuf.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-20T00:45:13.550Z] ../ngx_lua-0.10.15/src/ngx_http_lua_input_filters.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-20T00:45:13.550Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pipe.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-20T00:45:13.550Z] ../ngx_lua_upstream-0.07/src/ngx_http_lua_upstream_module.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-20T00:45:13.550Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_filter_module.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-20T00:45:13.550Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_out.c [2020-10-20T00:45:13.550Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.550Z] -o objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-20T00:45:13.550Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_in.c [2020-10-20T00:45:13.819Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.819Z] -o objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-20T00:45:13.819Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_util.c [2020-10-20T00:45:13.820Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:13.820Z] -o objs/addon/src/ngx_http_array_var_module.o \ [2020-10-20T00:45:13.820Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_module.c [2020-10-20T00:45:14.091Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.091Z] -o objs/addon/src/ngx_http_array_var_util.o \ [2020-10-20T00:45:14.091Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c [2020-10-20T00:45:14.091Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.091Z] -o objs/addon/src/ngx_http_memc_module.o \ [2020-10-20T00:45:14.091Z] ../memc-nginx-module-0.19/src/ngx_http_memc_module.c [2020-10-20T00:45:14.091Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.091Z] -o objs/addon/src/ngx_http_memc_request.o \ [2020-10-20T00:45:14.091Z] ../memc-nginx-module-0.19/src/ngx_http_memc_request.c [2020-10-20T00:45:14.091Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.091Z] -o objs/addon/src/ngx_http_memc_response.o \ [2020-10-20T00:45:14.091Z] ../memc-nginx-module-0.19/src/ngx_http_memc_response.c [2020-10-20T00:45:14.091Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.091Z] -o objs/addon/src/ngx_http_memc_util.o \ [2020-10-20T00:45:14.091Z] ../memc-nginx-module-0.19/src/ngx_http_memc_util.c [2020-10-20T00:45:14.361Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.361Z] -o objs/addon/src/ngx_http_memc_handler.o \ [2020-10-20T00:45:14.361Z] ../memc-nginx-module-0.19/src/ngx_http_memc_handler.c [2020-10-20T00:45:14.361Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.361Z] -o objs/addon/src/ngx_http_redis2_module.o \ [2020-10-20T00:45:14.361Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_module.c [2020-10-20T00:45:14.361Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.361Z] -o objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-20T00:45:14.361Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_handler.c [2020-10-20T00:45:14.630Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.630Z] -o objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-20T00:45:14.630Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_reply.c [2020-10-20T00:45:14.630Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.630Z] -o objs/addon/src/ngx_http_redis2_util.o \ [2020-10-20T00:45:14.630Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_util.c [2020-10-20T00:45:14.630Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.630Z] -o objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-20T00:45:14.630Z] ../redis-nginx-module-0.3.7/ngx_http_redis_module.c [2020-10-20T00:45:14.630Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.630Z] -o objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-20T00:45:14.630Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_filter_module.c [2020-10-20T00:45:14.897Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.897Z] -o objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-20T00:45:14.897Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_processor.c [2020-10-20T00:45:14.898Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.898Z] -o objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-20T00:45:14.898Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_util.c [2020-10-20T00:45:14.898Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.898Z] -o objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-20T00:45:14.898Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_output.c [2020-10-20T00:45:14.898Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:14.898Z] -o objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-20T00:45:14.898Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_handler.c [2020-10-20T00:45:15.167Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.167Z] -o objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-20T00:45:15.167Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_filter_module.c [2020-10-20T00:45:15.167Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.167Z] -o objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-20T00:45:15.167Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_processor.c [2020-10-20T00:45:15.167Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.167Z] -o objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-20T00:45:15.167Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_util.c [2020-10-20T00:45:15.167Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.167Z] -o objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-20T00:45:15.167Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_output.c [2020-10-20T00:45:15.167Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.167Z] -o objs/addon/src/ngx_stream_lua_api.o \ [2020-10-20T00:45:15.167Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_api.c [2020-10-20T00:45:15.439Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.439Z] -o objs/addon/src/ngx_stream_lua_request.o \ [2020-10-20T00:45:15.439Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_request.c [2020-10-20T00:45:15.439Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.439Z] -o objs/addon/src/ngx_stream_lua_module.o \ [2020-10-20T00:45:15.439Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_module.c [2020-10-20T00:45:15.439Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.439Z] -o objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-20T00:45:15.439Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_directive.c [2020-10-20T00:45:15.439Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.439Z] -o objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-20T00:45:15.439Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_lex.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_contentby.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_util.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_cache.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_clfactory.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_exception.c [2020-10-20T00:45:15.719Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:15.719Z] -o objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-20T00:45:15.719Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_pcrefix.c [2020-10-20T00:45:16.000Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.000Z] -o objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-20T00:45:16.000Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_uthread.c [2020-10-20T00:45:16.000Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.000Z] -o objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-20T00:45:16.000Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_coroutine.c [2020-10-20T00:45:16.284Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.284Z] -o objs/addon/src/ngx_stream_lua_output.o \ [2020-10-20T00:45:16.284Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_output.c [2020-10-20T00:45:16.285Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.285Z] -o objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-20T00:45:16.285Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_consts.c [2020-10-20T00:45:16.285Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.285Z] -o objs/addon/src/ngx_stream_lua_log.o \ [2020-10-20T00:45:16.285Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log.c [2020-10-20T00:45:16.285Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.285Z] -o objs/addon/src/ngx_stream_lua_time.o \ [2020-10-20T00:45:16.285Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_time.c [2020-10-20T00:45:16.578Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.578Z] -o objs/addon/src/ngx_stream_lua_string.o \ [2020-10-20T00:45:16.578Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_string.c [2020-10-20T00:45:16.578Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.578Z] -o objs/addon/src/ngx_stream_lua_control.o \ [2020-10-20T00:45:16.578Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-20T00:45:16.578Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.578Z] -o objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-20T00:45:16.578Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_sleep.c [2020-10-20T00:45:16.860Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.860Z] -o objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-20T00:45:16.860Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_phase.c [2020-10-20T00:45:16.860Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.860Z] -o objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-20T00:45:16.860Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ctx.c [2020-10-20T00:45:16.860Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.860Z] -o objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-20T00:45:16.860Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_regex.c [2020-10-20T00:45:16.860Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.860Z] -o objs/addon/src/ngx_stream_lua_script.o \ [2020-10-20T00:45:16.860Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_script.c [2020-10-20T00:45:16.860Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:16.860Z] -o objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-20T00:45:16.860Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_shdict.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_timer.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_config.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_config.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_worker.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_misc.c [2020-10-20T00:45:17.148Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.148Z] -o objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-20T00:45:17.148Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initby.c [2020-10-20T00:45:17.266Z] Removing intermediate container d06cbe2da0a0 [2020-10-20T00:45:17.266Z] ---> 7c06041128dc [2020-10-20T00:45:17.266Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T00:45:17.266Z] ---> Running in 97926b744bed [2020-10-20T00:45:17.266Z] 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 [2020-10-20T00:45:17.266Z] Removing intermediate container 5312dccbcb52 [2020-10-20T00:45:17.266Z] ---> 0e548873c942 [2020-10-20T00:45:17.266Z] [2020-10-20T00:45:17.266Z] Step 10/22 : FROM scratch [2020-10-20T00:45:17.266Z] ---> [2020-10-20T00:45:17.266Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T00:45:17.266Z] ---> Running in 2638739e6b9a [2020-10-20T00:45:17.266Z] Removing intermediate container 2638739e6b9a [2020-10-20T00:45:17.266Z] ---> 7e6240b149db [2020-10-20T00:45:17.266Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T00:45:17.266Z] ---> Running in 6114c777997a [2020-10-20T00:45:17.266Z] Removing intermediate container 6114c777997a [2020-10-20T00:45:17.266Z] ---> 21652b9d1870 [2020-10-20T00:45:17.266Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:45:17.266Z] ---> Running in 503bab494cf5 [2020-10-20T00:45:17.266Z] Removing intermediate container 503bab494cf5 [2020-10-20T00:45:17.266Z] ---> 84663cdb3bf7 [2020-10-20T00:45:17.266Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T00:45:17.266Z] Removing intermediate container 97926b744bed [2020-10-20T00:45:17.266Z] ---> 71db91a2a005 [2020-10-20T00:45:17.266Z] [2020-10-20T00:45:17.266Z] Step 11/27 : FROM docker:latest [2020-10-20T00:45:17.266Z] ---> 45884bde0078 [2020-10-20T00:45:17.266Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T00:45:17.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.430Z] -o objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-20T00:45:17.430Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initworkerby.c [2020-10-20T00:45:17.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.431Z] -o objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-20T00:45:17.431Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_tcp.c [2020-10-20T00:45:17.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.431Z] -o objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-20T00:45:17.431Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_udp.c [2020-10-20T00:45:17.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.431Z] -o objs/addon/src/ngx_stream_lua_args.o \ [2020-10-20T00:45:17.431Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_args.c [2020-10-20T00:45:17.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.431Z] -o objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-20T00:45:17.431Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl.c [2020-10-20T00:45:17.657Z] ---> Running in 919f94d43329 [2020-10-20T00:45:17.703Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.703Z] -o objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-20T00:45:17.703Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_balancer.c [2020-10-20T00:45:17.703Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.703Z] -o objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-20T00:45:17.703Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_logby.c [2020-10-20T00:45:17.703Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.703Z] -o objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-20T00:45:17.703Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_prereadby.c [2020-10-20T00:45:17.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.973Z] -o objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-20T00:45:17.973Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_semaphore.c [2020-10-20T00:45:17.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.973Z] -o objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-20T00:45:17.973Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl_certby.c [2020-10-20T00:45:17.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.973Z] -o objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-20T00:45:17.973Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log_ringbuf.c [2020-10-20T00:45:17.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-20T00:45:17.973Z] -o objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-20T00:45:17.973Z] /build/stage/lua-kong-nginx-module/src/ngx_http_lua_kong_module.c [2020-10-20T00:45:17.973Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-20T00:45:17.973Z] -o objs/ngx_modules.o \ [2020-10-20T00:45:17.973Z] objs/ngx_modules.c [2020-10-20T00:45:18.236Z] sed -e "s|%%PREFIX%%|/build/parts/openresty/install/nginx|" \ [2020-10-20T00:45:18.236Z] -e "s|%%PID_PATH%%|/build/parts/openresty/install/nginx/logs/nginx.pid|" \ [2020-10-20T00:45:18.236Z] -e "s|%%CONF_PATH%%|/build/parts/openresty/install/nginx/conf/nginx.conf|" \ [2020-10-20T00:45:18.236Z] -e "s|%%ERROR_LOG_PATH%%|/build/parts/openresty/install/nginx/logs/error.log|" \ [2020-10-20T00:45:18.236Z] < docs/man/nginx.8 > objs/nginx.8 [2020-10-20T00:45:18.371Z] ---> 39053694bbdc [2020-10-20T00:45:18.371Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T00:45:18.814Z] cc -o objs/nginx \ [2020-10-20T00:45:18.814Z] objs/src/core/nginx.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_log.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_palloc.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_array.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_list.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_hash.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_buf.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_queue.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_output_chain.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_string.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_parse.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_parse_time.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_inet.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_file.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_crc32.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_murmurhash.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_md5.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_sha1.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_rbtree.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_radix_tree.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_slab.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_times.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_shmtx.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_connection.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_cycle.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_spinlock.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_rwlock.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_cpuinfo.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_conf_file.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_module.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_resolver.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_open_file_cache.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_crypt.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_proxy_protocol.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_syslog.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_timer.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_posted.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_accept.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_udp.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_connect.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_pipe.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_time.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_errno.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_alloc.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_files.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_socket.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_recv.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_readv_chain.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_udp_recv.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_send.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_writev_chain.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_udp_send.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_channel.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_shmem.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_process.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_daemon.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_setaffinity.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_setproctitle.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_posix_init.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_user.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_dlopen.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_process_cycle.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_linux_init.o \ [2020-10-20T00:45:18.814Z] objs/src/event/modules/ngx_epoll_module.o \ [2020-10-20T00:45:18.814Z] objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_openssl.o \ [2020-10-20T00:45:18.814Z] objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-20T00:45:18.814Z] objs/src/core/ngx_regex.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_core_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_special_response.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_request.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_parse.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_log_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_request_body.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_variables.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_script.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_upstream.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_file_cache.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_write_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_header_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-20T00:45:18.814Z] objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_static_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_index_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_access_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_map_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-20T00:45:18.814Z] objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-20T00:45:18.814Z] objs/src/stream/ngx_stream.o \ [2020-10-20T00:45:18.814Z] objs/src/stream/ngx_stream_variables.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_script.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_handler.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_core_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_log_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_access_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_geo_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_map_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_return_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-20T00:45:18.815Z] objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ndk.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_timer.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_var.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_handler.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_filter.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_location.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_echo.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_xss_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_coolkit_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_coolkit_variables.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_base32.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_default_value.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_hash.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_local_today.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_hex.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_base64.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_random.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_rotate.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_set_hmac.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_form_input_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_var.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_store.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_script.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_log.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_control.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_time.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_misc.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_variable.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_string.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_output.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_headers.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_uri.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_args.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_regex.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_directive.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_consts.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_exception.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_cache.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_setby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_api.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_logby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_initby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_phase.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_timer.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_config.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_worker.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_lex.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_array_var_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_array_var_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_memc_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_memc_request.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_memc_response.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_memc_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_memc_handler.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_redis2_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_redis2_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_api.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_request.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_module.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_util.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_output.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_log.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_time.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_string.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_control.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_script.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_config.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_args.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-20T00:45:18.815Z] objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-20T00:45:18.815Z] objs/ngx_modules.o \ [2020-10-20T00:45:18.815Z] -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -Wl,-rpath,/build/parts/openresty/install/luajit/lib -Wl,-E -Wl,-E -ldl -lpthread -lcrypt -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lpthread -lz \ [2020-10-20T00:45:18.815Z] -Wl,-E [2020-10-20T00:45:19.389Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.389Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.389Z] make install [2020-10-20T00:45:19.389Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-20T00:45:19.389Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:45:19.389Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:45:19.389Z] make -C src [2020-10-20T00:45:19.389Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:45:19.653Z] make[2]: Nothing to be done for 'default'. [2020-10-20T00:45:19.653Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-20T00:45:19.653Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-20T00:45:19.653Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:45:19.653Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:45:19.654Z] make[1]: Nothing to be done for 'all'. [2020-10-20T00:45:19.654Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:45:19.654Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:45:19.654Z] make[1]: Nothing to be done for 'all'. [2020-10-20T00:45:19.654Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:45:19.654Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:45:19.654Z] make[1]: Nothing to be done for 'all'. [2020-10-20T00:45:19.654Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:45:19.654Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:45:19.654Z] make[1]: Nothing to be done for 'all'. [2020-10-20T00:45:19.654Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:45:19.654Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.654Z] make -f objs/Makefile [2020-10-20T00:45:19.654Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.654Z] make[2]: Nothing to be done for 'build'. [2020-10-20T00:45:19.654Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.654Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:19.654Z] mkdir -p /build/parts/openresty/install/ [2020-10-20T00:45:19.654Z] cp /build/parts/openresty/build/COPYRIGHT /build/parts/openresty/install/ [2020-10-20T00:45:19.654Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR= [2020-10-20T00:45:19.654Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:45:19.654Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-20T00:45:19.654Z] mkdir -p /build/parts/openresty/install/luajit/bin /build/parts/openresty/install/luajit/lib /build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-20T00:45:19.654Z] cd src && install -m 0755 luajit /build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-20T00:45:19.654Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-20T00:45:19.654Z] rm -f /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-20T00:45:19.654Z] cd src && test -f libluajit.so && \ [2020-10-20T00:45:19.654Z] install -m 0755 libluajit.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-20T00:45:19.654Z] ldconfig -n /build/parts/openresty/install/luajit/lib && \ [2020-10-20T00:45:19.654Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-20T00:45:19.654Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-20T00:45:19.654Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/install/luajit/share/man/man1 [2020-10-20T00:45:19.654Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-20T00:45:19.654Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-20T00:45:19.654Z] rm -f luajit.pc.tmp [2020-10-20T00:45:19.654Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-20T00:45:19.654Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-20T00:45:19.901Z] ---> 2a260f2639f8 [2020-10-20T00:45:19.901Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T00:45:19.916Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/install/luajit/bin/luajit [2020-10-20T00:45:19.916Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:45:19.916Z] mkdir -p /build/parts/openresty/install/lualib [2020-10-20T00:45:19.916Z] rm -f /build/parts/openresty/install/lualib/cjson.so [2020-10-20T00:45:19.916Z] cp cjson.so /build/parts/openresty/install/lualib [2020-10-20T00:45:19.916Z] chmod 755 /build/parts/openresty/install/lualib/cjson.so [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:45:19.916Z] install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] install librestysignal.so /build/parts/openresty/install/lualib/ [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:45:19.916Z] install -d /build/parts/openresty/install/lualib/redis [2020-10-20T00:45:19.916Z] install parser.so /build/parts/openresty/install/lualib/redis [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:45:19.916Z] install -d /build/parts/openresty/install/lualib/rds [2020-10-20T00:45:19.916Z] install parser.so /build/parts/openresty/install/lualib/rds [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-dns-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/dns [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/dns/*.lua /build/parts/openresty/install/lualib/resty/dns/ [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-memcached-0.14 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-redis-0.27 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-mysql-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-string-0.11 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-upload-0.10 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-20T00:45:19.916Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-20T00:45:19.916Z] cd /build/parts/openresty/build/build/lua-resty-websocket-0.07 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:19.916Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/websocket [2020-10-20T00:45:19.916Z] /build/parts/openresty/build/build/install lib/resty/websocket/*.lua /build/parts/openresty/install/lualib/resty/websocket/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-lock-0.08 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-lrucache-0.09 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/lrucache [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/lrucache/*.lua /build/parts/openresty/install/lualib/resty/lrucache/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-core-0.1.17 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/core/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ssl [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/core/*.lua /build/parts/openresty/install/lualib/resty/core/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/ngx/*.lua /build/parts/openresty/install/lualib/ngx/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/ngx/ssl/*.lua /build/parts/openresty/install/lualib/ngx/ssl/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/upstream/*.lua /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-limit-traffic-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/limit/ [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install lib/resty/limit/*.lua /build/parts/openresty/install/lualib/resty/limit/ [2020-10-20T00:45:20.178Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-20T00:45:20.178Z] cd /build/parts/openresty/build/build/lua-resty-shell-0.02 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.178Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-20T00:45:20.178Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.440Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-20T00:45:20.440Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-20T00:45:20.440Z] cd /build/parts/openresty/build/build/lua-tablepool-0.01 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-20T00:45:20.440Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-20T00:45:20.440Z] /build/parts/openresty/build/build/install lib/*.lua /build/parts/openresty/install/lualib/ [2020-10-20T00:45:20.440Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-20T00:45:20.440Z] cd /build/parts/openresty/build/build/opm-0.0.5 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-20T00:45:20.440Z] cd /build/parts/openresty/build/build/resty-cli-0.24 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-20T00:45:20.440Z] cp /build/parts/openresty/build/build/resty.index /build/parts/openresty/install/ [2020-10-20T00:45:20.440Z] cp -r /build/parts/openresty/build/build/pod /build/parts/openresty/install/ [2020-10-20T00:45:20.440Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make install DESTDIR= [2020-10-20T00:45:20.440Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:20.440Z] make -f objs/Makefile install [2020-10-20T00:45:20.440Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:20.440Z] test -d '/build/parts/openresty/install/nginx' || mkdir -p '/build/parts/openresty/install/nginx' [2020-10-20T00:45:20.440Z] test -d '/build/parts/openresty/install/nginx/sbin' \ [2020-10-20T00:45:20.440Z] || mkdir -p '/build/parts/openresty/install/nginx/sbin' [2020-10-20T00:45:20.440Z] test ! -f '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-20T00:45:20.440Z] || mv '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-20T00:45:20.440Z] '/build/parts/openresty/install/nginx/sbin/nginx.old' [2020-10-20T00:45:20.440Z] cp objs/nginx '/build/parts/openresty/install/nginx/sbin/nginx' [2020-10-20T00:45:20.440Z] test -d '/build/parts/openresty/install/nginx/conf' \ [2020-10-20T00:45:20.440Z] || mkdir -p '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.440Z] cp conf/koi-win '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.440Z] cp conf/koi-utf '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.440Z] cp conf/win-utf '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.440Z] test -f '/build/parts/openresty/install/nginx/conf/mime.types' \ [2020-10-20T00:45:20.441Z] || cp conf/mime.types '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.441Z] cp conf/mime.types '/build/parts/openresty/install/nginx/conf/mime.types.default' [2020-10-20T00:45:20.441Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi_params' \ [2020-10-20T00:45:20.441Z] || cp conf/fastcgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.441Z] cp conf/fastcgi_params \ [2020-10-20T00:45:20.441Z] '/build/parts/openresty/install/nginx/conf/fastcgi_params.default' [2020-10-20T00:45:20.441Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi.conf' \ [2020-10-20T00:45:20.441Z] || cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.441Z] cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf/fastcgi.conf.default' [2020-10-20T00:45:20.441Z] test -f '/build/parts/openresty/install/nginx/conf/uwsgi_params' \ [2020-10-20T00:45:20.441Z] || cp conf/uwsgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.441Z] cp conf/uwsgi_params \ [2020-10-20T00:45:20.441Z] '/build/parts/openresty/install/nginx/conf/uwsgi_params.default' [2020-10-20T00:45:20.441Z] test -f '/build/parts/openresty/install/nginx/conf/scgi_params' \ [2020-10-20T00:45:20.441Z] || cp conf/scgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-20T00:45:20.441Z] cp conf/scgi_params \ [2020-10-20T00:45:20.441Z] '/build/parts/openresty/install/nginx/conf/scgi_params.default' [2020-10-20T00:45:20.441Z] test -f '/build/parts/openresty/install/nginx/conf/nginx.conf' \ [2020-10-20T00:45:20.441Z] || cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf' [2020-10-20T00:45:20.441Z] cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf.default' [2020-10-20T00:45:20.441Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-20T00:45:20.441Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-20T00:45:20.441Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-20T00:45:20.441Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-20T00:45:20.441Z] test -d '/build/parts/openresty/install/nginx/html' \ [2020-10-20T00:45:20.441Z] || cp -R docs/html '/build/parts/openresty/install/nginx' [2020-10-20T00:45:20.441Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-20T00:45:20.441Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-20T00:45:20.441Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:20.441Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-20T00:45:20.441Z] mkdir -p /build/parts/openresty/install/site/lualib /build/parts/openresty/install/site/pod /build/parts/openresty/install/site/manifest [2020-10-20T00:45:20.441Z] ln -sf /build/parts/openresty/install/nginx/sbin/nginx /build/parts/openresty/install/bin/openresty [2020-10-20T00:45:20.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:21.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:21.778Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T00:45:21.778Z] ---> f9ca4c420138 [2020-10-20T00:45:21.778Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T00:45:21.778Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T00:45:22.054Z] Executing bash-5.0.17-r0.post-install [2020-10-20T00:45:22.054Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:45:22.054Z] OK: 12 MiB in 22 packages [2020-10-20T00:45:23.503Z] ---> a472db0fe17a [2020-10-20T00:45:23.503Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T00:45:23.503Z] ---> Running in a9a2043fe990 [2020-10-20T00:45:23.780Z] Removing intermediate container 919f94d43329 [2020-10-20T00:45:23.780Z] ---> 8918f64c0f79 [2020-10-20T00:45:23.780Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T00:45:23.780Z] ---> Running in 5402ef5fdc79 [2020-10-20T00:45:24.391Z] Removing intermediate container a9a2043fe990 [2020-10-20T00:45:24.391Z] ---> e6361287e6c6 [2020-10-20T00:45:24.391Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:45:24.668Z] ---> Running in c269b6dd2345 [2020-10-20T00:45:25.673Z] Removing intermediate container c269b6dd2345 [2020-10-20T00:45:25.673Z] ---> 9ee8a331bee7 [2020-10-20T00:45:25.673Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T00:45:25.741Z] Staging openresty  [2020-10-20T00:45:25.952Z] ---> Running in 0295c0dbbffb [2020-10-20T00:45:26.944Z] Removing intermediate container 0295c0dbbffb [2020-10-20T00:45:26.944Z] ---> cf14be70e08c [2020-10-20T00:45:26.944Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:45:27.130Z] Pulling lua  [2020-10-20T00:45:27.226Z] ---> Running in ccb27d8dc7db [2020-10-20T00:45:28.695Z] Removing intermediate container ccb27d8dc7db [2020-10-20T00:45:28.695Z] ---> fe2b79cd3b03 [2020-10-20T00:45:28.695Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:45:28.983Z] Removing intermediate container 5402ef5fdc79 [2020-10-20T00:45:28.983Z] ---> 2b72e97e1619 [2020-10-20T00:45:28.983Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T00:45:29.310Z] ---> Running in eec9ffb46d23 [2020-10-20T00:45:29.310Z] ---> Running in a6c8461f1c10 [2020-10-20T00:45:29.846Z] Downloading 'lua-5.1.5.tar.gz'[] 0% Downloading 'lua-5.1.5.tar.gz'[] 1% Downloading 'lua-5.1.5.tar.gz'[] 2% Downloading 'lua-5.1.5.tar.gz'[] 4% Downloading 'lua-5.1.5.tar.gz'[] 5% Downloading 'lua-5.1.5.tar.gz'[] 6% Downloading 'lua-5.1.5.tar.gz'[] 8% Downloading 'lua-5.1.5.tar.gz'[] 9% Downloading 'lua-5.1.5.tar.gz'[] 11% Downloading 'lua-5.1.5.tar.gz'[] 12% Downloading 'lua-5.1.5.tar.gz'[] 13% Downloading 'lua-5.1.5.tar.gz'[] 15% Downloading 'lua-5.1.5.tar.gz'[] 16% Downloading 'lua-5.1.5.tar.gz'[] 18% Downloading 'lua-5.1.5.tar.gz'[] 19% Downloading 'lua-5.1.5.tar.gz'[] 20% Downloading 'lua-5.1.5.tar.gz'[] 22% Downloading 'lua-5.1.5.tar.gz'[] 23% Downloading 'lua-5.1.5.tar.gz'[] 24% Downloading 'lua-5.1.5.tar.gz'[] 26% Downloading 'lua-5.1.5.tar.gz'[] 27% Downloading 'lua-5.1.5.tar.gz'[] 29% Downloading 'lua-5.1.5.tar.gz'[] 30% Downloading 'lua-5.1.5.tar.gz'[] 31% Downloading 'lua-5.1.5.tar.gz'[] 33% Downloading 'lua-5.1.5.tar.gz'[] 34% Downloading 'lua-5.1.5.tar.gz'[] 36% Downloading 'lua-5.1.5.tar.gz'[] 37% Downloading 'lua-5.1.5.tar.gz'[] 38% Downloading 'lua-5.1.5.tar.gz'[] 40% Downloading 'lua-5.1.5.tar.gz'[] 41% Downloading 'lua-5.1.5.tar.gz'[] 43% Downloading 'lua-5.1.5.tar.gz'[] 44% Downloading 'lua-5.1.5.tar.gz'[] 45% Downloading 'lua-5.1.5.tar.gz'[] 47% Downloading 'lua-5.1.5.tar.gz'[] 48% Downloading 'lua-5.1.5.tar.gz'[] 49% Downloading 'lua-5.1.5.tar.gz'[] 51% Downloading 'lua-5.1.5.tar.gz'[] 52% Downloading 'lua-5.1.5.tar.gz'[] 54% Downloading 'lua-5.1.5.tar.gz'[] 55% Downloading 'lua-5.1.5.tar.gz'[] 56% Downloading 'lua-5.1.5.tar.gz'[] 58% Downloading 'lua-5.1.5.tar.gz'[] 59% Downloading 'lua-5.1.5.tar.gz'[] 61% Downloading 'lua-5.1.5.tar.gz'[] 62% Downloading 'lua-5.1.5.tar.gz'[] 63% Downloading 'lua-5.1.5.tar.gz'[] 65% Downloading 'lua-5.1.5.tar.gz'[] 66% Downloading 'lua-5.1.5.tar.gz'[] 68% Downloading 'lua-5.1.5.tar.gz'[] 69% Downloading 'lua-5.1.5.tar.gz'[] 70% Downloading 'lua-5.1.5.tar.gz'[] 72% Downloading 'lua-5.1.5.tar.gz'[] 73% Downloading 'lua-5.1.5.tar.gz'[] 74% Downloading 'lua-5.1.5.tar.gz'[] 76% Downloading 'lua-5.1.5.tar.gz'[] 77% Downloading 'lua-5.1.5.tar.gz'[] 79% Downloading 'lua-5.1.5.tar.gz'[] 80% Downloading 'lua-5.1.5.tar.gz'[] 81% Downloading 'lua-5.1.5.tar.gz'[] 83% Downloading 'lua-5.1.5.tar.gz'[] 84% Downloading 'lua-5.1.5.tar.gz'[] 86% Downloading 'lua-5.1.5.tar.gz'[] 87% Downloading 'lua-5.1.5.tar.gz'[] 88% Downloading 'lua-5.1.5.tar.gz'[] 90% Downloading 'lua-5.1.5.tar.gz'[] 91% Downloading 'lua-5.1.5.tar.gz'[] 93% Downloading 'lua-5.1.5.tar.gz'[] 94% Downloading 'lua-5.1.5.tar.gz'[] 95% Downloading 'lua-5.1.5.tar.gz'[] 97% Downloading 'lua-5.1.5.tar.gz'[] 98% Downloading 'lua-5.1.5.tar.gz'[] 99% Downloading 'lua-5.1.5.tar.gz'[] 100% [2020-10-20T00:45:30.110Z] 'luarocks' has dependencies that need to be staged: lua [2020-10-20T00:45:30.110Z] Skipping pull lua (already ran) [2020-10-20T00:45:30.373Z] Building lua  [2020-10-20T00:45:30.756Z] Removing intermediate container eec9ffb46d23 [2020-10-20T00:45:30.757Z] ---> c70c04dcbf74 [2020-10-20T00:45:30.757Z] [2020-10-20T00:45:30.955Z] make linux -j8 [2020-10-20T00:45:30.955Z] cd src && make linux [2020-10-20T00:45:30.955Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-20T00:45:30.955Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-20T00:45:30.955Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c [2020-10-20T00:45:30.955Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c [2020-10-20T00:45:31.036Z] Removing intermediate container a6c8461f1c10 [2020-10-20T00:45:31.036Z] ---> 7ce2b9cf1be1 [2020-10-20T00:45:31.036Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c [2020-10-20T00:45:31.229Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c [2020-10-20T00:45:31.528Z] lauxlib.c: In function ‘luaL_loadfile’: [2020-10-20T00:45:31.528Z] lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] [2020-10-20T00:45:31.528Z] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [2020-10-20T00:45:31.528Z] ^~~~~ [2020-10-20T00:45:31.528Z] lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ [2020-10-20T00:45:31.528Z] lf.extraline = 0; [2020-10-20T00:45:31.528Z] ^~ [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c [2020-10-20T00:45:31.528Z] ltablib.c: In function ‘addfield’: [2020-10-20T00:45:31.528Z] ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] [2020-10-20T00:45:31.528Z] if (!lua_isstring(L, -1)) [2020-10-20T00:45:31.528Z] ^~ [2020-10-20T00:45:31.528Z] ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ [2020-10-20T00:45:31.528Z] luaL_addvalue(b); [2020-10-20T00:45:31.528Z] ^~~~~~~~~~~~~ [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c [2020-10-20T00:45:31.528Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c [2020-10-20T00:45:31.635Z] ---> Running in 3134890a60a7 [2020-10-20T00:45:31.635Z] Successfully built c70c04dcbf74 [2020-10-20T00:45:31.635Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T00:45:31.635Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-10-20T00:45:31.800Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c [2020-10-20T00:45:31.800Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c [2020-10-20T00:45:31.800Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c [2020-10-20T00:45:31.800Z] ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files [2020-10-20T00:45:31.800Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-20T00:45:31.800Z] ranlib liblua.a [2020-10-20T00:45:32.063Z] gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-20T00:45:32.063Z] gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-20T00:45:32.063Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] make linux install DESTDIR=/build/parts/lua/install [2020-10-20T00:45:32.063Z] cd src && make linux [2020-10-20T00:45:32.063Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-20T00:45:32.063Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] make[2]: Nothing to be done for 'all'. [2020-10-20T00:45:32.063Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-20T00:45:32.063Z] cd src && mkdir -p /build/stage/bin /build/stage/include /build/stage/lib /build/stage/man/man1 /build/stage/share/lua/5.1 /build/stage/lib/lua/5.1 [2020-10-20T00:45:32.063Z] cd src && install -p -m 0755 lua luac /build/stage/bin [2020-10-20T00:45:32.063Z] cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp /build/stage/include [2020-10-20T00:45:32.063Z] cd src && install -p -m 0644 liblua.a /build/stage/lib [2020-10-20T00:45:32.063Z] cd doc && install -p -m 0644 lua.1 luac.1 /build/stage/man/man1 [2020-10-20T00:45:32.237Z] Removing intermediate container fe2af96facef [2020-10-20T00:45:32.237Z] ---> 69040a978604 [2020-10-20T00:45:32.237Z] [2020-10-20T00:45:32.513Z] Step 10/21 : FROM scratch [2020-10-20T00:45:32.513Z] ---> [2020-10-20T00:45:32.513Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:45:33.112Z] Removing intermediate container 3134890a60a7 [2020-10-20T00:45:33.112Z] ---> 17f110bb84ad [2020-10-20T00:45:33.112Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T00:45:33.112Z] ---> Running in 06406d764972 [2020-10-20T00:45:34.113Z] ---> Running in dc9925f24f9a [2020-10-20T00:45:34.390Z] Removing intermediate container 80a1b6091a0d [2020-10-20T00:45:34.390Z] ---> dbde013a614e [2020-10-20T00:45:34.390Z] [2020-10-20T00:45:34.390Z] Step 10/24 : FROM scratch [2020-10-20T00:45:34.390Z] ---> [2020-10-20T00:45:34.390Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T00:45:34.390Z] ---> Using cache [2020-10-20T00:45:34.390Z] ---> 7e6240b149db [2020-10-20T00:45:34.390Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T00:45:34.665Z] Removing intermediate container 06406d764972 [2020-10-20T00:45:34.665Z] ---> afa63459abf6 [2020-10-20T00:45:34.665Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T00:45:35.279Z] ---> Running in fa5c845059f1 [2020-10-20T00:45:35.279Z] ---> Running in 4e66453fa2ac [2020-10-20T00:45:35.279Z] Removing intermediate container dc9925f24f9a [2020-10-20T00:45:35.279Z] ---> 9410b4cdbb04 [2020-10-20T00:45:35.279Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T00:45:35.881Z] Removing intermediate container fa5c845059f1 [2020-10-20T00:45:35.881Z] ---> 195aba48e944 [2020-10-20T00:45:35.881Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T00:45:36.284Z] Staging lua  [2020-10-20T00:45:36.869Z] Removing intermediate container 4e66453fa2ac [2020-10-20T00:45:36.869Z] ---> dc0d796a4bad [2020-10-20T00:45:36.869Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T00:45:37.149Z] ---> Running in 0d303a1f9c93 [2020-10-20T00:45:37.230Z] Pulling luarocks  [2020-10-20T00:45:37.753Z] ---> df125d0f52ce [2020-10-20T00:45:37.753Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T00:45:37.753Z] ---> Running in 717177c9aeb7 [2020-10-20T00:45:38.028Z] Removing intermediate container 0d303a1f9c93 [2020-10-20T00:45:38.028Z] ---> f692d512f072 [2020-10-20T00:45:38.028Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T00:45:38.177Z] Cloning into '/build/parts/luarocks/src'... [2020-10-20T00:45:38.310Z] Removing intermediate container 717177c9aeb7 [2020-10-20T00:45:38.310Z] ---> 84f81bd74175 [2020-10-20T00:45:38.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T00:45:38.439Z] remote: Enumerating objects: 312, done. [2020-10-20T00:45:38.439Z] remote: Counting objects: 0% (1/312) remote: Counting objects: 1% (4/312) remote: Counting objects: 2% (7/312) remote: Counting objects: 3% (10/312) remote: Counting objects: 4% (13/312) remote: Counting objects: 5% (16/312) remote: Counting objects: 6% (19/312) remote: Counting objects: 7% (22/312) remote: Counting objects: 8% (25/312) remote: Counting objects: 9% (29/312) remote: Counting objects: 10% (32/312) remote: Counting objects: 11% (35/312) remote: Counting objects: 12% (38/312) remote: Counting objects: 13% (41/312) remote: Counting objects: 14% (44/312) remote: Counting objects: 15% (47/312) remote: Counting objects: 16% (50/312) remote: Counting objects: 17% (54/312) remote: Counting objects: 18% (57/312) remote: Counting objects: 19% (60/312) remote: Counting objects: 20% (63/312) remote: Counting objects: 21% (66/312) remote: Counting objects: 22% (69/312) remote: Counting objects: 23% (72/312) remote: Counting objects: 24% (75/312) remote: Counting objects: 25% (78/312) remote: Counting objects: 26% (82/312) remote: Counting objects: 27% (85/312) remote: Counting objects: 28% (88/312) remote: Counting objects: 29% (91/312) remote: Counting objects: 30% (94/312) remote: Counting objects: 31% (97/312) remote: Counting objects: 32% (100/312) remote: Counting objects: 33% (103/312) remote: Counting objects: 34% (107/312) remote: Counting objects: 35% (110/312) remote: Counting objects: 36% (113/312) remote: Counting objects: 37% (116/312) remote: Counting objects: 38% (119/312) remote: Counting objects: 39% (122/312) remote: Counting objects: 40% (125/312) remote: Counting objects: 41% (128/312) remote: Counting objects: 42% (132/312) remote: Counting objects: 43% (135/312) remote: Counting objects: 44% (138/312) remote: Counting objects: 45% (141/312) remote: Counting objects: 46% (144/312) remote: Counting objects: 47% (147/312) remote: Counting objects: 48% (150/312) remote: Counting objects: 49% (153/312) remote: Counting objects: 50% (156/312) remote: Counting objects: 51% (160/312) remote: Counting objects: 52% (163/312) remote: Counting objects: 53% (166/312) remote: Counting objects: 54% (169/312) remote: Counting objects: 55% (172/312) remote: Counting objects: 56% (175/312) remote: Counting objects: 57% (178/312) remote: Counting objects: 58% (181/312) remote: Counting objects: 59% (185/312) remote: Counting objects: 60% (188/312) remote: Counting objects: 61% (191/312) remote: Counting objects: 62% (194/312) remote: Counting objects: 63% (197/312) remote: Counting objects: 64% (200/312) remote: Counting objects: 65% (203/312) remote: Counting objects: 66% (206/312) remote: Counting objects: 67% (210/312) remote: Counting objects: 68% (213/312) remote: Counting objects: 69% (216/312) remote: Counting objects: 70% (219/312) remote: Counting objects: 71% (222/312) remote: Counting objects: 72% (225/312) remote: Counting objects: 73% (228/312) remote: Counting objects: 74% (231/312) remote: Counting objects: 75% (234/312) remote: Counting objects: 76% (238/312) remote: Counting objects: 77% (241/312) remote: Counting objects: 78% (244/312) remote: Counting objects: 79% (247/312) remote: Counting objects: 80% (250/312) remote: Counting objects: 81% (253/312) remote: Counting objects: 82% (256/312) remote: Counting objects: 83% (259/312) remote: Counting objects: 84% (263/312) remote: Counting objects: 85% (266/312) remote: Counting objects: 86% (269/312) remote: Counting objects: 87% (272/312) remote: Counting objects: 88% (275/312) remote: Counting objects: 89% (278/312) remote: Counting objects: 90% (281/312) remote: Counting objects: 91% (284/312) remote: Counting objects: 92% (288/312) remote: Counting objects: 93% (291/312) remote: Counting objects: 94% (294/312) remote: Counting objects: 95% (297/312) remote: Counting objects: 96% (300/312) remote: Counting objects: 97% (303/312) remote: Counting objects: 98% (306/312) remote: Counting objects: 99% (309/312) remote: Counting objects: 100% (312/312) remote: Counting objects: 100% (312/312), done. [2020-10-20T00:45:38.589Z] ---> 6c63941d7bc9 [2020-10-20T00:45:38.589Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T00:45:38.702Z] remote: Compressing objects: 0% (1/271) remote: Compressing objects: 1% (3/271) remote: Compressing objects: 2% (6/271) remote: Compressing objects: 3% (9/271) remote: Compressing objects: 4% (11/271) remote: Compressing objects: 5% (14/271) remote: Compressing objects: 6% (17/271) remote: Compressing objects: 7% (19/271) remote: Compressing objects: 8% (22/271) remote: Compressing objects: 9% (25/271) remote: Compressing objects: 10% (28/271) remote: Compressing objects: 11% (30/271) remote: Compressing objects: 12% (33/271) remote: Compressing objects: 13% (36/271) remote: Compressing objects: 14% (38/271) remote: Compressing objects: 15% (41/271) remote: Compressing objects: 16% (44/271) remote: Compressing objects: 17% (47/271) remote: Compressing objects: 18% (49/271) remote: Compressing objects: 19% (52/271) remote: Compressing objects: 20% (55/271) remote: Compressing objects: 21% (57/271) remote: Compressing objects: 22% (60/271) remote: Compressing objects: 23% (63/271) remote: Compressing objects: 24% (66/271) remote: Compressing objects: 25% (68/271) remote: Compressing objects: 26% (71/271) remote: Compressing objects: 27% (74/271) remote: Compressing objects: 28% (76/271) remote: Compressing objects: 29% (79/271) remote: Compressing objects: 30% (82/271) remote: Compressing objects: 31% (85/271) remote: Compressing objects: 32% (87/271) remote: Compressing objects: 33% (90/271) remote: Compressing objects: 34% (93/271) remote: Compressing objects: 35% (95/271) remote: Compressing objects: 36% (98/271) remote: Compressing objects: 37% (101/271) remote: Compressing objects: 38% (103/271) remote: Compressing objects: 39% (106/271) remote: Compressing objects: 40% (109/271) remote: Compressing objects: 41% (112/271) remote: Compressing objects: 42% (114/271) remote: Compressing objects: 43% (117/271) remote: Compressing objects: 44% (120/271) remote: Compressing objects: 45% (122/271) remote: Compressing objects: 46% (125/271) remote: Compressing objects: 47% (128/271) remote: Compressing objects: 48% (131/271) remote: Compressing objects: 49% (133/271) remote: Compressing objects: 50% (136/271) remote: Compressing objects: 51% (139/271) remote: Compressing objects: 52% (141/271) remote: Compressing objects: 53% (144/271) remote: Compressing objects: 54% (147/271) remote: Compressing objects: 55% (150/271) remote: Compressing objects: 56% (152/271) remote: Compressing objects: 57% (155/271) remote: Compressing objects: 58% (158/271) remote: Compressing objects: 59% (160/271) remote: Compressing objects: 60% (163/271) remote: Compressing objects: 61% (166/271) remote: Compressing objects: 62% (169/271) remote: Compressing objects: 63% (171/271) remote: Compressing objects: 64% (174/271) remote: Compressing objects: 65% (177/271) remote: Compressing objects: 66% (179/271) remote: Compressing objects: 67% (182/271) remote: Compressing objects: 68% (185/271) remote: Compressing objects: 69% (187/271) remote: Compressing objects: 70% (190/271) remote: Compressing objects: 71% (193/271) remote: Compressing objects: 72% (196/271) remote: Compressing objects: 73% (198/271) remote: Compressing objects: 74% (201/271) remote: Compressing objects: 75% (204/271) remote: Compressing objects: 76% (206/271) remote: Compressing objects: 77% (209/271) remote: Compressing objects: 78% (212/271) remote: Compressing objects: 79% (215/271) remote: Compressing objects: 80% (217/271) remote: Compressing objects: 81% (220/271) remote: Compressing objects: 82% (223/271) remote: Compressing objects: 83% (225/271) remote: Compressing objects: 84% (228/271) remote: Compressing objects: 85% (231/271) remote: Compressing objects: 86% (234/271) remote: Compressing objects: 87% (236/271) remote: Compressing objects: 88% (239/271) remote: Compressing objects: 89% (242/271) remote: Compressing objects: 90% (244/271) remote: Compressing objects: 91% (247/271) remote: Compressing objects: 92% (250/271) remote: Compressing objects: 93% (253/271) remote: Compressing objects: 94% (255/271) remote: Compressing objects: 95% (258/271) remote: Compressing objects: 96% (261/271) remote: Compressing objects: 97% (263/271) remote: Compressing objects: 98% (266/271) remote: Compressing objects: 99% (269/271) remote: Compressing objects: 100% (271/271) remote: Compressing objects: 100% (271/271), done. [2020-10-20T00:45:38.964Z] Receiving objects: 0% (1/312) Receiving objects: 1% (4/312) Receiving objects: 2% (7/312) Receiving objects: 3% (10/312) Receiving objects: 4% (13/312) Receiving objects: 5% (16/312) Receiving objects: 6% (19/312) Receiving objects: 7% (22/312) Receiving objects: 8% (25/312) Receiving objects: 9% (29/312) Receiving objects: 10% (32/312) Receiving objects: 11% (35/312) Receiving objects: 12% (38/312) Receiving objects: 13% (41/312) Receiving objects: 14% (44/312) Receiving objects: 15% (47/312) Receiving objects: 16% (50/312) Receiving objects: 17% (54/312) Receiving objects: 18% (57/312) Receiving objects: 19% (60/312) Receiving objects: 20% (63/312) Receiving objects: 21% (66/312) Receiving objects: 22% (69/312) Receiving objects: 23% (72/312) Receiving objects: 24% (75/312) Receiving objects: 25% (78/312) Receiving objects: 26% (82/312) Receiving objects: 27% (85/312) Receiving objects: 28% (88/312) Receiving objects: 29% (91/312) Receiving objects: 30% (94/312) Receiving objects: 31% (97/312) Receiving objects: 32% (100/312) Receiving objects: 33% (103/312) Receiving objects: 34% (107/312) Receiving objects: 35% (110/312) Receiving objects: 36% (113/312) Receiving objects: 37% (116/312) Receiving objects: 38% (119/312) Receiving objects: 39% (122/312) Receiving objects: 40% (125/312) Receiving objects: 41% (128/312) Receiving objects: 42% (132/312) Receiving objects: 43% (135/312) Receiving objects: 44% (138/312) Receiving objects: 45% (141/312) Receiving objects: 46% (144/312) Receiving objects: 47% (147/312) Receiving objects: 48% (150/312) Receiving objects: 49% (153/312) Receiving objects: 50% (156/312) Receiving objects: 51% (160/312) Receiving objects: 52% (163/312) Receiving objects: 53% (166/312) Receiving objects: 54% (169/312) Receiving objects: 55% (172/312) Receiving objects: 56% (175/312) Receiving objects: 57% (178/312) Receiving objects: 58% (181/312) Receiving objects: 59% (185/312) Receiving objects: 60% (188/312) Receiving objects: 61% (191/312) Receiving objects: 62% (194/312) Receiving objects: 63% (197/312) Receiving objects: 64% (200/312) Receiving objects: 65% (203/312) Receiving objects: 66% (206/312) Receiving objects: 67% (210/312) Receiving objects: 68% (213/312) Receiving objects: 69% (216/312) Receiving objects: 70% (219/312) Receiving objects: 71% (222/312) Receiving objects: 72% (225/312) Receiving objects: 73% (228/312) Receiving objects: 74% (231/312) Receiving objects: 75% (234/312) Receiving objects: 76% (238/312) Receiving objects: 77% (241/312) Receiving objects: 78% (244/312) Receiving objects: 79% (247/312) Receiving objects: 80% (250/312) Receiving objects: 81% (253/312) Receiving objects: 82% (256/312) Receiving objects: 83% (259/312) Receiving objects: 84% (263/312) Receiving objects: 85% (266/312) Receiving objects: 86% (269/312) Receiving objects: 87% (272/312) Receiving objects: 88% (275/312) Receiving objects: 89% (278/312) Receiving objects: 90% (281/312) Receiving objects: 91% (284/312) Receiving objects: 92% (288/312) Receiving objects: 93% (291/312) Receiving objects: 94% (294/312) Receiving objects: 95% (297/312) Receiving objects: 96% (300/312) Receiving objects: 97% (303/312) Receiving objects: 98% (306/312) Receiving objects: 99% (309/312) remote: Total 312 (delta 46), reused 151 (delta 24), pack-reused 0 [2020-10-20T00:45:38.964Z] Receiving objects: 100% (312/312) Receiving objects: 100% (312/312), 5.09 MiB | 13.01 MiB/s, done. [2020-10-20T00:45:38.964Z] Resolving deltas: 0% (0/46) Resolving deltas: 2% (1/46) Resolving deltas: 17% (8/46) Resolving deltas: 19% (9/46) Resolving deltas: 23% (11/46) Resolving deltas: 26% (12/46) Resolving deltas: 32% (15/46) Resolving deltas: 34% (16/46) Resolving deltas: 36% (17/46) Resolving deltas: 39% (18/46) Resolving deltas: 43% (20/46) Resolving deltas: 47% (22/46) Resolving deltas: 56% (26/46) Resolving deltas: 60% (28/46) Resolving deltas: 63% (29/46) Resolving deltas: 65% (30/46) Resolving deltas: 67% (31/46) Resolving deltas: 69% (32/46) Resolving deltas: 71% (33/46) Resolving deltas: 73% (34/46) Resolving deltas: 78% (36/46) Resolving deltas: 84% (39/46) Resolving deltas: 86% (40/46) Resolving deltas: 89% (41/46) Resolving deltas: 91% (42/46) Resolving deltas: 93% (43/46) Resolving deltas: 100% (46/46) Resolving deltas: 100% (46/46), done. [2020-10-20T00:45:39.191Z] ---> 5c561ce0e894 [2020-10-20T00:45:39.191Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T00:45:39.225Z] Note: checking out '62e705b9f7374dd12dadc993c6b2b2cacd855ac8'. [2020-10-20T00:45:39.225Z] [2020-10-20T00:45:39.225Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:45:39.225Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:45:39.225Z] state without impacting any branches by performing another checkout. [2020-10-20T00:45:39.225Z] [2020-10-20T00:45:39.225Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:45:39.225Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:45:39.225Z] [2020-10-20T00:45:39.225Z] git checkout -b [2020-10-20T00:45:39.225Z] [2020-10-20T00:45:39.464Z] ---> dd7429ae0dfc [2020-10-20T00:45:39.464Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T00:45:39.798Z] 'kong' has dependencies that need to be staged: luarocks [2020-10-20T00:45:39.798Z] Skipping pull luarocks (already ran) [2020-10-20T00:45:39.798Z] Building luarocks  [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] Configuring LuaRocks version 3.2.1... [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] Lua interpreter found: /build/stage/bin/lua [2020-10-20T00:45:39.798Z] Checking if /build/stage/bin/lua is Lua version 5.1... yes [2020-10-20T00:45:39.798Z] lua.h found: /build/stage/luajit/include/luajit-2.1/lua.h [2020-10-20T00:45:39.798Z] unzip found in PATH: /usr/bin [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] Done configuring. [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] LuaRocks will be installed at......: /build/stage [2020-10-20T00:45:39.798Z] LuaRocks will install rocks at.....: /build/stage [2020-10-20T00:45:39.798Z] LuaRocks configuration directory...: /build/stage/etc/luarocks [2020-10-20T00:45:39.798Z] Using Lua from.....................: /build/stage [2020-10-20T00:45:39.798Z] Lua include directory..............: /build/stage/luajit/include/luajit-2.1 [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] * Type make and make install: [2020-10-20T00:45:39.798Z] to install to /build/stage as usual. [2020-10-20T00:45:39.798Z] * Type make bootstrap: [2020-10-20T00:45:39.798Z] to install LuaRocks into /build/stage as a rock. [2020-10-20T00:45:39.798Z] [2020-10-20T00:45:39.798Z] mkdir -p "build" [2020-10-20T00:45:39.798Z] mkdir -p .luarocks [2020-10-20T00:45:39.798Z] cp ./build/config-5.1.lua .luarocks/config-5.1.lua [2020-10-20T00:45:39.798Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-20T00:45:39.798Z] echo "#!/bin/sh" > luarocks [2020-10-20T00:45:39.798Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks [2020-10-20T00:45:39.798Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks [2020-10-20T00:45:39.798Z] chmod +rx ./luarocks [2020-10-20T00:45:39.798Z] ./luarocks init [2020-10-20T00:45:40.064Z] [2020-10-20T00:45:40.064Z] Initializing project 'build' for Lua 5.1 ... [2020-10-20T00:45:40.064Z] -------------------------------------------- [2020-10-20T00:45:40.064Z] [2020-10-20T00:45:40.064Z] Checking your Lua installation ... [2020-10-20T00:45:40.064Z] Adding entries to .gitignore ... [2020-10-20T00:45:40.064Z] Preparing ./.luarocks/ ... [2020-10-20T00:45:40.064Z] Wrote .luarocks/config-5.1.lua [2020-10-20T00:45:40.064Z] Preparing ./lua_modules/ ... [2020-10-20T00:45:40.064Z] ./luarocks already exists. Not overwriting it! [2020-10-20T00:45:40.064Z] Preparing ./lua for version 5.1... [2020-10-20T00:45:40.064Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-20T00:45:40.064Z] echo "#!/bin/sh" > luarocks-admin [2020-10-20T00:45:40.064Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks-admin [2020-10-20T00:45:40.064Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks-admin" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks-admin [2020-10-20T00:45:40.064Z] chmod +rx ./luarocks-admin [2020-10-20T00:45:40.064Z] mkdir -p "build" [2020-10-20T00:45:40.064Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-20T00:45:40.064Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-20T00:45:40.064Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-20T00:45:40.064Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-20T00:45:40.064Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-20T00:45:40.064Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-20T00:45:40.064Z] tail -n +2 src/bin/luarocks \ [2020-10-20T00:45:40.064Z] )> "build/luarocks" [2020-10-20T00:45:40.064Z] mkdir -p "build" [2020-10-20T00:45:40.064Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-20T00:45:40.064Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-20T00:45:40.064Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-20T00:45:40.064Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-20T00:45:40.064Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-20T00:45:40.064Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-20T00:45:40.064Z] tail -n +2 src/bin/luarocks-admin \ [2020-10-20T00:45:40.064Z] )> "build/luarocks-admin" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/bin" [2020-10-20T00:45:40.064Z] install "build/luarocks" "/build/stage/bin/luarocks" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/bin" [2020-10-20T00:45:40.064Z] install "build/luarocks-admin" "/build/stage/bin/luarocks-admin" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/etc/luarocks" [2020-10-20T00:45:40.064Z] install -m 644 "build/config-5.1.lua" "/build/stage/etc/luarocks/config-5.1.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cache.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/cmd/add.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/add.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/cmd/make_manifest.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/make_manifest.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/cmd/refresh_cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/refresh_cache.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/remove.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/admin/index.lua" "/build/stage/share/lua/5.1/luarocks/admin/index.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/argparse.lua" "/build/stage/share/lua/5.1/luarocks/argparse.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/build.lua" "/build/stage/share/lua/5.1/luarocks/build.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/build/builtin.lua" "/build/stage/share/lua/5.1/luarocks/build/builtin.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/build/cmake.lua" "/build/stage/share/lua/5.1/luarocks/build/cmake.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/build/command.lua" "/build/stage/share/lua/5.1/luarocks/build/command.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-20T00:45:40.064Z] install -m 644 "src/luarocks/build/make.lua" "/build/stage/share/lua/5.1/luarocks/build/make.lua" [2020-10-20T00:45:40.064Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd.lua" "/build/stage/share/lua/5.1/luarocks/cmd.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/build.lua" "/build/stage/share/lua/5.1/luarocks/cmd/build.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/config.lua" "/build/stage/share/lua/5.1/luarocks/cmd/config.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/doc.lua" "/build/stage/share/lua/5.1/luarocks/cmd/doc.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/download.lua" "/build/stage/share/lua/5.1/luarocks/cmd/download.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/init.lua" "/build/stage/share/lua/5.1/luarocks/cmd/init.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/install.lua" "/build/stage/share/lua/5.1/luarocks/cmd/install.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/lint.lua" "/build/stage/share/lua/5.1/luarocks/cmd/lint.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/list.lua" "/build/stage/share/lua/5.1/luarocks/cmd/list.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/make.lua" "/build/stage/share/lua/5.1/luarocks/cmd/make.lua" [2020-10-20T00:45:40.065Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.065Z] install -m 644 "src/luarocks/cmd/new_version.lua" "/build/stage/share/lua/5.1/luarocks/cmd/new_version.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/pack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/pack.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/path.lua" "/build/stage/share/lua/5.1/luarocks/cmd/path.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/purge.lua" "/build/stage/share/lua/5.1/luarocks/cmd/purge.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/cmd/remove.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/search.lua" "/build/stage/share/lua/5.1/luarocks/cmd/search.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/show.lua" "/build/stage/share/lua/5.1/luarocks/cmd/show.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/test.lua" "/build/stage/share/lua/5.1/luarocks/cmd/test.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/unpack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/unpack.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/upload.lua" "/build/stage/share/lua/5.1/luarocks/cmd/upload.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/which.lua" "/build/stage/share/lua/5.1/luarocks/cmd/which.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/cmd/write_rockspec.lua" "/build/stage/share/lua/5.1/luarocks/cmd/write_rockspec.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/core/cfg.lua" "/build/stage/share/lua/5.1/luarocks/core/cfg.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/core/dir.lua" "/build/stage/share/lua/5.1/luarocks/core/dir.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/core/manif.lua" "/build/stage/share/lua/5.1/luarocks/core/manif.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/core/path.lua" "/build/stage/share/lua/5.1/luarocks/core/path.lua" [2020-10-20T00:45:40.336Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.336Z] install -m 644 "src/luarocks/core/persist.lua" "/build/stage/share/lua/5.1/luarocks/core/persist.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/core/sysdetect.lua" "/build/stage/share/lua/5.1/luarocks/core/sysdetect.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/core/util.lua" "/build/stage/share/lua/5.1/luarocks/core/util.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/core/vers.lua" "/build/stage/share/lua/5.1/luarocks/core/vers.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/deps.lua" "/build/stage/share/lua/5.1/luarocks/deps.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/dir.lua" "/build/stage/share/lua/5.1/luarocks/dir.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/download.lua" "/build/stage/share/lua/5.1/luarocks/download.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch.lua" "/build/stage/share/lua/5.1/luarocks/fetch.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/cvs.lua" "/build/stage/share/lua/5.1/luarocks/fetch/cvs.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/git.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/git_file.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_file.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/git_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_http.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/git_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_https.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/git_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_ssh.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/hg.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/hg_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_http.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/hg_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_https.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/hg_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_ssh.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/sscm.lua" "/build/stage/share/lua/5.1/luarocks/fetch/sscm.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fetch/svn.lua" "/build/stage/share/lua/5.1/luarocks/fetch/svn.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fs.lua" "/build/stage/share/lua/5.1/luarocks/fs.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fs/freebsd.lua" "/build/stage/share/lua/5.1/luarocks/fs/freebsd.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fs/linux.lua" "/build/stage/share/lua/5.1/luarocks/fs/linux.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fs/lua.lua" "/build/stage/share/lua/5.1/luarocks/fs/lua.lua" [2020-10-20T00:45:40.337Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.337Z] install -m 644 "src/luarocks/fs/macosx.lua" "/build/stage/share/lua/5.1/luarocks/fs/macosx.lua" [2020-10-20T00:45:40.454Z] ---> ff8df8e15946 [2020-10-20T00:45:40.454Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fs/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/tools.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fs/unix.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/unix" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fs/unix/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix/tools.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fs/win32.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/win32" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fs/win32/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32/tools.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/fun.lua" "/build/stage/share/lua/5.1/luarocks/fun.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/loader.lua" "/build/stage/share/lua/5.1/luarocks/loader.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/manif.lua" "/build/stage/share/lua/5.1/luarocks/manif.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/manif" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/manif/writer.lua" "/build/stage/share/lua/5.1/luarocks/manif/writer.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/pack.lua" "/build/stage/share/lua/5.1/luarocks/pack.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/path.lua" "/build/stage/share/lua/5.1/luarocks/path.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/persist.lua" "/build/stage/share/lua/5.1/luarocks/persist.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/queries.lua" "/build/stage/share/lua/5.1/luarocks/queries.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/remove.lua" "/build/stage/share/lua/5.1/luarocks/remove.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/repos.lua" "/build/stage/share/lua/5.1/luarocks/repos.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/require.lua" "/build/stage/share/lua/5.1/luarocks/require.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/results.lua" "/build/stage/share/lua/5.1/luarocks/results.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/rockspecs.lua" "/build/stage/share/lua/5.1/luarocks/rockspecs.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/search.lua" "/build/stage/share/lua/5.1/luarocks/search.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/signing.lua" "/build/stage/share/lua/5.1/luarocks/signing.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/test.lua" "/build/stage/share/lua/5.1/luarocks/test.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/test/busted.lua" "/build/stage/share/lua/5.1/luarocks/test/busted.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/test/command.lua" "/build/stage/share/lua/5.1/luarocks/test/command.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/tools/patch.lua" "/build/stage/share/lua/5.1/luarocks/tools/patch.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/tools/tar.lua" "/build/stage/share/lua/5.1/luarocks/tools/tar.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/tools/zip.lua" "/build/stage/share/lua/5.1/luarocks/tools/zip.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/type/manifest.lua" "/build/stage/share/lua/5.1/luarocks/type/manifest.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/type/rockspec.lua" "/build/stage/share/lua/5.1/luarocks/type/rockspec.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/type_check.lua" "/build/stage/share/lua/5.1/luarocks/type_check.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/upload/api.lua" "/build/stage/share/lua/5.1/luarocks/upload/api.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/upload/multipart.lua" "/build/stage/share/lua/5.1/luarocks/upload/multipart.lua" [2020-10-20T00:45:40.599Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-20T00:45:40.599Z] install -m 644 "src/luarocks/util.lua" "/build/stage/share/lua/5.1/luarocks/util.lua" [2020-10-20T00:45:41.064Z] ---> Running in caf05c66fc99 [2020-10-20T00:45:41.696Z] ---> c910f9a4f8e4 [2020-10-20T00:45:41.696Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T00:45:42.678Z] ---> 97128af88021 [2020-10-20T00:45:42.678Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T00:45:44.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:44.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:44.402Z] ---> 5d6ad85c6af3 [2020-10-20T00:45:44.402Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T00:45:44.680Z] ---> b80d7aad78c6 [2020-10-20T00:45:44.680Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T00:45:44.818Z] Staging luarocks  [2020-10-20T00:45:44.959Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T00:45:44.959Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T00:45:44.959Z] ---> Running in 7538d9485a1f [2020-10-20T00:45:44.959Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T00:45:44.959Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T00:45:44.959Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T00:45:44.959Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T00:45:44.959Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T00:45:46.977Z] Removing intermediate container 7538d9485a1f [2020-10-20T00:45:46.977Z] ---> e5fd2de2b9dc [2020-10-20T00:45:46.977Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:45:46.977Z] ---> 298cab5db638 [2020-10-20T00:45:46.977Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T00:45:47.253Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T00:45:47.253Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T00:45:47.253Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T00:45:47.253Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T00:45:47.253Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T00:45:47.253Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T00:45:47.530Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T00:45:47.530Z] ---> Running in ae81f1b70466 [2020-10-20T00:45:47.530Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T00:45:47.530Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T00:45:47.530Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T00:45:47.805Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T00:45:47.805Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T00:45:47.805Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T00:45:47.805Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T00:45:47.805Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T00:45:47.805Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T00:45:48.084Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T00:45:48.084Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T00:45:48.084Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T00:45:48.084Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T00:45:48.084Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T00:45:48.084Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T00:45:48.084Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T00:45:48.084Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T00:45:48.084Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T00:45:48.084Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T00:45:48.128Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:45:48.128Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:45:48.128Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:45:48.128Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:45:48.363Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:45:48.363Z] OK: 71 MiB in 55 packages [2020-10-20T00:45:48.390Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:45:48.971Z] Removing intermediate container ae81f1b70466 [2020-10-20T00:45:48.971Z] ---> aa6743254816 [2020-10-20T00:45:48.971Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T00:45:49.634Z] ---> 189b21e8d805 [2020-10-20T00:45:49.634Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T00:45:49.634Z] ---> Running in 3bf4800f4495 [2020-10-20T00:45:49.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:45:49.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:45:49.939Z] ---> c5b1303646f0 [2020-10-20T00:45:49.939Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:45:49.939Z] ---> Using cache [2020-10-20T00:45:49.939Z] ---> a0395e35eebe [2020-10-20T00:45:49.939Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:45:49.939Z] ---> Using cache [2020-10-20T00:45:49.939Z] ---> 6f0a297e7bcb [2020-10-20T00:45:49.939Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T00:45:50.230Z] ---> Running in 54e29fcf32e2 [2020-10-20T00:45:50.504Z] Removing intermediate container 3bf4800f4495 [2020-10-20T00:45:50.504Z] ---> 15201846eecb [2020-10-20T00:45:50.504Z] Step 20/21 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:45:50.788Z] ---> Running in 68bb6c507852 [2020-10-20T00:45:51.079Z] ---> fc8874887d89 [2020-10-20T00:45:51.079Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T00:45:51.361Z] ---> Running in 6b9f627e5daf [2020-10-20T00:45:51.636Z] Removing intermediate container 68bb6c507852 [2020-10-20T00:45:51.636Z] ---> 53e785491820 [2020-10-20T00:45:51.636Z] Step 21/21 : LABEL version=0.0.0 [2020-10-20T00:45:51.915Z] ---> Running in bfd95994d15d [2020-10-20T00:45:52.189Z] Removing intermediate container 6b9f627e5daf [2020-10-20T00:45:52.189Z] ---> 63f57e9222d0 [2020-10-20T00:45:52.189Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:45:52.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:52.807Z] ---> Running in 78b0cadb4b56 [2020-10-20T00:45:53.083Z] Removing intermediate container bfd95994d15d [2020-10-20T00:45:53.083Z] ---> bd79a92f10ae [2020-10-20T00:45:53.083Z] [2020-10-20T00:45:53.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:45:53.638Z] Successfully built bd79a92f10ae [2020-10-20T00:45:53.638Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T00:45:53.638Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-20T00:45:53.638Z] Removing intermediate container 78b0cadb4b56 [2020-10-20T00:45:53.638Z] ---> e03ebe82e3be [2020-10-20T00:45:53.638Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T00:45:53.713Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] [2020-10-20T00:45:53.713Z] 1% 48% 100% [Working] Fetched 998 kB in 0s (0 B/s) [2020-10-20T00:45:53.976Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] [2020-10-20T00:45:54.627Z] ---> Running in 1db731a49878 [2020-10-20T00:45:54.627Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:45:54.627Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:45:54.627Z] OK: 12623 distinct packages available [2020-10-20T00:45:54.813Z] 0% 19% 100% [Working] Fetched 2585 kB in 0s (0 B/s) [2020-10-20T00:45:55.075Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua5.1_5.1.5-8.1build2_amd64.deb [93.2 kB] [2020-10-20T00:45:55.339Z] 13% 100% [Working] Fetched 93.2 kB in 0s (0 B/s) [2020-10-20T00:45:55.601Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-10-20T00:45:55.601Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-10-20T00:45:55.648Z] OK: 217 MiB in 51 packages [2020-10-20T00:45:56.125Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-20T00:45:56.125Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:45:56.125Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-20T00:45:56.125Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:45:56.387Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-20T00:45:56.387Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:45:56.635Z] Removing intermediate container 1db731a49878 [2020-10-20T00:45:56.635Z] ---> 289b55dd0f8e [2020-10-20T00:45:56.635Z] Step 23/24 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:45:56.648Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua-any_24_all.deb [4718 B] [2020-10-20T00:45:56.648Z] 99% 100% [Working] Fetched 4718 B in 0s (0 B/s) [2020-10-20T00:45:56.912Z] Removing intermediate container 7c718ffcb8b2 [2020-10-20T00:45:56.912Z] ---> 634d0dbc8ac7 [2020-10-20T00:45:56.912Z] [2020-10-20T00:45:56.912Z] Step 10/23 : FROM alpine [2020-10-20T00:45:56.913Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0_5.1.5-8.1build2_amd64.deb [100 kB] [2020-10-20T00:45:57.175Z] 12% 100% [Working] Fetched 100 kB in 0s (0 B/s) [2020-10-20T00:45:57.436Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb [81.3 kB] [2020-10-20T00:45:57.508Z] latest: Pulling from library/alpine [2020-10-20T00:45:57.701Z] 15% 100% [Working] Fetched 81.3 kB in 0s (0 B/s) [2020-10-20T00:45:57.781Z] ---> Running in 1f2ea28659b1 [2020-10-20T00:45:57.964Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline7_7.0-3_amd64.deb [124 kB] [2020-10-20T00:45:58.053Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T00:45:58.053Z] Status: Downloaded newer image for alpine:latest [2020-10-20T00:45:58.053Z] ---> 62ee0e9f8440 [2020-10-20T00:45:58.053Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:45:58.227Z] 10% 100% [Working] Fetched 124 kB in 0s (0 B/s) [2020-10-20T00:45:58.490Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 unzip_6.0-21ubuntu1_amd64.deb [167 kB] [2020-10-20T00:45:58.651Z] Removing intermediate container 1f2ea28659b1 [2020-10-20T00:45:58.651Z] ---> 24b8698c34d1 [2020-10-20T00:45:58.651Z] Step 24/24 : LABEL version=0.0.0 [2020-10-20T00:45:58.756Z] 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-20T00:45:58.923Z] Removing intermediate container caf05c66fc99 [2020-10-20T00:45:58.923Z] ---> ce4ca113a7c7 [2020-10-20T00:45:58.923Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T00:45:59.029Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zip_3.0-11build1_amd64.deb [167 kB] [2020-10-20T00:45:59.194Z] ---> Running in 8d91a6cdf962 [2020-10-20T00:45:59.316Z] 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-20T00:45:59.469Z] ---> Running in 8dad44fc7484 [2020-10-20T00:45:59.470Z] ---> Running in 44791c41f6f0 [2020-10-20T00:45:59.470Z] Removing intermediate container 54e29fcf32e2 [2020-10-20T00:45:59.470Z] ---> 474a14437901 [2020-10-20T00:45:59.470Z] Step 6/22 : COPY go.mod . [2020-10-20T00:45:59.579Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] [2020-10-20T00:45:59.750Z] Removing intermediate container 8d91a6cdf962 [2020-10-20T00:45:59.750Z] ---> e6a07e6c6471 [2020-10-20T00:45:59.750Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T00:45:59.841Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-10-20T00:45:59.841Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-20T00:45:59.841Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:46:00.040Z] ---> Running in a8f4f9bf351d [2020-10-20T00:46:00.104Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-20T00:46:00.318Z] Removing intermediate container 8dad44fc7484 [2020-10-20T00:46:00.318Z] ---> 677808361b44 [2020-10-20T00:46:00.318Z] [2020-10-20T00:46:00.602Z] ---> 12ded433afac [2020-10-20T00:46:00.602Z] Step 7/22 : RUN go mod download [2020-10-20T00:46:00.680Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-10-20T00:46:00.680Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 wget_1.19.4-1ubuntu2.2_amd64.deb [316 kB] [2020-10-20T00:46:00.879Z] ---> Running in d448e856fa27 [2020-10-20T00:46:00.879Z] Removing intermediate container a8f4f9bf351d [2020-10-20T00:46:00.879Z] ---> 694e3a7b506b [2020-10-20T00:46:00.879Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T00:46:00.879Z] Successfully built 677808361b44 [2020-10-20T00:46:01.160Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T00:46:01.160Z] Building docker-core-command-go [2020-10-20T00:46:01.160Z]  Building docker-support-notifications-go ... done  ---> Running in ff901e2d6534 [2020-10-20T00:46:01.257Z] 3% 100% [Working] Fetched 316 kB in 0s (0 B/s) [2020-10-20T00:46:01.521Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-20T00:46:02.049Z] 0% 52% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-10-20T00:46:02.169Z] Removing intermediate container ff901e2d6534 [2020-10-20T00:46:02.169Z] ---> 15ab56ba6987 [2020-10-20T00:46:02.169Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:46:02.319Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 luarocks_2.4.2+dfsg-1_all.deb [97.6 kB] [2020-10-20T00:46:02.462Z] ---> Running in abe03f3b30a5 [2020-10-20T00:46:02.581Z] 12% 100% [Working] Fetched 97.6 kB in 0s (0 B/s) [2020-10-20T00:46:02.843Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline-dev_7.0-3_amd64.deb [133 kB] [2020-10-20T00:46:03.107Z] 9% 100% [Working] Fetched 133 kB in 0s (0 B/s) [2020-10-20T00:46:03.369Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libyaml-0-2_0.1.7-2ubuntu3_amd64.deb [47.2 kB] [2020-10-20T00:46:03.632Z] 26% 100% [Working] Fetched 47.2 kB in 0s (0 B/s) [2020-10-20T00:46:03.632Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-20T00:46:03.632Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:46:03.895Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb [119 kB] [2020-10-20T00:46:04.157Z] 11% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-10-20T00:46:04.418Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-20T00:46:04.681Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-10-20T00:46:07.910Z] Removing intermediate container d448e856fa27 [2020-10-20T00:46:07.910Z] ---> fd289fe37983 [2020-10-20T00:46:07.910Z] Step 8/22 : COPY . . [2020-10-20T00:46:07.910Z] Collecting docker-compose==1.23.2 [2020-10-20T00:46:07.910Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T00:46:07.910Z] Removing intermediate container abe03f3b30a5 [2020-10-20T00:46:07.910Z] ---> 3c6bf14650a6 [2020-10-20T00:46:07.910Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T00:46:08.518Z] ---> Running in bca4e05c2dcb [2020-10-20T00:46:09.115Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T00:46:09.115Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T00:46:09.713Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T00:46:09.713Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T00:46:09.990Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libtinfo.so.5.9 [2020-10-20T00:46:10.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:46:10.998Z] Pulling kong  [2020-10-20T00:46:11.000Z] Collecting PyYAML<4,>=3.10 [2020-10-20T00:46:11.000Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T00:46:11.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:46:11.943Z] Cloning into '/build/parts/kong/src'... [2020-10-20T00:46:12.205Z] remote: Enumerating objects: 834, done. [2020-10-20T00:46:12.205Z] remote: Counting objects: 0% (1/834) remote: Counting objects: 1% (9/834) remote: Counting objects: 2% (17/834) remote: Counting objects: 3% (26/834) remote: Counting objects: 4% (34/834) remote: Counting objects: 5% (42/834) remote: Counting objects: 6% (51/834) remote: Counting objects: 7% (59/834) remote: Counting objects: 8% (67/834) remote: Counting objects: 9% (76/834) remote: Counting objects: 10% (84/834) remote: Counting objects: 11% (92/834) remote: Counting objects: 12% (101/834) remote: Counting objects: 13% (109/834) remote: Counting objects: 14% (117/834) remote: Counting objects: 15% (126/834) remote: Counting objects: 16% (134/834) remote: Counting objects: 17% (142/834) remote: Counting objects: 18% (151/834) remote: Counting objects: 19% (159/834) remote: Counting objects: 20% (167/834) remote: Counting objects: 21% (176/834) remote: Counting objects: 22% (184/834) remote: Counting objects: 23% (192/834) remote: Counting objects: 24% (201/834) remote: Counting objects: 25% (209/834) remote: Counting objects: 26% (217/834) remote: Counting objects: 27% (226/834) remote: Counting objects: 28% (234/834) remote: Counting objects: 29% (242/834) remote: Counting objects: 30% (251/834) remote: Counting objects: 31% (259/834) remote: Counting objects: 32% (267/834) remote: Counting objects: 33% (276/834) remote: Counting objects: 34% (284/834) remote: Counting objects: 35% (292/834) remote: Counting objects: 36% (301/834) remote: Counting objects: 37% (309/834) remote: Counting objects: 38% (317/834) remote: Counting objects: 39% (326/834) remote: Counting objects: 40% (334/834) remote: Counting objects: 41% (342/834) remote: Counting objects: 42% (351/834) remote: Counting objects: 43% (359/834) remote: Counting objects: 44% (367/834) remote: Counting objects: 45% (376/834) remote: Counting objects: 46% (384/834) remote: Counting objects: 47% (392/834) remote: Counting objects: 48% (401/834) remote: Counting objects: 49% (409/834) remote: Counting objects: 50% (417/834) remote: Counting objects: 51% (426/834) remote: Counting objects: 52% (434/834) remote: Counting objects: 53% (443/834) remote: Counting objects: 54% (451/834) remote: Counting objects: 55% (459/834) remote: Counting objects: 56% (468/834) remote: Counting objects: 57% (476/834) remote: Counting objects: 58% (484/834) remote: Counting objects: 59% (493/834) remote: Counting objects: 60% (501/834) remote: Counting objects: 61% (509/834) remote: Counting objects: 62% (518/834) remote: Counting objects: 63% (526/834) remote: Counting objects: 64% (534/834) remote: Counting objects: 65% (543/834) remote: Counting objects: 66% (551/834) remote: Counting objects: 67% (559/834) remote: Counting objects: 68% (568/834) remote: Counting objects: 69% (576/834) remote: Counting objects: 70% (584/834) remote: Counting objects: 71% (593/834) remote: Counting objects: 72% (601/834) remote: Counting objects: 73% (609/834) remote: Counting objects: 74% (618/834) remote: Counting objects: 75% (626/834) remote: Counting objects: 76% (634/834) remote: Counting objects: 77% (643/834) remote: Counting objects: 78% (651/834) remote: Counting objects: 79% (659/834) remote: Counting objects: 80% (668/834) remote: Counting objects: 81% (676/834) remote: Counting objects: 82% (684/834) remote: Counting objects: 83% (693/834) remote: Counting objects: 84% (701/834) remote: Counting objects: 85% (709/834) remote: Counting objects: 86% (718/834) remote: Counting objects: 87% (726/834) remote: Counting objects: 88% (734/834) remote: Counting objects: 89% (743/834) remote: Counting objects: 90% (751/834) remote: Counting objects: 91% (759/834) remote: Counting objects: 92% (768/834) remote: Counting objects: 93% (776/834) remote: Counting objects: 94% (784/834) remote: Counting objects: 95% (793/834) remote: Counting objects: 96% (801/834) remote: Counting objects: 97% (809/834) remote: Counting objects: 98% (818/834) remote: Counting objects: 99% (826/834) remote: Counting objects: 100% (834/834) remote: Counting objects: 100% (834/834), done. [2020-10-20T00:46:12.208Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T00:46:12.208Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T00:46:12.470Z] remote: Compressing objects: 0% (1/736) remote: Compressing objects: 1% (8/736) remote: Compressing objects: 2% (15/736) remote: Compressing objects: 3% (23/736) remote: Compressing objects: 4% (30/736) remote: Compressing objects: 5% (37/736) remote: Compressing objects: 6% (45/736) remote: Compressing objects: 7% (52/736) remote: Compressing objects: 8% (59/736) remote: Compressing objects: 9% (67/736) remote: Compressing objects: 10% (74/736) remote: Compressing objects: 11% (81/736) remote: Compressing objects: 12% (89/736) remote: Compressing objects: 13% (96/736) remote: Compressing objects: 14% (104/736) remote: Compressing objects: 15% (111/736) remote: Compressing objects: 16% (118/736) remote: Compressing objects: 17% (126/736) remote: Compressing objects: 18% (133/736) remote: Compressing objects: 19% (140/736) remote: Compressing objects: 20% (148/736) remote: Compressing objects: 21% (155/736) remote: Compressing objects: 22% (162/736) remote: Compressing objects: 23% (170/736) remote: Compressing objects: 24% (177/736) remote: Compressing objects: 25% (184/736) remote: Compressing objects: 26% (192/736) remote: Compressing objects: 27% (199/736) remote: Compressing objects: 28% (207/736) remote: Compressing objects: 29% (214/736) remote: Compressing objects: 30% (221/736) remote: Compressing objects: 31% (229/736) remote: Compressing objects: 32% (236/736) remote: Compressing objects: 33% (243/736) remote: Compressing objects: 34% (251/736) remote: Compressing objects: 35% (258/736) remote: Compressing objects: 36% (265/736) remote: Compressing objects: 37% (273/736) remote: Compressing objects: 38% (280/736) remote: Compressing objects: 39% (288/736) remote: Compressing objects: 40% (295/736) remote: Compressing objects: 41% (302/736) remote: Compressing objects: 42% (310/736) remote: Compressing objects: 43% (317/736) remote: Compressing objects: 44% (324/736) remote: Compressing objects: 45% (332/736) remote: Compressing objects: 46% (339/736) remote: Compressing objects: 47% (346/736) remote: Compressing objects: 48% (354/736) remote: Compressing objects: 49% (361/736) remote: Compressing objects: 50% (368/736) remote: Compressing objects: 51% (376/736) remote: Compressing objects: 52% (383/736) remote: Compressing objects: 53% (391/736) remote: Compressing objects: 54% (398/736) remote: Compressing objects: 55% (405/736) remote: Compressing objects: 56% (413/736) remote: Compressing objects: 57% (420/736) remote: Compressing objects: 58% (427/736) remote: Compressing objects: 59% (435/736) remote: Compressing objects: 60% (442/736) remote: Compressing objects: 61% (449/736) remote: Compressing objects: 62% (457/736) remote: Compressing objects: 63% (464/736) remote: Compressing objects: 64% (472/736) remote: Compressing objects: 65% (479/736) remote: Compressing objects: 66% (486/736) remote: Compressing objects: 67% (494/736) remote: Compressing objects: 68% (501/736) remote: Compressing objects: 69% (508/736) remote: Compressing objects: 70% (516/736) remote: Compressing objects: 71% (523/736) remote: Compressing objects: 72% (530/736) remote: Compressing objects: 73% (538/736) remote: Compressing objects: 74% (545/736) remote: Compressing objects: 75% (552/736) remote: Compressing objects: 76% (560/736) remote: Compressing objects: 77% (567/736) remote: Compressing objects: 78% (575/736) remote: Compressing objects: 79% (582/736) remote: Compressing objects: 80% (589/736) remote: Compressing objects: 81% (597/736) remote: Compressing objects: 82% (604/736) remote: Compressing objects: 83% (611/736) remote: Compressing objects: 84% (619/736) remote: Compressing objects: 85% (626/736) remote: Compressing objects: 86% (633/736) remote: Compressing objects: 87% (641/736) remote: Compressing objects: 88% (648/736) remote: Compressing objects: 89% (656/736) remote: Compressing objects: 90% (663/736) remote: Compressing objects: 91% (670/736) remote: Compressing objects: 92% (678/736) remote: Compressing objects: 93% (685/736) remote: Compressing objects: 94% (692/736) remote: Compressing objects: 95% (700/736) remote: Compressing objects: 96% (707/736) remote: Compressing objects: 97% (714/736) remote: Compressing objects: 98% (722/736) remote: Compressing objects: 99% (729/736) remote: Compressing objects: 100% (736/736) remote: Compressing objects: 100% (736/736), done. [2020-10-20T00:46:12.470Z] Receiving objects: 0% (1/834) Receiving objects: 1% (9/834) Receiving objects: 2% (17/834) Receiving objects: 3% (26/834) Receiving objects: 4% (34/834) Receiving objects: 5% (42/834) Receiving objects: 6% (51/834) Receiving objects: 7% (59/834) Receiving objects: 8% (67/834) Receiving objects: 9% (76/834) Receiving objects: 10% (84/834) Receiving objects: 11% (92/834) Receiving objects: 12% (101/834) Receiving objects: 13% (109/834) Receiving objects: 14% (117/834) Receiving objects: 15% (126/834) Receiving objects: 16% (134/834) Receiving objects: 17% (142/834) Receiving objects: 18% (151/834) Receiving objects: 19% (159/834) Receiving objects: 20% (167/834) Receiving objects: 21% (176/834) Receiving objects: 22% (184/834) Receiving objects: 23% (192/834) Receiving objects: 24% (201/834) Receiving objects: 25% (209/834) Receiving objects: 26% (217/834) Receiving objects: 27% (226/834) Receiving objects: 28% (234/834) Receiving objects: 29% (242/834) Receiving objects: 30% (251/834) Receiving objects: 31% (259/834) Receiving objects: 32% (267/834) Receiving objects: 33% (276/834) Receiving objects: 34% (284/834) Receiving objects: 35% (292/834) Receiving objects: 36% (301/834) Receiving objects: 37% (309/834) Receiving objects: 38% (317/834) Receiving objects: 39% (326/834) Receiving objects: 40% (334/834) Receiving objects: 41% (342/834) Receiving objects: 42% (351/834) Receiving objects: 43% (359/834) Receiving objects: 44% (367/834) Receiving objects: 45% (376/834) Receiving objects: 46% (384/834) Receiving objects: 47% (392/834) Receiving objects: 48% (401/834) Receiving objects: 49% (409/834) Receiving objects: 50% (417/834) Receiving objects: 51% (426/834) Receiving objects: 52% (434/834) Receiving objects: 53% (443/834) Receiving objects: 54% (451/834) Receiving objects: 55% (459/834) Receiving objects: 56% (468/834) Receiving objects: 57% (476/834) Receiving objects: 58% (484/834) Receiving objects: 59% (493/834) Receiving objects: 60% (501/834) Receiving objects: 61% (509/834) Receiving objects: 62% (518/834) Receiving objects: 63% (526/834) Receiving objects: 64% (534/834) Receiving objects: 65% (543/834) Receiving objects: 66% (551/834) Receiving objects: 67% (559/834) Receiving objects: 68% (568/834) Receiving objects: 69% (576/834) Receiving objects: 70% (584/834) Receiving objects: 71% (593/834) Receiving objects: 72% (601/834) Receiving objects: 73% (609/834) Receiving objects: 74% (618/834) Receiving objects: 75% (626/834) Receiving objects: 76% (634/834) Receiving objects: 77% (643/834) Receiving objects: 78% (651/834) Receiving objects: 79% (659/834) Receiving objects: 80% (668/834) Receiving objects: 81% (676/834) Receiving objects: 82% (684/834) Receiving objects: 83% (693/834) Receiving objects: 84% (701/834) Receiving objects: 85% (709/834) Receiving objects: 86% (718/834) Receiving objects: 87% (726/834) Receiving objects: 88% (734/834) Receiving objects: 89% (743/834) Receiving objects: 90% (751/834) Receiving objects: 91% (759/834) Receiving objects: 92% (768/834) Receiving objects: 93% (776/834) Receiving objects: 94% (784/834) Receiving objects: 95% (793/834) Receiving objects: 96% (801/834) Receiving objects: 97% (809/834) Receiving objects: 98% (818/834) remote: Total 834 (delta 143), reused 346 (delta 57), pack-reused 0 [2020-10-20T00:46:12.470Z] Receiving objects: 99% (826/834) Receiving objects: 100% (834/834) Receiving objects: 100% (834/834), 1.02 MiB | 7.71 MiB/s, done. [2020-10-20T00:46:12.481Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T00:46:12.734Z] Resolving deltas: 0% (0/143) Resolving deltas: 1% (2/143) Resolving deltas: 2% (3/143) Resolving deltas: 3% (5/143) Resolving deltas: 4% (6/143) Resolving deltas: 8% (12/143) Resolving deltas: 9% (13/143) Resolving deltas: 11% (16/143) Resolving deltas: 12% (18/143) Resolving deltas: 13% (19/143) Resolving deltas: 18% (26/143) Resolving deltas: 19% (28/143) Resolving deltas: 20% (29/143) Resolving deltas: 21% (31/143) Resolving deltas: 22% (32/143) Resolving deltas: 23% (33/143) Resolving deltas: 24% (35/143) Resolving deltas: 25% (36/143) Resolving deltas: 26% (38/143) Resolving deltas: 29% (42/143) Resolving deltas: 31% (45/143) Resolving deltas: 32% (47/143) Resolving deltas: 33% (48/143) Resolving deltas: 34% (49/143) Resolving deltas: 35% (51/143) Resolving deltas: 36% (52/143) Resolving deltas: 37% (53/143) Resolving deltas: 41% (59/143) Resolving deltas: 46% (67/143) Resolving deltas: 48% (69/143) Resolving deltas: 49% (71/143) Resolving deltas: 51% (73/143) Resolving deltas: 52% (75/143) Resolving deltas: 53% (76/143) Resolving deltas: 54% (78/143) Resolving deltas: 55% (79/143) Resolving deltas: 56% (81/143) Resolving deltas: 57% (82/143) Resolving deltas: 58% (84/143) Resolving deltas: 62% (89/143) Resolving deltas: 72% (103/143) Resolving deltas: 81% (117/143) Resolving deltas: 95% (136/143) Resolving deltas: 100% (143/143) Resolving deltas: 100% (143/143), done. [2020-10-20T00:46:12.734Z] Note: checking out '8906d9415e5c117a1b92a33360fc896e0cbb4eda'. [2020-10-20T00:46:12.734Z] [2020-10-20T00:46:12.734Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:46:12.734Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:46:12.734Z] state without impacting any branches by performing another checkout. [2020-10-20T00:46:12.734Z] [2020-10-20T00:46:12.734Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:46:12.734Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:46:12.734Z] [2020-10-20T00:46:12.734Z] git checkout -b [2020-10-20T00:46:12.734Z] [2020-10-20T00:46:12.764Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T00:46:12.764Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T00:46:12.765Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:46:12.765Z] OK: 8 MiB in 19 packages [2020-10-20T00:46:12.998Z] patching file kong-2.0.4-0.rockspec [2020-10-20T00:46:12.998Z] 'go115' has dependencies that need to be staged: go-build-helper kong [2020-10-20T00:46:12.998Z] Skipping pull go-build-helper (already ran) [2020-10-20T00:46:12.998Z] Skipping pull kong (already ran) [2020-10-20T00:46:12.998Z] Building go-build-helper  [2020-10-20T00:46:16.197Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:46:16.476Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:46:16.476Z] ---> c5b1303646f0 [2020-10-20T00:46:16.476Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T00:46:16.476Z] ---> Using cache [2020-10-20T00:46:16.476Z] ---> a0395e35eebe [2020-10-20T00:46:16.476Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:46:16.476Z] ---> Using cache [2020-10-20T00:46:16.476Z] ---> 6f0a297e7bcb [2020-10-20T00:46:16.476Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T00:46:16.476Z] ---> Using cache [2020-10-20T00:46:16.476Z] ---> 474a14437901 [2020-10-20T00:46:16.476Z] Step 6/26 : COPY go.mod . [2020-10-20T00:46:16.476Z] ---> Using cache [2020-10-20T00:46:16.476Z] ---> 12ded433afac [2020-10-20T00:46:16.476Z] Step 7/26 : RUN go mod download [2020-10-20T00:46:16.476Z] ---> Using cache [2020-10-20T00:46:16.476Z] ---> fd289fe37983 [2020-10-20T00:46:16.476Z] Step 8/26 : COPY . . [2020-10-20T00:46:16.755Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T00:46:17.033Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T00:46:17.637Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-20T00:46:17.920Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T00:46:17.920Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T00:46:19.944Z] Removing intermediate container bca4e05c2dcb [2020-10-20T00:46:19.944Z] ---> c8656f5f8538 [2020-10-20T00:46:19.944Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T00:46:20.940Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T00:46:20.940Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T00:46:22.657Z] ---> 5b9354a85e7e [2020-10-20T00:46:22.657Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T00:46:24.766Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T00:46:24.766Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T00:46:25.249Z] Building kong  [2020-10-20T00:46:25.249Z] Missing dependencies for kong 2.0.4-0: [2020-10-20T00:46:25.249Z] inspect 3.1.1 (not installed) [2020-10-20T00:46:25.249Z] luasec 0.9 (not installed) [2020-10-20T00:46:25.249Z] luasocket 3.0-rc1 (not installed) [2020-10-20T00:46:25.249Z] penlight 1.7.0 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-http 0.15 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-jit-uuid 0.0.7 (not installed) [2020-10-20T00:46:25.249Z] multipart 0.5.6 (not installed) [2020-10-20T00:46:25.249Z] version 1.0.1 (not installed) [2020-10-20T00:46:25.249Z] kong-lapis 1.7.0.1 (not installed) [2020-10-20T00:46:25.249Z] lua-cassandra 1.5.0 (not installed) [2020-10-20T00:46:25.249Z] pgmoon 1.10.0 (not installed) [2020-10-20T00:46:25.249Z] luatz 0.4 (not installed) [2020-10-20T00:46:25.249Z] lua_system_constants 0.1.4 (not installed) [2020-10-20T00:46:25.249Z] lyaml 6.2.4 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-iputils 0.3.0 (not installed) [2020-10-20T00:46:25.249Z] luasyslog 1.0.0 (not installed) [2020-10-20T00:46:25.249Z] lua_pack 1.0.5 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-dns-client 4.1.3 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-worker-events 1.0.0 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-mediador 0.1.2 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-healthcheck 1.2.0 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-cookie 0.1.0 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-mlcache 2.4.1 (not installed) [2020-10-20T00:46:25.249Z] lua-messagepack 0.5.2 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-openssl 0.6.3 (not installed) [2020-10-20T00:46:25.249Z] lua-resty-counter 0.2.0 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-azure-functions ~> 0.4 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-zipkin ~> 0.2 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-serverless-functions ~> 0.3 (not installed) [2020-10-20T00:46:25.249Z] kong-prometheus-plugin ~> 0.7 (not installed) [2020-10-20T00:46:25.249Z] kong-proxy-cache-plugin ~> 1.3 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-request-transformer ~> 1.2 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-session ~> 2.2 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-aws-lambda ~> 3.1 (not installed) [2020-10-20T00:46:25.249Z] kong-plugin-acme ~> 0.2 (not installed) [2020-10-20T00:46:25.249Z] [2020-10-20T00:46:25.249Z] kong 2.0.4-0 depends on inspect 3.1.1 (not installed) [2020-10-20T00:46:25.249Z] Installing https://luarocks.org/inspect-3.1.1-0.src.rock [2020-10-20T00:46:25.249Z] [2020-10-20T00:46:25.249Z] No existing manifest. Attempting to rebuild... [2020-10-20T00:46:25.249Z] inspect 3.1.1-0 is now installed in /build/parts/kong/install (license: MIT ) [2020-10-20T00:46:25.249Z] [2020-10-20T00:46:25.249Z] kong 2.0.4-0 depends on luasec 0.9 (not installed) [2020-10-20T00:46:25.512Z] Installing https://luarocks.org/luasec-0.9-1.src.rock [2020-10-20T00:46:25.957Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:46:25.957Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:46:25.957Z] ---> c5b1303646f0 [2020-10-20T00:46:25.957Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T00:46:25.957Z] ---> Using cache [2020-10-20T00:46:25.957Z] ---> a0395e35eebe [2020-10-20T00:46:25.957Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:46:25.957Z] ---> Using cache [2020-10-20T00:46:25.957Z] ---> 6f0a297e7bcb [2020-10-20T00:46:25.957Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T00:46:25.957Z] ---> Using cache [2020-10-20T00:46:25.957Z] ---> 474a14437901 [2020-10-20T00:46:25.957Z] Step 6/22 : COPY go.mod . [2020-10-20T00:46:25.957Z] ---> Using cache [2020-10-20T00:46:25.957Z] ---> 12ded433afac [2020-10-20T00:46:25.957Z] Step 7/22 : RUN go mod download [2020-10-20T00:46:25.957Z] ---> Using cache [2020-10-20T00:46:25.957Z] ---> fd289fe37983 [2020-10-20T00:46:25.957Z] Step 8/22 : COPY . . [2020-10-20T00:46:26.087Z] Missing dependencies for luasec 0.9-1: [2020-10-20T00:46:26.087Z] luasocket (not installed) [2020-10-20T00:46:26.087Z] [2020-10-20T00:46:26.087Z] luasec 0.9-1 depends on luasocket (not installed) [2020-10-20T00:46:26.087Z] Installing https://luarocks.org/luasocket-3.0rc1-2.src.rock [2020-10-20T00:46:26.564Z] ---> 8b5afcf9f61c [2020-10-20T00:46:26.564Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T00:46:26.664Z] [2020-10-20T00:46:26.664Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:26.926Z] gcc -shared -o mime/core.so src/mime.o [2020-10-20T00:46:26.926Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.170Z] ---> 3ddda35065a8 [2020-10-20T00:46:27.171Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T00:46:27.187Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.187Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.452Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-20T00:46:27.452Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-20T00:46:27.452Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-20T00:46:27.452Z] ^~~~~ [2020-10-20T00:46:27.452Z] In file included from /usr/include/stdio.h:862:0, [2020-10-20T00:46:27.452Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-20T00:46:27.452Z] from src/options.c:7: [2020-10-20T00:46:27.452Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-20T00:46:27.452Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-20T00:46:27.452Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:27.452Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-20T00:46:27.452Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:27.452Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.452Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.452Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.715Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.715Z] gcc -shared -o socket/serial.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o [2020-10-20T00:46:27.976Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.976Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:27.976Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.238Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-20T00:46:28.238Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-20T00:46:28.238Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-20T00:46:28.238Z] ^~~~~ [2020-10-20T00:46:28.238Z] In file included from /usr/include/stdio.h:862:0, [2020-10-20T00:46:28.238Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-20T00:46:28.238Z] from src/options.c:7: [2020-10-20T00:46:28.238Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-20T00:46:28.238Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-20T00:46:28.238Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:28.238Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-20T00:46:28.238Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:28.238Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.238Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.238Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.500Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.603Z] ---> Running in c4abbfe106ec [2020-10-20T00:46:28.603Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T00:46:28.603Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T00:46:28.761Z] gcc -shared -o socket/unix.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o [2020-10-20T00:46:28.761Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.761Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.761Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:28.878Z] ---> 44b49e07c784 [2020-10-20T00:46:28.878Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T00:46:29.024Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.024Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.024Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.304Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-20T00:46:29.304Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-20T00:46:29.304Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-20T00:46:29.304Z] ^~~~~ [2020-10-20T00:46:29.304Z] In file included from /usr/include/stdio.h:862:0, [2020-10-20T00:46:29.304Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-20T00:46:29.304Z] from src/options.c:7: [2020-10-20T00:46:29.304Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-20T00:46:29.304Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-20T00:46:29.304Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:29.304Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-20T00:46:29.304Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-20T00:46:29.304Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.571Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.571Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.571Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.833Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:29.833Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-20T00:46:30.350Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T00:46:30.408Z] gcc -shared -o socket/core.so src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o [2020-10-20T00:46:30.624Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T00:46:31.224Z] ---> Running in b4506cdb085b [2020-10-20T00:46:31.354Z] luasocket 3.0rc1-2 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:31.354Z] [2020-10-20T00:46:31.354Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:31.354Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/config.c -o src/config.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:31.354Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ec.c -o src/ec.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:31.616Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/x509.c -o src/x509.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:31.838Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T00:46:31.838Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T00:46:31.879Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/context.c -o src/context.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.113Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-20T00:46:32.113Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-20T00:46:32.454Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ssl.c -o src/ssl.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.713Z] Removing intermediate container b4506cdb085b [2020-10-20T00:46:32.713Z] ---> 365daa976fcd [2020-10-20T00:46:32.713Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:46:32.716Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/buffer.c -o src/luasocket/buffer.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.716Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/io.c -o src/luasocket/io.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.716Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/timeout.c -o src/luasocket/timeout.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.986Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/usocket.c -o src/luasocket/usocket.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-20T00:46:32.986Z] gcc -shared -o ssl.so src/options.o src/config.o src/ec.o src/x509.o src/context.o src/ssl.o src/luasocket/buffer.o src/luasocket/io.o src/luasocket/timeout.o src/luasocket/usocket.o -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -lssl -lcrypto [2020-10-20T00:46:33.326Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T00:46:33.326Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T00:46:33.326Z] 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 [2020-10-20T00:46:33.561Z] luasec 0.9-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:33.561Z] [2020-10-20T00:46:33.561Z] kong 2.0.4-0 depends on penlight 1.7.0 (not installed) [2020-10-20T00:46:33.561Z] Installing https://luarocks.org/penlight-1.7.0-1.src.rock [2020-10-20T00:46:33.606Z] ---> Running in 2fd263c0c6fa [2020-10-20T00:46:34.214Z] Collecting idna<2.8,>=2.5 [2020-10-20T00:46:34.214Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T00:46:34.491Z] Removing intermediate container 2fd263c0c6fa [2020-10-20T00:46:34.491Z] ---> 6c2e4d82496e [2020-10-20T00:46:34.491Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T00:46:34.491Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T00:46:34.491Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T00:46:34.491Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T00:46:34.491Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T00:46:34.511Z] Missing dependencies for penlight 1.7.0-1: [2020-10-20T00:46:34.511Z] luafilesystem (not installed) [2020-10-20T00:46:34.511Z] [2020-10-20T00:46:34.511Z] penlight 1.7.0-1 depends on luafilesystem (not installed) [2020-10-20T00:46:34.511Z] Installing https://luarocks.org/luafilesystem-1.8.0-1.src.rock [2020-10-20T00:46:34.770Z] ---> 32446b62563f [2020-10-20T00:46:34.770Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-20T00:46:35.046Z] ---> Running in b691ba3bb8b7 [2020-10-20T00:46:35.094Z] [2020-10-20T00:46:35.094Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/lfs.c -o src/lfs.o [2020-10-20T00:46:35.094Z] gcc -shared -o lfs.so src/lfs.o [2020-10-20T00:46:35.325Z] ---> Running in ac5e88b259b3 [2020-10-20T00:46:35.359Z] luafilesystem 1.8.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:46:35.359Z] [2020-10-20T00:46:35.937Z] Installing collected packages: cached-property, jsonschema, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, dockerpty, texttable, docker-compose [2020-10-20T00:46:36.213Z] Removing intermediate container b691ba3bb8b7 [2020-10-20T00:46:36.213Z] ---> 7b5525ef9956 [2020-10-20T00:46:36.213Z] Step 22/23 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:46:36.820Z] Running setup.py install for PyYAML: started [2020-10-20T00:46:37.102Z] ---> Running in c3eabe659d1d [2020-10-20T00:46:37.289Z] penlight 1.7.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:46:37.289Z] [2020-10-20T00:46:37.289Z] kong 2.0.4-0 depends on lua-resty-http 0.15 (not installed) [2020-10-20T00:46:37.289Z] Installing https://luarocks.org/lua-resty-http-0.15-0.src.rock [2020-10-20T00:46:37.871Z] [2020-10-20T00:46:37.871Z] lua-resty-http 0.15-0 is now installed in /build/parts/kong/install (license: 2-clause BSD) [2020-10-20T00:46:37.871Z] [2020-10-20T00:46:37.871Z] kong 2.0.4-0 depends on lua-resty-jit-uuid 0.0.7 (not installed) [2020-10-20T00:46:38.129Z] 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 [2020-10-20T00:46:38.130Z] Removing intermediate container c3eabe659d1d [2020-10-20T00:46:38.130Z] ---> 2f1d11a83924 [2020-10-20T00:46:38.130Z] Step 23/23 : LABEL version=0.0.0 [2020-10-20T00:46:38.134Z] Installing https://luarocks.org/lua-resty-jit-uuid-0.0.7-2.src.rock [2020-10-20T00:46:38.398Z] [2020-10-20T00:46:38.660Z] lua-resty-jit-uuid 0.0.7-2 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:38.660Z] [2020-10-20T00:46:38.660Z] kong 2.0.4-0 depends on multipart 0.5.6 (not installed) [2020-10-20T00:46:38.661Z] Installing https://luarocks.org/multipart-0.5.6-1.src.rock [2020-10-20T00:46:38.740Z] ---> Running in 037545989ff4 [2020-10-20T00:46:39.237Z] [2020-10-20T00:46:39.237Z] multipart 0.5.6-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:39.237Z] [2020-10-20T00:46:39.237Z] kong 2.0.4-0 depends on version 1.0.1 (not installed) [2020-10-20T00:46:39.237Z] Installing https://luarocks.org/version-1.0.1-2.src.rock [2020-10-20T00:46:39.813Z] [2020-10-20T00:46:40.075Z] version 1.0.1-2 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:46:40.075Z] [2020-10-20T00:46:40.075Z] kong 2.0.4-0 depends on kong-lapis 1.7.0.1 (not installed) [2020-10-20T00:46:40.075Z] Installing https://luarocks.org/kong-lapis-1.7.0.1-1.src.rock [2020-10-20T00:46:40.190Z] Removing intermediate container 037545989ff4 [2020-10-20T00:46:40.191Z] ---> 4d02f919711c [2020-10-20T00:46:40.191Z] [2020-10-20T00:46:40.792Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T00:46:41.023Z] Missing dependencies for kong-lapis 1.7.0.1-1: [2020-10-20T00:46:41.023Z] ansicolors (not installed) [2020-10-20T00:46:41.023Z] date (not installed) [2020-10-20T00:46:41.023Z] etlua (not installed) [2020-10-20T00:46:41.023Z] loadkit (not installed) [2020-10-20T00:46:41.023Z] lpeg (not installed) [2020-10-20T00:46:41.023Z] mimetypes (not installed) [2020-10-20T00:46:41.023Z] pgmoon (not installed) [2020-10-20T00:46:41.023Z] [2020-10-20T00:46:41.023Z] kong-lapis 1.7.0.1-1 depends on ansicolors (not installed) [2020-10-20T00:46:41.023Z] Installing https://luarocks.org/ansicolors-1.0.2-3.src.rock [2020-10-20T00:46:41.068Z] Successfully built 4d02f919711c [2020-10-20T00:46:41.286Z] [2020-10-20T00:46:41.344Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T00:46:41.344Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-20T00:46:41.344Z] Attempting uninstall: urllib3 [2020-10-20T00:46:41.344Z] Found existing installation: urllib3 1.25.9 [2020-10-20T00:46:41.548Z] ansicolors 1.0.2-3 is now installed in /build/parts/kong/install (license: MIT ) [2020-10-20T00:46:41.548Z] [2020-10-20T00:46:41.548Z] kong-lapis 1.7.0.1-1 depends on date (not installed) [2020-10-20T00:46:41.548Z] Installing https://luarocks.org/date-2.1.2-1.src.rock [2020-10-20T00:46:41.620Z] Uninstalling urllib3-1.25.9: [2020-10-20T00:46:41.896Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T00:46:42.123Z] [2020-10-20T00:46:42.386Z] date 2.1.2-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:42.386Z] [2020-10-20T00:46:42.386Z] kong-lapis 1.7.0.1-1 depends on etlua (not installed) [2020-10-20T00:46:42.386Z] Installing https://luarocks.org/etlua-1.3.0-1.src.rock [2020-10-20T00:46:42.501Z] ---> 118a88981182 [2020-10-20T00:46:42.501Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T00:46:42.648Z] [2020-10-20T00:46:42.777Z] Attempting uninstall: idna [2020-10-20T00:46:42.777Z] Found existing installation: idna 2.9 [2020-10-20T00:46:42.777Z] ---> Running in 0d9745ed78e1 [2020-10-20T00:46:42.777Z] Uninstalling idna-2.9: [2020-10-20T00:46:42.913Z] etlua 1.3.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:42.913Z] [2020-10-20T00:46:42.913Z] kong-lapis 1.7.0.1-1 depends on loadkit (not installed) [2020-10-20T00:46:42.913Z] Installing https://luarocks.org/loadkit-1.1.0-1.src.rock [2020-10-20T00:46:43.052Z] Successfully uninstalled idna-2.9 [2020-10-20T00:46:43.175Z] [2020-10-20T00:46:43.444Z] loadkit 1.1.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:43.444Z] [2020-10-20T00:46:43.444Z] kong-lapis 1.7.0.1-1 depends on lpeg (not installed) [2020-10-20T00:46:43.444Z] Installing https://luarocks.org/lpeg-1.0.2-1.src.rock [2020-10-20T00:46:44.023Z] [2020-10-20T00:46:44.040Z] Attempting uninstall: requests [2020-10-20T00:46:44.040Z] Found existing installation: requests 2.23.0 [2020-10-20T00:46:44.040Z] Uninstalling requests-2.23.0: [2020-10-20T00:46:44.287Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpcap.c -o lpcap.o [2020-10-20T00:46:44.287Z] In file included from lpcap.h:9:0, [2020-10-20T00:46:44.287Z] from lpcap.c:9: [2020-10-20T00:46:44.287Z] lptypes.h:38:0: warning: "luaL_newlib" redefined [2020-10-20T00:46:44.287Z] #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) [2020-10-20T00:46:44.287Z] [2020-10-20T00:46:44.287Z] In file included from lpcap.c:7:0: [2020-10-20T00:46:44.287Z] /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition [2020-10-20T00:46:44.287Z] #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) [2020-10-20T00:46:44.287Z] [2020-10-20T00:46:44.319Z] Successfully uninstalled requests-2.23.0 [2020-10-20T00:46:44.551Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpcode.c -o lpcode.o [2020-10-20T00:46:44.551Z] In file included from lpcode.c:12:0: [2020-10-20T00:46:44.551Z] lptypes.h:38:0: warning: "luaL_newlib" redefined [2020-10-20T00:46:44.551Z] #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) [2020-10-20T00:46:44.551Z] [2020-10-20T00:46:44.551Z] In file included from lpcode.c:10:0: [2020-10-20T00:46:44.551Z] /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition [2020-10-20T00:46:44.551Z] #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) [2020-10-20T00:46:44.551Z] [2020-10-20T00:46:44.814Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpprint.c -o lpprint.o [2020-10-20T00:46:44.814Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lptree.c -o lptree.o [2020-10-20T00:46:44.814Z] In file included from lptree.c:14:0: [2020-10-20T00:46:44.814Z] lptypes.h:38:0: warning: "luaL_newlib" redefined [2020-10-20T00:46:44.814Z] #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) [2020-10-20T00:46:44.814Z] [2020-10-20T00:46:44.814Z] In file included from lptree.c:12:0: [2020-10-20T00:46:44.814Z] /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition [2020-10-20T00:46:44.814Z] #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) [2020-10-20T00:46:44.814Z] [2020-10-20T00:46:45.305Z] 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 [2020-10-20T00:46:45.390Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpvm.c -o lpvm.o [2020-10-20T00:46:45.390Z] In file included from lpcap.h:9:0, [2020-10-20T00:46:45.390Z] from lpvm.c:13: [2020-10-20T00:46:45.390Z] lptypes.h:38:0: warning: "luaL_newlib" redefined [2020-10-20T00:46:45.390Z] #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) [2020-10-20T00:46:45.390Z] [2020-10-20T00:46:45.391Z] In file included from lpvm.c:11:0: [2020-10-20T00:46:45.391Z] /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition [2020-10-20T00:46:45.391Z] #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) [2020-10-20T00:46:45.391Z] [2020-10-20T00:46:45.391Z] gcc -shared -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o [2020-10-20T00:46:45.391Z] lpeg 1.0.2-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:46:45.391Z] [2020-10-20T00:46:45.391Z] kong-lapis 1.7.0.1-1 depends on mimetypes (not installed) [2020-10-20T00:46:45.653Z] Installing https://luarocks.org/mimetypes-1.0.0-2.src.rock [2020-10-20T00:46:45.902Z] Running setup.py install for docopt: started [2020-10-20T00:46:45.938Z] [2020-10-20T00:46:46.220Z] mimetypes 1.0.0-2 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:46:46.220Z] [2020-10-20T00:46:46.220Z] kong-lapis 1.7.0.1-1 depends on pgmoon (not installed) [2020-10-20T00:46:46.220Z] Installing https://luarocks.org/pgmoon-1.11.0-1.src.rock [2020-10-20T00:46:46.824Z] Missing dependencies for pgmoon 1.11.0-1: [2020-10-20T00:46:46.824Z] luabitop (not installed) [2020-10-20T00:46:46.824Z] [2020-10-20T00:46:46.824Z] pgmoon 1.11.0-1 depends on luabitop (not installed) [2020-10-20T00:46:46.824Z] Installing https://luarocks.org/luabitop-1.0.2-3.rockspec [2020-10-20T00:46:47.094Z] [2020-10-20T00:46:47.094Z] Cloning into 'luabitop'... [2020-10-20T00:46:47.384Z] remote: Enumerating objects: 32, done. [2020-10-20T00:46:47.384Z] remote: Counting objects: 3% (1/32) remote: Counting objects: 6% (2/32) remote: Counting objects: 9% (3/32) remote: Counting objects: 12% (4/32) remote: Counting objects: 15% (5/32) remote: Counting objects: 18% (6/32) remote: Counting objects: 21% (7/32) remote: Counting objects: 25% (8/32) remote: Counting objects: 28% (9/32) remote: Counting objects: 31% (10/32) remote: Counting objects: 34% (11/32) remote: Counting objects: 37% (12/32) remote: Counting objects: 40% (13/32) remote: Counting objects: 43% (14/32) remote: Counting objects: 46% (15/32) remote: Counting objects: 50% (16/32) remote: Counting objects: 53% (17/32) remote: Counting objects: 56% (18/32) remote: Counting objects: 59% (19/32) remote: Counting objects: 62% (20/32) remote: Counting objects: 65% (21/32) remote: Counting objects: 68% (22/32) remote: Counting objects: 71% (23/32) remote: Counting objects: 75% (24/32) remote: Counting objects: 78% (25/32) remote: Counting objects: 81% (26/32) remote: Counting objects: 84% (27/32) remote: Counting objects: 87% (28/32) remote: Counting objects: 90% (29/32) remote: Counting objects: 93% (30/32) remote: Counting objects: 96% (31/32) remote: Counting objects: 100% (32/32) remote: Counting objects: 100% (32/32), done. [2020-10-20T00:46:47.384Z] remote: Compressing objects: 3% (1/28) remote: Compressing objects: 7% (2/28) remote: Compressing objects: 10% (3/28) remote: Compressing objects: 14% (4/28) remote: Compressing objects: 17% (5/28) remote: Compressing objects: 21% (6/28) remote: Compressing objects: 25% (7/28) remote: Compressing objects: 28% (8/28) remote: Compressing objects: 32% (9/28) remote: Compressing objects: 35% (10/28) remote: Compressing objects: 39% (11/28) remote: Compressing objects: 42% (12/28) remote: Compressing objects: 46% (13/28) remote: Compressing objects: 50% (14/28) remote: Compressing objects: 53% (15/28) remote: Compressing objects: 57% (16/28) remote: Compressing objects: 60% (17/28) remote: Compressing objects: 64% (18/28) remote: Compressing objects: 67% (19/28) remote: Compressing objects: 71% (20/28) remote: Compressing objects: 75% (21/28) remote: Compressing objects: 78% (22/28) remote: Compressing objects: 82% (23/28) remote: Compressing objects: 85% (24/28) remote: Compressing objects: 89% (25/28) remote: Compressing objects: 92% (26/28) remote: Compressing objects: 96% (27/28) remote: Compressing objects: 100% (28/28) remote: Compressing objects: 100% (28/28), done. [2020-10-20T00:46:47.385Z] Receiving objects: 3% (1/32) Receiving objects: 6% (2/32) Receiving objects: 9% (3/32) Receiving objects: 12% (4/32) Receiving objects: 15% (5/32) Receiving objects: 18% (6/32) Receiving objects: 21% (7/32) Receiving objects: 25% (8/32) Receiving objects: 28% (9/32) Receiving objects: 31% (10/32) Receiving objects: 34% (11/32) Receiving objects: 37% (12/32) Receiving objects: 40% (13/32) Receiving objects: 43% (14/32) Receiving objects: 46% (15/32) Receiving objects: 50% (16/32) Receiving objects: 53% (17/32) Receiving objects: 56% (18/32) Receiving objects: 59% (19/32) Receiving objects: 62% (20/32) Receiving objects: 65% (21/32) Receiving objects: 68% (22/32) Receiving objects: 71% (23/32) Receiving objects: 75% (24/32) Receiving objects: 78% (25/32) Receiving objects: 81% (26/32) remote: Total 32 (delta 2), reused 22 (delta 2), pack-reused 0 [2020-10-20T00:46:47.385Z] Receiving objects: 84% (27/32) Receiving objects: 87% (28/32) Receiving objects: 90% (29/32) Receiving objects: 93% (30/32) Receiving objects: 96% (31/32) Receiving objects: 100% (32/32) Receiving objects: 100% (32/32), 37.18 KiB | 1.24 MiB/s, done. [2020-10-20T00:46:47.385Z] Resolving deltas: 0% (0/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2020-10-20T00:46:47.385Z] Note: checking out 'ad0412ab7f94bd3d5b4ff3ddc1037e0e9531d54a'. [2020-10-20T00:46:47.385Z] [2020-10-20T00:46:47.385Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:46:47.385Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:46:47.385Z] state without impacting any branches by performing another checkout. [2020-10-20T00:46:47.385Z] [2020-10-20T00:46:47.385Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:46:47.385Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:46:47.385Z] [2020-10-20T00:46:47.385Z] git checkout -b [2020-10-20T00:46:47.385Z] [2020-10-20T00:46:47.659Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c bit.c -o bit.o [2020-10-20T00:46:47.659Z] gcc -shared -o bit.so bit.o [2020-10-20T00:46:47.935Z] luabitop 1.0.2-3 is now installed in /build/parts/kong/install (license: MIT/X license) [2020-10-20T00:46:47.935Z] [2020-10-20T00:46:48.215Z] pgmoon 1.11.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:48.215Z] [2020-10-20T00:46:49.324Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T00:46:49.324Z] Running setup.py install for dockerpty: started [2020-10-20T00:46:51.537Z] kong-lapis 1.7.0.1-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:51.537Z] [2020-10-20T00:46:51.537Z] kong 2.0.4-0 depends on lua-cassandra 1.5.0 (not installed) [2020-10-20T00:46:51.537Z] Installing https://luarocks.org/lua-cassandra-1.5.0-0.src.rock [2020-10-20T00:46:52.114Z] [2020-10-20T00:46:53.060Z] lua-cassandra 1.5.0-0 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:53.060Z] [2020-10-20T00:46:53.060Z] kong 2.0.4-0 depends on pgmoon 1.10.0 (1.11.0-1 installed) [2020-10-20T00:46:53.060Z] Installing https://luarocks.org/pgmoon-1.10.0-1.rockspec [2020-10-20T00:46:53.323Z] [2020-10-20T00:46:53.323Z] Cloning into 'pgmoon'... [2020-10-20T00:46:53.587Z] remote: Enumerating objects: 39, done. [2020-10-20T00:46:53.587Z] remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. [2020-10-20T00:46:53.587Z] remote: Compressing objects: 2% (1/34) remote: Compressing objects: 5% (2/34) remote: Compressing objects: 8% (3/34) remote: Compressing objects: 11% (4/34) remote: Compressing objects: 14% (5/34) remote: Compressing objects: 17% (6/34) remote: Compressing objects: 20% (7/34) remote: Compressing objects: 23% (8/34) remote: Compressing objects: 26% (9/34) remote: Compressing objects: 29% (10/34) remote: Compressing objects: 32% (11/34) remote: Compressing objects: 35% (12/34) remote: Compressing objects: 38% (13/34) remote: Compressing objects: 41% (14/34) remote: Compressing objects: 44% (15/34) remote: Compressing objects: 47% (16/34) remote: Compressing objects: 50% (17/34) remote: Compressing objects: 52% (18/34) remote: Compressing objects: 55% (19/34) remote: Compressing objects: 58% (20/34) remote: Compressing objects: 61% (21/34) remote: Compressing objects: 64% (22/34) remote: Compressing objects: 67% (23/34) remote: Compressing objects: 70% (24/34) remote: Compressing objects: 73% (25/34) remote: Compressing objects: 76% (26/34) remote: Compressing objects: 79% (27/34) remote: Compressing objects: 82% (28/34) remote: Compressing objects: 85% (29/34) remote: Compressing objects: 88% (30/34) remote: Compressing objects: 91% (31/34) remote: Compressing objects: 94% (32/34) remote: Compressing objects: 97% (33/34) remote: Compressing objects: 100% (34/34) remote: Compressing objects: 100% (34/34), done. [2020-10-20T00:46:53.587Z] Receiving objects: 2% (1/39) Receiving objects: 5% (2/39) Receiving objects: 7% (3/39) Receiving objects: 10% (4/39) Receiving objects: 12% (5/39) Receiving objects: 15% (6/39) Receiving objects: 17% (7/39) Receiving objects: 20% (8/39) Receiving objects: 23% (9/39) Receiving objects: 25% (10/39) Receiving objects: 28% (11/39) Receiving objects: 30% (12/39) Receiving objects: 33% (13/39) Receiving objects: 35% (14/39) Receiving objects: 38% (15/39) Receiving objects: 41% (16/39) Receiving objects: 43% (17/39) Receiving objects: 46% (18/39) Receiving objects: 48% (19/39) Receiving objects: 51% (20/39) Receiving objects: 53% (21/39) Receiving objects: 56% (22/39) Receiving objects: 58% (23/39) Receiving objects: 61% (24/39) Receiving objects: 64% (25/39) Receiving objects: 66% (26/39) Receiving objects: 69% (27/39) Receiving objects: 71% (28/39) Receiving objects: 74% (29/39) Receiving objects: 76% (30/39) Receiving objects: 79% (31/39) Receiving objects: 82% (32/39) Receiving objects: 84% (33/39) Receiving objects: 87% (34/39) Receiving objects: 89% (35/39) Receiving objects: 92% (36/39) remote: Total 39 (delta 4), reused 18 (delta 0), pack-reused 0 [2020-10-20T00:46:53.587Z] Receiving objects: 94% (37/39) Receiving objects: 97% (38/39) Receiving objects: 100% (39/39) Receiving objects: 100% (39/39), 27.94 KiB | 1.40 MiB/s, done. [2020-10-20T00:46:53.587Z] Resolving deltas: 0% (0/4) Resolving deltas: 50% (2/4) Resolving deltas: 75% (3/4) Resolving deltas: 100% (4/4) Resolving deltas: 100% (4/4), done. [2020-10-20T00:46:53.657Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T00:46:53.657Z] Running setup.py install for texttable: started [2020-10-20T00:46:53.849Z] Note: checking out 'edb85888fd56dc38fe1ca3e5bc96a99a5267d677'. [2020-10-20T00:46:53.849Z] [2020-10-20T00:46:53.849Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:46:53.849Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:46:53.849Z] state without impacting any branches by performing another checkout. [2020-10-20T00:46:53.849Z] [2020-10-20T00:46:53.849Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:46:53.849Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:46:53.849Z] [2020-10-20T00:46:53.849Z] git checkout -b [2020-10-20T00:46:53.849Z] [2020-10-20T00:46:54.114Z] pgmoon 1.10.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:54.114Z] [2020-10-20T00:46:54.114Z] Checking stability of dependencies in the absence of [2020-10-20T00:46:54.114Z] pgmoon 1.11.0-1... [2020-10-20T00:46:54.114Z] [2020-10-20T00:46:54.114Z] Removing pgmoon 1.11.0-1... [2020-10-20T00:46:54.382Z] Removal successful. [2020-10-20T00:46:54.382Z] kong 2.0.4-0 depends on luatz 0.4 (not installed) [2020-10-20T00:46:54.649Z] Installing https://luarocks.org/luatz-0.4-1.src.rock [2020-10-20T00:46:54.913Z] [2020-10-20T00:46:55.858Z] luatz 0.4-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:55.858Z] [2020-10-20T00:46:55.858Z] kong 2.0.4-0 depends on lua_system_constants 0.1.4 (not installed) [2020-10-20T00:46:55.858Z] Installing https://luarocks.org/lua_system_constants-0.1.4-0.src.rock [2020-10-20T00:46:56.120Z] [2020-10-20T00:46:56.120Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_system_constants.c -o lua_system_constants.o [2020-10-20T00:46:56.120Z] lua_system_constants.c:13:0: warning: "luaL_newlib" redefined [2020-10-20T00:46:56.120Z] # define luaL_newlib(L,l) (lua_newtable(L), luaL_register(L,NULL,l)) [2020-10-20T00:46:56.120Z] [2020-10-20T00:46:56.120Z] In file included from lua_system_constants.c:8:0: [2020-10-20T00:46:56.120Z] /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition [2020-10-20T00:46:56.120Z] #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) [2020-10-20T00:46:56.120Z] [2020-10-20T00:46:56.382Z] gcc -shared -o lua_system_constants.so lua_system_constants.o [2020-10-20T00:46:56.382Z] lua_system_constants 0.1.4-0 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:56.382Z] [2020-10-20T00:46:56.382Z] kong 2.0.4-0 depends on lyaml 6.2.4 (not installed) [2020-10-20T00:46:56.382Z] Installing https://luarocks.org/lyaml-6.2.4-1.src.rock [2020-10-20T00:46:56.962Z] [2020-10-20T00:46:57.064Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T00:46:57.228Z] /build/stage/bin/lua build-aux/luke package="lyaml" version="6.2.4" PREFIX="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1" CFLAGS="-O2 -fPIC" LIBFLAG="-shared" LIB_EXTENSION="so" OBJ_EXTENSION="o" LUA="/build/stage/bin/lua" LUA_DIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lua" LUA_INCDIR="/build/stage/luajit/include/luajit-2.1" YAML_DIR="/usr" YAML_INCDIR="/usr/include" YAML_LIBDIR="/usr/lib/x86_64-linux-gnu" [2020-10-20T00:46:57.228Z] creating build-aux/config.ld [2020-10-20T00:46:57.228Z] gcc -O2 -fPIC -shared -isystem/build/parts/kong/install/usr/include -isystem/build/parts/kong/install/usr/include/x86_64-linux-gnu -isystem/build/stage/include -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE='"lyaml"' -DVERSION='"6.2.4"' -Iext/include -I/build/stage/luajit/include/luajit-2.1 -I/usr/include ext/yaml/yaml.c ext/yaml/emitter.c ext/yaml/parser.c ext/yaml/scanner.c -o linux/yaml.so -L/usr/lib/x86_64-linux-gnu -lyaml [2020-10-20T00:46:57.802Z] true -c build-aux/config.ld . [2020-10-20T00:46:57.802Z] /build/stage/bin/lua build-aux/luke install --quiet INST_LIBDIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lib" INST_LUADIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lua" [2020-10-20T00:46:58.064Z] lyaml 6.2.4-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:46:58.064Z] [2020-10-20T00:46:58.064Z] kong 2.0.4-0 depends on lua-resty-iputils 0.3.0 (not installed) [2020-10-20T00:46:58.064Z] Installing https://luarocks.org/lua-resty-iputils-0.3.0-1.src.rock [2020-10-20T00:46:58.645Z] [2020-10-20T00:46:58.645Z] lua-resty-iputils 0.3.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:46:58.645Z] [2020-10-20T00:46:58.645Z] kong 2.0.4-0 depends on luasyslog 1.0.0 (not installed) [2020-10-20T00:46:58.645Z] Installing https://luarocks.org/luasyslog-1.0.0-2.src.rock [2020-10-20T00:46:59.084Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-20T00:46:59.219Z] Missing dependencies for luasyslog 1.0.0-2: [2020-10-20T00:46:59.220Z] lualogging >= 1.1.4 (not installed) [2020-10-20T00:46:59.220Z] [2020-10-20T00:46:59.220Z] luasyslog 1.0.0-2 depends on lualogging >= 1.1.4 (not installed) [2020-10-20T00:46:59.220Z] Installing https://luarocks.org/lualogging-1.4.0-1.src.rock [2020-10-20T00:46:59.797Z] [2020-10-20T00:47:00.061Z] lualogging 1.4.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:47:00.061Z] [2020-10-20T00:47:00.061Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lsyslog.c -o lsyslog.o -DluaL_reg=luaL_Reg [2020-10-20T00:47:00.323Z] gcc -shared -o lsyslog.so lsyslog.o [2020-10-20T00:47:00.323Z] luasyslog 1.0.0-2 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:47:00.323Z] [2020-10-20T00:47:00.323Z] kong 2.0.4-0 depends on lua_pack 1.0.5 (not installed) [2020-10-20T00:47:00.587Z] Installing https://luarocks.org/lua_pack-1.0.5-0.rockspec [2020-10-20T00:47:00.857Z] [2020-10-20T00:47:01.124Z] Cloning into 'lua-pack'... [2020-10-20T00:47:01.124Z] remote: Enumerating objects: 9, done. [2020-10-20T00:47:01.124Z] remote: Counting objects: 11% (1/9) remote: Counting objects: 22% (2/9) remote: Counting objects: 33% (3/9) remote: Counting objects: 44% (4/9) remote: Counting objects: 55% (5/9) remote: Counting objects: 66% (6/9) remote: Counting objects: 77% (7/9) remote: Counting objects: 88% (8/9) remote: Counting objects: 100% (9/9) remote: Counting objects: 100% (9/9), done. [2020-10-20T00:47:01.124Z] remote: Compressing objects: 11% (1/9) remote: Compressing objects: 22% (2/9) remote: Compressing objects: 33% (3/9) remote: Compressing objects: 44% (4/9) remote: Compressing objects: 55% (5/9) remote: Compressing objects: 66% (6/9) remote: Compressing objects: 77% (7/9) remote: Compressing objects: 88% (8/9) remote: Compressing objects: 100% (9/9) remote: Compressing objects: 100% (9/9), done. [2020-10-20T00:47:01.124Z] remote: Total 9 (delta 0), reused 8 (delta 0), pack-reused 0 [2020-10-20T00:47:01.124Z] Receiving objects: 11% (1/9) Receiving objects: 22% (2/9) Receiving objects: 33% (3/9) Receiving objects: 44% (4/9) Receiving objects: 55% (5/9) Receiving objects: 66% (6/9) Receiving objects: 77% (7/9) Receiving objects: 88% (8/9) Receiving objects: 100% (9/9) Receiving objects: 100% (9/9), 5.61 KiB | 5.61 MiB/s, done. [2020-10-20T00:47:01.398Z] Note: checking out 'a6be40142a543b4cb745c19b40669961c89c50c2'. [2020-10-20T00:47:01.398Z] [2020-10-20T00:47:01.398Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:47:01.398Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:47:01.398Z] state without impacting any branches by performing another checkout. [2020-10-20T00:47:01.398Z] [2020-10-20T00:47:01.398Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:47:01.398Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:47:01.398Z] [2020-10-20T00:47:01.398Z] git checkout -b [2020-10-20T00:47:01.398Z] [2020-10-20T00:47:01.398Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_pack.c -o lua_pack.o [2020-10-20T00:47:01.664Z] gcc -shared -o lua_pack.so lua_pack.o [2020-10-20T00:47:01.932Z] lua_pack 1.0.5-0 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:47:01.932Z] [2020-10-20T00:47:01.932Z] kong 2.0.4-0 depends on lua-resty-dns-client 4.1.3 (not installed) [2020-10-20T00:47:01.932Z] Installing https://luarocks.org/lua-resty-dns-client-4.1.3-1.src.rock [2020-10-20T00:47:02.883Z] Missing dependencies for lua-resty-dns-client 4.1.3-1: [2020-10-20T00:47:02.883Z] lrandom (not installed) [2020-10-20T00:47:02.883Z] lua-resty-timer < 1.0 (not installed) [2020-10-20T00:47:02.883Z] binaryheap >= 0.4 (not installed) [2020-10-20T00:47:02.883Z] [2020-10-20T00:47:02.883Z] lua-resty-dns-client 4.1.3-1 depends on lrandom (not installed) [2020-10-20T00:47:02.883Z] Installing https://luarocks.org/lrandom-20180729-1.src.rock [2020-10-20T00:47:03.144Z] [2020-10-20T00:47:03.406Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lrandom.c -o lrandom.o [2020-10-20T00:47:03.406Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c random.c -o random.o [2020-10-20T00:47:03.406Z] gcc -shared -o random.so lrandom.o random.o [2020-10-20T00:47:03.667Z] lrandom 20180729-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:47:03.667Z] [2020-10-20T00:47:03.667Z] lua-resty-dns-client 4.1.3-1 depends on lua-resty-timer < 1.0 (not installed) [2020-10-20T00:47:03.667Z] Installing https://luarocks.org/lua-resty-timer-0.3.0-1.src.rock [2020-10-20T00:47:04.239Z] [2020-10-20T00:47:04.500Z] lua-resty-timer 0.3.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:04.500Z] [2020-10-20T00:47:04.500Z] lua-resty-dns-client 4.1.3-1 depends on binaryheap >= 0.4 (not installed) [2020-10-20T00:47:04.500Z] Installing https://luarocks.org/binaryheap-0.4-1.src.rock [2020-10-20T00:47:04.761Z] [2020-10-20T00:47:05.333Z] binaryheap 0.4-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:47:05.333Z] [2020-10-20T00:47:05.893Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:47:05.894Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T00:47:05.894Z] ---> c5b1303646f0 [2020-10-20T00:47:05.894Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T00:47:05.894Z] ---> Using cache [2020-10-20T00:47:05.894Z] ---> a0395e35eebe [2020-10-20T00:47:05.894Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T00:47:05.916Z] lua-resty-dns-client 4.1.3-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:05.916Z] [2020-10-20T00:47:05.916Z] kong 2.0.4-0 depends on lua-resty-worker-events 1.0.0 (not installed) [2020-10-20T00:47:05.916Z] Installing https://luarocks.org/lua-resty-worker-events-1.0.0-1.src.rock [2020-10-20T00:47:06.492Z] [2020-10-20T00:47:06.752Z] lua-resty-worker-events 1.0.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:06.752Z] [2020-10-20T00:47:06.752Z] kong 2.0.4-0 depends on lua-resty-mediador 0.1.2 (not installed) [2020-10-20T00:47:06.752Z] Installing https://luarocks.org/lua-resty-mediador-0.1.2-1.src.rock [2020-10-20T00:47:06.893Z] ---> Running in 03b03841f6a6 [2020-10-20T00:47:07.015Z] [2020-10-20T00:47:07.278Z] lua-resty-mediador 0.1.2-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:47:07.278Z] [2020-10-20T00:47:07.278Z] kong 2.0.4-0 depends on lua-resty-healthcheck 1.2.0 (not installed) [2020-10-20T00:47:07.278Z] Installing https://luarocks.org/lua-resty-healthcheck-1.2.0-2.src.rock [2020-10-20T00:47:07.852Z] [2020-10-20T00:47:08.427Z] lua-resty-healthcheck 1.2.0-2 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:08.427Z] [2020-10-20T00:47:08.427Z] kong 2.0.4-0 depends on lua-resty-cookie 0.1.0 (not installed) [2020-10-20T00:47:08.427Z] Installing https://luarocks.org/lua-resty-cookie-0.1.0-1.rockspec [2020-10-20T00:47:09.005Z] [2020-10-20T00:47:09.005Z] Cloning into 'lua-resty-cookie'... [2020-10-20T00:47:09.294Z] remote: Enumerating objects: 10, done. [2020-10-20T00:47:09.294Z] remote: Counting objects: 10% (1/10) remote: Counting objects: 20% (2/10) remote: Counting objects: 30% (3/10) remote: Counting objects: 40% (4/10) remote: Counting objects: 50% (5/10) remote: Counting objects: 60% (6/10) remote: Counting objects: 70% (7/10) remote: Counting objects: 80% (8/10) remote: Counting objects: 90% (9/10) remote: Counting objects: 100% (10/10) remote: Counting objects: 100% (10/10), done. [2020-10-20T00:47:09.294Z] remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. [2020-10-20T00:47:09.294Z] remote: Total 10 (delta 0), reused 8 (delta 0), pack-reused 0 [2020-10-20T00:47:09.294Z] Receiving objects: 10% (1/10) Receiving objects: 20% (2/10) Receiving objects: 30% (3/10) Receiving objects: 40% (4/10) Receiving objects: 50% (5/10) Receiving objects: 60% (6/10) Receiving objects: 70% (7/10) Receiving objects: 80% (8/10) Receiving objects: 90% (9/10) Receiving objects: 100% (10/10) Receiving objects: 100% (10/10), 5.88 KiB | 5.88 MiB/s, done. [2020-10-20T00:47:09.294Z] Note: checking out 'bbd0df6bca3cac22138225d6a36243ce767d5881'. [2020-10-20T00:47:09.294Z] [2020-10-20T00:47:09.294Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:47:09.294Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:47:09.294Z] state without impacting any branches by performing another checkout. [2020-10-20T00:47:09.294Z] [2020-10-20T00:47:09.294Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:47:09.294Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:47:09.294Z] [2020-10-20T00:47:09.294Z] git checkout -b [2020-10-20T00:47:09.294Z] [2020-10-20T00:47:09.294Z] lua-resty-cookie 0.1.0-1 is now installed in /build/parts/kong/install (license: BSD) [2020-10-20T00:47:09.294Z] [2020-10-20T00:47:09.294Z] kong 2.0.4-0 depends on lua-resty-mlcache 2.4.1 (not installed) [2020-10-20T00:47:09.294Z] Installing https://luarocks.org/lua-resty-mlcache-2.4.1-1.src.rock [2020-10-20T00:47:09.868Z] [2020-10-20T00:47:10.129Z] lua-resty-mlcache 2.4.1-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:47:10.129Z] [2020-10-20T00:47:10.129Z] kong 2.0.4-0 depends on lua-messagepack 0.5.2 (not installed) [2020-10-20T00:47:10.129Z] Installing https://luarocks.org/lua-messagepack-0.5.2-1.src.rock [2020-10-20T00:47:10.309Z] Removing intermediate container 44791c41f6f0 [2020-10-20T00:47:10.310Z] ---> 7dbb09e99ab0 [2020-10-20T00:47:10.310Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T00:47:10.310Z] ---> Running in a38bd34af540 [2020-10-20T00:47:10.701Z] [2020-10-20T00:47:10.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:47:10.961Z] lua-messagepack 0.5.2-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:47:10.961Z] [2020-10-20T00:47:10.961Z] kong 2.0.4-0 depends on lua-resty-openssl 0.6.3 (not installed) [2020-10-20T00:47:10.961Z] Installing https://luarocks.org/lua-resty-openssl-0.6.3-1.src.rock [2020-10-20T00:47:11.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:47:12.355Z] [2020-10-20T00:47:12.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:47:12.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:47:13.072Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:47:13.072Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:47:13.073Z] OK: 12623 distinct packages available [2020-10-20T00:47:13.767Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T00:47:13.767Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T00:47:13.767Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T00:47:13.767Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:47:13.767Z] OK: 71 MiB in 58 packages [2020-10-20T00:47:14.292Z] lua-resty-openssl 0.6.3-1 is now installed in /build/parts/kong/install (license: BSD) [2020-10-20T00:47:14.292Z] [2020-10-20T00:47:14.292Z] kong 2.0.4-0 depends on lua-resty-counter 0.2.0 (not installed) [2020-10-20T00:47:14.374Z] OK: 217 MiB in 51 packages [2020-10-20T00:47:14.558Z] Installing https://luarocks.org/lua-resty-counter-0.2.0-1.src.rock [2020-10-20T00:47:15.137Z] [2020-10-20T00:47:15.137Z] lua-resty-counter 0.2.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:15.137Z] [2020-10-20T00:47:15.137Z] kong 2.0.4-0 depends on kong-plugin-azure-functions ~> 0.4 (not installed) [2020-10-20T00:47:15.137Z] Installing https://luarocks.org/kong-plugin-azure-functions-0.4.2-1.src.rock [2020-10-20T00:47:15.709Z] [2020-10-20T00:47:15.709Z] kong-plugin-azure-functions 0.4.2-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:15.709Z] [2020-10-20T00:47:15.709Z] kong 2.0.4-0 depends on kong-plugin-zipkin ~> 0.2 (not installed) [2020-10-20T00:47:15.709Z] Installing https://luarocks.org/kong-plugin-zipkin-0.2.1-1.src.rock [2020-10-20T00:47:15.825Z] Removing intermediate container a38bd34af540 [2020-10-20T00:47:15.825Z] ---> 0f068bedfefa [2020-10-20T00:47:15.825Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T00:47:15.825Z] ---> Running in a586431e13be [2020-10-20T00:47:16.282Z] Missing dependencies for kong-plugin-zipkin 0.2.1-1: [2020-10-20T00:47:16.282Z] lua-cjson (not installed) [2020-10-20T00:47:16.282Z] opentracing >= 0.0.2 (not installed) [2020-10-20T00:47:16.282Z] [2020-10-20T00:47:16.282Z] kong-plugin-zipkin 0.2.1-1 depends on lua-cjson (not installed) [2020-10-20T00:47:16.425Z] Removing intermediate container 03b03841f6a6 [2020-10-20T00:47:16.425Z] ---> a31416b931e4 [2020-10-20T00:47:16.425Z] Step 5/29 : COPY go.mod . [2020-10-20T00:47:16.544Z] Installing https://luarocks.org/lua-cjson-2.1.0.6-1.src.rock [2020-10-20T00:47:16.703Z] Removing intermediate container a586431e13be [2020-10-20T00:47:16.703Z] ---> e73606cfed39 [2020-10-20T00:47:16.976Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:47:16.976Z] ---> Running in f64b0127cc2a [2020-10-20T00:47:17.116Z] [2020-10-20T00:47:17.116Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_cjson.c -o lua_cjson.o [2020-10-20T00:47:17.378Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c strbuf.c -o strbuf.o [2020-10-20T00:47:17.640Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c fpconv.c -o fpconv.o [2020-10-20T00:47:17.640Z] gcc -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o [2020-10-20T00:47:17.900Z] lua-cjson 2.1.0.6-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-20T00:47:17.900Z] [2020-10-20T00:47:17.900Z] kong-plugin-zipkin 0.2.1-1 depends on opentracing >= 0.0.2 (not installed) [2020-10-20T00:47:17.900Z] Installing https://luarocks.org/opentracing-0.0.2-0.src.rock [2020-10-20T00:47:17.966Z] Removing intermediate container f64b0127cc2a [2020-10-20T00:47:17.966Z] ---> 61efdfad7761 [2020-10-20T00:47:17.966Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T00:47:17.966Z] ---> 345cb9e41219 [2020-10-20T00:47:17.966Z] Step 6/29 : RUN go mod download [2020-10-20T00:47:17.966Z] ---> Running in 7f3a8ef7fcad [2020-10-20T00:47:17.966Z] ---> Running in e443d6acfb61 [2020-10-20T00:47:18.851Z] Missing dependencies for opentracing 0.0.2-0: [2020-10-20T00:47:18.851Z] luaossl (not installed) [2020-10-20T00:47:18.851Z] [2020-10-20T00:47:18.851Z] opentracing 0.0.2-0 depends on luaossl (not installed) [2020-10-20T00:47:18.851Z] Installing https://luarocks.org/luaossl-20200709-0.src.rock [2020-10-20T00:47:18.946Z] Removing intermediate container 7f3a8ef7fcad [2020-10-20T00:47:18.946Z] ---> 3fbf78acb40d [2020-10-20T00:47:18.946Z] Step 26/27 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:47:19.219Z] ---> Running in fb91fea03845 [2020-10-20T00:47:19.795Z] [2020-10-20T00:47:19.795Z] Applying patch config.h.diff... [2020-10-20T00:47:19.827Z] Removing intermediate container fb91fea03845 [2020-10-20T00:47:19.827Z] ---> f5943aa507b4 [2020-10-20T00:47:19.828Z] Step 27/27 : LABEL version=0.0.0 [2020-10-20T00:47:20.056Z] Hunk 1 found at offset 2... [2020-10-20T00:47:20.056Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/openssl.c -o src/openssl.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl -D_GNU_SOURCE -I/usr/include -I/usr/include [2020-10-20T00:47:20.103Z] ---> Running in 20780d404683 [2020-10-20T00:47:20.707Z] Removing intermediate container 20780d404683 [2020-10-20T00:47:20.707Z] ---> 19a80500f917 [2020-10-20T00:47:20.707Z] [2020-10-20T00:47:21.315Z] Successfully built 19a80500f917 [2020-10-20T00:47:21.315Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T00:47:21.315Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-20T00:47:22.620Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c vendor/compat53/c-api/compat-5.3.c -o vendor/compat53/c-api/compat-5.3.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl -D_GNU_SOURCE -I/usr/include -I/usr/include [2020-10-20T00:47:22.887Z] gcc -shared -o _openssl.so src/openssl.o vendor/compat53/c-api/compat-5.3.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -lssl -lcrypto -lpthread -lm -ldl [2020-10-20T00:47:24.274Z] luaossl 20200709-0 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-20T00:47:24.274Z] [2020-10-20T00:47:24.535Z] opentracing 0.0.2-0 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:24.535Z] [2020-10-20T00:47:24.753Z] Removing intermediate container e443d6acfb61 [2020-10-20T00:47:24.753Z] ---> 15dcf0783b4b [2020-10-20T00:47:24.753Z] Step 7/29 : COPY . . [2020-10-20T00:47:24.795Z] kong-plugin-zipkin 0.2.1-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:24.795Z] [2020-10-20T00:47:24.795Z] kong 2.0.4-0 depends on kong-plugin-serverless-functions ~> 0.3 (not installed) [2020-10-20T00:47:24.795Z] Installing https://luarocks.org/kong-plugin-serverless-functions-0.3.1-0.src.rock [2020-10-20T00:47:25.366Z] [2020-10-20T00:47:25.626Z] kong-plugin-serverless-functions 0.3.1-0 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:25.626Z] [2020-10-20T00:47:25.626Z] kong 2.0.4-0 depends on kong-prometheus-plugin ~> 0.7 (not installed) [2020-10-20T00:47:25.626Z] Installing https://luarocks.org/kong-prometheus-plugin-0.7.1-1.src.rock [2020-10-20T00:47:26.202Z] [2020-10-20T00:47:26.776Z] kong-prometheus-plugin 0.7.1-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:26.776Z] [2020-10-20T00:47:26.776Z] kong 2.0.4-0 depends on kong-proxy-cache-plugin ~> 1.3 (not installed) [2020-10-20T00:47:26.776Z] Installing https://luarocks.org/kong-proxy-cache-plugin-1.3.1-0.rockspec [2020-10-20T00:47:27.042Z] [2020-10-20T00:47:27.042Z] Cloning into 'kong-plugin-proxy-cache'... [2020-10-20T00:47:27.305Z] remote: Enumerating objects: 25, done. [2020-10-20T00:47:27.305Z] remote: Counting objects: 4% (1/25) remote: Counting objects: 8% (2/25) remote: Counting objects: 12% (3/25) remote: Counting objects: 16% (4/25) remote: Counting objects: 20% (5/25) remote: Counting objects: 24% (6/25) remote: Counting objects: 28% (7/25) remote: Counting objects: 32% (8/25) remote: Counting objects: 36% (9/25) remote: Counting objects: 40% (10/25) remote: Counting objects: 44% (11/25) remote: Counting objects: 48% (12/25) remote: Counting objects: 52% (13/25) remote: Counting objects: 56% (14/25) remote: Counting objects: 60% (15/25) remote: Counting objects: 64% (16/25) remote: Counting objects: 68% (17/25) remote: Counting objects: 72% (18/25) remote: Counting objects: 76% (19/25) remote: Counting objects: 80% (20/25) remote: Counting objects: 84% (21/25) remote: Counting objects: 88% (22/25) remote: Counting objects: 92% (23/25) remote: Counting objects: 96% (24/25) remote: Counting objects: 100% (25/25) remote: Counting objects: 100% (25/25), done. [2020-10-20T00:47:27.305Z] remote: Compressing objects: 4% (1/23) remote: Compressing objects: 8% (2/23) remote: Compressing objects: 13% (3/23) remote: Compressing objects: 17% (4/23) remote: Compressing objects: 21% (5/23) remote: Compressing objects: 26% (6/23) remote: Compressing objects: 30% (7/23) remote: Compressing objects: 34% (8/23) remote: Compressing objects: 39% (9/23) remote: Compressing objects: 43% (10/23) remote: Compressing objects: 47% (11/23) remote: Compressing objects: 52% (12/23) remote: Compressing objects: 56% (13/23) remote: Compressing objects: 60% (14/23) remote: Compressing objects: 65% (15/23) remote: Compressing objects: 69% (16/23) remote: Compressing objects: 73% (17/23) remote: Compressing objects: 78% (18/23) remote: Compressing objects: 82% (19/23) remote: Compressing objects: 86% (20/23) remote: Compressing objects: 91% (21/23) remote: Compressing objects: 95% (22/23) remote: Compressing objects: 100% (23/23) remote: Compressing objects: 100% (23/23), done. Receiving objects: 24% (6/25) Receiving objects: 28% (7/25) Receiving objects: 32% (8/25) Receiving objects: 36% (9/25) Receiving objects: 40% (10/25) Receiving objects: 44% (11/25) Receiving objects: 48% (12/25) Receiving objects: 52% (13/25) Receiving objects: 56% (14/25) Receiving objects: 60% (15/25) Receiving objects: 64% (16/25) Receiving objects: 68% (17/25) Receiving objects: 72% (18/25) Receiving objects: 76% (19/25) Receiving objects: 80% (20/25) Receiving objects: 84% (21/25) Receiving objects: 88% (22/25) remote: Total 25 (delta 1), reused 13 (delta 0), pack-reused 0 [2020-10-20T00:47:27.305Z] Receiving objects: 92% (23/25) Receiving objects: 96% (24/25) Receiving objects: 100% (25/25) Receiving objects: 100% (25/25), 26.28 KiB | 1.55 MiB/s, done. [2020-10-20T00:47:27.305Z] Resolving deltas: 0% (0/1) Resolving deltas: 100% (1/1) Resolving deltas: 100% (1/1), done. [2020-10-20T00:47:27.305Z] Note: checking out 'e5655751c332aecaa15672ff6f266694f88335fa'. [2020-10-20T00:47:27.305Z] [2020-10-20T00:47:27.305Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:47:27.305Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:47:27.305Z] state without impacting any branches by performing another checkout. [2020-10-20T00:47:27.305Z] [2020-10-20T00:47:27.305Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:47:27.305Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:47:27.305Z] [2020-10-20T00:47:27.305Z] git checkout -b [2020-10-20T00:47:27.305Z] [2020-10-20T00:47:27.878Z] kong-proxy-cache-plugin 1.3.1-0 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:27.878Z] [2020-10-20T00:47:27.878Z] kong 2.0.4-0 depends on kong-plugin-request-transformer ~> 1.2 (not installed) [2020-10-20T00:47:27.878Z] Installing https://luarocks.org/kong-plugin-request-transformer-1.2.8-0.src.rock [2020-10-20T00:47:28.140Z] [2020-10-20T00:47:28.712Z] kong-plugin-request-transformer 1.2.8-0 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:28.712Z] [2020-10-20T00:47:28.712Z] kong 2.0.4-0 depends on kong-plugin-session ~> 2.2 (not installed) [2020-10-20T00:47:28.712Z] Installing https://luarocks.org/kong-plugin-session-2.2.0-1.src.rock [2020-10-20T00:47:29.284Z] Missing dependencies for kong-plugin-session 2.2.0-1: [2020-10-20T00:47:29.284Z] lua-resty-session 2.24 (not installed) [2020-10-20T00:47:29.284Z] [2020-10-20T00:47:29.284Z] kong-plugin-session 2.2.0-1 depends on lua-resty-session 2.24 (not installed) [2020-10-20T00:47:29.284Z] Installing https://luarocks.org/lua-resty-session-2.24-1.src.rock [2020-10-20T00:47:29.862Z] [2020-10-20T00:47:30.810Z] lua-resty-session 2.24-1 is now installed in /build/parts/kong/install (license: BSD) [2020-10-20T00:47:30.810Z] [2020-10-20T00:47:31.072Z] kong-plugin-session 2.2.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:31.072Z] [2020-10-20T00:47:31.072Z] kong 2.0.4-0 depends on kong-plugin-aws-lambda ~> 3.1 (not installed) [2020-10-20T00:47:31.072Z] Installing https://luarocks.org/kong-plugin-aws-lambda-3.1.0-1.src.rock [2020-10-20T00:47:31.647Z] [2020-10-20T00:47:32.219Z] kong-plugin-aws-lambda 3.1.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:32.219Z] [2020-10-20T00:47:32.219Z] kong 2.0.4-0 depends on kong-plugin-acme ~> 0.2 (not installed) [2020-10-20T00:47:32.219Z] Installing https://luarocks.org/kong-plugin-acme-0.2.12-1.src.rock [2020-10-20T00:47:32.791Z] Missing dependencies for kong-plugin-acme 0.2.12-1: [2020-10-20T00:47:32.791Z] lua-resty-acme ~> 0.5 (not installed) [2020-10-20T00:47:32.791Z] [2020-10-20T00:47:32.791Z] kong-plugin-acme 0.2.12-1 depends on lua-resty-acme ~> 0.5 (not installed) [2020-10-20T00:47:32.791Z] Installing https://luarocks.org/lua-resty-acme-0.5.8-1.src.rock [2020-10-20T00:47:33.732Z] Missing dependencies for lua-resty-acme 0.5.8-1: [2020-10-20T00:47:33.732Z] lua-resty-lrucache >= 0.09-2 (not installed) [2020-10-20T00:47:33.732Z] [2020-10-20T00:47:33.732Z] lua-resty-acme 0.5.8-1 depends on lua-resty-lrucache >= 0.09-2 (not installed) [2020-10-20T00:47:33.732Z] Installing https://luarocks.org/lua-resty-lrucache-0.09-2.src.rock [2020-10-20T00:47:33.992Z] [2020-10-20T00:47:34.253Z] lua-resty-lrucache 0.09-2 is now installed in /build/parts/kong/install (license: 2bsd) [2020-10-20T00:47:34.253Z] [2020-10-20T00:47:34.824Z] lua-resty-acme 0.5.8-1 is now installed in /build/parts/kong/install (license: BSD) [2020-10-20T00:47:34.824Z] [2020-10-20T00:47:35.085Z] kong-plugin-acme 0.2.12-1 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:35.085Z] [2020-10-20T00:47:43.236Z] kong 2.0.4-0 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-20T00:47:43.236Z] [2020-10-20T00:47:46.993Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T00:47:46.993Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T00:47:46.993Z] ---> c5b1303646f0 [2020-10-20T00:47:46.993Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> a0395e35eebe [2020-10-20T00:47:46.993Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> 6f0a297e7bcb [2020-10-20T00:47:46.993Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> 474a14437901 [2020-10-20T00:47:46.993Z] Step 6/20 : COPY go.mod . [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> 12ded433afac [2020-10-20T00:47:46.993Z] Step 7/20 : RUN go mod download [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> fd289fe37983 [2020-10-20T00:47:46.993Z] Step 8/20 : COPY . . [2020-10-20T00:47:46.993Z] ---> Using cache [2020-10-20T00:47:46.993Z] ---> 118a88981182 [2020-10-20T00:47:46.993Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T00:47:50.414Z] ---> Running in 8f693a7cb35b [2020-10-20T00:47:51.020Z] ---> eb5d473bcb01 [2020-10-20T00:47:51.020Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T00:47:51.326Z] ---> Running in f5ab7b56afda [2020-10-20T00:47:51.378Z] Staging go-build-helper  [2020-10-20T00:47:51.378Z] Staging kong  [2020-10-20T00:47:53.323Z] 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 [2020-10-20T00:47:53.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T00:47:54.688Z] Pulling go115  [2020-10-20T00:47:55.266Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-10-20T00:47:55.266Z] Skipping pull go115 (already ran) [2020-10-20T00:47:55.266Z] Building go115  [2020-10-20T00:47:55.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T00:47:55.266Z] Dload Upload Total Spent Left Speed [2020-10-20T00:47:57.464Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 115M 46 53.7M 0 0 50.6M 0 0:00:02 0:00:01 0:00:01 50.6M 96 115M 96 111M 0 0 53.7M 0 0:00:02 0:00:02 --:--:-- 53.7M 100 115M 100 115M 0 0 54.2M 0 0:00:02 0:00:02 --:--:-- 54.2M [2020-10-20T00:47:58.410Z] go1.15.2.linux-amd64.tar.gz: OK [2020-10-20T00:48:06.354Z] 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 [2020-10-20T00:48:10.665Z] Staging go115  [2020-10-20T00:48:11.617Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:48:11.617Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:48:11.617Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:48:11.617Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:48:12.147Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:16.627Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-20T00:48:16.890Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-10-20T00:48:17.153Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-20T00:48:17.420Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-10-20T00:48:17.687Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-20T00:48:18.262Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-10-20T00:48:18.525Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-20T00:48:18.786Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-10-20T00:48:18.786Z] Pulling app-service-config  [2020-10-20T00:48:18.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T00:48:19.733Z] Cloning into '/build/parts/app-service-config/src'... [2020-10-20T00:48:19.996Z] remote: Enumerating objects: 7, done. [2020-10-20T00:48:19.996Z] remote: Counting objects: 14% (1/7) remote: Counting objects: 28% (2/7) remote: Counting objects: 42% (3/7) remote: Counting objects: 57% (4/7) remote: Counting objects: 71% (5/7) remote: Counting objects: 85% (6/7) remote: Counting objects: 100% (7/7) remote: Counting objects: 100% (7/7), done. [2020-10-20T00:48:19.996Z] remote: Compressing objects: 20% (1/5) remote: Compressing objects: 40% (2/5) remote: Compressing objects: 60% (3/5) remote: Compressing objects: 80% (4/5) remote: Compressing objects: 100% (5/5) remote: Compressing objects: 100% (5/5), done. [2020-10-20T00:48:19.996Z] Receiving objects: 0% (1/811) Receiving objects: 1% (9/811) Receiving objects: 2% (17/811) Receiving objects: 3% (25/811) Receiving objects: 4% (33/811) Receiving objects: 5% (41/811) Receiving objects: 6% (49/811) Receiving objects: 7% (57/811) Receiving objects: 8% (65/811) Receiving objects: 9% (73/811) Receiving objects: 10% (82/811) Receiving objects: 11% (90/811) Receiving objects: 12% (98/811) Receiving objects: 13% (106/811) Receiving objects: 14% (114/811) Receiving objects: 15% (122/811) Receiving objects: 16% (130/811) Receiving objects: 17% (138/811) Receiving objects: 18% (146/811) Receiving objects: 19% (155/811) Receiving objects: 20% (163/811) Receiving objects: 21% (171/811) Receiving objects: 22% (179/811) Receiving objects: 23% (187/811) Receiving objects: 24% (195/811) Receiving objects: 25% (203/811) Receiving objects: 26% (211/811) Receiving objects: 27% (219/811) Receiving objects: 28% (228/811) Receiving objects: 29% (236/811) Receiving objects: 30% (244/811) Receiving objects: 31% (252/811) Receiving objects: 32% (260/811) Receiving objects: 33% (268/811) Receiving objects: 34% (276/811) Receiving objects: 35% (284/811) Receiving objects: 36% (292/811) Receiving objects: 37% (301/811) Receiving objects: 38% (309/811) Receiving objects: 39% (317/811) Receiving objects: 40% (325/811) Receiving objects: 41% (333/811) Receiving objects: 42% (341/811) Receiving objects: 43% (349/811) Receiving objects: 44% (357/811) Receiving objects: 45% (365/811) Receiving objects: 46% (374/811) Receiving objects: 47% (382/811) Receiving objects: 48% (390/811) Receiving objects: 49% (398/811) Receiving objects: 50% (406/811) Receiving objects: 51% (414/811) Receiving objects: 52% (422/811) Receiving objects: 53% (430/811) Receiving objects: 54% (438/811) Receiving objects: 55% (447/811) Receiving objects: 56% (455/811) Receiving objects: 57% (463/811) Receiving objects: 58% (471/811) Receiving objects: 59% (479/811) Receiving objects: 60% (487/811) Receiving objects: 61% (495/811) Receiving objects: 62% (503/811) Receiving objects: 63% (511/811) Receiving objects: 64% (520/811) Receiving objects: 65% (528/811) Receiving objects: 66% (536/811) Receiving objects: 67% (544/811) remote: Total 811 (delta 0), reused 6 (delta 0), pack-reused 804 [2020-10-20T00:48:19.996Z] Receiving objects: 68% (552/811) Receiving objects: 69% (560/811) Receiving objects: 70% (568/811) Receiving objects: 71% (576/811) Receiving objects: 72% (584/811) Receiving objects: 73% (593/811) Receiving objects: 74% (601/811) Receiving objects: 75% (609/811) Receiving objects: 76% (617/811) Receiving objects: 77% (625/811) Receiving objects: 78% (633/811) Receiving objects: 79% (641/811) Receiving objects: 80% (649/811) Receiving objects: 81% (657/811) Receiving objects: 82% (666/811) Receiving objects: 83% (674/811) Receiving objects: 84% (682/811) Receiving objects: 85% (690/811) Receiving objects: 86% (698/811) Receiving objects: 87% (706/811) Receiving objects: 88% (714/811) Receiving objects: 89% (722/811) Receiving objects: 90% (730/811) Receiving objects: 91% (739/811) Receiving objects: 92% (747/811) Receiving objects: 93% (755/811) Receiving objects: 94% (763/811) Receiving objects: 95% (771/811) Receiving objects: 96% (779/811) Receiving objects: 97% (787/811) Receiving objects: 98% (795/811) Receiving objects: 99% (803/811) Receiving objects: 100% (811/811) Receiving objects: 100% (811/811), 176.23 KiB | 5.34 MiB/s, done. [2020-10-20T00:48:19.996Z] Resolving deltas: 0% (0/307) Resolving deltas: 1% (4/307) Resolving deltas: 2% (7/307) Resolving deltas: 3% (10/307) Resolving deltas: 8% (27/307) Resolving deltas: 10% (32/307) Resolving deltas: 11% (34/307) Resolving deltas: 23% (71/307) Resolving deltas: 25% (79/307) Resolving deltas: 26% (82/307) Resolving deltas: 31% (97/307) Resolving deltas: 32% (101/307) Resolving deltas: 33% (104/307) Resolving deltas: 34% (107/307) Resolving deltas: 41% (126/307) Resolving deltas: 47% (146/307) Resolving deltas: 62% (191/307) Resolving deltas: 64% (197/307) Resolving deltas: 66% (205/307) Resolving deltas: 67% (206/307) Resolving deltas: 68% (209/307) Resolving deltas: 83% (256/307) Resolving deltas: 85% (261/307) Resolving deltas: 87% (270/307) Resolving deltas: 89% (275/307) Resolving deltas: 94% (291/307) Resolving deltas: 95% (292/307) Resolving deltas: 100% (307/307) Resolving deltas: 100% (307/307), done. [2020-10-20T00:48:20.261Z] Pulling config-common  [2020-10-20T00:48:21.211Z] Pulling consul  [2020-10-20T00:48:22.167Z] Cloning into '/build/parts/consul/src'... [2020-10-20T00:48:22.430Z] remote: Enumerating objects: 9433, done. [2020-10-20T00:48:22.430Z] remote: Counting objects: 0% (1/9433) remote: Counting objects: 1% (95/9433) remote: Counting objects: 2% (189/9433) remote: Counting objects: 3% (283/9433) remote: Counting objects: 4% (378/9433) remote: Counting objects: 5% (472/9433) remote: Counting objects: 6% (566/9433) remote: Counting objects: 7% (661/9433) remote: Counting objects: 8% (755/9433) remote: Counting objects: 9% (849/9433) remote: Counting objects: 10% (944/9433) remote: Counting objects: 11% (1038/9433) remote: Counting objects: 12% (1132/9433) remote: Counting objects: 13% (1227/9433) remote: Counting objects: 14% (1321/9433) remote: Counting objects: 15% (1415/9433) remote: Counting objects: 16% (1510/9433) remote: Counting objects: 17% (1604/9433) remote: Counting objects: 18% (1698/9433) remote: Counting objects: 19% (1793/9433) remote: Counting objects: 20% (1887/9433) remote: Counting objects: 21% (1981/9433) remote: Counting objects: 22% (2076/9433) remote: Counting objects: 23% (2170/9433) remote: Counting objects: 24% (2264/9433) remote: Counting objects: 25% (2359/9433) remote: Counting objects: 26% (2453/9433) remote: Counting objects: 27% (2547/9433) remote: Counting objects: 28% (2642/9433) remote: Counting objects: 29% (2736/9433) remote: Counting objects: 30% (2830/9433) remote: Counting objects: 31% (2925/9433) remote: Counting objects: 32% (3019/9433) remote: Counting objects: 33% (3113/9433) remote: Counting objects: 34% (3208/9433) remote: Counting objects: 35% (3302/9433) remote: Counting objects: 36% (3396/9433) remote: Counting objects: 37% (3491/9433) remote: Counting objects: 38% (3585/9433) remote: Counting objects: 39% (3679/9433) remote: Counting objects: 40% (3774/9433) remote: Counting objects: 41% (3868/9433) remote: Counting objects: 42% (3962/9433) remote: Counting objects: 43% (4057/9433) remote: Counting objects: 44% (4151/9433) remote: Counting objects: 45% (4245/9433) remote: Counting objects: 46% (4340/9433) remote: Counting objects: 47% (4434/9433) remote: Counting objects: 48% (4528/9433) remote: Counting objects: 49% (4623/9433) remote: Counting objects: 50% (4717/9433) remote: Counting objects: 51% (4811/9433) remote: Counting objects: 52% (4906/9433) remote: Counting objects: 53% (5000/9433) remote: Counting objects: 54% (5094/9433) remote: Counting objects: 55% (5189/9433) remote: Counting objects: 56% (5283/9433) remote: Counting objects: 57% (5377/9433) remote: Counting objects: 58% (5472/9433) remote: Counting objects: 59% (5566/9433) remote: Counting objects: 60% (5660/9433) remote: Counting objects: 61% (5755/9433) remote: Counting objects: 62% (5849/9433) remote: Counting objects: 63% (5943/9433) remote: Counting objects: 64% (6038/9433) remote: Counting objects: 65% (6132/9433) remote: Counting objects: 66% (6226/9433) remote: Counting objects: 67% (6321/9433) remote: Counting objects: 68% (6415/9433) remote: Counting objects: 69% (6509/9433) remote: Counting objects: 70% (6604/9433) remote: Counting objects: 71% (6698/9433) remote: Counting objects: 72% (6792/9433) remote: Counting objects: 73% (6887/9433) remote: Counting objects: 74% (6981/9433) remote: Counting objects: 75% (7075/9433) remote: Counting objects: 76% (7170/9433) remote: Counting objects: 77% (7264/9433) remote: Counting objects: 78% (7358/9433) remote: Counting objects: 79% (7453/9433) remote: Counting objects: 80% (7547/9433) remote: Counting objects: 81% (7641/9433) remote: Counting objects: 82% (7736/9433) remote: Counting objects: 83% (7830/9433) remote: Counting objects: 84% (7924/9433) remote: Counting objects: 85% (8019/9433) remote: Counting objects: 86% (8113/9433) remote: Counting objects: 87% (8207/9433) remote: Counting objects: 88% (8302/9433) remote: Counting objects: 89% (8396/9433) remote: Counting objects: 90% (8490/9433) remote: Counting objects: 91% (8585/9433) remote: Counting objects: 92% (8679/9433) remote: Counting objects: 93% (8773/9433) remote: Counting objects: 94% (8868/9433) remote: Counting objects: 95% (8962/9433) remote: Counting objects: 96% (9056/9433) remote: Counting objects: 97% (9151/9433) remote: Counting objects: 98% (9245/9433) remote: Counting objects: 99% (9339/9433) remote: Counting objects: 100% (9433/9433) remote: Counting objects: 100% (9433/9433), done. [2020-10-20T00:48:23.743Z] remote: Compressing objects: 0% (1/7600) remote: Compressing objects: 1% (76/7600) remote: Compressing objects: 2% (152/7600) remote: Compressing objects: 3% (228/7600) remote: Compressing objects: 4% (304/7600) remote: Compressing objects: 5% (380/7600) remote: Compressing objects: 6% (456/7600) remote: Compressing objects: 7% (532/7600) remote: Compressing objects: 8% (608/7600) remote: Compressing objects: 9% (684/7600) remote: Compressing objects: 10% (760/7600) remote: Compressing objects: 11% (836/7600) remote: Compressing objects: 12% (912/7600) remote: Compressing objects: 13% (988/7600) remote: Compressing objects: 14% (1064/7600) remote: Compressing objects: 15% (1140/7600) remote: Compressing objects: 16% (1216/7600) remote: Compressing objects: 17% (1292/7600) remote: Compressing objects: 18% (1368/7600) remote: Compressing objects: 19% (1444/7600) remote: Compressing objects: 20% (1520/7600) remote: Compressing objects: 21% (1596/7600) remote: Compressing objects: 22% (1672/7600) remote: Compressing objects: 23% (1748/7600) remote: Compressing objects: 24% (1824/7600) remote: Compressing objects: 25% (1900/7600) remote: Compressing objects: 26% (1976/7600) remote: Compressing objects: 27% (2052/7600) remote: Compressing objects: 28% (2128/7600) remote: Compressing objects: 29% (2204/7600) remote: Compressing objects: 30% (2280/7600) remote: Compressing objects: 31% (2356/7600) remote: Compressing objects: 32% (2432/7600) remote: Compressing objects: 33% (2508/7600) remote: Compressing objects: 34% (2584/7600) remote: Compressing objects: 35% (2660/7600) remote: Compressing objects: 36% (2736/7600) remote: Compressing objects: 37% (2812/7600) remote: Compressing objects: 38% (2888/7600) remote: Compressing objects: 39% (2964/7600) remote: Compressing objects: 40% (3040/7600) remote: Compressing objects: 41% (3116/7600) remote: Compressing objects: 42% (3192/7600) remote: Compressing objects: 43% (3268/7600) remote: Compressing objects: 44% (3344/7600) remote: Compressing objects: 45% (3420/7600) remote: Compressing objects: 46% (3496/7600) remote: Compressing objects: 47% (3572/7600) remote: Compressing objects: 48% (3648/7600) remote: Compressing objects: 49% (3724/7600) remote: Compressing objects: 50% (3800/7600) remote: Compressing objects: 51% (3876/7600) remote: Compressing objects: 52% (3952/7600) remote: Compressing objects: 53% (4028/7600) remote: Compressing objects: 54% (4104/7600) remote: Compressing objects: 55% (4180/7600) remote: Compressing objects: 56% (4256/7600) remote: Compressing objects: 57% (4332/7600) remote: Compressing objects: 58% (4408/7600) remote: Compressing objects: 59% (4484/7600) remote: Compressing objects: 60% (4560/7600) remote: Compressing objects: 61% (4636/7600) remote: Compressing objects: 62% (4712/7600) remote: Compressing objects: 63% (4788/7600) remote: Compressing objects: 64% (4864/7600) remote: Compressing objects: 65% (4940/7600) remote: Compressing objects: 66% (5016/7600) remote: Compressing objects: 67% (5092/7600) remote: Compressing objects: 68% (5168/7600) remote: Compressing objects: 69% (5244/7600) remote: Compressing objects: 70% (5320/7600) remote: Compressing objects: 71% (5396/7600) remote: Compressing objects: 71% (5412/7600) remote: Compressing objects: 72% (5472/7600) remote: Compressing objects: 73% (5548/7600) remote: Compressing objects: 74% (5624/7600) remote: Compressing objects: 75% (5700/7600) remote: Compressing objects: 76% (5776/7600) remote: Compressing objects: 77% (5852/7600) remote: Compressing objects: 78% (5928/7600) remote: Compressing objects: 79% (6004/7600) remote: Compressing objects: 80% (6080/7600) remote: Compressing objects: 81% (6156/7600) remote: Compressing objects: 82% (6232/7600) remote: Compressing objects: 83% (6308/7600) remote: Compressing objects: 84% (6384/7600) remote: Compressing objects: 85% (6460/7600) remote: Compressing objects: 86% (6536/7600) remote: Compressing objects: 87% (6612/7600) remote: Compressing objects: 88% (6688/7600) remote: Compressing objects: 89% (6764/7600) remote: Compressing objects: 90% (6840/7600) remote: Compressing objects: 91% (6916/7600) remote: Compressing objects: 92% (6992/7600) remote: Compressing objects: 93% (7068/7600) remote: Compressing objects: 94% (7144/7600) remote: Compressing objects: 95% (7220/7600) remote: Compressing objects: 96% (7296/7600) remote: Compressing objects: 97% (7372/7600) remote: Compressing objects: 98% (7448/7600) remote: Compressing objects: 99% (7524/7600) remote: Compressing objects: 100% (7600/7600) remote: Compressing objects: 100% (7600/7600), done. [2020-10-20T00:48:26.034Z] Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 20% (1887/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 21% (1981/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 22% (2076/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 23% (2170/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 24% (2264/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 25% (2359/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 26% (2453/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 27% (2547/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 28% (2642/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 28% (2702/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 29% (2736/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 30% (2830/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 31% (2925/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 32% (3019/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 33% (3113/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 34% (3208/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 35% (3302/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 36% (3396/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 37% (3491/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 38% (3585/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 39% (3679/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 40% (3774/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 41% (3868/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 42% (3962/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 43% (4057/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 44% (4151/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 45% (4245/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 46% (4340/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 47% (4434/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 48% (4528/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 49% (4623/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 50% (4717/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 51% (4811/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 52% (4906/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 53% (5000/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 54% (5094/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 55% (5189/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 56% (5283/9433), 604.00 KiB | 745.00 KiB/s Receiving objects: 57% (5377/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 58% (5472/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 59% (5566/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 60% (5660/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 61% (5755/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 62% (5849/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 63% (5943/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 64% (6038/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 65% (6132/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 66% (6226/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 67% (6321/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 68% (6415/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 69% (6509/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 70% (6604/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 71% (6698/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 72% (6792/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 73% (6887/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 74% (6981/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 75% (7075/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 76% (7170/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 77% (7264/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 78% (7358/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 79% (7453/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 80% (7547/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 81% (7641/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 82% (7736/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 83% (7830/9433), 7.25 MiB | 5.56 MiB/s Receiving objects: 84% (7924/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 85% (8019/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 86% (8113/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 86% (8185/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 87% (8207/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 88% (8302/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 89% (8396/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 90% (8490/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 91% (8585/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 92% (8679/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 93% (8773/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 94% (8868/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 95% (8962/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 96% (9056/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 97% (9151/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 98% (9245/9433), 12.55 MiB | 6.95 MiB/s Receiving objects: 99% (9339/9433), 12.55 MiB | 6.95 MiB/s remote: Total 9433 (delta 1877), reused 5909 (delta 1326), pack-reused 0 [2020-10-20T00:48:26.034Z] Receiving objects: 100% (9433/9433), 20.74 MiB | 9.00 MiB/s Receiving objects: 100% (9433/9433), 27.71 MiB | 11.21 MiB/s, done. [2020-10-20T00:48:26.297Z] Resolving deltas: 0% (0/1877) Resolving deltas: 1% (19/1877) Resolving deltas: 2% (38/1877) Resolving deltas: 6% (118/1877) Resolving deltas: 7% (132/1877) Resolving deltas: 8% (155/1877) Resolving deltas: 9% (171/1877) Resolving deltas: 10% (190/1877) Resolving deltas: 11% (210/1877) Resolving deltas: 12% (226/1877) Resolving deltas: 13% (245/1877) Resolving deltas: 14% (263/1877) Resolving deltas: 15% (284/1877) Resolving deltas: 16% (301/1877) Resolving deltas: 17% (321/1877) Resolving deltas: 18% (338/1877) Resolving deltas: 19% (358/1877) Resolving deltas: 20% (378/1877) Resolving deltas: 21% (395/1877) Resolving deltas: 22% (414/1877) Resolving deltas: 23% (433/1877) Resolving deltas: 24% (460/1877) Resolving deltas: 25% (470/1877) Resolving deltas: 26% (489/1877) Resolving deltas: 27% (507/1877) Resolving deltas: 28% (538/1877) Resolving deltas: 29% (547/1877) Resolving deltas: 30% (570/1877) Resolving deltas: 31% (584/1877) Resolving deltas: 32% (601/1877) Resolving deltas: 33% (625/1877) Resolving deltas: 34% (644/1877) Resolving deltas: 36% (691/1877) Resolving deltas: 37% (698/1877) Resolving deltas: 38% (714/1877) Resolving deltas: 39% (733/1877) Resolving deltas: 40% (751/1877) Resolving deltas: 41% (775/1877) Resolving deltas: 42% (794/1877) Resolving deltas: 43% (812/1877) Resolving deltas: 44% (828/1877) Resolving deltas: 45% (845/1877) Resolving deltas: 46% (867/1877) Resolving deltas: 47% (885/1877) Resolving deltas: 48% (905/1877) Resolving deltas: 49% (920/1877) Resolving deltas: 50% (939/1877) Resolving deltas: 51% (961/1877) Resolving deltas: 52% (984/1877) Resolving deltas: 53% (996/1877) Resolving deltas: 54% (1015/1877) Resolving deltas: 55% (1033/1877) Resolving deltas: 56% (1052/1877) Resolving deltas: 57% (1070/1877) Resolving deltas: 58% (1093/1877) Resolving deltas: 60% (1129/1877) Resolving deltas: 61% (1145/1877) Resolving deltas: 62% (1166/1877) Resolving deltas: 63% (1183/1877) Resolving deltas: 64% (1202/1877) Resolving deltas: 65% (1224/1877) Resolving deltas: 66% (1239/1877) Resolving deltas: 67% (1259/1877) Resolving deltas: 68% (1277/1877) Resolving deltas: 69% (1296/1877) Resolving deltas: 70% (1315/1877) Resolving deltas: 71% (1334/1877) Resolving deltas: 72% (1352/1877) Resolving deltas: 73% (1371/1877) Resolving deltas: 74% (1393/1877) Resolving deltas: 75% (1410/1877) Resolving deltas: 76% (1429/1877) Resolving deltas: 77% (1446/1877) Resolving deltas: 79% (1487/1877) Resolving deltas: 80% (1509/1877) Resolving deltas: 81% (1529/1877) Resolving deltas: 82% (1554/1877) Resolving deltas: 83% (1558/1877) Resolving deltas: 84% (1579/1877) Resolving deltas: 85% (1598/1877) Resolving deltas: 86% (1620/1877) Resolving deltas: 87% (1637/1877) Resolving deltas: 88% (1653/1877) Resolving deltas: 90% (1701/1877) Resolving deltas: 91% (1714/1877) Resolving deltas: 92% (1728/1877) Resolving deltas: 93% (1760/1877) Resolving deltas: 94% (1766/1877) Resolving deltas: 95% (1785/1877) Resolving deltas: 96% (1804/1877) Resolving deltas: 97% (1821/1877) Resolving deltas: 98% (1840/1877) Resolving deltas: 99% (1861/1877) Resolving deltas: 100% (1877/1877) Resolving deltas: 100% (1877/1877), done. [2020-10-20T00:48:26.297Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-10-20T00:48:26.297Z] [2020-10-20T00:48:26.297Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:48:26.297Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:48:26.297Z] state without impacting any branches by performing another checkout. [2020-10-20T00:48:26.297Z] [2020-10-20T00:48:26.297Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:48:26.297Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:48:26.297Z] [2020-10-20T00:48:26.297Z] git checkout -b [2020-10-20T00:48:26.297Z] [2020-10-20T00:48:28.029Z] Checking out files: 73% (6414/8715) Checking out files: 74% (6450/8715) Checking out files: 75% (6537/8715) Checking out files: 76% (6624/8715) Checking out files: 77% (6711/8715) Checking out files: 78% (6798/8715) Checking out files: 79% (6885/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. [2020-10-20T00:48:28.291Z] Pulling device-virtual-go  [2020-10-20T00:48:29.238Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-10-20T00:48:29.501Z] remote: Enumerating objects: 39, done. [2020-10-20T00:48:29.501Z] remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. [2020-10-20T00:48:29.501Z] remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. [2020-10-20T00:48:29.501Z] remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-10-20T00:48:29.501Z] Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. [2020-10-20T00:48:29.501Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-10-20T00:48:29.501Z] [2020-10-20T00:48:29.501Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:48:29.501Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:48:29.501Z] state without impacting any branches by performing another checkout. [2020-10-20T00:48:29.501Z] [2020-10-20T00:48:29.501Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:48:29.501Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:48:29.501Z] [2020-10-20T00:48:29.501Z] git checkout -b [2020-10-20T00:48:29.501Z] [2020-10-20T00:48:31.424Z] Removing intermediate container ac5e88b259b3 [2020-10-20T00:48:31.424Z] ---> cd1403accb8f [2020-10-20T00:48:31.424Z] [2020-10-20T00:48:31.424Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T00:48:31.424Z] 3.10: Pulling from library/alpine [2020-10-20T00:48:32.060Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:48:32.060Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:48:32.060Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:48:32.323Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:48:32.323Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:32.423Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T00:48:32.423Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T00:48:32.423Z] ---> 536a684cf733 [2020-10-20T00:48:32.423Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T00:48:32.714Z] ---> Running in 3ed943d11810 [2020-10-20T00:48:35.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:48:35.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:48:36.632Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T00:48:36.632Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T00:48:36.632Z] OK: 10167 distinct packages available [2020-10-20T00:48:37.234Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T00:48:37.511Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T00:48:37.511Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T00:48:37.511Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T00:48:37.511Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T00:48:37.511Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T00:48:37.511Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T00:48:37.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-20T00:48:37.616Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:37.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-20T00:48:37.616Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:37.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-20T00:48:37.616Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:37.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-20T00:48:37.616Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:37.787Z] OK: 7 MiB in 19 packages [2020-10-20T00:48:37.879Z] Pulling edgex-go  [2020-10-20T00:48:40.439Z] Removing intermediate container 3ed943d11810 [2020-10-20T00:48:40.440Z] ---> 04403b8edf1d [2020-10-20T00:48:40.440Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T00:48:40.719Z] ---> Running in 473927c22a36 [2020-10-20T00:48:41.203Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:48:41.203Z] 0% [Working] 0% [Working] 0% Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:48:41.203Z] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:48:41.203Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:48:41.326Z] Removing intermediate container 473927c22a36 [2020-10-20T00:48:41.326Z] ---> c07f5ccdfa27 [2020-10-20T00:48:41.326Z] Step 13/26 : WORKDIR / [2020-10-20T00:48:41.326Z] ---> Running in 9e428e758a0a [2020-10-20T00:48:41.469Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:41.943Z] Removing intermediate container 9e428e758a0a [2020-10-20T00:48:41.943Z] ---> 5cf3c6f798a4 [2020-10-20T00:48:41.943Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-20T00:48:43.394Z] ---> d66f19552a10 [2020-10-20T00:48:43.394Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-20T00:48:44.391Z] ---> 280c36b963ae [2020-10-20T00:48:44.391Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T00:48:45.850Z] ---> 011175cae17f [2020-10-20T00:48:45.850Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T00:48:46.789Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-20T00:48:46.789Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:46.789Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-20T00:48:46.789Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:46.789Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-20T00:48:46.789Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:46.789Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-20T00:48:46.789Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:46.789Z] Pulling kuiper  [2020-10-20T00:48:46.840Z] ---> 2d9fe96b7ec7 [2020-10-20T00:48:46.840Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T00:48:47.370Z] Cloning into '/build/parts/kuiper/src'... [2020-10-20T00:48:47.947Z] remote: Enumerating objects: 215, done. [2020-10-20T00:48:47.947Z] remote: Counting objects: 0% (1/215) remote: Counting objects: 1% (3/215) remote: Counting objects: 2% (5/215) remote: Counting objects: 3% (7/215) remote: Counting objects: 4% (9/215) remote: Counting objects: 5% (11/215) remote: Counting objects: 6% (13/215) remote: Counting objects: 7% (16/215) remote: Counting objects: 8% (18/215) remote: Counting objects: 9% (20/215) remote: Counting objects: 10% (22/215) remote: Counting objects: 11% (24/215) remote: Counting objects: 12% (26/215) remote: Counting objects: 13% (28/215) remote: Counting objects: 14% (31/215) remote: Counting objects: 15% (33/215) remote: Counting objects: 16% (35/215) remote: Counting objects: 17% (37/215) remote: Counting objects: 18% (39/215) remote: Counting objects: 19% (41/215) remote: Counting objects: 20% (43/215) remote: Counting objects: 21% (46/215) remote: Counting objects: 22% (48/215) remote: Counting objects: 23% (50/215) remote: Counting objects: 24% (52/215) remote: Counting objects: 25% (54/215) remote: Counting objects: 26% (56/215) remote: Counting objects: 27% (59/215) remote: Counting objects: 28% (61/215) remote: Counting objects: 29% (63/215) remote: Counting objects: 30% (65/215) remote: Counting objects: 31% (67/215) remote: Counting objects: 32% (69/215) remote: Counting objects: 33% (71/215) remote: Counting objects: 34% (74/215) remote: Counting objects: 35% (76/215) remote: Counting objects: 36% (78/215) remote: Counting objects: 37% (80/215) remote: Counting objects: 38% (82/215) remote: Counting objects: 39% (84/215) remote: Counting objects: 40% (86/215) remote: Counting objects: 41% (89/215) remote: Counting objects: 42% (91/215) remote: Counting objects: 43% (93/215) remote: Counting objects: 44% (95/215) remote: Counting objects: 45% (97/215) remote: Counting objects: 46% (99/215) remote: Counting objects: 47% (102/215) remote: Counting objects: 48% (104/215) remote: Counting objects: 49% (106/215) remote: Counting objects: 50% (108/215) remote: Counting objects: 51% (110/215) remote: Counting objects: 52% (112/215) remote: Counting objects: 53% (114/215) remote: Counting objects: 54% (117/215) remote: Counting objects: 55% (119/215) remote: Counting objects: 56% (121/215) remote: Counting objects: 57% (123/215) remote: Counting objects: 58% (125/215) remote: Counting objects: 59% (127/215) remote: Counting objects: 60% (129/215) remote: Counting objects: 61% (132/215) remote: Counting objects: 62% (134/215) remote: Counting objects: 63% (136/215) remote: Counting objects: 64% (138/215) remote: Counting objects: 65% (140/215) remote: Counting objects: 66% (142/215) remote: Counting objects: 67% (145/215) remote: Counting objects: 68% (147/215) remote: Counting objects: 69% (149/215) remote: Counting objects: 70% (151/215) remote: Counting objects: 71% (153/215) remote: Counting objects: 72% (155/215) remote: Counting objects: 73% (157/215) remote: Counting objects: 74% (160/215) remote: Counting objects: 75% (162/215) remote: Counting objects: 76% (164/215) remote: Counting objects: 77% (166/215) remote: Counting objects: 78% (168/215) remote: Counting objects: 79% (170/215) remote: Counting objects: 80% (172/215) remote: Counting objects: 81% (175/215) remote: Counting objects: 82% (177/215) remote: Counting objects: 83% (179/215) remote: Counting objects: 84% (181/215) remote: Counting objects: 85% (183/215) remote: Counting objects: 86% (185/215) remote: Counting objects: 87% (188/215) remote: Counting objects: 88% (190/215) remote: Counting objects: 89% (192/215) remote: Counting objects: 90% (194/215) remote: Counting objects: 91% (196/215) remote: Counting objects: 92% (198/215) remote: Counting objects: 93% (200/215) remote: Counting objects: 94% (203/215) remote: Counting objects: 95% (205/215) remote: Counting objects: 96% (207/215) remote: Counting objects: 97% (209/215) remote: Counting objects: 98% (211/215) remote: Counting objects: 99% (213/215) remote: Counting objects: 100% (215/215) remote: Counting objects: 100% (215/215), done. [2020-10-20T00:48:47.948Z] remote: Compressing objects: 0% (1/171) remote: Compressing objects: 1% (2/171) remote: Compressing objects: 2% (4/171) remote: Compressing objects: 3% (6/171) remote: Compressing objects: 4% (7/171) remote: Compressing objects: 5% (9/171) remote: Compressing objects: 6% (11/171) remote: Compressing objects: 7% (12/171) remote: Compressing objects: 8% (14/171) remote: Compressing objects: 9% (16/171) remote: Compressing objects: 10% (18/171) remote: Compressing objects: 11% (19/171) remote: Compressing objects: 12% (21/171) remote: Compressing objects: 13% (23/171) remote: Compressing objects: 14% (24/171) remote: Compressing objects: 15% (26/171) remote: Compressing objects: 16% (28/171) remote: Compressing objects: 17% (30/171) remote: Compressing objects: 18% (31/171) remote: Compressing objects: 19% (33/171) remote: Compressing objects: 20% (35/171) remote: Compressing objects: 21% (36/171) remote: Compressing objects: 22% (38/171) remote: Compressing objects: 23% (40/171) remote: Compressing objects: 24% (42/171) remote: Compressing objects: 25% (43/171) remote: Compressing objects: 26% (45/171) remote: Compressing objects: 27% (47/171) remote: Compressing objects: 28% (48/171) remote: Compressing objects: 29% (50/171) remote: Compressing objects: 30% (52/171) remote: Compressing objects: 31% (54/171) remote: Compressing objects: 32% (55/171) remote: Compressing objects: 33% (57/171) remote: Compressing objects: 34% (59/171) remote: Compressing objects: 35% (60/171) remote: Compressing objects: 36% (62/171) remote: Compressing objects: 37% (64/171) remote: Compressing objects: 38% (65/171) remote: Compressing objects: 39% (67/171) remote: Compressing objects: 40% (69/171) remote: Compressing objects: 41% (71/171) remote: Compressing objects: 42% (72/171) remote: Compressing objects: 43% (74/171) remote: Compressing objects: 44% (76/171) remote: Compressing objects: 45% (77/171) remote: Compressing objects: 46% (79/171) remote: Compressing objects: 47% (81/171) remote: Compressing objects: 48% (83/171) remote: Compressing objects: 49% (84/171) remote: Compressing objects: 50% (86/171) remote: Compressing objects: 51% (88/171) remote: Compressing objects: 52% (89/171) remote: Compressing objects: 53% (91/171) remote: Compressing objects: 54% (93/171) remote: Compressing objects: 55% (95/171) remote: Compressing objects: 56% (96/171) remote: Compressing objects: 57% (98/171) remote: Compressing objects: 58% (100/171) remote: Compressing objects: 59% (101/171) remote: Compressing objects: 60% (103/171) remote: Compressing objects: 61% (105/171) remote: Compressing objects: 62% (107/171) remote: Compressing objects: 63% (108/171) remote: Compressing objects: 64% (110/171) remote: Compressing objects: 65% (112/171) remote: Compressing objects: 66% (113/171) remote: Compressing objects: 67% (115/171) remote: Compressing objects: 68% (117/171) remote: Compressing objects: 69% (118/171) remote: Compressing objects: 70% (120/171) remote: Compressing objects: 71% (122/171) remote: Compressing objects: 72% (124/171) remote: Compressing objects: 73% (125/171) remote: Compressing objects: 74% (127/171) remote: Compressing objects: 75% (129/171) remote: Compressing objects: 76% (130/171) remote: Compressing objects: 77% (132/171) remote: Compressing objects: 78% (134/171) remote: Compressing objects: 79% (136/171) remote: Compressing objects: 80% (137/171) remote: Compressing objects: 81% (139/171) remote: Compressing objects: 82% (141/171) remote: Compressing objects: 83% (142/171) remote: Compressing objects: 84% (144/171) remote: Compressing objects: 85% (146/171) remote: Compressing objects: 86% (148/171) remote: Compressing objects: 87% (149/171) remote: Compressing objects: 88% (151/171) remote: Compressing objects: 89% (153/171) remote: Compressing objects: 90% (154/171) remote: Compressing objects: 91% (156/171) remote: Compressing objects: 92% (158/171) remote: Compressing objects: 93% (160/171) remote: Compressing objects: 94% (161/171) remote: Compressing objects: 95% (163/171) remote: Compressing objects: 96% (165/171) remote: Compressing objects: 97% (166/171) remote: Compressing objects: 98% (168/171) remote: Compressing objects: 99% (170/171) remote: Compressing objects: 100% (171/171) remote: Compressing objects: 100% (171/171), done. [2020-10-20T00:48:48.803Z] Receiving objects: 0% (1/7847) Receiving objects: 1% (79/7847) Receiving objects: 2% (157/7847) Receiving objects: 3% (236/7847) Receiving objects: 4% (314/7847) Receiving objects: 5% (393/7847) Receiving objects: 6% (471/7847) Receiving objects: 7% (550/7847) Receiving objects: 8% (628/7847) Receiving objects: 9% (707/7847) Receiving objects: 10% (785/7847) Receiving objects: 11% (864/7847) Receiving objects: 12% (942/7847) Receiving objects: 13% (1021/7847) Receiving objects: 14% (1099/7847) Receiving objects: 15% (1178/7847) Receiving objects: 16% (1256/7847) Receiving objects: 17% (1334/7847) Receiving objects: 18% (1413/7847) Receiving objects: 19% (1491/7847) Receiving objects: 20% (1570/7847) Receiving objects: 21% (1648/7847) Receiving objects: 22% (1727/7847) Receiving objects: 23% (1805/7847) Receiving objects: 24% (1884/7847) Receiving objects: 25% (1962/7847) Receiving objects: 26% (2041/7847) Receiving objects: 27% (2119/7847) Receiving objects: 28% (2198/7847) Receiving objects: 29% (2276/7847) Receiving objects: 30% (2355/7847) Receiving objects: 31% (2433/7847) Receiving objects: 32% (2512/7847) Receiving objects: 33% (2590/7847) Receiving objects: 34% (2668/7847) Receiving objects: 35% (2747/7847) Receiving objects: 36% (2825/7847) Receiving objects: 37% (2904/7847) Receiving objects: 38% (2982/7847) Receiving objects: 39% (3061/7847) Receiving objects: 40% (3139/7847) Receiving objects: 41% (3218/7847) Receiving objects: 42% (3296/7847) Receiving objects: 43% (3375/7847) Receiving objects: 44% (3453/7847) Receiving objects: 45% (3532/7847) Receiving objects: 46% (3610/7847) Receiving objects: 47% (3689/7847) Receiving objects: 48% (3767/7847) Receiving objects: 49% (3846/7847) Receiving objects: 50% (3924/7847) Receiving objects: 51% (4002/7847) Receiving objects: 52% (4081/7847) Receiving objects: 53% (4159/7847) Receiving objects: 54% (4238/7847) Receiving objects: 55% (4316/7847) Receiving objects: 56% (4395/7847) Receiving objects: 57% (4473/7847) Receiving objects: 58% (4552/7847) Receiving objects: 59% (4630/7847) Receiving objects: 60% (4709/7847) Receiving objects: 61% (4787/7847) Receiving objects: 62% (4866/7847) Receiving objects: 63% (4944/7847) Receiving objects: 64% (5023/7847) Receiving objects: 65% (5101/7847) Receiving objects: 66% (5180/7847) Receiving objects: 67% (5258/7847) Receiving objects: 68% (5336/7847) Receiving objects: 69% (5415/7847) Receiving objects: 70% (5493/7847) Receiving objects: 71% (5572/7847) Receiving objects: 72% (5650/7847) Receiving objects: 73% (5729/7847) Receiving objects: 74% (5807/7847) Receiving objects: 75% (5886/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 76% (5964/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 77% (6043/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 78% (6121/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 79% (6200/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 80% (6278/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 81% (6357/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 82% (6435/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 83% (6514/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 84% (6592/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 85% (6670/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 86% (6749/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 87% (6827/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 88% (6906/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 89% (6984/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 90% (7063/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 91% (7141/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 92% (7220/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 93% (7298/7847), 11.57 MiB | 23.12 MiB/s Receiving objects: 93% (7335/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 94% (7377/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 95% (7455/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 96% (7534/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 97% (7612/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 98% (7691/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 99% (7769/7847), 19.04 MiB | 19.04 MiB/s remote: Total 7847 (delta 70), reused 113 (delta 40), pack-reused 7632 [2020-10-20T00:48:48.803Z] Receiving objects: 100% (7847/7847), 19.04 MiB | 19.04 MiB/s Receiving objects: 100% (7847/7847), 19.24 MiB | 19.07 MiB/s, done. [2020-10-20T00:48:49.066Z] Resolving deltas: 0% (0/4966) Resolving deltas: 1% (54/4966) Resolving deltas: 2% (116/4966) Resolving deltas: 3% (150/4966) Resolving deltas: 4% (231/4966) Resolving deltas: 5% (250/4966) Resolving deltas: 6% (299/4966) Resolving deltas: 7% (349/4966) Resolving deltas: 8% (404/4966) Resolving deltas: 9% (447/4966) Resolving deltas: 10% (498/4966) Resolving deltas: 11% (547/4966) Resolving deltas: 12% (598/4966) Resolving deltas: 13% (650/4966) Resolving deltas: 14% (705/4966) Resolving deltas: 15% (748/4966) Resolving deltas: 16% (805/4966) Resolving deltas: 17% (848/4966) Resolving deltas: 18% (894/4966) Resolving deltas: 19% (945/4966) Resolving deltas: 20% (1022/4966) Resolving deltas: 21% (1043/4966) Resolving deltas: 22% (1099/4966) Resolving deltas: 23% (1144/4966) Resolving deltas: 24% (1215/4966) Resolving deltas: 25% (1244/4966) Resolving deltas: 26% (1316/4966) Resolving deltas: 27% (1354/4966) Resolving deltas: 28% (1398/4966) Resolving deltas: 29% (1461/4966) Resolving deltas: 30% (1502/4966) Resolving deltas: 31% (1559/4966) Resolving deltas: 32% (1617/4966) Resolving deltas: 33% (1641/4966) Resolving deltas: 34% (1696/4966) Resolving deltas: 35% (1747/4966) Resolving deltas: 36% (1789/4966) Resolving deltas: 37% (1839/4966) Resolving deltas: 38% (1900/4966) Resolving deltas: 39% (1972/4966) Resolving deltas: 40% (1994/4966) Resolving deltas: 41% (2068/4966) Resolving deltas: 42% (2123/4966) Resolving deltas: 43% (2147/4966) Resolving deltas: 44% (2189/4966) Resolving deltas: 45% (2236/4966) Resolving deltas: 46% (2289/4966) Resolving deltas: 47% (2343/4966) Resolving deltas: 48% (2385/4966) Resolving deltas: 49% (2438/4966) Resolving deltas: 50% (2485/4966) Resolving deltas: 52% (2586/4966) Resolving deltas: 53% (2664/4966) Resolving deltas: 54% (2707/4966) Resolving deltas: 55% (2732/4966) Resolving deltas: 56% (2782/4966) Resolving deltas: 57% (2831/4966) Resolving deltas: 58% (2901/4966) Resolving deltas: 59% (2936/4966) Resolving deltas: 60% (3003/4966) Resolving deltas: 61% (3031/4966) Resolving deltas: 62% (3080/4966) Resolving deltas: 63% (3132/4966) Resolving deltas: 65% (3235/4966) Resolving deltas: 66% (3281/4966) Resolving deltas: 67% (3334/4966) Resolving deltas: 68% (3379/4966) Resolving deltas: 69% (3437/4966) Resolving deltas: 70% (3506/4966) Resolving deltas: 71% (3532/4966) Resolving deltas: 72% (3586/4966) Resolving deltas: 73% (3628/4966) Resolving deltas: 74% (3676/4966) Resolving deltas: 76% (3781/4966) Resolving deltas: 78% (3886/4966) Resolving deltas: 79% (3942/4966) Resolving deltas: 80% (3982/4966) Resolving deltas: 81% (4044/4966) Resolving deltas: 82% (4080/4966) Resolving deltas: 83% (4130/4966) Resolving deltas: 84% (4188/4966) Resolving deltas: 85% (4227/4966) Resolving deltas: 86% (4274/4966) Resolving deltas: 88% (4409/4966) Resolving deltas: 89% (4435/4966) Resolving deltas: 90% (4514/4966) Resolving deltas: 91% (4522/4966) Resolving deltas: 92% (4569/4966) Resolving deltas: 93% (4621/4966) Resolving deltas: 94% (4694/4966) Resolving deltas: 95% (4752/4966) Resolving deltas: 96% (4768/4966) Resolving deltas: 97% (4819/4966) Resolving deltas: 98% (4879/4966) Resolving deltas: 99% (4919/4966) Resolving deltas: 100% (4966/4966) Resolving deltas: 100% (4966/4966), done. [2020-10-20T00:48:49.066Z] Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. [2020-10-20T00:48:49.066Z] [2020-10-20T00:48:49.066Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:48:49.066Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:48:49.066Z] state without impacting any branches by performing another checkout. [2020-10-20T00:48:49.066Z] [2020-10-20T00:48:49.066Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:48:49.066Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:48:49.066Z] [2020-10-20T00:48:49.066Z] git checkout -b [2020-10-20T00:48:49.066Z] [2020-10-20T00:48:50.249Z] ---> dfa98443730b [2020-10-20T00:48:50.249Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T00:48:50.886Z] Removing intermediate container 0d9745ed78e1 [2020-10-20T00:48:50.886Z] ---> 096299766468 [2020-10-20T00:48:50.886Z] [2020-10-20T00:48:50.886Z] Step 10/22 : FROM scratch [2020-10-20T00:48:50.886Z] ---> [2020-10-20T00:48:50.886Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:48:51.162Z] ---> Using cache [2020-10-20T00:48:51.162Z] ---> afa63459abf6 [2020-10-20T00:48:51.162Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T00:48:51.615Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:48:51.616Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:48:51.764Z] ---> Running in 3d0e88bfae3b [2020-10-20T00:48:51.764Z] ---> 88fefabe5ec8 [2020-10-20T00:48:51.764Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T00:48:51.877Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:48:51.877Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:48:52.140Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:48:52.375Z] Removing intermediate container 3d0e88bfae3b [2020-10-20T00:48:52.375Z] ---> f8d70044b3a9 [2020-10-20T00:48:52.375Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:48:52.650Z] ---> Running in 441a64d25265 [2020-10-20T00:48:53.640Z] ---> 39f14a12317b [2020-10-20T00:48:53.640Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T00:48:53.640Z] Removing intermediate container 441a64d25265 [2020-10-20T00:48:53.640Z] ---> a3785d1522e9 [2020-10-20T00:48:53.640Z] Step 14/22 : WORKDIR / [2020-10-20T00:48:53.921Z] ---> Running in 9b983a9307c1 [2020-10-20T00:48:54.905Z] Removing intermediate container 9b983a9307c1 [2020-10-20T00:48:54.905Z] ---> 45c4ea5a332d [2020-10-20T00:48:54.905Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T00:48:54.905Z] ---> a98dfb1d2b40 [2020-10-20T00:48:54.905Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T00:48:55.179Z] ---> Running in a888e06fd173 [2020-10-20T00:48:56.633Z] ---> ad499105b803 [2020-10-20T00:48:56.633Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T00:48:57.437Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-10-20T00:48:57.700Z] 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) [2020-10-20T00:48:57.968Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] [2020-10-20T00:48:58.241Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-10-20T00:48:58.515Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] [2020-10-20T00:48:58.515Z] 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) [2020-10-20T00:48:58.781Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] [2020-10-20T00:48:59.359Z] 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) [2020-10-20T00:48:59.359Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] [2020-10-20T00:48:59.935Z] 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) [2020-10-20T00:48:59.935Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-10-20T00:48:59.935Z] 100% [Working] Fetched 8848 B in 0s (0 B/s) [2020-10-20T00:49:00.029Z] ---> c7bb36861d9d [2020-10-20T00:49:00.029Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T00:49:00.197Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-10-20T00:49:00.305Z] Removing intermediate container c4abbfe106ec [2020-10-20T00:49:00.305Z] ---> 923f4c0f1a50 [2020-10-20T00:49:00.305Z] [2020-10-20T00:49:00.305Z] Step 10/22 : FROM scratch [2020-10-20T00:49:00.305Z] ---> [2020-10-20T00:49:00.305Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T00:49:00.459Z] 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) [2020-10-20T00:49:00.590Z] ---> Using cache [2020-10-20T00:49:00.590Z] ---> afa63459abf6 [2020-10-20T00:49:00.590Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T00:49:00.722Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-10-20T00:49:00.722Z] 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-10-20T00:49:00.882Z] Removing intermediate container a888e06fd173 [2020-10-20T00:49:00.882Z] ---> 891e3d6c933e [2020-10-20T00:49:00.882Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T00:49:00.882Z] ---> Running in 53a2780a319a [2020-10-20T00:49:00.986Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] [2020-10-20T00:49:01.160Z] ---> Running in f855de2c51ae [2020-10-20T00:49:01.249Z] 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) [2020-10-20T00:49:01.455Z] ---> 364f3ed344a0 [2020-10-20T00:49:01.455Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T00:49:01.455Z] ---> Running in 282d0e859a3f [2020-10-20T00:49:01.512Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] [2020-10-20T00:49:01.741Z] Removing intermediate container 53a2780a319a [2020-10-20T00:49:01.741Z] ---> e35f47ac5c18 [2020-10-20T00:49:01.741Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T00:49:02.032Z] ---> Running in a0de6c87ff92 [2020-10-20T00:49:02.032Z] Removing intermediate container f855de2c51ae [2020-10-20T00:49:02.032Z] ---> 4dc9e51e160e [2020-10-20T00:49:02.032Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T00:49:02.088Z] 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) [2020-10-20T00:49:02.316Z] ---> Running in 3d0da81d4277 [2020-10-20T00:49:02.316Z] Removing intermediate container 282d0e859a3f [2020-10-20T00:49:02.316Z] ---> 4f1013914ce7 [2020-10-20T00:49:02.316Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:49:02.350Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-10-20T00:49:02.350Z] 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-10-20T00:49:02.598Z] ---> Running in c14c335c45f9 [2020-10-20T00:49:02.613Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-10-20T00:49:02.882Z] Removing intermediate container a0de6c87ff92 [2020-10-20T00:49:02.882Z] ---> a6a72225f8ea [2020-10-20T00:49:02.882Z] Step 14/22 : WORKDIR / [2020-10-20T00:49:03.160Z] Removing intermediate container 3d0da81d4277 [2020-10-20T00:49:03.160Z] ---> 1ab50fda5691 [2020-10-20T00:49:03.160Z] Step 25/26 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:49:03.160Z] ---> Running in 0cf0e46dac1a [2020-10-20T00:49:03.185Z] 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) [2020-10-20T00:49:03.185Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] [2020-10-20T00:49:03.437Z] ---> Running in d135fa54c39e [2020-10-20T00:49:03.712Z] Removing intermediate container c14c335c45f9 [2020-10-20T00:49:03.712Z] ---> a2de2e2f340e [2020-10-20T00:49:03.712Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T00:49:03.712Z] ---> Running in 998c8af190f7 [2020-10-20T00:49:03.984Z] Removing intermediate container 0cf0e46dac1a [2020-10-20T00:49:03.984Z] ---> 5c2aceb5c7d0 [2020-10-20T00:49:03.984Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T00:49:03.984Z] Removing intermediate container d135fa54c39e [2020-10-20T00:49:03.984Z] ---> b2bd90a41bd5 [2020-10-20T00:49:03.984Z] Step 26/26 : LABEL version=0.0.0 [2020-10-20T00:49:04.022Z] 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) [2020-10-20T00:49:04.284Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-10-20T00:49:04.585Z] ---> Running in 1c727efbcba5 [2020-10-20T00:49:04.585Z] Removing intermediate container 998c8af190f7 [2020-10-20T00:49:04.585Z] ---> 6ed4bf58b96c [2020-10-20T00:49:04.585Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:49:04.585Z] ---> Running in f79aa3e226a2 [2020-10-20T00:49:04.858Z] 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) [2020-10-20T00:49:04.858Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-20T00:49:04.858Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:05.122Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-10-20T00:49:05.122Z] 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) [2020-10-20T00:49:05.190Z] Removing intermediate container 1c727efbcba5 [2020-10-20T00:49:05.190Z] ---> fd0f4d0782ec [2020-10-20T00:49:05.190Z] [2020-10-20T00:49:05.190Z] Removing intermediate container f79aa3e226a2 [2020-10-20T00:49:05.190Z] ---> 273293c073ce [2020-10-20T00:49:05.190Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:49:05.385Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] [2020-10-20T00:49:05.467Z] ---> 17d523c9bd38 [2020-10-20T00:49:05.467Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T00:49:05.467Z] ---> Running in ba5b38b56f62 [2020-10-20T00:49:05.646Z] 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) [2020-10-20T00:49:05.646Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] [2020-10-20T00:49:05.743Z] Successfully built fd0f4d0782ec [2020-10-20T00:49:05.743Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T00:49:05.908Z] 14% 100% [Working] Fetched 85.6 kB in 0s (0 B/s) [2020-10-20T00:49:06.171Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-10-20T00:49:06.346Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ba5b38b56f62 [2020-10-20T00:49:06.346Z] ---> 58f084e34ba1 [2020-10-20T00:49:06.346Z] [2020-10-20T00:49:06.434Z] 28% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) [2020-10-20T00:49:06.697Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.14-0ubuntu0.18.04.1_amd64.deb [107 kB] [2020-10-20T00:49:06.952Z] Successfully built 58f084e34ba1 [2020-10-20T00:49:06.952Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T00:49:06.960Z] 12% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-10-20T00:49:07.222Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] [2020-10-20T00:49:07.222Z] 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-10-20T00:49:07.485Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-20T00:49:07.485Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:07.578Z]  Building docker-core-command-go ... done  ---> d6047d663d74 [2020-10-20T00:49:07.578Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T00:49:07.748Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.14-0ubuntu0.18.04.1_amd64.deb [3766 kB] [2020-10-20T00:49:08.568Z] ---> df8c84bf4130 [2020-10-20T00:49:08.568Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T00:49:08.568Z] ---> Running in 69e9da692062 [2020-10-20T00:49:08.585Z] 0% 17% 100% [Working] Fetched 3766 kB in 0s (0 B/s) [2020-10-20T00:49:08.585Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] [2020-10-20T00:49:08.585Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-10-20T00:49:08.848Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] [2020-10-20T00:49:09.111Z] 40% 100% [Working] Fetched 30.9 kB in 0s (0 B/s) [2020-10-20T00:49:09.111Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] [2020-10-20T00:49:09.373Z] 80% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-10-20T00:49:09.551Z] Removing intermediate container 69e9da692062 [2020-10-20T00:49:09.551Z] ---> 21503398a4d7 [2020-10-20T00:49:09.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T00:49:09.637Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] [2020-10-20T00:49:09.637Z] 100% [Working] Fetched 5884 B in 0s (0 B/s) [2020-10-20T00:49:09.637Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-20T00:49:09.637Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:09.828Z] ---> Running in 4be8cf2520dd [2020-10-20T00:49:09.899Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-10-20T00:49:10.101Z] Removing intermediate container f5ab7b56afda [2020-10-20T00:49:10.102Z] ---> 8cfa0ff0c66f [2020-10-20T00:49:10.102Z] [2020-10-20T00:49:10.102Z] Step 9/29 : FROM alpine:latest [2020-10-20T00:49:10.102Z] ---> 62ee0e9f8440 [2020-10-20T00:49:10.102Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-20T00:49:10.102Z] Removing intermediate container 8f693a7cb35b [2020-10-20T00:49:10.102Z] ---> f29fb14bb293 [2020-10-20T00:49:10.102Z] [2020-10-20T00:49:10.102Z] Step 10/20 : FROM alpine [2020-10-20T00:49:10.102Z] ---> 62ee0e9f8440 [2020-10-20T00:49:10.102Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T00:49:10.163Z] 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) [2020-10-20T00:49:10.373Z] ---> Running in c2187deb9aab [2020-10-20T00:49:10.373Z] ---> Running in 2df4d0674354 [2020-10-20T00:49:10.373Z] Removing intermediate container 4be8cf2520dd [2020-10-20T00:49:10.373Z] ---> 9db939c6f41a [2020-10-20T00:49:10.373Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T00:49:10.426Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] [2020-10-20T00:49:10.650Z] ---> Running in 214fe15fe780 [2020-10-20T00:49:10.650Z] Removing intermediate container 2df4d0674354 [2020-10-20T00:49:10.650Z] ---> 2255419f25c0 [2020-10-20T00:49:10.650Z] Step 11/29 : USER root [2020-10-20T00:49:10.688Z] 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) [2020-10-20T00:49:10.925Z] ---> Running in afa9a0c745ea [2020-10-20T00:49:10.953Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-10-20T00:49:10.953Z] 100% [Working] Fetched 8720 B in 0s (0 B/s) [2020-10-20T00:49:11.217Z] Removing intermediate container 214fe15fe780 [2020-10-20T00:49:11.217Z] ---> a544fe14d3b6 [2020-10-20T00:49:11.217Z] Step 21/22 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:49:11.225Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] [2020-10-20T00:49:11.225Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-10-20T00:49:11.225Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-10-20T00:49:11.489Z] 10% 100% [Working] Fetched 137 kB in 0s (0 B/s) [2020-10-20T00:49:11.532Z] ---> Running in 05054ca4428d [2020-10-20T00:49:11.532Z] Removing intermediate container afa9a0c745ea [2020-10-20T00:49:11.532Z] ---> cea02f72bc21 [2020-10-20T00:49:11.532Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T00:49:11.751Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-10-20T00:49:11.862Z] ---> Running in 75d98a611f6a [2020-10-20T00:49:12.012Z] 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) [2020-10-20T00:49:12.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:49:12.139Z] Removing intermediate container 05054ca4428d [2020-10-20T00:49:12.139Z] ---> c6903092dfda [2020-10-20T00:49:12.139Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T00:49:12.278Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] [2020-10-20T00:49:12.448Z] ---> Running in 654d6f034b9b [2020-10-20T00:49:12.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:49:12.858Z] 1% 100% [Working] Fetched 663 kB in 0s (0 B/s) [2020-10-20T00:49:13.073Z] Removing intermediate container 654d6f034b9b [2020-10-20T00:49:13.073Z] ---> cfcf1dda1094 [2020-10-20T00:49:13.073Z] [2020-10-20T00:49:13.073Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:49:13.073Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:49:13.073Z] OK: 12621 distinct packages available [2020-10-20T00:49:13.126Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-10-20T00:49:13.346Z] Successfully built cfcf1dda1094 [2020-10-20T00:49:13.346Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T00:49:13.618Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:49:13.731Z] 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) [2020-10-20T00:49:13.731Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] [2020-10-20T00:49:13.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:49:13.888Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T00:49:13.996Z] 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) [2020-10-20T00:49:14.158Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T00:49:14.158Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T00:49:14.158Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T00:49:14.158Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:49:14.158Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T00:49:14.260Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-10-20T00:49:14.429Z] OK: 7 MiB in 18 packages [2020-10-20T00:49:14.521Z] 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) [2020-10-20T00:49:14.521Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-20T00:49:14.521Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:14.702Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T00:49:14.702Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T00:49:14.702Z] OK: 12621 distinct packages available [2020-10-20T00:49:14.783Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-10-20T00:49:15.046Z] 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) [2020-10-20T00:49:15.046Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-20T00:49:15.046Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:15.307Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T00:49:15.308Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-10-20T00:49:15.570Z] 7% 100% [Working] Fetched 187 kB in 0s (0 B/s) [2020-10-20T00:49:15.579Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T00:49:15.579Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T00:49:15.579Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T00:49:15.833Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-10-20T00:49:15.853Z] OK: 6 MiB in 16 packages [2020-10-20T00:49:16.095Z] 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) [2020-10-20T00:49:16.129Z] Removing intermediate container c2187deb9aab [2020-10-20T00:49:16.129Z] ---> caddfcfde820 [2020-10-20T00:49:16.129Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T00:49:16.357Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-10-20T00:49:16.401Z] ---> Running in d431c1351603 [2020-10-20T00:49:16.620Z] 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) [2020-10-20T00:49:16.679Z] Removing intermediate container d431c1351603 [2020-10-20T00:49:16.679Z] ---> 54450f65ae30 [2020-10-20T00:49:16.679Z] Step 13/20 : WORKDIR /edgex [2020-10-20T00:49:16.881Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-20T00:49:16.881Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:16.958Z] ---> Running in 95f757740aba [2020-10-20T00:49:17.143Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-10-20T00:49:17.143Z] 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) [2020-10-20T00:49:17.231Z] Removing intermediate container 75d98a611f6a [2020-10-20T00:49:17.231Z] ---> 0377e4abde89 [2020-10-20T00:49:17.231Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T00:49:17.406Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-20T00:49:17.406Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:17.503Z] ---> Running in 605c9be81b1f [2020-10-20T00:49:17.503Z] Removing intermediate container 95f757740aba [2020-10-20T00:49:17.503Z] ---> 6f92014ce2f7 [2020-10-20T00:49:17.503Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T00:49:17.669Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-10-20T00:49:17.937Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-10-20T00:49:18.097Z] Removing intermediate container 605c9be81b1f [2020-10-20T00:49:18.097Z] ---> bbe200c72265 [2020-10-20T00:49:18.097Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T00:49:18.097Z] ---> Running in bacdef0a1791 [2020-10-20T00:49:18.200Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb [941 kB] [2020-10-20T00:49:18.372Z] ---> fdc809525e38 [2020-10-20T00:49:18.372Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T00:49:18.644Z] Removing intermediate container bacdef0a1791 [2020-10-20T00:49:18.644Z] ---> 49e4a9f8deb9 [2020-10-20T00:49:18.644Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T00:49:18.644Z] ---> Running in c913783860df [2020-10-20T00:49:18.733Z] 1% 74% 100% [Working] Fetched 941 kB in 0s (0 B/s) [2020-10-20T00:49:18.733Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-20T00:49:18.733Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:18.995Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] [2020-10-20T00:49:19.271Z] 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) [2020-10-20T00:49:19.532Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] [2020-10-20T00:49:19.532Z] 46% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) [2020-10-20T00:49:20.068Z] ---> a8c95e6523ee [2020-10-20T00:49:20.069Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T00:49:20.069Z] ---> Running in 41f663dbfb11 [2020-10-20T00:49:20.338Z] Removing intermediate container 41f663dbfb11 [2020-10-20T00:49:20.338Z] ---> 30e18e0d8a0e [2020-10-20T00:49:20.338Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T00:49:20.609Z] ---> Running in e0a37c0fb972 [2020-10-20T00:49:21.217Z] Removing intermediate container e0a37c0fb972 [2020-10-20T00:49:21.217Z] ---> 342bc3f2053c [2020-10-20T00:49:21.217Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T00:49:21.217Z] ---> Running in d9e2cad89392 [2020-10-20T00:49:21.492Z] Removing intermediate container c913783860df [2020-10-20T00:49:21.492Z] ---> 7d79a43e56b0 [2020-10-20T00:49:21.492Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T00:49:21.817Z] Removing intermediate container d9e2cad89392 [2020-10-20T00:49:21.817Z] ---> 58aede876524 [2020-10-20T00:49:21.817Z] Step 19/20 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:49:22.089Z] ---> Running in 58eea35b1849 [2020-10-20T00:49:22.688Z] Removing intermediate container 58eea35b1849 [2020-10-20T00:49:22.688Z] ---> 8a7e08188fbc [2020-10-20T00:49:22.688Z] Step 20/20 : LABEL version=0.0.0 [2020-10-20T00:49:22.688Z] ---> 01ceace0a7ae [2020-10-20T00:49:22.688Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T00:49:22.688Z] ---> Running in ccf8c812a324 [2020-10-20T00:49:23.282Z] Removing intermediate container ccf8c812a324 [2020-10-20T00:49:23.282Z] ---> 23ca10e37bdf [2020-10-20T00:49:23.282Z] [2020-10-20T00:49:23.554Z] Successfully built 23ca10e37bdf [2020-10-20T00:49:23.555Z] ---> ff256066b7a4 [2020-10-20T00:49:23.555Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T00:49:23.555Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T00:49:24.533Z]  Building docker-security-proxy-setup-go ... done  ---> 95c511465080 [2020-10-20T00:49:24.533Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T00:49:25.135Z] ---> 70cb71fd1339 [2020-10-20T00:49:25.135Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T00:49:26.115Z] ---> 7110f9cb111a [2020-10-20T00:49:26.115Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T00:49:26.115Z] ---> Running in d8352220dda3 [2020-10-20T00:49:27.696Z] Pulling postgres  [2020-10-20T00:49:28.643Z] Pulling redis  [2020-10-20T00:49:28.735Z] Removing intermediate container d8352220dda3 [2020-10-20T00:49:28.735Z] ---> 164a86f3a604 [2020-10-20T00:49:28.735Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T00:49:29.330Z] ---> 4fefc394347e [2020-10-20T00:49:29.330Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T00:49:29.588Z] Cloning into '/build/parts/redis/src'... [2020-10-20T00:49:29.612Z] ---> Running in 4ec86cf841f2 [2020-10-20T00:49:30.178Z] remote: Enumerating objects: 807, done. [2020-10-20T00:49:30.462Z] remote: Counting objects: 0% (1/807) remote: Counting objects: 1% (9/807) remote: Counting objects: 2% (17/807) remote: Counting objects: 3% (25/807) remote: Counting objects: 4% (33/807) remote: Counting objects: 5% (41/807) remote: Counting objects: 6% (49/807) remote: Counting objects: 7% (57/807) remote: Counting objects: 8% (65/807) remote: Counting objects: 9% (73/807) remote: Counting objects: 10% (81/807) remote: Counting objects: 11% (89/807) remote: Counting objects: 12% (97/807) remote: Counting objects: 13% (105/807) remote: Counting objects: 14% (113/807) remote: Counting objects: 15% (122/807) remote: Counting objects: 16% (130/807) remote: Counting objects: 17% (138/807) remote: Counting objects: 18% (146/807) remote: Counting objects: 19% (154/807) remote: Counting objects: 20% (162/807) remote: Counting objects: 21% (170/807) remote: Counting objects: 22% (178/807) remote: Counting objects: 23% (186/807) remote: Counting objects: 24% (194/807) remote: Counting objects: 25% (202/807) remote: Counting objects: 26% (210/807) remote: Counting objects: 27% (218/807) remote: Counting objects: 28% (226/807) remote: Counting objects: 29% (235/807) remote: Counting objects: 30% (243/807) remote: Counting objects: 31% (251/807) remote: Counting objects: 32% (259/807) remote: Counting objects: 33% (267/807) remote: Counting objects: 34% (275/807) remote: Counting objects: 35% (283/807) remote: Counting objects: 36% (291/807) remote: Counting objects: 37% (299/807) remote: Counting objects: 38% (307/807) remote: Counting objects: 39% (315/807) remote: Counting objects: 40% (323/807) remote: Counting objects: 41% (331/807) remote: Counting objects: 42% (339/807) remote: Counting objects: 43% (348/807) remote: Counting objects: 44% (356/807) remote: Counting objects: 45% (364/807) remote: Counting objects: 46% (372/807) remote: Counting objects: 47% (380/807) remote: Counting objects: 48% (388/807) remote: Counting objects: 49% (396/807) remote: Counting objects: 50% (404/807) remote: Counting objects: 51% (412/807) remote: Counting objects: 52% (420/807) remote: Counting objects: 53% (428/807) remote: Counting objects: 54% (436/807) remote: Counting objects: 55% (444/807) remote: Counting objects: 56% (452/807) remote: Counting objects: 57% (460/807) remote: Counting objects: 58% (469/807) remote: Counting objects: 59% (477/807) remote: Counting objects: 60% (485/807) remote: Counting objects: 61% (493/807) remote: Counting objects: 62% (501/807) remote: Counting objects: 63% (509/807) remote: Counting objects: 64% (517/807) remote: Counting objects: 65% (525/807) remote: Counting objects: 66% (533/807) remote: Counting objects: 67% (541/807) remote: Counting objects: 68% (549/807) remote: Counting objects: 69% (557/807) remote: Counting objects: 70% (565/807) remote: Counting objects: 71% (573/807) remote: Counting objects: 72% (582/807) remote: Counting objects: 73% (590/807) remote: Counting objects: 74% (598/807) remote: Counting objects: 75% (606/807) remote: Counting objects: 76% (614/807) remote: Counting objects: 77% (622/807) remote: Counting objects: 78% (630/807) remote: Counting objects: 79% (638/807) remote: Counting objects: 80% (646/807) remote: Counting objects: 81% (654/807) remote: Counting objects: 82% (662/807) remote: Counting objects: 83% (670/807) remote: Counting objects: 84% (678/807) remote: Counting objects: 85% (686/807) remote: Counting objects: 86% (695/807) remote: Counting objects: 87% (703/807) remote: Counting objects: 88% (711/807) remote: Counting objects: 89% (719/807) remote: Counting objects: 90% (727/807) remote: Counting objects: 91% (735/807) remote: Counting objects: 92% (743/807) remote: Counting objects: 93% (751/807) remote: Counting objects: 94% (759/807) remote: Counting objects: 95% (767/807) remote: Counting objects: 96% (775/807) remote: Counting objects: 97% (783/807) remote: Counting objects: 98% (791/807) remote: Counting objects: 99% (799/807) remote: Counting objects: 100% (807/807) remote: Counting objects: 100% (807/807), done. [2020-10-20T00:49:30.463Z] remote: Compressing objects: 0% (1/712) remote: Compressing objects: 1% (8/712) remote: Compressing objects: 2% (15/712) remote: Compressing objects: 3% (22/712) remote: Compressing objects: 4% (29/712) remote: Compressing objects: 5% (36/712) remote: Compressing objects: 6% (43/712) remote: Compressing objects: 7% (50/712) remote: Compressing objects: 8% (57/712) remote: Compressing objects: 9% (65/712) remote: Compressing objects: 10% (72/712) remote: Compressing objects: 11% (79/712) remote: Compressing objects: 12% (86/712) remote: Compressing objects: 13% (93/712) remote: Compressing objects: 14% (100/712) remote: Compressing objects: 15% (107/712) remote: Compressing objects: 16% (114/712) remote: Compressing objects: 17% (122/712) remote: Compressing objects: 18% (129/712) remote: Compressing objects: 19% (136/712) remote: Compressing objects: 20% (143/712) remote: Compressing objects: 21% (150/712) remote: Compressing objects: 22% (157/712) remote: Compressing objects: 23% (164/712) remote: Compressing objects: 24% (171/712) remote: Compressing objects: 25% (178/712) remote: Compressing objects: 26% (186/712) remote: Compressing objects: 27% (193/712) remote: Compressing objects: 28% (200/712) remote: Compressing objects: 29% (207/712) remote: Compressing objects: 30% (214/712) remote: Compressing objects: 31% (221/712) remote: Compressing objects: 32% (228/712) remote: Compressing objects: 33% (235/712) remote: Compressing objects: 34% (243/712) remote: Compressing objects: 35% (250/712) remote: Compressing objects: 36% (257/712) remote: Compressing objects: 37% (264/712) remote: Compressing objects: 38% (271/712) remote: Compressing objects: 39% (278/712) remote: Compressing objects: 40% (285/712) remote: Compressing objects: 41% (292/712) remote: Compressing objects: 42% (300/712) remote: Compressing objects: 43% (307/712) remote: Compressing objects: 44% (314/712) remote: Compressing objects: 45% (321/712) remote: Compressing objects: 46% (328/712) remote: Compressing objects: 47% (335/712) remote: Compressing objects: 48% (342/712) remote: Compressing objects: 49% (349/712) remote: Compressing objects: 50% (356/712) remote: Compressing objects: 51% (364/712) remote: Compressing objects: 52% (371/712) remote: Compressing objects: 53% (378/712) remote: Compressing objects: 54% (385/712) remote: Compressing objects: 55% (392/712) remote: Compressing objects: 56% (399/712) remote: Compressing objects: 57% (406/712) remote: Compressing objects: 58% (413/712) remote: Compressing objects: 59% (421/712) remote: Compressing objects: 60% (428/712) remote: Compressing objects: 61% (435/712) remote: Compressing objects: 62% (442/712) remote: Compressing objects: 63% (449/712) remote: Compressing objects: 64% (456/712) remote: Compressing objects: 65% (463/712) remote: Compressing objects: 66% (470/712) remote: Compressing objects: 67% (478/712) remote: Compressing objects: 68% (485/712) remote: Compressing objects: 69% (492/712) remote: Compressing objects: 70% (499/712) remote: Compressing objects: 71% (506/712) remote: Compressing objects: 72% (513/712) remote: Compressing objects: 73% (520/712) remote: Compressing objects: 74% (527/712) remote: Compressing objects: 75% (534/712) remote: Compressing objects: 76% (542/712) remote: Compressing objects: 77% (549/712) remote: Compressing objects: 78% (556/712) remote: Compressing objects: 79% (563/712) remote: Compressing objects: 80% (570/712) remote: Compressing objects: 81% (577/712) remote: Compressing objects: 82% (584/712) remote: Compressing objects: 83% (591/712) remote: Compressing objects: 84% (599/712) remote: Compressing objects: 85% (606/712) remote: Compressing objects: 86% (613/712) remote: Compressing objects: 87% (620/712) remote: Compressing objects: 88% (627/712) remote: Compressing objects: 89% (634/712) remote: Compressing objects: 90% (641/712) remote: Compressing objects: 91% (648/712) remote: Compressing objects: 92% (656/712) remote: Compressing objects: 93% (663/712) remote: Compressing objects: 94% (670/712) remote: Compressing objects: 95% (677/712) remote: Compressing objects: 96% (684/712) remote: Compressing objects: 97% (691/712) remote: Compressing objects: 98% (698/712) remote: Compressing objects: 99% (705/712) remote: Compressing objects: 100% (712/712) remote: Compressing objects: 100% (712/712), done. [2020-10-20T00:49:31.039Z] Receiving objects: 0% (1/807) Receiving objects: 1% (9/807) Receiving objects: 2% (17/807) Receiving objects: 3% (25/807) Receiving objects: 4% (33/807) Receiving objects: 5% (41/807) Receiving objects: 6% (49/807) Receiving objects: 7% (57/807) Receiving objects: 8% (65/807) Receiving objects: 9% (73/807) Receiving objects: 10% (81/807) Receiving objects: 11% (89/807) Receiving objects: 12% (97/807) Receiving objects: 13% (105/807) Receiving objects: 14% (113/807) Receiving objects: 15% (122/807) Receiving objects: 16% (130/807) Receiving objects: 17% (138/807) Receiving objects: 18% (146/807) Receiving objects: 19% (154/807) Receiving objects: 20% (162/807) Receiving objects: 21% (170/807) Receiving objects: 22% (178/807) Receiving objects: 23% (186/807) Receiving objects: 24% (194/807) Receiving objects: 25% (202/807) Receiving objects: 26% (210/807) Receiving objects: 27% (218/807) Receiving objects: 28% (226/807) Receiving objects: 29% (235/807) Receiving objects: 30% (243/807) Receiving objects: 31% (251/807) Receiving objects: 32% (259/807) Receiving objects: 33% (267/807) Receiving objects: 34% (275/807) Receiving objects: 35% (283/807) Receiving objects: 36% (291/807) Receiving objects: 37% (299/807) Receiving objects: 38% (307/807) Receiving objects: 39% (315/807) Receiving objects: 40% (323/807) Receiving objects: 41% (331/807) Receiving objects: 42% (339/807) Receiving objects: 43% (348/807) Receiving objects: 44% (356/807) Receiving objects: 45% (364/807) Receiving objects: 46% (372/807) Receiving objects: 47% (380/807) Receiving objects: 48% (388/807) Receiving objects: 49% (396/807) Receiving objects: 50% (404/807) Receiving objects: 51% (412/807) Receiving objects: 52% (420/807) Receiving objects: 53% (428/807) Receiving objects: 54% (436/807) Receiving objects: 55% (444/807) Receiving objects: 56% (452/807) Receiving objects: 57% (460/807) Receiving objects: 58% (469/807) Receiving objects: 59% (477/807) Receiving objects: 60% (485/807) Receiving objects: 61% (493/807) Receiving objects: 62% (501/807) Receiving objects: 63% (509/807) Receiving objects: 64% (517/807) Receiving objects: 65% (525/807) Receiving objects: 66% (533/807) Receiving objects: 67% (541/807) Receiving objects: 68% (549/807) Receiving objects: 69% (557/807) Receiving objects: 70% (565/807) Receiving objects: 71% (573/807) Receiving objects: 72% (582/807) Receiving objects: 73% (590/807) Receiving objects: 74% (598/807) Receiving objects: 75% (606/807) Receiving objects: 76% (614/807) Receiving objects: 77% (622/807) Receiving objects: 78% (630/807) Receiving objects: 79% (638/807) Receiving objects: 80% (646/807) Receiving objects: 81% (654/807) Receiving objects: 82% (662/807) Receiving objects: 83% (670/807) Receiving objects: 84% (678/807) Receiving objects: 85% (686/807) Receiving objects: 86% (695/807) Receiving objects: 87% (703/807) Receiving objects: 88% (711/807) Receiving objects: 89% (719/807) Receiving objects: 90% (727/807) Receiving objects: 91% (735/807) Receiving objects: 92% (743/807) Receiving objects: 93% (751/807) Receiving objects: 94% (759/807) Receiving objects: 95% (767/807) Receiving objects: 96% (775/807) remote: Total 807 (delta 103), reused 526 (delta 69), pack-reused 0 [2020-10-20T00:49:31.039Z] Receiving objects: 97% (783/807) Receiving objects: 98% (791/807) Receiving objects: 99% (799/807) Receiving objects: 100% (807/807) Receiving objects: 100% (807/807), 2.12 MiB | 4.57 MiB/s, done. [2020-10-20T00:49:31.039Z] Resolving deltas: 0% (0/103) Resolving deltas: 5% (6/103) Resolving deltas: 7% (8/103) Resolving deltas: 8% (9/103) Resolving deltas: 9% (10/103) Resolving deltas: 10% (11/103) Resolving deltas: 11% (12/103) Resolving deltas: 12% (13/103) Resolving deltas: 13% (14/103) Resolving deltas: 14% (15/103) Resolving deltas: 15% (16/103) Resolving deltas: 16% (17/103) Resolving deltas: 27% (28/103) Resolving deltas: 28% (29/103) Resolving deltas: 31% (32/103) Resolving deltas: 33% (34/103) Resolving deltas: 36% (38/103) Resolving deltas: 37% (39/103) Resolving deltas: 38% (40/103) Resolving deltas: 39% (41/103) Resolving deltas: 40% (42/103) Resolving deltas: 41% (43/103) Resolving deltas: 45% (47/103) Resolving deltas: 46% (48/103) Resolving deltas: 47% (49/103) Resolving deltas: 52% (54/103) Resolving deltas: 54% (56/103) Resolving deltas: 57% (59/103) Resolving deltas: 60% (62/103) Resolving deltas: 61% (63/103) Resolving deltas: 62% (64/103) Resolving deltas: 63% (65/103) Resolving deltas: 65% (67/103) Resolving deltas: 66% (69/103) Resolving deltas: 67% (70/103) Resolving deltas: 69% (72/103) Resolving deltas: 70% (73/103) Resolving deltas: 71% (74/103) Resolving deltas: 72% (75/103) Resolving deltas: 76% (79/103) Resolving deltas: 77% (80/103) Resolving deltas: 81% (84/103) Resolving deltas: 85% (88/103) Resolving deltas: 86% (89/103) Resolving deltas: 87% (90/103) Resolving deltas: 88% (91/103) Resolving deltas: 89% (92/103) Resolving deltas: 90% (93/103) Resolving deltas: 91% (94/103) Resolving deltas: 92% (95/103) Resolving deltas: 94% (97/103) Resolving deltas: 95% (98/103) Resolving deltas: 96% (99/103) Resolving deltas: 97% (100/103) Resolving deltas: 99% (102/103) Resolving deltas: 100% (103/103) Resolving deltas: 100% (103/103), done. [2020-10-20T00:49:31.039Z] Note: checking out '1f7d08b76dc83fd2aa43ee7fc04ab4ee01016628'. [2020-10-20T00:49:31.039Z] [2020-10-20T00:49:31.039Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:49:31.039Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:49:31.039Z] state without impacting any branches by performing another checkout. [2020-10-20T00:49:31.039Z] [2020-10-20T00:49:31.039Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:49:31.039Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:49:31.039Z] [2020-10-20T00:49:31.039Z] git checkout -b [2020-10-20T00:49:31.039Z] [2020-10-20T00:49:32.240Z] Removing intermediate container 4ec86cf841f2 [2020-10-20T00:49:32.240Z] ---> b7e0cd65061b [2020-10-20T00:49:32.240Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T00:49:32.240Z] ---> Running in 889496aee62e [2020-10-20T00:49:33.654Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-20T00:49:33.654Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-20T00:49:33.654Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-20T00:49:33.654Z] 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-20T00:49:34.180Z] 0% 69% [Working] 69% [Working] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:35.633Z] Removing intermediate container 889496aee62e [2020-10-20T00:49:35.633Z] ---> 2c2e5f686745 [2020-10-20T00:49:35.633Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T00:49:35.633Z] ---> Running in e7918f53bf93 [2020-10-20T00:49:35.905Z] Removing intermediate container e7918f53bf93 [2020-10-20T00:49:35.905Z] ---> 91ebd7eec05f [2020-10-20T00:49:35.905Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T00:49:35.905Z] ---> Running in a65083a29bba [2020-10-20T00:49:36.500Z] Removing intermediate container a65083a29bba [2020-10-20T00:49:36.500Z] ---> d72a94f82552 [2020-10-20T00:49:36.500Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T00:49:36.500Z] ---> Running in 1d56412a47fd [2020-10-20T00:49:37.097Z] Removing intermediate container 1d56412a47fd [2020-10-20T00:49:37.097Z] ---> 0e96c8370290 [2020-10-20T00:49:37.097Z] Step 28/29 : LABEL git_sha=676d53a6071f35a6a1590384e49718c4dfbacbe8 [2020-10-20T00:49:37.097Z] ---> Running in 0a38d74a4a9c [2020-10-20T00:49:37.689Z] Removing intermediate container 0a38d74a4a9c [2020-10-20T00:49:37.689Z] ---> 1408ca1d5351 [2020-10-20T00:49:37.689Z] Step 29/29 : LABEL version=0.0.0 [2020-10-20T00:49:37.960Z] ---> Running in 55ec4058fc27 [2020-10-20T00:49:38.232Z] Removing intermediate container 55ec4058fc27 [2020-10-20T00:49:38.232Z] ---> 44146dd3f79a [2020-10-20T00:49:38.232Z] [2020-10-20T00:49:38.835Z] Successfully built 44146dd3f79a [2020-10-20T00:49:38.835Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T00:49:39.122Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-20T00:49:39.120Z] $ docker stop --time=1 6fcc462d9fbc858160a5d6c8698be5b7739dad04b3667a1058f1f48618065068 [2020-10-20T00:49:39.475Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-10-20T00:49:39.475Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:39.475Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] [2020-10-20T00:49:39.475Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:39.475Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] [2020-10-20T00:49:39.475Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:39.475Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-10-20T00:49:39.740Z] 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) [2020-10-20T00:49:40.005Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-10-20T00:49:40.005Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:40.005Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-10-20T00:49:40.005Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:40.269Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-10-20T00:49:40.530Z] 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) [2020-10-20T00:49:40.530Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-10-20T00:49:40.530Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:40.791Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-10-20T00:49:41.128Z] $ docker rm -f 6fcc462d9fbc858160a5d6c8698be5b7739dad04b3667a1058f1f48618065068 [2020-10-20T00:49:41.364Z] 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) [2020-10-20T00:49:41.364Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] [2020-10-20T00:49:41.364Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T00:49:41.624Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-10-20T00:49:41.624Z] 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) [2020-10-20T00:49:41.886Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-10-20T00:49:41.886Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:41.886Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-10-20T00:49:41.886Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:41.936Z] + grep docker [2020-10-20T00:49:41.936Z] + docker images [2020-10-20T00:49:42.147Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-10-20T00:49:42.147Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:42.208Z] docker-security-secrets-setup-go-arm64 latest 44146dd3f79a 4 seconds ago 22.7MB [2020-10-20T00:49:42.208Z] docker-security-proxy-setup-go-arm64 latest 23ca10e37bdf 20 seconds ago 15.1MB [2020-10-20T00:49:42.208Z] docker-core-metadata-go-arm64 latest cfcf1dda1094 30 seconds ago 13.4MB [2020-10-20T00:49:42.209Z] docker-core-command-go-arm64 latest 58f084e34ba1 37 seconds ago 11.4MB [2020-10-20T00:49:42.209Z] docker-security-secretstore-setup-go-arm64 latest fd0f4d0782ec 38 seconds ago 30.8MB [2020-10-20T00:49:42.209Z] docker-sys-mgmt-agent-go-arm64 latest 19a80500f917 2 minutes ago 270MB [2020-10-20T00:49:42.209Z] docker-core-data-go-arm64 latest 4d02f919711c 3 minutes ago 22.2MB [2020-10-20T00:49:42.209Z] docker-support-notifications-go-arm64 latest 677808361b44 3 minutes ago 12.9MB [2020-10-20T00:49:42.209Z] docker-support-scheduler-go-arm64 latest bd79a92f10ae 3 minutes ago 11.5MB [2020-10-20T00:49:42.209Z] docker-support-logging-go-arm64 latest c70c04dcbf74 4 minutes ago 10.6MB [2020-10-20T00:49:42.209Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-10-20T00:49:42.409Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [Pipeline] } [2020-10-20T00:49:42.669Z] 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-20T00:49:43.013Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-10-20T00:49:43.013Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:43.013Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-10-20T00:49:43.013Z] 100% [Working] Fetched 0 B in 0s (0 B/s) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-10-20T00:49:43.275Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] [2020-10-20T00:49:43.275Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:43.275Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-10-20T00:49:43.536Z] 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) [2020-10-20T00:49:43.536Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-10-20T00:49:43.536Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T00:49:43.798Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-10-20T00:49:44.060Z] 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) [2020-10-20T00:49:44.060Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] [2020-10-20T00:49:44.060Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:44.323Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] [2020-10-20T00:49:44.323Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:44.323Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-10-20T00:49:44.323Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:44.585Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-10-20T00:49:44.585Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:44.585Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-10-20T00:49:44.585Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:44.846Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-10-20T00:49:45.417Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-10-20T00:49:45.417Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-10-20T00:49:45.417Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:45.677Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-10-20T00:49:45.677Z] 100% [Working] Fetched 11.1 kB in 0s (0 B/s) [2020-10-20T00:49:45.677Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-10-20T00:49:45.677Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:45.938Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-10-20T00:49:45.938Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:45.938Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-10-20T00:49:45.938Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.200Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-20T00:49:46.200Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.200Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-10-20T00:49:46.200Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-10-20T00:49:46.461Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-10-20T00:49:46.461Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.722Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-20T00:49:46.722Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.722Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-10-20T00:49:46.722Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:46.982Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-10-20T00:49:47.242Z] 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) [2020-10-20T00:49:47.504Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-10-20T00:49:47.504Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:47.504Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-20T00:49:47.504Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-20T00:49:49.424Z] Pulling static-packages  [2020-10-20T00:49:50.367Z] Pulling vault  [2020-10-20T00:49:51.310Z] Cloning into '/build/parts/vault/src'... [2020-10-20T00:49:51.575Z] remote: Enumerating objects: 12795, done. [2020-10-20T00:49:51.575Z] remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. [2020-10-20T00:49:53.169Z] remote: Compressing objects: 0% (1/10596) remote: Compressing objects: 1% (106/10596) remote: Compressing objects: 2% (212/10596) remote: Compressing objects: 3% (318/10596) remote: Compressing objects: 4% (424/10596) remote: Compressing objects: 5% (530/10596) remote: Compressing objects: 6% (636/10596) remote: Compressing objects: 7% (742/10596) remote: Compressing objects: 8% (848/10596) remote: Compressing objects: 9% (954/10596) remote: Compressing objects: 10% (1060/10596) remote: Compressing objects: 11% (1166/10596) remote: Compressing objects: 12% (1272/10596) remote: Compressing objects: 13% (1378/10596) remote: Compressing objects: 14% (1484/10596) remote: Compressing objects: 15% (1590/10596) remote: Compressing objects: 16% (1696/10596) remote: Compressing objects: 17% (1802/10596) remote: Compressing objects: 18% (1908/10596) remote: Compressing objects: 19% (2014/10596) remote: Compressing objects: 20% (2120/10596) remote: Compressing objects: 21% (2226/10596) remote: Compressing objects: 22% (2332/10596) remote: Compressing objects: 23% (2438/10596) remote: Compressing objects: 24% (2544/10596) remote: Compressing objects: 25% (2649/10596) remote: Compressing objects: 26% (2755/10596) remote: Compressing objects: 27% (2861/10596) remote: Compressing objects: 28% (2967/10596) remote: Compressing objects: 29% (3073/10596) remote: Compressing objects: 30% (3179/10596) remote: Compressing objects: 31% (3285/10596) remote: Compressing objects: 32% (3391/10596) remote: Compressing objects: 33% (3497/10596) remote: Compressing objects: 34% (3603/10596) remote: Compressing objects: 35% (3709/10596) remote: Compressing objects: 36% (3815/10596) remote: Compressing objects: 37% (3921/10596) remote: Compressing objects: 38% (4027/10596) remote: Compressing objects: 39% (4133/10596) remote: Compressing objects: 40% (4239/10596) remote: Compressing objects: 41% (4345/10596) remote: Compressing objects: 42% (4451/10596) remote: Compressing objects: 43% (4557/10596) remote: Compressing objects: 44% (4663/10596) remote: Compressing objects: 45% (4769/10596) remote: Compressing objects: 46% (4875/10596) remote: Compressing objects: 47% (4981/10596) remote: Compressing objects: 48% (5087/10596) remote: Compressing objects: 49% (5193/10596) remote: Compressing objects: 50% (5298/10596) remote: Compressing objects: 51% (5404/10596) remote: Compressing objects: 52% (5510/10596) remote: Compressing objects: 53% (5616/10596) remote: Compressing objects: 54% (5722/10596) remote: Compressing objects: 55% (5828/10596) remote: Compressing objects: 56% (5934/10596) remote: Compressing objects: 57% (6040/10596) remote: Compressing objects: 58% (6146/10596) remote: Compressing objects: 58% (6214/10596) remote: Compressing objects: 59% (6252/10596) remote: Compressing objects: 60% (6358/10596) remote: Compressing objects: 61% (6464/10596) remote: Compressing objects: 62% (6570/10596) remote: Compressing objects: 63% (6676/10596) remote: Compressing objects: 64% (6782/10596) remote: Compressing objects: 65% (6888/10596) remote: Compressing objects: 66% (6994/10596) remote: Compressing objects: 67% (7100/10596) remote: Compressing objects: 68% (7206/10596) remote: Compressing objects: 69% (7312/10596) remote: Compressing objects: 70% (7418/10596) remote: Compressing objects: 71% (7524/10596) remote: Compressing objects: 72% (7630/10596) remote: Compressing objects: 73% (7736/10596) remote: Compressing objects: 74% (7842/10596) remote: Compressing objects: 75% (7947/10596) remote: Compressing objects: 76% (8053/10596) remote: Compressing objects: 77% (8159/10596) remote: Compressing objects: 78% (8265/10596) remote: Compressing objects: 79% (8371/10596) remote: Compressing objects: 80% (8477/10596) remote: Compressing objects: 81% (8583/10596) remote: Compressing objects: 82% (8689/10596) remote: Compressing objects: 83% (8795/10596) remote: Compressing objects: 84% (8901/10596) remote: Compressing objects: 85% (9007/10596) remote: Compressing objects: 86% (9113/10596) remote: Compressing objects: 87% (9219/10596) remote: Compressing objects: 88% (9325/10596) remote: Compressing objects: 89% (9431/10596) remote: Compressing objects: 90% (9537/10596) remote: Compressing objects: 91% (9643/10596) remote: Compressing objects: 92% (9749/10596) remote: Compressing objects: 93% (9855/10596) remote: Compressing objects: 94% (9961/10596) remote: Compressing objects: 95% (10067/10596) remote: Compressing objects: 96% (10173/10596) remote: Compressing objects: 97% (10279/10596) remote: Compressing objects: 98% (10385/10596) remote: Compressing objects: 99% (10491/10596) remote: Compressing objects: 100% (10596/10596) remote: Compressing objects: 100% (10596/10596), done. [2020-10-20T00:49:56.990Z] Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 28% (3583/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 29% (3711/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 30% (3839/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 31% (3967/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 32% (4095/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 33% (4223/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 34% (4351/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 35% (4479/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 36% (4607/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 37% (4735/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 38% (4863/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 39% (4991/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 40% (5118/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 41% (5246/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 42% (5374/12795), 3.36 MiB | 6.71 MiB/s Receiving objects: 42% (5471/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 43% (5502/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 44% (5630/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 45% (5758/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 46% (5886/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 47% (6014/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 48% (6142/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 49% (6270/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 50% (6398/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 51% (6526/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 52% (6654/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 53% (6782/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 54% (6910/12795), 5.97 MiB | 5.96 MiB/s Receiving objects: 55% (7038/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 56% (7166/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 57% (7294/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 58% (7422/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 59% (7550/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 60% (7677/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 61% (7805/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 62% (7933/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 63% (8061/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 64% (8189/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 65% (8317/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 66% (8445/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 67% (8573/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 68% (8701/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 69% (8829/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 70% (8957/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 71% (9085/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 72% (9213/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 73% (9341/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 74% (9469/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 75% (9597/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 76% (9725/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 77% (9853/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 78% (9981/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 79% (10109/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 79% (10227/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 80% (10236/12795), 9.37 MiB | 6.22 MiB/s Receiving objects: 81% (10364/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 82% (10492/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 83% (10620/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 84% (10748/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 85% (10876/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 86% (11004/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 87% (11132/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 88% (11260/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 89% (11388/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 90% (11516/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 91% (11644/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 92% (11772/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 93% (11900/12795), 13.53 MiB | 6.74 MiB/s Receiving objects: 94% (12028/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 95% (12156/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 96% (12284/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 97% (12412/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 98% (12540/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 99% (12668/12795), 18.41 MiB | 7.34 MiB/s Receiving objects: 99% (12672/12795), 18.41 MiB | 7.34 MiB/s remote: Total 12795 (delta 1910), reused 8473 (delta 1331), pack-reused 0 [2020-10-20T00:49:56.990Z] Receiving objects: 100% (12795/12795), 30.37 MiB | 8.66 MiB/s Receiving objects: 100% (12795/12795), 34.12 MiB | 9.03 MiB/s, done. [2020-10-20T00:49:56.990Z] Resolving deltas: 0% (0/1910) Resolving deltas: 1% (20/1910) Resolving deltas: 2% (49/1910) Resolving deltas: 3% (58/1910) Resolving deltas: 4% (77/1910) Resolving deltas: 5% (96/1910) Resolving deltas: 6% (115/1910) Resolving deltas: 7% (137/1910) Resolving deltas: 8% (157/1910) Resolving deltas: 9% (172/1910) Resolving deltas: 10% (191/1910) Resolving deltas: 11% (215/1910) Resolving deltas: 12% (232/1910) Resolving deltas: 13% (249/1910) Resolving deltas: 14% (270/1910) Resolving deltas: 15% (287/1910) Resolving deltas: 16% (309/1910) Resolving deltas: 17% (325/1910) Resolving deltas: 18% (347/1910) Resolving deltas: 19% (363/1910) Resolving deltas: 20% (383/1910) Resolving deltas: 21% (404/1910) Resolving deltas: 22% (437/1910) Resolving deltas: 23% (443/1910) Resolving deltas: 24% (459/1910) Resolving deltas: 25% (482/1910) Resolving deltas: 26% (499/1910) Resolving deltas: 27% (517/1910) Resolving deltas: 29% (555/1910) Resolving deltas: 31% (603/1910) Resolving deltas: 32% (612/1910) Resolving deltas: 33% (639/1910) Resolving deltas: 34% (650/1910) Resolving deltas: 35% (680/1910) Resolving deltas: 36% (688/1910) Resolving deltas: 37% (707/1910) Resolving deltas: 38% (731/1910) Resolving deltas: 39% (757/1910) Resolving deltas: 40% (776/1910) Resolving deltas: 41% (785/1910) Resolving deltas: 42% (806/1910) Resolving deltas: 43% (822/1910) Resolving deltas: 44% (841/1910) Resolving deltas: 45% (861/1910) Resolving deltas: 46% (880/1910) Resolving deltas: 47% (898/1910) Resolving deltas: 48% (919/1910) Resolving deltas: 49% (936/1910) Resolving deltas: 50% (955/1910) Resolving deltas: 51% (975/1910) Resolving deltas: 52% (994/1910) Resolving deltas: 53% (1013/1910) Resolving deltas: 54% (1032/1910) Resolving deltas: 55% (1051/1910) Resolving deltas: 56% (1070/1910) Resolving deltas: 57% (1089/1910) Resolving deltas: 58% (1108/1910) Resolving deltas: 59% (1127/1910) Resolving deltas: 60% (1146/1910) Resolving deltas: 61% (1171/1910) Resolving deltas: 62% (1185/1910) Resolving deltas: 63% (1205/1910) Resolving deltas: 64% (1223/1910) Resolving deltas: 65% (1247/1910) Resolving deltas: 66% (1275/1910) Resolving deltas: 67% (1280/1910) Resolving deltas: 69% (1319/1910) Resolving deltas: 70% (1343/1910) Resolving deltas: 72% (1388/1910) Resolving deltas: 73% (1397/1910) Resolving deltas: 74% (1419/1910) Resolving deltas: 75% (1433/1910) Resolving deltas: 77% (1484/1910) Resolving deltas: 78% (1490/1910) Resolving deltas: 79% (1513/1910) Resolving deltas: 80% (1529/1910) Resolving deltas: 81% (1548/1910) Resolving deltas: 82% (1568/1910) Resolving deltas: 83% (1587/1910) Resolving deltas: 84% (1605/1910) Resolving deltas: 85% (1625/1910) Resolving deltas: 86% (1643/1910) Resolving deltas: 87% (1662/1910) Resolving deltas: 88% (1681/1910) Resolving deltas: 89% (1702/1910) Resolving deltas: 90% (1722/1910) Resolving deltas: 91% (1739/1910) Resolving deltas: 92% (1758/1910) Resolving deltas: 93% (1779/1910) Resolving deltas: 94% (1796/1910) Resolving deltas: 95% (1815/1910) Resolving deltas: 96% (1834/1910) Resolving deltas: 97% (1853/1910) Resolving deltas: 98% (1872/1910) Resolving deltas: 99% (1891/1910) Resolving deltas: 100% (1910/1910) Resolving deltas: 100% (1910/1910), done. [2020-10-20T00:49:57.567Z] Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. [2020-10-20T00:49:57.567Z] [2020-10-20T00:49:57.567Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-20T00:49:57.567Z] changes and commit them, and you can discard any commits you make in this [2020-10-20T00:49:57.567Z] state without impacting any branches by performing another checkout. [2020-10-20T00:49:57.567Z] [2020-10-20T00:49:57.567Z] If you want to create a new branch to retain commits you create, you may [2020-10-20T00:49:57.567Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-20T00:49:57.567Z] [2020-10-20T00:49:57.567Z] git checkout -b [2020-10-20T00:49:57.567Z] [2020-10-20T00:49:59.817Z] Checking out files: 53% (6074/11257) Checking out files: 54% (6079/11257) Checking out files: 55% (6192/11257) Checking out files: 56% (6304/11257) Checking out files: 57% (6417/11257) Checking out files: 58% (6530/11257) Checking out files: 59% (6642/11257) Checking out files: 60% (6755/11257) Checking out files: 61% (6867/11257) Checking out files: 62% (6980/11257) Checking out files: 63% (7092/11257) Checking out files: 64% (7205/11257) Checking out files: 65% (7318/11257) Checking out files: 66% (7430/11257) Checking out files: 67% (7543/11257) Checking out files: 68% (7655/11257) Checking out files: 69% (7768/11257) Checking out files: 70% (7880/11257) Checking out files: 71% (7993/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 98% (11101/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. [2020-10-20T00:50:00.079Z] Pulling version  [2020-10-20T00:50:01.020Z] Skipping build go-build-helper (already ran) [2020-10-20T00:50:01.020Z] Skipping build lua-kong-nginx-module (already ran) [2020-10-20T00:50:01.020Z] Skipping build openresty-kong-patches (already ran) [2020-10-20T00:50:01.020Z] Skipping build snapcraft-preload (already ran) [2020-10-20T00:50:01.020Z] Skipping build openresty (already ran) [2020-10-20T00:50:01.020Z] Skipping build lua (already ran) [2020-10-20T00:50:01.020Z] Skipping build luarocks (already ran) [2020-10-20T00:50:01.020Z] Skipping build kong (already ran) [2020-10-20T00:50:01.020Z] Skipping build go115 (already ran) [2020-10-20T00:50:01.283Z] Building app-service-config  [2020-10-20T00:50:01.283Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.45 [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.26 [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.100 [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 [2020-10-20T00:50:03.203Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 [2020-10-20T00:50:03.203Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-10-20T00:50:03.203Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 [2020-10-20T00:50:03.203Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-20T00:50:03.203Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-10-20T00:50:03.203Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-10-20T00:50:03.203Z] go: downloading github.com/google/uuid v1.1.2 [2020-10-20T00:50:03.203Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 [2020-10-20T00:50:03.203Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-20T00:50:03.203Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-10-20T00:50:03.203Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-20T00:50:03.203Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-20T00:50:03.203Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-10-20T00:50:03.203Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-20T00:50:03.466Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-20T00:50:03.466Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-20T00:50:03.466Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-20T00:50:03.466Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-20T00:50:03.466Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-10-20T00:50:03.728Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-20T00:50:03.728Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-20T00:50:03.728Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-20T00:50:03.999Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-10-20T00:50:03.999Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-10-20T00:50:03.999Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-10-20T00:50:03.999Z] go: downloading github.com/golang/snappy v0.0.1 [2020-10-20T00:50:03.999Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-10-20T00:50:03.999Z] go: downloading golang.org/x/text v0.3.2 [2020-10-20T00:50:03.999Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-20T00:50:20.352Z] Building config-common  [2020-10-20T00:50:22.895Z] Building consul  [2020-10-20T00:50:31.040Z] go: downloading github.com/kardianos/govendor v1.0.9 [2020-10-20T00:50:31.040Z] go: github.com/kardianos/govendor upgrade => v1.0.9 [2020-10-20T00:50:31.040Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-20T00:50:31.040Z] go: finding module for package github.com/Bowery/prompt [2020-10-20T00:50:31.040Z] go: finding module for package github.com/google/shlex [2020-10-20T00:50:31.040Z] go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 [2020-10-20T00:50:31.040Z] go: finding module for package github.com/dchest/safefile [2020-10-20T00:50:31.040Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-20T00:50:31.040Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-20T00:50:31.040Z] go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-10-20T00:50:31.040Z] go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-10-20T00:50:31.040Z] go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-10-20T00:50:31.040Z] go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-20T00:50:31.040Z] go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-10-20T00:50:31.040Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2020-10-20T00:50:31.611Z] go: gopkg.in/yaml.v2 upgrade => v2.3.0 [2020-10-20T00:50:31.611Z] go: golang.org/x/sys upgrade => v0.0.0-20201018230417-eeed37f84f13 [2020-10-20T00:50:31.872Z] go: github.com/pkg/errors upgrade => v0.9.1 [2020-10-20T00:50:31.872Z] go: golang.org/x/tools upgrade => v0.0.0-20201019175715-b894a3290fff [2020-10-20T00:50:32.143Z] go: downloading golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 [2020-10-20T00:50:32.143Z] go: downloading github.com/pkg/errors v0.9.1 [2020-10-20T00:50:32.143Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2020-10-20T00:50:32.143Z] go: downloading golang.org/x/tools v0.0.0-20201019175715-b894a3290fff [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/cli v1.1.0 [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/serf v0.9.4 [2020-10-20T00:50:47.098Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-10-20T00:50:47.098Z] go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-bexpr v0.1.2 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-10-20T00:50:47.098Z] go: downloading google.golang.org/grpc v1.25.1 [2020-10-20T00:50:47.098Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/go-testing-interface v1.14.0 [2020-10-20T00:50:47.098Z] go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-10-20T00:50:47.098Z] go: downloading github.com/miekg/dns v1.1.26 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-10-20T00:50:47.098Z] go: downloading github.com/mitchellh/mapstructure v1.3.3 [2020-10-20T00:50:47.098Z] go: downloading github.com/vmware/govmomi v0.18.0 [2020-10-20T00:50:47.098Z] go: downloading github.com/coredns/coredns v1.1.2 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-connlimit v0.2.0 [2020-10-20T00:50:47.098Z] go: downloading github.com/envoyproxy/go-control-plane v0.9.5 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-memdb v1.0.3 [2020-10-20T00:50:47.098Z] go: downloading github.com/linode/linodego v0.7.1 [2020-10-20T00:50:47.098Z] go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 [2020-10-20T00:50:47.098Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-10-20T00:50:47.098Z] go: downloading golang.org/x/net v0.0.0-20200822124328-c89045814202 [2020-10-20T00:50:47.098Z] go: downloading github.com/NYTimes/gziphandler v1.0.1 [2020-10-20T00:50:47.098Z] go: downloading github.com/posener/complete v1.2.3 [2020-10-20T00:50:47.098Z] go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-10-20T00:50:47.359Z] go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 [2020-10-20T00:50:47.359Z] go: downloading github.com/aws/aws-sdk-go v1.25.41 [2020-10-20T00:50:47.359Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-10-20T00:50:47.359Z] go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-10-20T00:50:47.359Z] go: downloading github.com/digitalocean/godo v1.10.0 [2020-10-20T00:50:47.359Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-10-20T00:50:47.621Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-10-20T00:50:47.621Z] go: downloading github.com/fatih/color v1.9.0 [2020-10-20T00:50:47.621Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-10-20T00:50:47.621Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-20T00:50:47.621Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-10-20T00:50:47.621Z] go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-10-20T00:50:47.621Z] go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-10-20T00:50:47.621Z] go: downloading golang.org/x/text v0.3.2 [2020-10-20T00:50:48.571Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2020-10-20T00:50:48.571Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-10-20T00:50:48.571Z] go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-10-20T00:50:48.571Z] go: downloading github.com/imdario/mergo v0.3.6 [2020-10-20T00:50:48.833Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-10-20T00:50:48.833Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-20T00:50:48.833Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-10-20T00:50:48.833Z] go: downloading k8s.io/client-go v0.16.9 [2020-10-20T00:50:48.833Z] go: downloading gopkg.in/resty.v1 v1.12.0 [2020-10-20T00:50:48.833Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.0 [2020-10-20T00:50:49.095Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-10-20T00:50:49.095Z] go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 [2020-10-20T00:50:49.095Z] go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-10-20T00:50:49.095Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2020-10-20T00:50:49.095Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-10-20T00:50:49.368Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-10-20T00:50:49.368Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-10-20T00:50:49.368Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-20T00:50:49.368Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-10-20T00:50:49.368Z] go: downloading k8s.io/api v0.16.9 [2020-10-20T00:50:49.368Z] go: downloading github.com/hashicorp/vault/api v1.0.4 [2020-10-20T00:50:49.368Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-10-20T00:50:49.368Z] go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 [2020-10-20T00:50:49.368Z] go: downloading github.com/hashicorp/vault/sdk v0.1.13 [2020-10-20T00:50:49.368Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-10-20T00:50:49.368Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-10-20T00:50:49.631Z] go: downloading github.com/stretchr/objx v0.1.1 [2020-10-20T00:50:49.631Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-10-20T00:50:49.631Z] go: downloading golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 [2020-10-20T00:50:49.631Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-20T00:50:49.631Z] go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-10-20T00:50:50.205Z] go: downloading k8s.io/apimachinery v0.16.9 [2020-10-20T00:50:50.205Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-10-20T00:50:50.469Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-10-20T00:50:50.469Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-10-20T00:50:50.469Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2020-10-20T00:50:50.469Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-10-20T00:50:50.469Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-10-20T00:50:50.469Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-10-20T00:50:50.732Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-10-20T00:50:50.732Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2020-10-20T00:50:50.732Z] go: downloading github.com/prometheus/common v0.9.1 [2020-10-20T00:50:50.732Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-10-20T00:50:50.732Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-10-20T00:50:50.732Z] go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-10-20T00:50:50.732Z] go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-10-20T00:50:50.732Z] go: downloading cloud.google.com/go v0.38.0 [2020-10-20T00:50:50.732Z] go: downloading github.com/gophercloud/gophercloud v0.1.0 [2020-10-20T00:50:51.314Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-10-20T00:50:51.314Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-10-20T00:50:51.314Z] go: downloading github.com/googleapis/gnostic v0.2.0 [2020-10-20T00:50:51.314Z] go: downloading github.com/kr/text v0.1.0 [2020-10-20T00:50:51.314Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 [2020-10-20T00:50:51.314Z] go: downloading k8s.io/klog v1.0.0 [2020-10-20T00:50:51.314Z] go: downloading google.golang.org/api v0.7.0 [2020-10-20T00:50:51.314Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-10-20T00:50:51.314Z] go: downloading github.com/boltdb/bolt v1.3.1 [2020-10-20T00:50:51.314Z] go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 [2020-10-20T00:50:51.314Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-10-20T00:50:51.314Z] go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-10-20T00:50:51.579Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-10-20T00:50:51.579Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-10-20T00:50:51.579Z] go: downloading github.com/hashicorp/raft v1.1.2 [2020-10-20T00:50:51.579Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-10-20T00:50:51.579Z] go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 [2020-10-20T00:50:51.579Z] go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-10-20T00:50:51.580Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-10-20T00:50:51.580Z] go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible [2020-10-20T00:50:51.580Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-10-20T00:50:51.580Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-10-20T00:50:51.580Z] go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-10-20T00:50:51.580Z] go: downloading github.com/pierrec/lz4 v2.0.5+incompatible [2020-10-20T00:50:51.580Z] go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 [2020-10-20T00:50:51.580Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-20T00:50:51.580Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-10-20T00:50:51.580Z] go: downloading github.com/docker/go-connections v0.3.0 [2020-10-20T00:50:51.580Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.1 [2020-10-20T00:50:51.580Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-10-20T00:50:51.580Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-10-20T00:50:51.580Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2020-10-20T00:50:51.580Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-10-20T00:50:51.842Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-10-20T00:50:51.842Z] go: downloading sigs.k8s.io/yaml v1.1.0 [2020-10-20T00:50:51.842Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-20T00:50:51.842Z] go: downloading github.com/spf13/pflag v1.0.5 [2020-10-20T00:50:51.842Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-10-20T00:50:51.842Z] go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-10-20T00:50:51.842Z] go: downloading github.com/google/btree v1.0.0 [2020-10-20T00:50:51.842Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-10-20T00:50:51.842Z] go: downloading github.com/golang/snappy v0.0.1 [2020-10-20T00:50:51.842Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-10-20T00:50:51.842Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-10-20T00:50:51.842Z] go: downloading github.com/hashicorp/mdns v1.0.1 [2020-10-20T00:50:54.397Z] go: downloading go.opencensus.io v0.22.0 [2020-10-20T00:51:01.000Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-10-20T00:51:01.001Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-10-20T00:52:08.924Z] go: creating new go.mod: module consul-tools [2020-10-20T00:52:08.924Z] cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 [2020-10-20T00:52:08.924Z] go: downloading github.com/golangci/golangci-lint v1.23.6 [2020-10-20T00:52:08.924Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-10-20T00:52:08.924Z] go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201019175715-b894a3290fff [2020-10-20T00:52:08.924Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-10-20T00:52:08.924Z] go: downloading github.com/vektra/mockery v1.1.2 [2020-10-20T00:52:08.924Z] go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb [2020-10-20T00:52:08.924Z] go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb [2020-10-20T00:52:08.924Z] go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 [2020-10-20T00:52:08.924Z] go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-10-20T00:52:08.924Z] go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 [2020-10-20T00:52:08.924Z] go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-10-20T00:52:08.924Z] go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201019175715-b894a3290fff [2020-10-20T00:52:17.092Z] go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-10-20T00:52:17.670Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-10-20T00:52:17.670Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 [2020-10-20T00:52:17.670Z] go: downloading github.com/spf13/cobra v0.0.5 [2020-10-20T00:52:17.670Z] go: downloading github.com/fatih/color v1.7.0 [2020-10-20T00:52:17.670Z] go: downloading github.com/mattn/go-colorable v0.1.4 [2020-10-20T00:52:17.670Z] go: downloading github.com/spf13/viper v1.6.1 [2020-10-20T00:52:17.670Z] go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-20T00:52:17.670Z] go: downloading github.com/stretchr/testify v1.4.0 [2020-10-20T00:52:17.670Z] go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-20T00:52:17.670Z] go: downloading github.com/mattn/go-isatty v0.0.8 [2020-10-20T00:52:17.670Z] go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-20T00:52:17.670Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-20T00:52:17.670Z] go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-10-20T00:52:17.670Z] go: downloading github.com/magiconair/properties v1.8.1 [2020-10-20T00:52:17.670Z] go: downloading github.com/spf13/afero v1.1.2 [2020-10-20T00:52:17.670Z] go: downloading github.com/subosito/gotenv v1.2.0 [2020-10-20T00:52:17.670Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-10-20T00:52:17.670Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-10-20T00:52:17.670Z] go: downloading gopkg.in/ini.v1 v1.51.0 [2020-10-20T00:52:17.670Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-20T00:52:17.932Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-20T00:52:17.932Z] go: downloading golang.org/x/mod v0.3.0 [2020-10-20T00:52:17.932Z] go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-10-20T00:52:17.932Z] go: downloading github.com/go-critic/go-critic v0.4.1 [2020-10-20T00:52:17.932Z] go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-10-20T00:52:17.932Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2020-10-20T00:52:17.932Z] go: downloading github.com/stretchr/objx v0.2.0 [2020-10-20T00:52:17.932Z] go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-20T00:52:17.932Z] go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-20T00:52:17.932Z] go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-20T00:52:17.932Z] go: downloading github.com/ultraware/whitespace v0.0.4 [2020-10-20T00:52:17.932Z] go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-20T00:52:17.932Z] go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-20T00:52:17.932Z] go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-20T00:52:17.932Z] go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-20T00:52:17.932Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2020-10-20T00:52:17.932Z] go: downloading github.com/uudashr/gocognit v1.0.1 [2020-10-20T00:52:17.932Z] go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-20T00:52:17.932Z] go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-10-20T00:52:17.932Z] go: downloading github.com/ultraware/funlen v0.0.2 [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-20T00:52:17.932Z] go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-20T00:52:17.932Z] go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-20T00:52:18.194Z] go: downloading github.com/gobwas/glob v0.2.3 [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-20T00:52:18.194Z] go: downloading github.com/ghodss/yaml v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-20T00:52:18.194Z] go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-20T00:52:18.194Z] go: downloading github.com/kisielk/gotool v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-20T00:52:18.194Z] go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-20T00:52:18.194Z] go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-10-20T00:52:18.194Z] go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-20T00:52:18.194Z] go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-20T00:52:18.194Z] go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-20T00:52:19.147Z] golang.org/x/mod/semver [2020-10-20T00:52:19.147Z] golang.org/x/xerrors/internal [2020-10-20T00:52:19.147Z] github.com/golangci/golangci-lint/pkg/exitcodes [2020-10-20T00:52:19.147Z] github.com/nbutton23/zxcvbn-go/match [2020-10-20T00:52:19.147Z] github.com/gobwas/glob/util/runes [2020-10-20T00:52:19.147Z] github.com/nbutton23/zxcvbn-go/utils/math [2020-10-20T00:52:19.147Z] honnef.co/go/tools/arg [2020-10-20T00:52:19.147Z] honnef.co/go/tools/deprecated [2020-10-20T00:52:19.147Z] github.com/grpc-ecosystem/grpc-gateway/utilities [2020-10-20T00:52:19.147Z] github.com/gofrs/flock [2020-10-20T00:52:19.147Z] github.com/golangci/golangci-lint/internal/robustio [2020-10-20T00:52:19.147Z] github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs [2020-10-20T00:52:19.147Z] golang.org/x/sys/unix [2020-10-20T00:52:19.147Z] github.com/hashicorp/go-bindata [2020-10-20T00:52:19.147Z] golang.org/x/tools/cover [2020-10-20T00:52:19.147Z] golang.org/x/tools/internal/event/label [2020-10-20T00:52:19.147Z] golang.org/x/xerrors [2020-10-20T00:52:19.147Z] golang.org/x/tools/internal/typesinternal [2020-10-20T00:52:19.147Z] golang.org/x/tools/go/internal/gcimporter [2020-10-20T00:52:19.147Z] golang.org/x/tools/internal/event/keys [2020-10-20T00:52:19.147Z] github.com/hashicorp/go-bindata/go-bindata [2020-10-20T00:52:19.147Z] github.com/gogo/protobuf/vanity [2020-10-20T00:52:19.147Z] github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap [2020-10-20T00:52:19.410Z] github.com/gogo/protobuf/protoc-gen-gogo/plugin [2020-10-20T00:52:19.410Z] golang.org/x/tools/cmd/cover [2020-10-20T00:52:19.410Z] golang.org/x/tools/internal/event/core [2020-10-20T00:52:19.410Z] github.com/golang/glog [2020-10-20T00:52:19.410Z] github.com/gogo/protobuf/protoc-gen-gogo/generator [2020-10-20T00:52:19.410Z] golang.org/x/tools/internal/event [2020-10-20T00:52:19.679Z] golang.org/x/tools/internal/gocommand [2020-10-20T00:52:19.679Z] github.com/golang/protobuf/protoc-gen-go/plugin [2020-10-20T00:52:19.679Z] gopkg.in/yaml.v2 [2020-10-20T00:52:19.679Z] github.com/golang/protobuf/protoc-gen-go/generator/internal/remap [2020-10-20T00:52:19.679Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule [2020-10-20T00:52:19.679Z] golang.org/x/tools/go/internal/packagesdriver [2020-10-20T00:52:19.679Z] golang.org/x/tools/internal/packagesinternal [2020-10-20T00:52:19.679Z] github.com/grpc-ecosystem/grpc-gateway/codegenerator [2020-10-20T00:52:19.679Z] github.com/golang/protobuf/protoc-gen-go/generator [2020-10-20T00:52:19.679Z] google.golang.org/genproto/googleapis/api/annotations [2020-10-20T00:52:19.945Z] golang.org/x/mod/module [2020-10-20T00:52:19.945Z] golang.org/x/tools/go/gcexportdata [2020-10-20T00:52:19.945Z] golang.org/x/tools/go/ast/astutil [2020-10-20T00:52:19.945Z] golang.org/x/tools/internal/fastwalk [2020-10-20T00:52:19.945Z] golang.org/x/tools/go/packages [2020-10-20T00:52:19.945Z] github.com/mattn/go-isatty [2020-10-20T00:52:20.214Z] golang.org/x/tools/internal/gopathwalk [2020-10-20T00:52:20.214Z] github.com/mattn/go-colorable [2020-10-20T00:52:20.214Z] github.com/golangci/golangci-lint/internal/renameio [2020-10-20T00:52:20.214Z] github.com/fatih/color [2020-10-20T00:52:20.484Z] github.com/pkg/errors [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/testgen [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/defaultcheck [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/embedcheck [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/enumstringer [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/marshalto [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/oneofcheck [2020-10-20T00:52:20.484Z] golang.org/x/tools/cmd/stringer [2020-10-20T00:52:20.484Z] github.com/gogo/protobuf/plugin/populate [2020-10-20T00:52:20.754Z] github.com/gogo/protobuf/plugin/unmarshal [2020-10-20T00:52:20.754Z] github.com/gogo/protobuf/protoc-gen-gogo/grpc [2020-10-20T00:52:20.754Z] github.com/ghodss/yaml [2020-10-20T00:52:20.754Z] golang.org/x/tools/internal/imports [2020-10-20T00:52:21.031Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor [2020-10-20T00:52:21.031Z] github.com/golangci/golangci-lint/internal/cache [2020-10-20T00:52:21.031Z] github.com/gogo/protobuf/plugin/compare [2020-10-20T00:52:21.031Z] github.com/gogo/protobuf/plugin/description [2020-10-20T00:52:21.308Z] github.com/gogo/protobuf/plugin/equal [2020-10-20T00:52:21.308Z] github.com/gogo/protobuf/plugin/face [2020-10-20T00:52:21.593Z] github.com/gogo/protobuf/plugin/gostring [2020-10-20T00:52:21.593Z] github.com/gogo/protobuf/plugin/size [2020-10-20T00:52:21.593Z] github.com/gogo/protobuf/plugin/stringer [2020-10-20T00:52:21.593Z] github.com/gogo/protobuf/plugin/union [2020-10-20T00:52:21.593Z] github.com/hashicorp/protoc-gen-go-binary/gen [2020-10-20T00:52:21.865Z] github.com/hashicorp/protoc-gen-go-binary [2020-10-20T00:52:21.865Z] github.com/sirupsen/logrus [2020-10-20T00:52:21.865Z] github.com/stretchr/objx [2020-10-20T00:52:21.865Z] golang.org/x/tools/imports [2020-10-20T00:52:21.865Z] github.com/vektra/mockery/mockery [2020-10-20T00:52:22.139Z] github.com/go-toolsmith/astequal [2020-10-20T00:52:22.139Z] github.com/stretchr/testify/assert [2020-10-20T00:52:22.139Z] github.com/go-toolsmith/astp [2020-10-20T00:52:22.139Z] github.com/gogo/protobuf/vanity/command [2020-10-20T00:52:22.139Z] github.com/go-toolsmith/typep [2020-10-20T00:52:22.139Z] github.com/go-toolsmith/astfmt [2020-10-20T00:52:22.139Z] github.com/vektra/mockery/cmd/mockery [2020-10-20T00:52:22.414Z] github.com/go-toolsmith/astcast [2020-10-20T00:52:22.414Z] github.com/go-critic/go-critic/checkers/internal/lintutil [2020-10-20T00:52:22.414Z] github.com/go-lintpack/lintpack [2020-10-20T00:52:22.414Z] github.com/gogo/protobuf/protoc-gen-gofast [2020-10-20T00:52:22.414Z] github.com/go-toolsmith/astcopy [2020-10-20T00:52:22.414Z] github.com/go-toolsmith/strparse [2020-10-20T00:52:22.414Z] github.com/fsnotify/fsnotify [2020-10-20T00:52:22.414Z] github.com/magiconair/properties [2020-10-20T00:52:22.414Z] github.com/go-lintpack/lintpack/astwalk [2020-10-20T00:52:22.685Z] github.com/mitchellh/mapstructure [2020-10-20T00:52:22.686Z] github.com/stretchr/testify/mock [2020-10-20T00:52:22.686Z] github.com/pelletier/go-toml [2020-10-20T00:52:22.686Z] github.com/go-critic/go-critic/checkers [2020-10-20T00:52:22.962Z] github.com/golangci/golangci-lint/pkg/logutils [2020-10-20T00:52:22.962Z] github.com/spf13/afero/mem [2020-10-20T00:52:22.962Z] github.com/spf13/cast [2020-10-20T00:52:22.962Z] github.com/spf13/jwalterweatherman [2020-10-20T00:52:23.236Z] github.com/spf13/afero [2020-10-20T00:52:23.236Z] github.com/golangci/golangci-lint/pkg/timeutils [2020-10-20T00:52:23.236Z] github.com/golangci/golangci-lint/pkg/fsutils [2020-10-20T00:52:23.236Z] github.com/golangci/golangci-lint/internal/pkgcache [2020-10-20T00:52:23.236Z] github.com/subosito/gotenv [2020-10-20T00:52:23.236Z] gopkg.in/ini.v1 [2020-10-20T00:52:23.515Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [2020-10-20T00:52:23.515Z] github.com/golangci/golangci-lint/pkg/goutil [2020-10-20T00:52:23.515Z] github.com/golangci/golangci-lint/internal/errorutil [2020-10-20T00:52:23.515Z] github.com/golangci/golangci-lint/pkg/result [2020-10-20T00:52:23.515Z] github.com/gobwas/glob/util/strings [2020-10-20T00:52:23.515Z] github.com/gobwas/glob/syntax/lexer [2020-10-20T00:52:23.515Z] golang.org/x/tools/go/buildutil [2020-10-20T00:52:23.515Z] golang.org/x/tools/go/internal/cgo [2020-10-20T00:52:23.515Z] github.com/gobwas/glob/match [2020-10-20T00:52:23.515Z] github.com/bombsimon/wsl/v2 [2020-10-20T00:52:23.782Z] github.com/gobwas/glob/syntax/ast [2020-10-20T00:52:23.782Z] github.com/golangci/dupl/suffixtree [2020-10-20T00:52:23.782Z] golang.org/x/tools/go/loader [2020-10-20T00:52:23.782Z] github.com/golangci/goconst [2020-10-20T00:52:23.782Z] github.com/gobwas/glob/syntax [2020-10-20T00:52:23.782Z] github.com/spf13/viper [2020-10-20T00:52:23.782Z] github.com/golangci/dupl/syntax [2020-10-20T00:52:23.782Z] github.com/gobwas/glob/compiler [2020-10-20T00:52:23.782Z] github.com/golangci/gocyclo/pkg/gocyclo [2020-10-20T00:52:24.049Z] github.com/golangci/dupl/syntax/golang [2020-10-20T00:52:24.049Z] github.com/golangci/dupl/printer [2020-10-20T00:52:24.049Z] github.com/golangci/gofmt/gofmt [2020-10-20T00:52:24.049Z] github.com/golangci/gofmt/goimports [2020-10-20T00:52:24.049Z] github.com/golangci/check/cmd/structcheck [2020-10-20T00:52:24.049Z] github.com/golangci/check/cmd/varcheck [2020-10-20T00:52:24.049Z] github.com/gobwas/glob [2020-10-20T00:52:24.049Z] github.com/golangci/errcheck/internal/errcheck [2020-10-20T00:52:24.049Z] github.com/golangci/go-misc/deadcode [2020-10-20T00:52:24.049Z] github.com/OpenPeeDeeP/depguard [2020-10-20T00:52:24.049Z] github.com/golangci/golangci-lint/pkg/packages [2020-10-20T00:52:24.049Z] golang.org/x/tools/internal/lsp/fuzzy [2020-10-20T00:52:24.049Z] golang.org/x/tools/go/types/objectpath [2020-10-20T00:52:24.321Z] github.com/golangci/dupl/job [2020-10-20T00:52:24.321Z] github.com/golangci/ineffassign [2020-10-20T00:52:24.321Z] github.com/golangci/golangci-lint/pkg/config [2020-10-20T00:52:24.321Z] github.com/golangci/lint-1 [2020-10-20T00:52:24.321Z] github.com/golangci/errcheck/golangci [2020-10-20T00:52:24.321Z] github.com/golangci/maligned [2020-10-20T00:52:24.321Z] github.com/golangci/dupl [2020-10-20T00:52:24.321Z] golang.org/x/tools/internal/analysisinternal [2020-10-20T00:52:24.321Z] github.com/golangci/misspell [2020-10-20T00:52:24.321Z] github.com/golangci/prealloc [2020-10-20T00:52:24.321Z] github.com/kisielk/gotool/internal/load [2020-10-20T00:52:24.321Z] golang.org/x/text/width [2020-10-20T00:52:24.321Z] golang.org/x/tools/go/analysis [2020-10-20T00:52:24.321Z] github.com/golangci/golangci-lint/pkg/lint/linter [2020-10-20T00:52:24.321Z] golang.org/x/tools/go/types/typeutil [2020-10-20T00:52:24.596Z] github.com/kisielk/gotool [2020-10-20T00:52:24.596Z] golang.org/x/tools/go/ast/inspector [2020-10-20T00:52:24.596Z] github.com/matoous/godox [2020-10-20T00:52:24.596Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis [2020-10-20T00:52:24.596Z] github.com/securego/gosec [2020-10-20T00:52:24.596Z] github.com/golangci/unconvert [2020-10-20T00:52:24.596Z] github.com/nbutton23/zxcvbn-go/data [2020-10-20T00:52:24.596Z] golang.org/x/tools/go/ssa [2020-10-20T00:52:24.596Z] sourcegraph.com/sqs/pbtypes [2020-10-20T00:52:24.596Z] golang.org/x/tools/go/analysis/passes/inspect [2020-10-20T00:52:24.865Z] github.com/jirfag/go-printf-func-name/pkg/analyzer [2020-10-20T00:52:24.865Z] github.com/sourcegraph/go-diff/diff [2020-10-20T00:52:24.865Z] github.com/tommy-muehle/go-mnd/checks [2020-10-20T00:52:24.865Z] github.com/ultraware/funlen [2020-10-20T00:52:24.865Z] github.com/ultraware/whitespace [2020-10-20T00:52:25.138Z] github.com/nbutton23/zxcvbn-go/adjacency [2020-10-20T00:52:25.138Z] github.com/nbutton23/zxcvbn-go/frequency [2020-10-20T00:52:25.138Z] github.com/tommy-muehle/go-mnd [2020-10-20T00:52:25.138Z] github.com/nbutton23/zxcvbn-go/entropy [2020-10-20T00:52:25.138Z] github.com/uudashr/gocognit [2020-10-20T00:52:25.138Z] golang.org/x/tools/go/analysis/passes/internal/analysisutil [2020-10-20T00:52:25.139Z] golang.org/x/tools/go/analysis/passes/composite [2020-10-20T00:52:25.139Z] github.com/nbutton23/zxcvbn-go/matching [2020-10-20T00:52:25.139Z] github.com/nbutton23/zxcvbn-go/scoring [2020-10-20T00:52:25.139Z] golang.org/x/tools/go/analysis/passes/asmdecl [2020-10-20T00:52:25.139Z] golang.org/x/tools/go/analysis/passes/assign [2020-10-20T00:52:25.410Z] golang.org/x/tools/go/analysis/passes/atomic [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/atomicalign [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/bools [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/buildtag [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/cgocall [2020-10-20T00:52:25.411Z] github.com/nbutton23/zxcvbn-go [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/copylock [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/cfg [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/deepequalerrors [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/errorsas [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/findcall [2020-10-20T00:52:25.411Z] github.com/securego/gosec/rules [2020-10-20T00:52:25.411Z] golang.org/x/tools/go/analysis/passes/httpresponse [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/loopclosure [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/nilfunc [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/pkgfact [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/printf [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/shadow [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/ctrlflow [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/shift [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/sortslice [2020-10-20T00:52:25.680Z] golang.org/x/tools/go/analysis/passes/stdmethods [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/structtag [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/testinggoroutine [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/tests [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/unmarshal [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/lostcancel [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/unreachable [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/unsafeptr [2020-10-20T00:52:25.944Z] golang.org/x/tools/go/analysis/passes/unusedresult [2020-10-20T00:52:25.944Z] github.com/BurntSushi/toml [2020-10-20T00:52:25.944Z] honnef.co/go/tools/ssa [2020-10-20T00:52:25.944Z] honnef.co/go/tools/internal/renameio [2020-10-20T00:52:26.226Z] honnef.co/go/tools/internal/cache [2020-10-20T00:52:26.226Z] github.com/gostaticanalysis/analysisutil [2020-10-20T00:52:26.226Z] golang.org/x/tools/go/analysis/passes/buildssa [2020-10-20T00:52:26.226Z] honnef.co/go/tools/loader [2020-10-20T00:52:26.226Z] honnef.co/go/tools/version [2020-10-20T00:52:26.226Z] honnef.co/go/tools/printf [2020-10-20T00:52:26.226Z] honnef.co/go/tools/go/types/typeutil [2020-10-20T00:52:26.226Z] github.com/jingyugao/rowserrcheck/passes/rowserr [2020-10-20T00:52:26.226Z] github.com/timakin/bodyclose/passes/bodyclose [2020-10-20T00:52:26.226Z] golang.org/x/tools/go/analysis/passes/nilness [2020-10-20T00:52:26.226Z] golang.org/x/tools/go/ssa/ssautil [2020-10-20T00:52:26.226Z] mvdan.cc/lint [2020-10-20T00:52:26.496Z] github.com/golangci/golangci-lint/pkg/report [2020-10-20T00:52:26.496Z] github.com/golangci/revgrep [2020-10-20T00:52:26.496Z] github.com/spf13/cobra [2020-10-20T00:52:26.496Z] github.com/golangci/golangci-lint/pkg/printers [2020-10-20T00:52:26.496Z] mvdan.cc/unparam/check [2020-10-20T00:52:26.496Z] mvdan.cc/interfacer/check [2020-10-20T00:52:26.496Z] honnef.co/go/tools/config [2020-10-20T00:52:27.084Z] honnef.co/go/tools/internal/passes/buildssa [2020-10-20T00:52:27.084Z] honnef.co/go/tools/ssautil [2020-10-20T00:52:27.084Z] honnef.co/go/tools/functions [2020-10-20T00:52:27.350Z] honnef.co/go/tools/facts [2020-10-20T00:52:27.350Z] honnef.co/go/tools/lint [2020-10-20T00:52:27.621Z] honnef.co/go/tools/lint/lintutil/format [2020-10-20T00:52:27.621Z] honnef.co/go/tools/lint/lintdsl [2020-10-20T00:52:27.621Z] honnef.co/go/tools/staticcheck/vrp [2020-10-20T00:52:27.621Z] honnef.co/go/tools/lint/lintutil [2020-10-20T00:52:27.621Z] honnef.co/go/tools/internal/sharedcheck [2020-10-20T00:52:27.621Z] honnef.co/go/tools/unused [2020-10-20T00:52:27.621Z] honnef.co/go/tools/stylecheck [2020-10-20T00:52:27.621Z] honnef.co/go/tools/simple [2020-10-20T00:52:28.235Z] honnef.co/go/tools/staticcheck [2020-10-20T00:52:28.505Z] github.com/golangci/golangci-lint/pkg/golinters [2020-10-20T00:52:28.770Z] github.com/golangci/golangci-lint/pkg/lint/lintersdb [2020-10-20T00:52:29.038Z] github.com/golangci/golangci-lint/pkg/result/processors [2020-10-20T00:52:29.038Z] github.com/golangci/golangci-lint/pkg/lint [2020-10-20T00:52:29.302Z] github.com/golangci/golangci-lint/pkg/commands [2020-10-20T00:52:29.302Z] github.com/golangci/golangci-lint/cmd/golangci-lint [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] ==> Building Consul - OSes: linux, Architectures: amd64 [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] Building sequentially with go install [2020-10-20T00:52:34.652Z] tput: No value for $TERM and no -T specified [2020-10-20T00:52:34.652Z] ---> linux/amd64 [2020-10-20T00:53:21.611Z] Building device-virtual-go  [2020-10-20T00:53:21.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/ql v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-20T00:53:21.611Z] go: downloading github.com/google/uuid v1.1.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-10-20T00:53:21.611Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/lldb v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/mathutil v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/strutil v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/golex v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/db v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/zappy v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/fileutil v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/sortutil v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/file v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/internal v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading modernc.org/b v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-20T00:53:21.611Z] go: downloading github.com/edsrzf/mmap-go v1.0.0 [2020-10-20T00:53:21.611Z] go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-10-20T00:53:26.977Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-20T00:53:32.302Z] Building edgex-go  [2020-10-20T00:53:33.251Z] 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 [2020-10-20T00:53:33.251Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.102 [2020-10-20T00:53:33.251Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2020-10-20T00:53:33.251Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.23 [2020-10-20T00:53:33.251Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-10-20T00:53:33.513Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-10-20T00:53:38.937Z] 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 [2020-10-20T00:53:38.937Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-10-20T00:53:44.273Z] 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 [2020-10-20T00:53:46.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T00:53:47.202Z] 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 [2020-10-20T00:53:49.345Z] 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 [2020-10-20T00:53:49.666Z] 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 [2020-10-20T00:53:49.666Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-10-20T00:53:49.936Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-20T00:53:49.936Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-20T00:53:51.884Z] 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 [2020-10-20T00:53:51.884Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-10-20T00:53:51.884Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-10-20T00:53:53.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T00:53:54.692Z] 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 [2020-10-20T00:53:54.692Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-10-20T00:53:56.627Z] 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 [2020-10-20T00:53:58.026Z] 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 [2020-10-20T00:53:58.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T00:54:04.295Z] Building kuiper  [2020-10-20T00:54:05.690Z] go: downloading github.com/urfave/cli v1.22.0 [2020-10-20T00:54:05.690Z] go: downloading github.com/go-yaml/yaml v2.1.0+incompatible [2020-10-20T00:54:05.690Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-10-20T00:54:05.690Z] go: downloading github.com/benbjohnson/clock v1.0.0 [2020-10-20T00:54:05.690Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-20T00:54:05.690Z] go: downloading golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-10-20T00:54:05.690Z] go: downloading github.com/cpuguy83/go-md2man v1.0.10 [2020-10-20T00:54:05.690Z] go: downloading github.com/russross/blackfriday v1.5.2 [2020-10-20T00:54:08.245Z] go: downloading github.com/gorilla/mux v1.7.3 [2020-10-20T00:54:08.246Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.18 [2020-10-20T00:54:08.246Z] go: downloading github.com/prometheus/client_golang v1.2.1 [2020-10-20T00:54:08.246Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.57 [2020-10-20T00:54:08.246Z] go: downloading github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e [2020-10-20T00:54:08.246Z] go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 [2020-10-20T00:54:08.246Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-20T00:54:08.246Z] go: downloading github.com/prometheus/common v0.7.0 [2020-10-20T00:54:08.507Z] go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 [2020-10-20T00:54:08.507Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-10-20T00:54:08.507Z] go: downloading github.com/prometheus/procfs v0.0.5 [2020-10-20T00:54:08.507Z] go: downloading github.com/cespare/xxhash/v2 v2.1.0 [2020-10-20T00:54:08.507Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-10-20T00:54:08.507Z] go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-10-20T00:54:08.507Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-10-20T00:54:08.767Z] go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-10-20T00:54:08.767Z] go: downloading github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-10-20T00:54:14.072Z] Build successfully [2020-10-20T00:54:16.620Z] Package build success [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/bin/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/bin/cli [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/bin/server [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/edgex.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/httppull.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/random.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/test.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sources/zmq.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/sinks/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/client.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/kuiper.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/etc/mqtt_source.yaml [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/data/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/plugins/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/plugins/sources/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/plugins/sinks/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/plugins/functions/ [2020-10-20T00:54:16.620Z] kuiper-0.4.1-linux-x86_64/log/ [2020-10-20T00:54:28.858Z] Building postgres  [2020-10-20T00:54:32.172Z] Building redis  [2020-10-20T00:54:34.098Z] make -j8 [2020-10-20T00:54:34.098Z] cd src && make all [2020-10-20T00:54:34.098Z] make[1]: Entering directory '/build/parts/redis/build/src' [2020-10-20T00:54:34.366Z] CC Makefile.dep [2020-10-20T00:54:36.308Z] rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark [2020-10-20T00:54:36.308Z] (cd ../deps && make distclean) [2020-10-20T00:54:36.308Z] make[2]: Entering directory '/build/parts/redis/build/deps' [2020-10-20T00:54:36.308Z] (cd hiredis && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd linenoise && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd lua && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true [2020-10-20T00:54:36.576Z] (rm -f .make-*) [2020-10-20T00:54:36.576Z] make[2]: Leaving directory '/build/parts/redis/build/deps' [2020-10-20T00:54:36.576Z] (rm -f .make-*) [2020-10-20T00:54:36.576Z] echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settings [2020-10-20T00:54:36.576Z] echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings [2020-10-20T00:54:36.576Z] echo OPT=-O2 >> .make-settings [2020-10-20T00:54:36.576Z] echo MALLOC=jemalloc >> .make-settings [2020-10-20T00:54:36.576Z] echo CFLAGS= -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu >> .make-settings [2020-10-20T00:54:36.576Z] echo LDFLAGS= -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu >> .make-settings [2020-10-20T00:54:36.576Z] echo REDIS_CFLAGS= >> .make-settings [2020-10-20T00:54:36.576Z] echo REDIS_LDFLAGS= >> .make-settings [2020-10-20T00:54:36.576Z] echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings [2020-10-20T00:54:36.576Z] echo PREV_FINAL_LDFLAGS= -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu -g -ggdb -rdynamic >> .make-settings [2020-10-20T00:54:36.576Z] (cd ../deps && make hiredis linenoise lua jemalloc) [2020-10-20T00:54:36.576Z] make[2]: Entering directory '/build/parts/redis/build/deps' [2020-10-20T00:54:36.576Z] (cd hiredis && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd linenoise && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd lua && make clean) > /dev/null || true [2020-10-20T00:54:36.576Z] (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true [2020-10-20T00:54:36.576Z] (rm -f .make-*) [2020-10-20T00:54:36.576Z] (echo " -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu" > .make-cflags) [2020-10-20T00:54:36.576Z] (echo " -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu" > .make-ldflags) [2020-10-20T00:54:36.576Z] MAKE hiredis [2020-10-20T00:54:36.576Z] cd hiredis && make static [2020-10-20T00:54:36.576Z] MAKE linenoise [2020-10-20T00:54:36.576Z] cd linenoise && make [2020-10-20T00:54:36.576Z] MAKE lua [2020-10-20T00:54:36.576Z] cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu" MYLDFLAGS=" -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu" AR="ar rcu" [2020-10-20T00:54:36.576Z] MAKE jemalloc [2020-10-20T00:54:36.576Z] cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu" LDFLAGS=" -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu" [2020-10-20T00:54:36.576Z] make[3]: Entering directory '/build/parts/redis/build/deps/hiredis' [2020-10-20T00:54:36.576Z] make[3]: Entering directory '/build/parts/redis/build/deps/linenoise' [2020-10-20T00:54:36.576Z] cc -Wall -Os -g -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c linenoise.c [2020-10-20T00:54:36.576Z] make[3]: Entering directory '/build/parts/redis/build/deps/lua/src' [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lapi.o lapi.c [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lcode.o lcode.c [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ldebug.o ldebug.c [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ldo.o ldo.c [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ldump.o ldump.c [2020-10-20T00:54:36.576Z] cc -std=c99 -pedantic -c -O3 -fPIC -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c [2020-10-20T00:54:36.576Z] ldo.c: In function ‘f_parser’: [2020-10-20T00:54:36.576Z] ldo.c:496:7: warning: unused variable ‘c’ [-Wunused-variable] [2020-10-20T00:54:36.576Z] int c = luaZ_lookahead(p->z); [2020-10-20T00:54:36.576Z] ^ [2020-10-20T00:54:36.576Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lfunc.o lfunc.c [2020-10-20T00:54:36.844Z] configure: WARNING: unrecognized options: --enable-cc-silence [2020-10-20T00:54:36.844Z] cc -std=c99 -pedantic -c -O3 -fPIC -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c [2020-10-20T00:54:36.844Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lgc.o lgc.c [2020-10-20T00:54:36.844Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o llex.o llex.c [2020-10-20T00:54:36.844Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lmem.o lmem.c [2020-10-20T00:54:37.107Z] checking for xsltproc... false [2020-10-20T00:54:37.107Z] checking for gcc... gcc [2020-10-20T00:54:37.107Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lobject.o lobject.c [2020-10-20T00:54:37.107Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lopcodes.o lopcodes.c [2020-10-20T00:54:37.107Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lparser.o lparser.c [2020-10-20T00:54:37.107Z] checking whether the C compiler works... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lstate.o lstate.c [2020-10-20T00:54:37.107Z] make[3]: Leaving directory '/build/parts/redis/build/deps/linenoise' [2020-10-20T00:54:37.107Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lstring.o lstring.c [2020-10-20T00:54:37.107Z] yes [2020-10-20T00:54:37.107Z] checking for C compiler default output file name... a.out [2020-10-20T00:54:37.107Z] checking for suffix of executables... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ltable.o ltable.c [2020-10-20T00:54:37.107Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ltm.o ltm.c [2020-10-20T00:54:37.374Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lundump.o lundump.c [2020-10-20T00:54:37.374Z] [2020-10-20T00:54:37.374Z] checking whether we are cross compiling... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lvm.o lvm.c [2020-10-20T00:54:37.374Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lzio.o lzio.c [2020-10-20T00:54:37.374Z] cc -std=c99 -pedantic -c -O3 -fPIC -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c [2020-10-20T00:54:37.374Z] no [2020-10-20T00:54:37.374Z] checking for suffix of object files... cc -std=c99 -pedantic -c -O3 -fPIC -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c [2020-10-20T00:54:37.374Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o strbuf.o strbuf.c [2020-10-20T00:54:37.642Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o fpconv.o fpconv.c [2020-10-20T00:54:37.642Z] cc -std=c99 -pedantic -c -O3 -fPIC -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c [2020-10-20T00:54:37.642Z] o [2020-10-20T00:54:37.642Z] checking whether we are using the GNU C compiler... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lauxlib.o lauxlib.c [2020-10-20T00:54:37.642Z] yes [2020-10-20T00:54:37.642Z] checking whether gcc accepts -g... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lbaselib.o lbaselib.c [2020-10-20T00:54:37.642Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ldblib.o ldblib.c [2020-10-20T00:54:37.642Z] lauxlib.c: In function ‘luaL_loadfile’: [2020-10-20T00:54:37.642Z] lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] [2020-10-20T00:54:37.642Z] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [2020-10-20T00:54:37.642Z] ^~~~~ [2020-10-20T00:54:37.643Z] lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ [2020-10-20T00:54:37.643Z] lf.extraline = 0; [2020-10-20T00:54:37.643Z] ^~ [2020-10-20T00:54:37.643Z] yes [2020-10-20T00:54:37.643Z] checking for gcc option to accept ISO C89... none needed [2020-10-20T00:54:37.916Z] checking whether compiler is cray... no [2020-10-20T00:54:37.916Z] checking whether compiler supports -std=gnu11... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o liolib.o liolib.c [2020-10-20T00:54:37.916Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lmathlib.o lmathlib.c [2020-10-20T00:54:37.916Z] yes [2020-10-20T00:54:37.916Z] checking whether compiler supports -Wall... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o loslib.o loslib.c [2020-10-20T00:54:37.916Z] yes [2020-10-20T00:54:37.916Z] checking whether compiler supports -Wshorten-64-to-32... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o ltablib.o ltablib.c [2020-10-20T00:54:37.916Z] no [2020-10-20T00:54:37.916Z] checking whether compiler supports -Wsign-compare... ltablib.c: In function ‘addfield’: [2020-10-20T00:54:37.916Z] ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] [2020-10-20T00:54:37.916Z] if (!lua_isstring(L, -1)) [2020-10-20T00:54:37.916Z] ^~ [2020-10-20T00:54:37.916Z] ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ [2020-10-20T00:54:37.916Z] luaL_addvalue(b); [2020-10-20T00:54:37.916Z] ^~~~~~~~~~~~~ [2020-10-20T00:54:37.916Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lstrlib.o lstrlib.c [2020-10-20T00:54:37.916Z] yes [2020-10-20T00:54:38.186Z] checking whether compiler supports -Wundef... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o loadlib.o loadlib.c [2020-10-20T00:54:38.187Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o linit.o linit.c [2020-10-20T00:54:38.187Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lua_cjson.o lua_cjson.c [2020-10-20T00:54:38.187Z] yes [2020-10-20T00:54:38.187Z] checking whether compiler supports -Wno-format-zero-length... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lua_struct.o lua_struct.c [2020-10-20T00:54:38.187Z] yes [2020-10-20T00:54:38.187Z] checking whether compiler supports -pipe... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lua_cmsgpack.o lua_cmsgpack.c [2020-10-20T00:54:38.187Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lua_bit.o lua_bit.c [2020-10-20T00:54:38.187Z] yes [2020-10-20T00:54:38.187Z] checking whether compiler supports -g3... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o lua.o lua.c [2020-10-20T00:54:38.187Z] ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o [2020-10-20T00:54:38.187Z] make[3]: Leaving directory '/build/parts/redis/build/deps/hiredis' [2020-10-20T00:54:38.187Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o luac.o luac.c [2020-10-20T00:54:38.187Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -o print.o print.c [2020-10-20T00:54:38.187Z] yes [2020-10-20T00:54:38.449Z] checking how to run the C preprocessor... gcc -E [2020-10-20T00:54:38.449Z] checking for g++... g++ [2020-10-20T00:54:38.449Z] ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files [2020-10-20T00:54:38.449Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-20T00:54:38.449Z] ranlib liblua.a [2020-10-20T00:54:38.449Z] checking whether we are using the GNU C++ compiler... cc -o lua -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu lua.o liblua.a -lm [2020-10-20T00:54:38.449Z] cc -o luac -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu luac.o print.o liblua.a -lm [2020-10-20T00:54:38.449Z] yes [2020-10-20T00:54:38.715Z] checking whether g++ accepts -g... liblua.a(loslib.o): In function `os_tmpname': [2020-10-20T00:54:38.715Z] loslib.c:(.text+0x290): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [2020-10-20T00:54:38.715Z] make[3]: Leaving directory '/build/parts/redis/build/deps/lua/src' [2020-10-20T00:54:38.715Z] yes [2020-10-20T00:54:38.980Z] checking whether g++ supports C++14 features by default... yes [2020-10-20T00:54:38.980Z] checking whether compiler supports -Wall... yes [2020-10-20T00:54:38.980Z] checking whether compiler supports -g3... yes [2020-10-20T00:54:39.247Z] checking whether libstdc++ linkage is compilable... yes [2020-10-20T00:54:39.247Z] checking for grep that handles long lines and -e... /bin/grep [2020-10-20T00:54:39.247Z] checking for egrep... /bin/grep -E [2020-10-20T00:54:39.247Z] checking for ANSI C header files... yes [2020-10-20T00:54:39.533Z] checking for sys/types.h... yes [2020-10-20T00:54:39.533Z] checking for sys/stat.h... yes [2020-10-20T00:54:39.533Z] checking for stdlib.h... yes [2020-10-20T00:54:39.533Z] checking for string.h... yes [2020-10-20T00:54:39.533Z] checking for memory.h... yes [2020-10-20T00:54:39.803Z] checking for strings.h... yes [2020-10-20T00:54:39.803Z] checking for inttypes.h... yes [2020-10-20T00:54:39.803Z] checking for stdint.h... yes [2020-10-20T00:54:39.803Z] checking for unistd.h... yes [2020-10-20T00:54:40.092Z] checking whether byte ordering is bigendian... no [2020-10-20T00:54:40.092Z] checking size of void *... 8 [2020-10-20T00:54:40.356Z] checking size of int... 4 [2020-10-20T00:54:40.356Z] checking size of long... 8 [2020-10-20T00:54:40.622Z] checking size of long long... 8 [2020-10-20T00:54:40.622Z] checking size of intmax_t... 8 [2020-10-20T00:54:40.883Z] checking build system type... x86_64-pc-linux-gnu [2020-10-20T00:54:40.883Z] checking host system type... x86_64-pc-linux-gnu [2020-10-20T00:54:40.883Z] checking whether pause instruction is compilable... yes [2020-10-20T00:54:40.883Z] checking number of significant virtual address bits... 48 [2020-10-20T00:54:40.883Z] checking for ar... ar [2020-10-20T00:54:40.883Z] checking for nm... nm [2020-10-20T00:54:40.883Z] checking for gawk... no [2020-10-20T00:54:40.883Z] checking for mawk... mawk [2020-10-20T00:54:41.144Z] checking malloc.h usability... yes [2020-10-20T00:54:41.144Z] checking malloc.h presence... yes [2020-10-20T00:54:41.144Z] checking for malloc.h... yes [2020-10-20T00:54:41.144Z] checking whether malloc_usable_size definition can use const argument... no [2020-10-20T00:54:41.405Z] checking for library containing log... -lm [2020-10-20T00:54:41.405Z] checking whether __attribute__ syntax is compilable... yes [2020-10-20T00:54:41.405Z] checking whether compiler supports -fvisibility=hidden... yes [2020-10-20T00:54:41.405Z] checking whether compiler supports -fvisibility=hidden... yes [2020-10-20T00:54:41.666Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:41.666Z] checking whether compiler supports -herror_on_warning... no [2020-10-20T00:54:41.666Z] checking whether tls_model attribute is compilable... yes [2020-10-20T00:54:41.666Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:41.667Z] checking whether compiler supports -herror_on_warning... no [2020-10-20T00:54:41.933Z] checking whether alloc_size attribute is compilable... yes [2020-10-20T00:54:41.933Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:41.933Z] checking whether compiler supports -herror_on_warning... no [2020-10-20T00:54:41.933Z] checking whether format(gnu_printf, ...) attribute is compilable... yes [2020-10-20T00:54:42.206Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:42.206Z] checking whether compiler supports -herror_on_warning... no [2020-10-20T00:54:42.207Z] checking whether format(printf, ...) attribute is compilable... yes [2020-10-20T00:54:42.207Z] checking for a BSD-compatible install... /usr/bin/install -c [2020-10-20T00:54:42.207Z] checking for ranlib... ranlib [2020-10-20T00:54:42.207Z] checking for ld... /usr/bin/ld [2020-10-20T00:54:42.207Z] checking for autoconf... /usr/bin/autoconf [2020-10-20T00:54:42.480Z] checking for memalign... yes [2020-10-20T00:54:42.480Z] checking for valloc... yes [2020-10-20T00:54:42.480Z] checking whether compiler supports -O3... yes [2020-10-20T00:54:42.480Z] checking whether compiler supports -O3... yes [2020-10-20T00:54:42.480Z] checking whether compiler supports -funroll-loops... yes [2020-10-20T00:54:42.480Z] checking configured backtracing method... N/A [2020-10-20T00:54:42.768Z] checking for sbrk... yes [2020-10-20T00:54:42.768Z] checking whether utrace(2) is compilable... no [2020-10-20T00:54:42.768Z] checking whether a program using __builtin_unreachable is compilable... yes [2020-10-20T00:54:42.768Z] checking whether a program using __builtin_ffsl is compilable... yes [2020-10-20T00:54:43.039Z] checking LG_PAGE... 12 [2020-10-20T00:54:43.039Z] checking pthread.h usability... yes [2020-10-20T00:54:43.039Z] checking pthread.h presence... yes [2020-10-20T00:54:43.039Z] checking for pthread.h... yes [2020-10-20T00:54:43.304Z] checking for pthread_create in -lpthread... yes [2020-10-20T00:54:43.304Z] checking dlfcn.h usability... yes [2020-10-20T00:54:43.304Z] checking dlfcn.h presence... yes [2020-10-20T00:54:43.304Z] checking for dlfcn.h... yes [2020-10-20T00:54:43.304Z] checking for dlsym... no [2020-10-20T00:54:43.568Z] checking for dlsym in -ldl... yes [2020-10-20T00:54:43.568Z] checking whether pthread_atfork(3) is compilable... yes [2020-10-20T00:54:43.568Z] checking whether pthread_setname_np(3) is compilable... yes [2020-10-20T00:54:43.833Z] checking for library containing clock_gettime... none required [2020-10-20T00:54:43.833Z] checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes [2020-10-20T00:54:44.111Z] checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes [2020-10-20T00:54:44.111Z] checking whether mach_absolute_time() is compilable... no [2020-10-20T00:54:44.111Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:44.111Z] checking whether syscall(2) is compilable... yes [2020-10-20T00:54:44.111Z] checking for secure_getenv... yes [2020-10-20T00:54:44.407Z] checking for sched_getcpu... yes [2020-10-20T00:54:44.407Z] checking for sched_setaffinity... yes [2020-10-20T00:54:44.674Z] checking for issetugid... no [2020-10-20T00:54:44.674Z] checking for _malloc_thread_cleanup... no [2020-10-20T00:54:44.674Z] checking for _pthread_mutex_init_calloc_cb... no [2020-10-20T00:54:44.940Z] checking for TLS... yes [2020-10-20T00:54:44.940Z] checking whether C11 atomics is compilable... no [2020-10-20T00:54:44.940Z] checking whether GCC __atomic atomics is compilable... yes [2020-10-20T00:54:44.940Z] checking whether GCC __sync atomics is compilable... yes [2020-10-20T00:54:45.202Z] checking whether Darwin OSAtomic*() is compilable... no [2020-10-20T00:54:45.202Z] checking whether madvise(2) is compilable... yes [2020-10-20T00:54:45.202Z] checking whether madvise(..., MADV_FREE) is compilable... yes [2020-10-20T00:54:45.476Z] checking whether madvise(..., MADV_DONTNEED) is compilable... yes [2020-10-20T00:54:45.476Z] checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes [2020-10-20T00:54:45.476Z] checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes [2020-10-20T00:54:45.476Z] checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no [2020-10-20T00:54:45.476Z] checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no [2020-10-20T00:54:45.758Z] checking for __builtin_clz... yes [2020-10-20T00:54:45.758Z] checking whether Darwin os_unfair_lock_*() is compilable... no [2020-10-20T00:54:45.758Z] checking whether Darwin OSSpin*() is compilable... no [2020-10-20T00:54:45.758Z] checking whether glibc malloc hook is compilable... yes [2020-10-20T00:54:46.058Z] checking whether glibc memalign hook is compilable... yes [2020-10-20T00:54:46.058Z] checking whether pthreads adaptive mutexes is compilable... yes [2020-10-20T00:54:46.058Z] checking whether compiler supports -D_GNU_SOURCE... yes [2020-10-20T00:54:46.058Z] checking whether compiler supports -Werror... yes [2020-10-20T00:54:46.058Z] checking whether compiler supports -herror_on_warning... no [2020-10-20T00:54:46.331Z] checking whether strerror_r returns char with gnu source is compilable... yes [2020-10-20T00:54:46.331Z] checking for stdbool.h that conforms to C99... yes [2020-10-20T00:54:46.331Z] checking for _Bool... yes [2020-10-20T00:54:46.596Z] configure: creating ./config.status [2020-10-20T00:54:46.596Z] config.status: creating Makefile [2020-10-20T00:54:46.596Z] config.status: creating jemalloc.pc [2020-10-20T00:54:46.596Z] config.status: creating doc/html.xsl [2020-10-20T00:54:46.596Z] config.status: creating doc/manpages.xsl [2020-10-20T00:54:46.596Z] config.status: creating doc/jemalloc.xml [2020-10-20T00:54:46.875Z] config.status: creating include/jemalloc/jemalloc_macros.h [2020-10-20T00:54:46.875Z] config.status: creating include/jemalloc/jemalloc_protos.h [2020-10-20T00:54:46.875Z] config.status: creating include/jemalloc/jemalloc_typedefs.h [2020-10-20T00:54:46.875Z] config.status: creating include/jemalloc/internal/jemalloc_preamble.h [2020-10-20T00:54:46.875Z] config.status: creating test/test.sh [2020-10-20T00:54:46.875Z] config.status: creating test/include/test/jemalloc_test.h [2020-10-20T00:54:46.875Z] config.status: creating config.stamp [2020-10-20T00:54:46.875Z] config.status: creating bin/jemalloc-config [2020-10-20T00:54:46.875Z] config.status: creating bin/jemalloc.sh [2020-10-20T00:54:46.875Z] config.status: creating bin/jeprof [2020-10-20T00:54:47.159Z] config.status: creating include/jemalloc/jemalloc_defs.h [2020-10-20T00:54:47.159Z] config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h [2020-10-20T00:54:47.159Z] config.status: creating test/include/test/jemalloc_test_defs.h [2020-10-20T00:54:47.159Z] config.status: executing include/jemalloc/internal/public_symbols.txt commands [2020-10-20T00:54:47.159Z] config.status: executing include/jemalloc/internal/private_symbols.awk commands [2020-10-20T00:54:47.159Z] config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands [2020-10-20T00:54:47.159Z] config.status: executing include/jemalloc/internal/public_namespace.h commands [2020-10-20T00:54:47.159Z] config.status: executing include/jemalloc/internal/public_unnamespace.h commands [2020-10-20T00:54:47.458Z] config.status: executing include/jemalloc/internal/size_classes.h commands [2020-10-20T00:54:47.458Z] config.status: executing include/jemalloc/jemalloc_protos_jet.h commands [2020-10-20T00:54:47.458Z] config.status: executing include/jemalloc/jemalloc_rename.h commands [2020-10-20T00:54:47.737Z] config.status: executing include/jemalloc/jemalloc_mangle.h commands [2020-10-20T00:54:47.737Z] config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands [2020-10-20T00:54:48.014Z] config.status: executing include/jemalloc/jemalloc.h commands [2020-10-20T00:54:48.014Z] configure: WARNING: unrecognized options: --enable-cc-silence [2020-10-20T00:54:48.014Z] =============================================================================== [2020-10-20T00:54:48.014Z] jemalloc version : 5.1.0-0-g0 [2020-10-20T00:54:48.014Z] library revision : 2 [2020-10-20T00:54:48.014Z] [2020-10-20T00:54:48.014Z] CONFIG : --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu' 'LDFLAGS= -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu' 'CPPFLAGS= -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu' 'CXXFLAGS= -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu' [2020-10-20T00:54:48.014Z] CC : gcc [2020-10-20T00:54:48.014Z] CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops [2020-10-20T00:54:48.014Z] SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu [2020-10-20T00:54:48.014Z] EXTRA_CFLAGS : [2020-10-20T00:54:48.014Z] CPPFLAGS : -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT [2020-10-20T00:54:48.014Z] CXX : g++ [2020-10-20T00:54:48.014Z] CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 [2020-10-20T00:54:48.014Z] SPECIFIED_CXXFLAGS : -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu [2020-10-20T00:54:48.014Z] EXTRA_CXXFLAGS : [2020-10-20T00:54:48.014Z] LDFLAGS : -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu [2020-10-20T00:54:48.014Z] EXTRA_LDFLAGS : [2020-10-20T00:54:48.014Z] DSO_LDFLAGS : -shared -Wl,-soname,$(@F) [2020-10-20T00:54:48.014Z] LIBS : -lm -lstdc++ -lpthread -ldl [2020-10-20T00:54:48.014Z] RPATH_EXTRA : [2020-10-20T00:54:48.014Z] [2020-10-20T00:54:48.014Z] XSLTPROC : false [2020-10-20T00:54:48.014Z] XSLROOT : [2020-10-20T00:54:48.014Z] [2020-10-20T00:54:48.014Z] PREFIX : /usr/local [2020-10-20T00:54:48.014Z] BINDIR : /usr/local/bin [2020-10-20T00:54:48.014Z] DATADIR : /usr/local/share [2020-10-20T00:54:48.014Z] INCLUDEDIR : /usr/local/include [2020-10-20T00:54:48.014Z] LIBDIR : /usr/local/lib [2020-10-20T00:54:48.014Z] MANDIR : /usr/local/share/man [2020-10-20T00:54:48.014Z] [2020-10-20T00:54:48.014Z] srcroot : [2020-10-20T00:54:48.014Z] abs_srcroot : /build/parts/redis/build/deps/jemalloc/ [2020-10-20T00:54:48.014Z] objroot : [2020-10-20T00:54:48.014Z] abs_objroot : /build/parts/redis/build/deps/jemalloc/ [2020-10-20T00:54:48.014Z] [2020-10-20T00:54:48.014Z] JEMALLOC_PREFIX : je_ [2020-10-20T00:54:48.014Z] JEMALLOC_PRIVATE_NAMESPACE [2020-10-20T00:54:48.014Z] : je_ [2020-10-20T00:54:48.014Z] install_suffix : [2020-10-20T00:54:48.014Z] malloc_conf : [2020-10-20T00:54:48.014Z] autogen : 0 [2020-10-20T00:54:48.014Z] debug : 0 [2020-10-20T00:54:48.014Z] stats : 1 [2020-10-20T00:54:48.014Z] prof : 0 [2020-10-20T00:54:48.014Z] prof-libunwind : 0 [2020-10-20T00:54:48.014Z] prof-libgcc : 0 [2020-10-20T00:54:48.014Z] prof-gcc : 0 [2020-10-20T00:54:48.014Z] fill : 1 [2020-10-20T00:54:48.014Z] utrace : 0 [2020-10-20T00:54:48.014Z] xmalloc : 0 [2020-10-20T00:54:48.014Z] log : 0 [2020-10-20T00:54:48.014Z] lazy_lock : 0 [2020-10-20T00:54:48.014Z] cache-oblivious : 1 [2020-10-20T00:54:48.014Z] cxx : 1 [2020-10-20T00:54:48.014Z] =============================================================================== [2020-10-20T00:54:48.015Z] cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu" LDFLAGS=" -L/build/stage/lib -L/build/stage/usr/lib -L/build/stage/lib/x86_64-linux-gnu -L/build/stage/usr/lib/x86_64-linux-gnu" lib/libjemalloc.a [2020-10-20T00:54:48.015Z] make[3]: Entering directory '/build/parts/redis/build/deps/jemalloc' [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c [2020-10-20T00:54:48.015Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c [2020-10-20T00:54:48.334Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c [2020-10-20T00:54:48.334Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c [2020-10-20T00:54:48.622Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c [2020-10-20T00:54:48.911Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c [2020-10-20T00:54:49.201Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c [2020-10-20T00:54:49.490Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c [2020-10-20T00:54:49.490Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c [2020-10-20T00:54:49.490Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c [2020-10-20T00:54:49.490Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c [2020-10-20T00:54:49.785Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c [2020-10-20T00:54:49.785Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c [2020-10-20T00:54:50.070Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c [2020-10-20T00:54:50.380Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c [2020-10-20T00:54:50.380Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c [2020-10-20T00:54:50.646Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c [2020-10-20T00:54:50.646Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c [2020-10-20T00:54:50.646Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c [2020-10-20T00:54:50.927Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c [2020-10-20T00:54:50.927Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c [2020-10-20T00:54:51.230Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c [2020-10-20T00:54:51.230Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c [2020-10-20T00:54:51.517Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c [2020-10-20T00:54:51.517Z] nm -a src/arena.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym [2020-10-20T00:54:51.517Z] nm -a src/background_thread.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym [2020-10-20T00:54:51.517Z] nm -a src/base.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym [2020-10-20T00:54:51.517Z] nm -a src/bin.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym [2020-10-20T00:54:51.517Z] nm -a src/bitmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym [2020-10-20T00:54:51.800Z] nm -a src/ckh.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym [2020-10-20T00:54:51.800Z] nm -a src/div.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym [2020-10-20T00:54:51.800Z] nm -a src/extent_dss.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym [2020-10-20T00:54:51.800Z] nm -a src/extent_mmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym [2020-10-20T00:54:51.800Z] nm -a src/hash.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym [2020-10-20T00:54:51.800Z] nm -a src/hooks.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym [2020-10-20T00:54:51.800Z] nm -a src/large.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym [2020-10-20T00:54:51.800Z] nm -a src/log.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym [2020-10-20T00:54:51.800Z] nm -a src/malloc_io.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym [2020-10-20T00:54:51.800Z] nm -a src/mutex.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym [2020-10-20T00:54:51.800Z] nm -a src/mutex_pool.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym [2020-10-20T00:54:51.800Z] nm -a src/nstime.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym [2020-10-20T00:54:51.800Z] nm -a src/pages.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym [2020-10-20T00:54:51.800Z] nm -a src/prng.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym [2020-10-20T00:54:51.800Z] nm -a src/rtree.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym [2020-10-20T00:54:52.070Z] nm -a src/sz.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym [2020-10-20T00:54:52.070Z] nm -a src/ticker.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym [2020-10-20T00:54:52.070Z] nm -a src/tsd.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym [2020-10-20T00:54:52.070Z] nm -a src/witness.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym [2020-10-20T00:54:52.070Z] nm -a src/extent.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym [2020-10-20T00:54:52.070Z] nm -a src/prof.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym [2020-10-20T00:54:52.333Z] nm -a src/jemalloc.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym [2020-10-20T00:54:52.596Z] nm -a src/tcache.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym [2020-10-20T00:54:54.518Z] nm -a src/stats.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym [2020-10-20T00:54:54.787Z] nm -a src/ctl.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym [2020-10-20T00:54:54.787Z] /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h [2020-10-20T00:54:54.787Z] cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h [2020-10-20T00:54:54.787Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c [2020-10-20T00:54:54.787Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c [2020-10-20T00:54:54.787Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c [2020-10-20T00:54:54.788Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c [2020-10-20T00:54:54.788Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c [2020-10-20T00:54:54.788Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c [2020-10-20T00:54:54.788Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c [2020-10-20T00:54:54.788Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c [2020-10-20T00:54:55.066Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c [2020-10-20T00:54:55.355Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c [2020-10-20T00:54:55.355Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c [2020-10-20T00:54:55.641Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c [2020-10-20T00:54:55.927Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c [2020-10-20T00:54:55.927Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c [2020-10-20T00:54:56.201Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c [2020-10-20T00:54:56.201Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c [2020-10-20T00:54:56.472Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c [2020-10-20T00:54:56.472Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c [2020-10-20T00:54:56.753Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c [2020-10-20T00:54:56.753Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c [2020-10-20T00:54:57.055Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c [2020-10-20T00:54:57.330Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c [2020-10-20T00:54:57.330Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c [2020-10-20T00:54:57.330Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c [2020-10-20T00:54:57.608Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c [2020-10-20T00:54:57.608Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c [2020-10-20T00:54:57.608Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c [2020-10-20T00:54:57.892Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c [2020-10-20T00:54:57.893Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c [2020-10-20T00:54:58.174Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c [2020-10-20T00:54:58.462Z] g++ -Wall -g3 -fvisibility=hidden -O3 -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -c -isystem/build/stage/include -isystem/build/stage/usr/include -isystem/build/stage/usr/include/x86_64-linux-gnu -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp [2020-10-20T00:55:01.823Z] ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o [2020-10-20T00:55:01.823Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-20T00:55:01.823Z] make[3]: Leaving directory '/build/parts/redis/build/deps/jemalloc' [2020-10-20T00:55:01.823Z] make[2]: Leaving directory '/build/parts/redis/build/deps' [2020-10-20T00:55:01.823Z] CC adlist.o [2020-10-20T00:55:01.823Z] CC quicklist.o [2020-10-20T00:55:01.823Z] CC ae.o [2020-10-20T00:55:01.823Z] CC anet.o [2020-10-20T00:55:01.823Z] CC sds.o [2020-10-20T00:55:01.823Z] CC server.o [2020-10-20T00:55:01.824Z] CC dict.o [2020-10-20T00:55:01.824Z] CC zmalloc.o [2020-10-20T00:55:01.824Z] CC lzf_c.o [2020-10-20T00:55:01.824Z] CC lzf_d.o [2020-10-20T00:55:01.824Z] CC pqsort.o [2020-10-20T00:55:02.115Z] CC zipmap.o [2020-10-20T00:55:02.115Z] CC sha1.o [2020-10-20T00:55:02.115Z] CC ziplist.o [2020-10-20T00:55:02.115Z] CC release.o [2020-10-20T00:55:02.115Z] CC networking.o [2020-10-20T00:55:02.452Z] CC util.o [2020-10-20T00:55:02.452Z] CC object.o [2020-10-20T00:55:02.452Z] CC db.o [2020-10-20T00:55:02.452Z] CC replication.o [2020-10-20T00:55:02.452Z] CC rdb.o [2020-10-20T00:55:02.768Z] CC t_string.o [2020-10-20T00:55:02.768Z] CC t_list.o [2020-10-20T00:55:03.048Z] CC t_set.o [2020-10-20T00:55:03.349Z] CC t_zset.o [2020-10-20T00:55:03.349Z] CC t_hash.o [2020-10-20T00:55:03.349Z] CC config.o [2020-10-20T00:55:03.349Z] CC aof.o [2020-10-20T00:55:03.642Z] CC pubsub.o [2020-10-20T00:55:03.642Z] CC multi.o [2020-10-20T00:55:03.642Z] CC debug.o [2020-10-20T00:55:03.934Z] CC sort.o [2020-10-20T00:55:03.934Z] CC intset.o [2020-10-20T00:55:03.934Z] CC syncio.o [2020-10-20T00:55:03.934Z] CC cluster.o [2020-10-20T00:55:04.209Z] CC crc16.o [2020-10-20T00:55:04.209Z] CC slowlog.o [2020-10-20T00:55:04.209Z] CC endianconv.o [2020-10-20T00:55:04.209Z] CC scripting.o [2020-10-20T00:55:04.209Z] CC bio.o [2020-10-20T00:55:04.484Z] CC rio.o [2020-10-20T00:55:04.484Z] CC rand.o [2020-10-20T00:55:04.484Z] CC memtest.o [2020-10-20T00:55:04.484Z] CC crc64.o [2020-10-20T00:55:04.484Z] CC bitops.o [2020-10-20T00:55:04.770Z] CC sentinel.o [2020-10-20T00:55:04.770Z] CC notify.o [2020-10-20T00:55:04.770Z] CC setproctitle.o [2020-10-20T00:55:05.048Z] CC blocked.o [2020-10-20T00:55:05.048Z] CC hyperloglog.o [2020-10-20T00:55:05.048Z] CC latency.o [2020-10-20T00:55:05.048Z] CC sparkline.o [2020-10-20T00:55:05.319Z] CC redis-check-rdb.o [2020-10-20T00:55:05.319Z] CC redis-check-aof.o [2020-10-20T00:55:05.319Z] CC geo.o [2020-10-20T00:55:05.319Z] CC lazyfree.o [2020-10-20T00:55:05.611Z] CC module.o [2020-10-20T00:55:05.611Z] CC evict.o [2020-10-20T00:55:05.611Z] CC expire.o [2020-10-20T00:55:05.611Z] CC geohash.o [2020-10-20T00:55:05.611Z] CC geohash_helper.o [2020-10-20T00:55:05.915Z] CC childinfo.o [2020-10-20T00:55:05.915Z] CC defrag.o [2020-10-20T00:55:05.915Z] CC siphash.o [2020-10-20T00:55:05.915Z] CC rax.o [2020-10-20T00:55:05.915Z] CC t_stream.o [2020-10-20T00:55:05.915Z] CC listpack.o [2020-10-20T00:55:06.217Z] CC localtime.o [2020-10-20T00:55:06.217Z] CC lolwut.o [2020-10-20T00:55:06.217Z] CC lolwut5.o [2020-10-20T00:55:06.217Z] CC redis-cli.o [2020-10-20T00:55:06.217Z] CC redis-benchmark.o [2020-10-20T00:55:06.817Z] LINK redis-benchmark [2020-10-20T00:55:07.852Z] LINK redis-server [2020-10-20T00:55:07.852Z] INSTALL redis-check-aof [2020-10-20T00:55:07.852Z] INSTALL redis-check-rdb [2020-10-20T00:55:07.852Z] INSTALL redis-sentinel [2020-10-20T00:55:09.285Z] LINK redis-cli [2020-10-20T00:55:09.551Z] [2020-10-20T00:55:09.551Z] Hint: It's a good idea to run 'make test' ;) [2020-10-20T00:55:09.551Z] [2020-10-20T00:55:09.551Z] make[1]: Leaving directory '/build/parts/redis/build/src' [2020-10-20T00:55:09.551Z] make install PREFIX=/build/parts/redis/install [2020-10-20T00:55:09.551Z] cd src && make install [2020-10-20T00:55:09.551Z] make[1]: Entering directory '/build/parts/redis/build/src' [2020-10-20T00:55:09.551Z] CC Makefile.dep [2020-10-20T00:55:11.486Z] [2020-10-20T00:55:11.486Z] Hint: It's a good idea to run 'make test' ;) [2020-10-20T00:55:11.486Z] [2020-10-20T00:55:11.486Z] INSTALL install [2020-10-20T00:55:11.486Z] INSTALL install [2020-10-20T00:55:11.486Z] INSTALL install [2020-10-20T00:55:11.486Z] INSTALL install [2020-10-20T00:55:11.486Z] INSTALL install [2020-10-20T00:55:11.486Z] make[1]: Leaving directory '/build/parts/redis/build/src' [2020-10-20T00:55:16.825Z] Building static-packages  [2020-10-20T00:55:21.123Z] Building vault  [2020-10-20T00:55:43.161Z] Installing/Updating github.com/elazarl/go-bindata-assetfs/... [2020-10-20T00:55:43.161Z] Installing/Updating github.com/hashicorp/go-bindata/... [2020-10-20T00:55:44.114Z] Installing/Updating github.com/mitchellh/gox [2020-10-20T00:55:45.519Z] Installing/Updating golang.org/x/tools/cmd/goimports [2020-10-20T00:55:53.705Z] go generate -tags tools tools/tools.go [2020-10-20T00:55:57.948Z] go: downloading github.com/client9/misspell v0.3.4 [2020-10-20T00:55:57.948Z] go: downloading github.com/mitchellh/gox v1.0.1 [2020-10-20T00:55:57.948Z] go: downloading golang.org/x/tools v0.0.0-20200521155704-91d71f6c2f04 [2020-10-20T00:55:57.948Z] go: downloading github.com/golang/protobuf v1.4.2 [2020-10-20T00:55:57.948Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-10-20T00:55:57.948Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1-0.20200509193318-234c15e7648f [2020-10-20T00:55:57.948Z] go: downloading github.com/mitchellh/iochan v1.0.0 [2020-10-20T00:55:57.948Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-10-20T00:55:57.948Z] go: downloading google.golang.org/protobuf v1.24.0 [2020-10-20T00:55:58.213Z] go: downloading golang.org/x/mod v0.2.0 [2020-10-20T00:55:58.478Z] go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-10-20T00:56:08.548Z] ==> Checking that build is using go version >= 1.14.7... [2020-10-20T00:56:08.548Z] ==> Using go version 1.15.2... [2020-10-20T00:56:08.818Z] go: downloading github.com/fatih/structs v1.1.0 [2020-10-20T00:56:08.818Z] go: downloading github.com/pkg/errors v0.9.1 [2020-10-20T00:56:08.818Z] go: downloading github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2020-10-20T00:56:08.818Z] go: downloading go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/vault-plugin-auth-jwt v0.7.3 [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/consul/api v1.4.0 [2020-10-20T00:56:08.818Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-20T00:56:08.818Z] go: downloading golang.org/x/net v0.0.0-20200602114024-627f9648deb9 [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/raft-snapshot v1.0.2-0.20190827162939-8117efcc5aab [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/vault-plugin-auth-alicloud v0.5.5 [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6 [2020-10-20T00:56:08.818Z] go: downloading github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f [2020-10-20T00:56:08.818Z] go: downloading github.com/hashicorp/consul-template v0.25.1 [2020-10-20T00:56:09.099Z] go: downloading github.com/mholt/archiver v3.1.1+incompatible [2020-10-20T00:56:09.099Z] go: downloading github.com/fatih/color v1.9.0 [2020-10-20T00:56:09.099Z] go: downloading github.com/google/go-github v17.0.0+incompatible [2020-10-20T00:56:09.099Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2020-10-20T00:56:09.099Z] go: downloading github.com/jcmturner/gokrb5/v8 v8.0.0 [2020-10-20T00:56:09.099Z] go: downloading github.com/hashicorp/vault-plugin-secrets-azure v0.6.2-0.20200818154643-63f769e87b12 [2020-10-20T00:56:09.099Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-20T00:56:09.099Z] go: downloading github.com/kr/pretty v0.2.0 [2020-10-20T00:56:09.378Z] go: downloading github.com/nwaples/rardecode v1.0.0 [2020-10-20T00:56:09.378Z] go: downloading github.com/ncw/swift v1.0.47 [2020-10-20T00:56:09.378Z] go: downloading github.com/hashicorp/go-kms-wrapping v0.5.12 [2020-10-20T00:56:09.378Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-10-20T00:56:09.378Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-20T00:56:09.378Z] go: downloading github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.2 [2020-10-20T00:56:09.378Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2020-10-20T00:56:09.378Z] go: downloading google.golang.org/api v0.29.0 [2020-10-20T00:56:09.378Z] go: downloading github.com/dsnet/compress v0.0.1 [2020-10-20T00:56:09.378Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-10-20T00:56:09.378Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-10-20T00:56:09.378Z] go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 [2020-10-20T00:56:09.378Z] go: downloading github.com/go-errors/errors v1.0.1 [2020-10-20T00:56:09.660Z] go: downloading github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec [2020-10-20T00:56:09.660Z] go: downloading github.com/mitchellh/cli v1.0.0 [2020-10-20T00:56:09.660Z] go: downloading github.com/hashicorp/vault-plugin-auth-cf v0.5.4 [2020-10-20T00:56:09.926Z] go: downloading github.com/ulikunitz/xz v0.5.6 [2020-10-20T00:56:09.926Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-10-20T00:56:10.202Z] go: downloading github.com/oklog/run v1.0.0 [2020-10-20T00:56:10.486Z] go: downloading google.golang.org/grpc v1.29.1 [2020-10-20T00:56:10.754Z] go: downloading github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc [2020-10-20T00:56:11.019Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-10-20T00:56:11.289Z] go: downloading github.com/okta/okta-sdk-golang v1.1.0 [2020-10-20T00:56:11.552Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.1 [2020-10-20T00:56:11.552Z] go: downloading github.com/shirou/gopsutil v2.20.6-0.20200630091542-01afd763e6c0+incompatible [2020-10-20T00:56:11.552Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-10-20T00:56:11.552Z] go: downloading github.com/okta/okta-sdk-golang/v2 v2.0.0 [2020-10-20T00:56:11.552Z] go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d [2020-10-20T00:56:11.552Z] go: downloading github.com/posener/complete v1.2.1 [2020-10-20T00:56:11.552Z] go: downloading github.com/Azure/azure-sdk-for-go v36.2.0+incompatible [2020-10-20T00:56:11.817Z] go: downloading github.com/hashicorp/vault-plugin-database-elasticsearch v0.5.4 [2020-10-20T00:56:11.817Z] go: downloading github.com/mongodb/go-client-mongodb-atlas v0.1.2 [2020-10-20T00:56:11.817Z] go: downloading github.com/go-sql-driver/mysql v1.5.0 [2020-10-20T00:56:11.817Z] go: downloading github.com/hashicorp/vault-plugin-auth-azure v0.5.6 [2020-10-20T00:56:11.817Z] go: downloading github.com/hashicorp/vault-plugin-auth-centrify v0.5.5 [2020-10-20T00:56:11.817Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf [2020-10-20T00:56:11.817Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-10-20T00:56:11.817Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-10-20T00:56:11.817Z] go: downloading cloud.google.com/go v0.56.0 [2020-10-20T00:56:11.817Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-10-20T00:56:11.817Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-10-20T00:56:11.817Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-20T00:56:11.817Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-10-20T00:56:11.817Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-10-20T00:56:12.089Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-10-20T00:56:12.089Z] go: downloading github.com/hashicorp/vault-plugin-secrets-openldap v0.1.5 [2020-10-20T00:56:12.089Z] go: downloading github.com/hashicorp/vault-plugin-secrets-alicloud v0.5.5 [2020-10-20T00:56:12.089Z] go: downloading go.etcd.io/bbolt v1.3.4 [2020-10-20T00:56:12.089Z] go: downloading cloud.google.com/go/storage v1.6.0 [2020-10-20T00:56:12.089Z] go: downloading cloud.google.com/go/spanner v1.5.1 [2020-10-20T00:56:12.089Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-10-20T00:56:12.353Z] go: downloading github.com/centrify/cloud-golang-sdk v0.0.0-20190214225812-119110094d0f [2020-10-20T00:56:12.353Z] go: downloading github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc [2020-10-20T00:56:12.353Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-20T00:56:12.353Z] go: downloading github.com/aws/aws-sdk-go v1.30.27 [2020-10-20T00:56:12.353Z] go: downloading github.com/kr/text v0.2.0 [2020-10-20T00:56:12.353Z] go: downloading github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 [2020-10-20T00:56:12.353Z] go: downloading github.com/kelseyhightower/envconfig v1.4.0 [2020-10-20T00:56:12.353Z] go: downloading github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c [2020-10-20T00:56:12.353Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-10-20T00:56:12.625Z] go: downloading layeh.com/radius v0.0.0-20190322222518-890bc1058917 [2020-10-20T00:56:12.625Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a [2020-10-20T00:56:12.625Z] go: downloading github.com/michaelklishin/rabbit-hole v0.0.0-20191008194146-93d9988f0cd5 [2020-10-20T00:56:12.625Z] go: downloading golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 [2020-10-20T00:56:12.625Z] go: downloading github.com/hashicorp/go-immutable-radix v1.1.0 [2020-10-20T00:56:12.625Z] go: downloading github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f [2020-10-20T00:56:12.625Z] go: downloading github.com/coreos/go-semver v0.2.0 [2020-10-20T00:56:12.625Z] go: downloading github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1 [2020-10-20T00:56:12.890Z] go: downloading github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d [2020-10-20T00:56:12.890Z] go: downloading google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 [2020-10-20T00:56:12.890Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2020-10-20T00:56:13.164Z] go: downloading github.com/go-ldap/ldap/v3 v3.1.10 [2020-10-20T00:56:13.164Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2020-10-20T00:56:13.164Z] go: downloading github.com/hashicorp/golang-lru v0.5.3 [2020-10-20T00:56:13.164Z] go: downloading github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4 [2020-10-20T00:56:14.150Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-10-20T00:56:14.431Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-10-20T00:56:14.431Z] go: downloading go.opencensus.io v0.22.3 [2020-10-20T00:56:14.431Z] go: downloading github.com/hashicorp/logutils v1.0.0 [2020-10-20T00:56:14.697Z] go: downloading github.com/hashicorp/vault-plugin-secrets-ad v0.6.6 [2020-10-20T00:56:14.697Z] go: downloading github.com/hashicorp/go-plugin v1.0.1 [2020-10-20T00:56:14.697Z] go: downloading github.com/hashicorp/serf v0.8.3 [2020-10-20T00:56:14.963Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-20T00:56:14.963Z] go: downloading gopkg.in/jcmturner/goidentity.v3 v3.0.0 [2020-10-20T00:56:15.244Z] go: downloading github.com/briankassouf/jose v0.9.2-0.20180619214549-d2569464773f [2020-10-20T00:56:15.521Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-10-20T00:56:16.927Z] go: downloading go.uber.org/atomic v1.6.0 [2020-10-20T00:56:16.927Z] go: downloading k8s.io/apimachinery v0.0.0-20190409092423-760d1845f48b [2020-10-20T00:56:17.510Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-10-20T00:56:18.910Z] go: downloading github.com/hashicorp/vault-plugin-secrets-gcpkms v0.5.6 [2020-10-20T00:56:18.910Z] go: downloading github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0 [2020-10-20T00:56:18.910Z] go: downloading github.com/go-yaml/yaml v2.1.0+incompatible [2020-10-20T00:56:18.910Z] go: downloading github.com/mwielbut/pointy v1.1.0 [2020-10-20T00:56:18.910Z] go: downloading github.com/golang/snappy v0.0.1 [2020-10-20T00:56:18.910Z] go: downloading github.com/hashicorp/vault-plugin-auth-oci v0.5.5 [2020-10-20T00:56:18.910Z] go: downloading k8s.io/klog v0.0.0-20190306015804-8e90cee79f82 [2020-10-20T00:56:18.910Z] go: downloading k8s.io/api v0.0.0-20190409092523-d687e77c8ae9 [2020-10-20T00:56:18.910Z] go: downloading github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe [2020-10-20T00:56:18.910Z] go: downloading golang.org/x/text v0.3.2 [2020-10-20T00:56:18.910Z] go: downloading github.com/go-asn1-ber/asn1-ber v1.3.1 [2020-10-20T00:56:18.910Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-20T00:56:18.910Z] go: downloading github.com/jackc/pgx v3.3.0+incompatible [2020-10-20T00:56:18.910Z] go: downloading github.com/mattn/go-shellwords v1.0.5 [2020-10-20T00:56:18.910Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-10-20T00:56:18.910Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-10-20T00:56:18.910Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-10-20T00:56:18.910Z] go: downloading github.com/gogo/protobuf v1.3.1 [2020-10-20T00:56:18.910Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-10-20T00:56:19.494Z] go: downloading github.com/go-test/deep v1.0.3 [2020-10-20T00:56:19.494Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-10-20T00:56:19.494Z] go: downloading github.com/hashicorp/vault-plugin-auth-gcp v0.7.1-0.20200824223748-9b39891cb353 [2020-10-20T00:56:19.494Z] go: downloading github.com/gocql/gocql v0.0.0-20190402132108-0e1d5de854df [2020-10-20T00:56:19.494Z] go: downloading github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc [2020-10-20T00:56:19.494Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2020-10-20T00:56:19.494Z] go: downloading github.com/gammazero/workerpool v0.0.0-20190406235159-88d534f22b56 [2020-10-20T00:56:19.494Z] go: downloading github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f [2020-10-20T00:56:19.494Z] go: downloading github.com/jcmturner/gofork v1.0.0 [2020-10-20T00:56:19.768Z] go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-10-20T00:56:19.768Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-10-20T00:56:19.768Z] go: downloading github.com/mitchellh/hashstructure v1.0.0 [2020-10-20T00:56:19.768Z] go: downloading github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5 [2020-10-20T00:56:19.768Z] go: downloading github.com/prometheus/common v0.9.1 [2020-10-20T00:56:20.034Z] go: downloading github.com/google/go-metrics-stackdriver v0.2.0 [2020-10-20T00:56:20.034Z] go: downloading github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 [2020-10-20T00:56:20.034Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-10-20T00:56:20.034Z] go: downloading github.com/hashicorp/vault-plugin-database-mongodbatlas v0.1.2 [2020-10-20T00:56:20.034Z] go: downloading github.com/jcmturner/aescts v1.0.1 [2020-10-20T00:56:20.298Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-10-20T00:56:20.298Z] go: downloading github.com/hashicorp/vault-plugin-secrets-gcp v0.6.5 [2020-10-20T00:56:20.298Z] go: downloading github.com/oracle/oci-go-sdk v12.5.0+incompatible [2020-10-20T00:56:20.298Z] go: downloading github.com/hashicorp/go-gcp-common v0.6.0 [2020-10-20T00:56:20.298Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-20T00:56:20.298Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-10-20T00:56:20.298Z] go: downloading github.com/hashicorp/vault-plugin-secrets-kv v0.5.6 [2020-10-20T00:56:20.564Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-20T00:56:20.564Z] go: downloading go.uber.org/zap v1.14.1 [2020-10-20T00:56:20.564Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-20T00:56:20.564Z] go: downloading github.com/hashicorp/raft v1.1.3-0.20200914140732-b7cd2b346b06 [2020-10-20T00:56:20.564Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-10-20T00:56:20.564Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-10-20T00:56:20.564Z] go: downloading github.com/jefferai/jsonx v1.0.0 [2020-10-20T00:56:20.829Z] go: downloading github.com/jcmturner/rpc/v2 v2.0.2 [2020-10-20T00:56:20.830Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-10-20T00:56:20.830Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-10-20T00:56:20.830Z] go: downloading go.mongodb.org/mongo-driver v1.2.1 [2020-10-20T00:56:20.830Z] go: downloading github.com/hashicorp/nomad/api v0.0.0-20191220223628-edc62acd919d [2020-10-20T00:56:20.830Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-10-20T00:56:20.830Z] go: downloading github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a [2020-10-20T00:56:20.830Z] go: downloading github.com/hashicorp/go-memdb v1.0.2 [2020-10-20T00:56:20.830Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-10-20T00:56:20.830Z] go: downloading github.com/lib/pq v1.2.0 [2020-10-20T00:56:21.786Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-20T00:56:21.786Z] go: downloading gopkg.in/ini.v1 v1.42.0 [2020-10-20T00:56:21.786Z] go: downloading go.uber.org/multierr v1.5.0 [2020-10-20T00:56:21.786Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-10-20T00:56:21.786Z] go: downloading github.com/mitchellh/mapstructure v1.3.2 [2020-10-20T00:56:21.786Z] go: downloading github.com/NYTimes/gziphandler v1.1.1 [2020-10-20T00:56:21.786Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2020-10-20T00:56:21.786Z] go: downloading github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-10-20T00:56:21.786Z] go: downloading github.com/gorilla/websocket v1.4.1 [2020-10-20T00:56:21.786Z] go: downloading github.com/Jeffail/gabs v1.1.1 [2020-10-20T00:56:21.786Z] go: downloading github.com/coreos/go-systemd/v22 v22.0.0 [2020-10-20T00:56:21.786Z] go: downloading github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7 [2020-10-20T00:56:21.786Z] go: downloading github.com/armon/go-proxyproto v0.0.0-20190211145416-68259f75880e [2020-10-20T00:56:21.786Z] go: downloading github.com/cloudfoundry-community/go-cfclient v0.0.0-20190201205600-f136f9222381 [2020-10-20T00:56:22.057Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-10-20T00:56:22.057Z] go: downloading gopkg.in/square/go-jose.v2 v2.5.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 [2020-10-20T00:56:22.058Z] go: downloading github.com/jcmturner/goidentity/v6 v6.0.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/Masterminds/semver v1.4.2 [2020-10-20T00:56:22.058Z] go: downloading github.com/jcmturner/dnsutils v1.0.1 [2020-10-20T00:56:22.058Z] go: downloading golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae [2020-10-20T00:56:22.058Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-10-20T00:56:22.058Z] go: downloading github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74 [2020-10-20T00:56:22.058Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/SAP/go-hdb v0.14.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-10-20T00:56:22.058Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-20T00:56:22.058Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-10-20T00:56:22.323Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-10-20T00:56:22.323Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-10-20T00:56:22.323Z] go: downloading code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f [2020-10-20T00:56:22.323Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-10-20T00:56:22.323Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-10-20T00:56:22.323Z] go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a [2020-10-20T00:56:22.591Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-10-20T00:56:22.591Z] go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e [2020-10-20T00:56:22.591Z] go: downloading github.com/DataDog/zstd v1.4.4 [2020-10-20T00:56:22.591Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-10-20T00:56:22.591Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-10-20T00:56:22.591Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-10-20T00:56:22.591Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-10-20T00:56:22.591Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-10-20T00:56:22.591Z] go: downloading github.com/satori/go.uuid v1.2.0 [2020-10-20T00:56:22.591Z] go: downloading github.com/google/go-cmp v0.4.0 [2020-10-20T00:56:22.591Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-10-20T00:56:23.990Z] ==> Removing old directory... [2020-10-20T00:56:23.990Z] ==> Building... [2020-10-20T00:56:32.183Z] Number of parallel builds: 7 [2020-10-20T00:56:32.183Z] [2020-10-20T00:56:32.183Z] --> linux/amd64: github.com/hashicorp/vault [2020-10-20T00:57:41.126Z] [2020-10-20T00:57:41.126Z] ==> Results: [2020-10-20T00:57:41.126Z] total 119M [2020-10-20T00:57:41.126Z] -rwxr-xr-x. 1 root root 119M Oct 20 00:57 vault [2020-10-20T00:57:41.126Z] Building version  [2020-10-20T00:57:56.104Z] Skipping stage go-build-helper (already ran) [2020-10-20T00:57:56.104Z] Skipping stage lua-kong-nginx-module (already ran) [2020-10-20T00:57:56.104Z] Skipping stage openresty-kong-patches (already ran) [2020-10-20T00:57:56.104Z] Skipping stage snapcraft-preload (already ran) [2020-10-20T00:57:56.104Z] Skipping stage openresty (already ran) [2020-10-20T00:57:56.104Z] Skipping stage lua (already ran) [2020-10-20T00:57:56.104Z] Skipping stage luarocks (already ran) [2020-10-20T00:57:56.104Z] Skipping stage kong (already ran) [2020-10-20T00:57:56.104Z] Skipping stage go115 (already ran) [2020-10-20T00:57:56.104Z] Staging app-service-config  [2020-10-20T00:57:56.104Z] Staging config-common  [2020-10-20T00:57:56.104Z] Staging consul  [2020-10-20T00:57:57.056Z] Staging device-virtual-go  [2020-10-20T00:57:58.004Z] Staging edgex-go  [2020-10-20T00:57:59.401Z] Staging kuiper  [2020-10-20T00:58:00.342Z] Staging postgres  [2020-10-20T00:58:02.888Z] Staging redis  [2020-10-20T00:58:03.830Z] Staging static-packages  [2020-10-20T00:58:04.773Z] Staging vault  [2020-10-20T00:58:06.688Z] Staging version  [2020-10-20T00:58:07.261Z] Priming go-build-helper  [2020-10-20T00:58:08.212Z] Priming lua-kong-nginx-module  [2020-10-20T00:58:09.596Z] Priming openresty-kong-patches  [2020-10-20T00:58:10.537Z] Priming snapcraft-preload  [2020-10-20T00:58:18.688Z] Priming openresty  [2020-10-20T00:58:22.000Z] Priming lua  [2020-10-20T00:58:22.261Z] Priming luarocks  [2020-10-20T00:58:23.647Z] Priming kong  [2020-10-20T00:58:33.656Z] Priming go115  [2020-10-20T00:58:33.656Z] Priming app-service-config  [2020-10-20T00:58:34.602Z] Priming config-common  [2020-10-20T00:58:35.620Z] Priming consul  [2020-10-20T00:58:37.535Z] Priming device-virtual-go  [2020-10-20T00:58:38.111Z] Priming edgex-go  [2020-10-20T00:58:39.506Z] Priming kuiper  [2020-10-20T00:58:40.901Z] Priming postgres  [2020-10-20T00:58:47.497Z] Priming redis  [2020-10-20T00:58:48.898Z] Priming static-packages  [2020-10-20T00:58:50.813Z] Priming vault  [2020-10-20T00:58:52.750Z] Priming version  [2020-10-20T00:58:53.334Z] The interpreter 'resty' for 'bin/kong' was resolved to 'bin/resty'. [2020-10-20T00:58:53.334Z] The command 'bin/kong' has been changed to 'bin/resty $SNAP/bin/kong' to safely account for the interpreter. [2020-10-20T00:58:53.603Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-10-20T00:59:38.173Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-10-20T00:59:38.173Z] Snapped edgexfoundry_local-dev-20201020+21e4121b_amd64.snap [Pipeline] } [2020-10-20T00:59:44.832Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [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) [Pipeline] unstash [Pipeline] wrap [2020-10-20T00:59:46.806Z] provisioning config files... [2020-10-20T00:59:46.832Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6283341964002879377tmp [Pipeline] { [Pipeline] sh [2020-10-20T00:59:47.217Z] + set +x [2020-10-20T00:59:47.217Z] + curl -s https://codecov.io/bash [2020-10-20T00:59:47.217Z] + bash -s -- [2020-10-20T00:59:47.792Z] [2020-10-20T00:59:47.792Z] _____ _ [2020-10-20T00:59:47.792Z] / ____| | | [2020-10-20T00:59:47.792Z] | | ___ __| | ___ ___ _____ __ [2020-10-20T00:59:47.792Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-20T00:59:47.792Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-20T00:59:47.792Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-20T00:59:47.792Z] Bash-20201009-048fee3 [2020-10-20T00:59:47.792Z] [2020-10-20T00:59:47.792Z] [2020-10-20T00:59:47.792Z] ==> Jenkins CI detected. [2020-10-20T00:59:47.792Z] project root: . [2020-10-20T00:59:47.792Z] Fixing merge commit SHA [2020-10-20T00:59:47.792Z] --> token set from env [2020-10-20T00:59:47.792Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-20T00:59:47.792Z] ==> Running gcov in . (disable via -X gcov) [2020-10-20T00:59:47.792Z] ==> Python coveragepy not found [2020-10-20T00:59:47.792Z] ==> Searching for coverage reports in: [2020-10-20T00:59:47.792Z] + . [2020-10-20T00:59:47.792Z] -> Found 1 reports [2020-10-20T00:59:47.792Z] ==> Detecting git/mercurial file structure [2020-10-20T00:59:48.056Z] ==> Reading reports [2020-10-20T00:59:48.056Z] + ./coverage.out bytes=514268 [2020-10-20T00:59:48.056Z] ==> Appending adjustments [2020-10-20T00:59:48.056Z] https://docs.codecov.io/docs/fixing-reports [2020-10-20T00:59:51.366Z] + Found adjustments [2020-10-20T00:59:51.366Z] ==> Gzipping contents [2020-10-20T00:59:51.366Z] ==> Uploading reports [2020-10-20T00:59:51.366Z] url: https://codecov.io [2020-10-20T00:59:51.366Z] query: branch=PR-2815&commit=c53c6110231c23d325d1b3c1e00c5fc26ac542f6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2815%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2815&job=&cmd_args= [2020-10-20T00:59:51.366Z] -> Pinging Codecov [2020-10-20T00:59:51.366Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-2815&commit=c53c6110231c23d325d1b3c1e00c5fc26ac542f6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2815%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2815&job=&cmd_args= [2020-10-20T00:59:51.366Z] -> Uploading to [2020-10-20T00:59:51.366Z] [2020-10-20T00:59:51.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T00:59:51.366Z] Dload Upload Total Spent Left Speed [2020-10-20T00:59:51.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-20T00:59:51.366Z] X> Failed to upload [2020-10-20T00:59:51.366Z] ==> Uploading to Codecov [2020-10-20T00:59:51.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T00:59:51.366Z] Dload Upload Total Spent Left Speed [2020-10-20T00:59:51.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 80908 0 0 100 80803 0 149k --:--:-- --:--:-- --:--:-- 149k 100 80908 100 105 100 80803 198 149k --:--:-- --:--:-- --:--:-- 149k [2020-10-20T00:59:51.938Z] View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] } [2020-10-20T00:59:51.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:59:53.975Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:59:54.861Z] ---> package-listing.sh [2020-10-20T00:59:54.861Z] ++ facter osfamily [2020-10-20T00:59:54.861Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T00:59:54.861Z] + OS_FAMILY=redhat [2020-10-20T00:59:54.861Z] + workspace=/w/workspace/edgex-go/2 [2020-10-20T00:59:54.861Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T00:59:54.861Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T00:59:54.861Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T00:59:54.861Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T00:59:54.861Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-20T00:59:54.861Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T00:59:54.861Z] + case "${OS_FAMILY}" in [2020-10-20T00:59:54.861Z] + rpm -qa [2020-10-20T00:59:54.861Z] + sort [2020-10-20T00:59:59.073Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T00:59:59.073Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T00:59:59.073Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T00:59:59.073Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-20T00:59:59.073Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-10-20T00:59:59.073Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-10-20T00:59:59.088Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T00:59:59.385Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:59:59.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T00:59:59.700Z] [2020-10-20T00:59:59.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T01:00:00.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T01:00:00.425Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T01:00:00.425Z] df20fa9351a1: Already exists [2020-10-20T01:00:00.425Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T01:00:00.425Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T01:00:00.425Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T01:00:00.425Z] 93b61091891f: Pulling fs layer [2020-10-20T01:00:00.425Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T01:00:00.425Z] 5e14af77c1be: Pulling fs layer [2020-10-20T01:00:00.425Z] 01666e4c0597: Pulling fs layer [2020-10-20T01:00:00.425Z] aa168da1d23b: Pulling fs layer [2020-10-20T01:00:00.425Z] 93b9cdb0e59b: Waiting [2020-10-20T01:00:00.425Z] 5e14af77c1be: Waiting [2020-10-20T01:00:00.425Z] 01666e4c0597: Waiting [2020-10-20T01:00:00.425Z] aa168da1d23b: Waiting [2020-10-20T01:00:00.425Z] 93b61091891f: Waiting [2020-10-20T01:00:00.689Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T01:00:00.689Z] 46f8f816bc3b: Download complete [2020-10-20T01:00:00.689Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T01:00:00.689Z] 36b3adc4ff6f: Download complete [2020-10-20T01:00:00.689Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T01:00:00.689Z] 93b9cdb0e59b: Download complete [2020-10-20T01:00:00.689Z] 5e14af77c1be: Verifying Checksum [2020-10-20T01:00:00.689Z] 93b61091891f: Verifying Checksum [2020-10-20T01:00:00.689Z] 93b61091891f: Download complete [2020-10-20T01:00:00.689Z] 01666e4c0597: Download complete [2020-10-20T01:00:00.956Z] 36b3adc4ff6f: Pull complete [2020-10-20T01:00:01.913Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T01:00:01.913Z] 8ad3a11d3b57: Download complete [2020-10-20T01:00:02.515Z] 8ad3a11d3b57: Pull complete [2020-10-20T01:00:02.515Z] 46f8f816bc3b: Pull complete [2020-10-20T01:00:03.098Z] 93b61091891f: Pull complete [2020-10-20T01:00:03.098Z] 93b9cdb0e59b: Pull complete [2020-10-20T01:00:03.675Z] aa168da1d23b: Verifying Checksum [2020-10-20T01:00:03.675Z] aa168da1d23b: Download complete [2020-10-20T01:00:05.594Z] 5e14af77c1be: Pull complete [2020-10-20T01:00:05.856Z] 01666e4c0597: Pull complete [2020-10-20T01:00:14.050Z] aa168da1d23b: Pull complete [2020-10-20T01:00:14.050Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T01:00:14.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T01:00:14.050Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T01:00:14.253Z] prd-centos7-docker-4c-2g-6416 does not seem to be running inside a container [2020-10-20T01:00:14.309Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T01:00:21.842Z] $ docker top d1b9edd18b3655b3db636a5ec2afbb624df7a3661de65eb26b83576e93ee2801 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T01:00:22.388Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T01:00:22.696Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T01:00:22.997Z] + ls /var/log/sa-host [2020-10-20T01:00:22.997Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T01:00:22.997Z] file_magic: OK [2020-10-20T01:00:22.997Z] HZ: Using current value: 100 [2020-10-20T01:00:22.997Z] file_header: OK [2020-10-20T01:00:22.997Z] 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 [2020-10-20T01:00:22.997Z] Statistics: [2020-10-20T01:00:22.997Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T01:00:22.997Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T01:00:22.997Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T01:00:22.997Z] file_magic: OK [2020-10-20T01:00:22.997Z] HZ: Using current value: 100 [2020-10-20T01:00:22.997Z] file_header: OK [2020-10-20T01:00:22.997Z] 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 [2020-10-20T01:00:22.997Z] Statistics: [2020-10-20T01:00:22.997Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T01:00:22.997Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T01:00:23.257Z] provisioning config files... [2020-10-20T01:00:23.277Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6322213415862055969tmp [Pipeline] { [Pipeline] echo [2020-10-20T01:00:23.381Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T01:00:23.684Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T01:00:23.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T01:00:23.879Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T01:00:24.184Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T01:00:24.195Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T01:00:24.504Z] ---> sudo-logs.sh [2020-10-20T01:00:24.504Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T01:00:24.516Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T01:00:24.820Z] ---> job-cost.sh [2020-10-20T01:00:24.820Z] lf-activate-venv: SKIPPING [2020-10-20T01:00:24.820Z] INFO: No Stack... [2020-10-20T01:00:26.745Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T01:00:27.317Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T01:00:27.331Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T01:00:27.633Z] ---> logs-deploy.sh [2020-10-20T01:00:27.633Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2815/2 [2020-10-20T01:00:27.633Z] INFO: archiving workspace using pattern(s): [2020-10-20T01:00:29.021Z] Archives upload complete. [2020-10-20T01:00:29.283Z] INFO: archiving logs to Nexus