Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemickens/07a78f414cae9fb6e711f44753234605 to your computer and use it in GitHub Desktop.
Save colemickens/07a78f414cae9fb6e711f44753234605 to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/tmp/pk/src/github.com/pulumi/pulumi/sdk/nodejs'
==================
Pulumi Node.JS SDK
==================
BUILD:
go install -ldflags "-X github.com/pulumi/pulumi/pkg/version.Version=v0.14.2-dev-1530568503-g416d3f55" github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
tsc
cp tests/runtime/jsClosureCases.js bin/tests/runtime
cp README.md ../../LICENSE package.json ./dist/* bin/
node ../../scripts/reversion.js bin/package.json v0.14.2-dev-1530568503-g416d3f55
node ../../scripts/reversion.js bin/version.js v0.14.2-dev-1530568503-g416d3f55
cp -R proto/. bin/proto/
mkdir -p bin/tests/runtime/langhost/cases/
find tests/runtime/langhost/cases/* -type d -exec cp -R {} bin/tests/runtime/langhost/cases/ \;
INSTALL:
[ ! -e "/opt/pulumi/node_modules/@pulumi/pulumi" ] || rm -rf "/opt/pulumi/node_modules/@pulumi/pulumi"
mkdir -p "/opt/pulumi/node_modules/@pulumi/pulumi"
cp -r bin/. "/opt/pulumi/node_modules/@pulumi/pulumi"
cp yarn.lock "/opt/pulumi/node_modules/@pulumi/pulumi"
rm -rf "/opt/pulumi/node_modules/@pulumi/pulumi/node_modules"
cd "/opt/pulumi/node_modules/@pulumi/pulumi" && \
yarn install --offline --production && \
(yarn unlink > /dev/null 2>&1 || true) && \
yarn link
yarn install v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.21s.
yarn link v1.7.0
success Registered "@pulumi/pulumi".
info You can now run `yarn link "@pulumi/pulumi"` in the projects where you want to use this package and it will be used instead.
Done in 0.07s.
GOBIN=/opt/pulumi/bin go install -ldflags "-X github.com/pulumi/pulumi/pkg/version.Version=v0.14.2-dev-1530568503-g416d3f55" github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
cp dist/pulumi-resource-pulumi-nodejs "/opt/pulumi/bin"
mkdir -p "/opt/pulumi/bin/v6.10.2"
rm -rf "/opt/pulumi/node_modules/@pulumi/pulumi/tests"
LINT:
gometalinter --config=../../Gometalinter.json cmd/pulumi-language-nodejs/main.go | sort ; exit "${PIPESTATUS[0]}"
WARNING: exec: "gas": executable file not found in $PATH
WARNING: exec: "goconst": executable file not found in $PATH
WARNING: exec: "interfacer": executable file not found in $PATH
WARNING: exec: "lll": executable file not found in $PATH
WARNING: exec: "misspell": executable file not found in $PATH
WARNING: exec: "deadcode": executable file not found in $PATH
WARNING: exec: "errcheck": executable file not found in $PATH
WARNING: exec: "nakedret": executable file not found in $PATH
WARNING: exec: "unconvert": executable file not found in $PATH
WARNING: exec: "safesql": executable file not found in $PATH
WARNING: exec: "structcheck": executable file not found in $PATH
WARNING: exec: "golint": executable file not found in $PATH
WARNING: exec: "megacheck": executable file not found in $PATH
WARNING: exec: "varcheck": executable file not found in $PATH
WARNING: exec: "ineffassign": executable file not found in $PATH
make[1]: *** [lint] Error 2
Makefile:19: recipe for target 'lint' failed
make[1]: Leaving directory '/tmp/pk/src/github.com/pulumi/pulumi/sdk/nodejs'
build/common.mk:185: recipe for target 'sdk/nodejs_default' failed
make: *** [sdk/nodejs_default] Error 2
The command '/bin/sh -c cd "$GOPATH/src/github.com/pulumi/pulumi" && dep ensure && make ensure && make && make install' returned a non-zero code: 2
root@e4ba673253ff:/workdir# exit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment