Last active
August 29, 2019 20:09
-
-
Save chadoh/6d4e8078be934a82543559aae1c9e6de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ npm run start:dev | |
| npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. | |
| > planning-suite-monorepo@ start:dev /Users/chadoh/code/a/oe | |
| > DEV=true apps/shared/test-helpers/ganache-cli.sh | |
| Starting our own testrpc instance at port 8545 | |
| lerna notice cli v3.16.4 | |
| lerna info versioning independent | |
| lerna info filter [ '@tps/apps-*' ] | |
| lerna info Executing command in 6 packages: "npm run dev" | |
| @tps/apps-address-book: > @tps/apps-address-book@0.0.1 dev /Users/chadoh/code/a/oe/apps/address-book | |
| @tps/apps-address-book: > npm run sync-assets && parcel app/index.html --port 1111 | |
| @tps/apps-discussions: > @tps/apps-discussions@1.0.0 dev /Users/chadoh/code/a/oe/apps/discussions | |
| @tps/apps-discussions: > npm run sync-assets && parcel app/index.html --port 9999 | |
| @tps/apps-allocations: > @tps/apps-allocations@0.0.1 dev /Users/chadoh/code/a/oe/apps/allocations | |
| @tps/apps-allocations: > npm run sync-assets && parcel app/index.html --port 2222 | |
| @tps/apps-projects: > @tps/apps-projects@0.0.1 dev /Users/chadoh/code/a/oe/apps/projects | |
| @tps/apps-projects: > npm run sync-assets && parcel app/index.html --port 3333 | |
| @tps/apps-dot-voting: > @tps/apps-dot-voting@0.0.1 dev /Users/chadoh/code/a/oe/apps/dot-voting | |
| @tps/apps-dot-voting: > npm run sync-assets && parcel app/index.html --port 4444 | |
| @tps/apps-rewards: > @tps/apps-rewards@0.0.1 dev /Users/chadoh/code/a/oe/apps/rewards | |
| @tps/apps-rewards: > npm run sync-assets && parcel app/index.html --port 5555 | |
| @tps/apps-address-book: > @tps/apps-address-book@0.0.1 sync-assets /Users/chadoh/code/a/oe/apps/address-book | |
| @tps/apps-address-book: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-discussions: > @tps/apps-discussions@1.0.0 sync-assets /Users/chadoh/code/a/oe/apps/discussions | |
| @tps/apps-discussions: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-allocations: > @tps/apps-allocations@0.0.1 sync-assets /Users/chadoh/code/a/oe/apps/allocations | |
| @tps/apps-allocations: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-dot-voting: > @tps/apps-dot-voting@0.0.1 sync-assets /Users/chadoh/code/a/oe/apps/dot-voting | |
| @tps/apps-dot-voting: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-rewards: > @tps/apps-rewards@0.0.1 sync-assets /Users/chadoh/code/a/oe/apps/rewards | |
| @tps/apps-rewards: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-projects: > @tps/apps-projects@0.0.1 sync-assets /Users/chadoh/code/a/oe/apps/projects | |
| @tps/apps-projects: > copy-aragon-ui-assets -n aragon-ui ./dist && npm run copy-public-assets | |
| @tps/apps-address-book: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-allocations: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-discussions: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-dot-voting: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-rewards: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-projects: aragonUI assets copied to dist/aragon-ui | |
| @tps/apps-discussions: > @tps/apps-discussions@1.0.0 copy-public-assets /Users/chadoh/code/a/oe/apps/discussions | |
| @tps/apps-discussions: > rsync -rtu ./public/ ./dist | |
| @tps/apps-address-book: > @tps/apps-address-book@0.0.1 copy-public-assets /Users/chadoh/code/a/oe/apps/address-book | |
| @tps/apps-address-book: > rsync -rtu ./public/ ./dist | |
| @tps/apps-dot-voting: > @tps/apps-dot-voting@0.0.1 copy-public-assets /Users/chadoh/code/a/oe/apps/dot-voting | |
| @tps/apps-dot-voting: > rsync -rtu ./public/ ./dist | |
| @tps/apps-allocations: > @tps/apps-allocations@0.0.1 copy-public-assets /Users/chadoh/code/a/oe/apps/allocations | |
| @tps/apps-allocations: > rsync -rtu ./public/ ./dist | |
| @tps/apps-rewards: > @tps/apps-rewards@0.0.1 copy-public-assets /Users/chadoh/code/a/oe/apps/rewards | |
| @tps/apps-rewards: > rsync -rtu ./public/ ./dist | |
| @tps/apps-projects: > @tps/apps-projects@0.0.1 copy-public-assets /Users/chadoh/code/a/oe/apps/projects | |
| @tps/apps-projects: > rsync -rtu ./public/ ./dist | |
| @tps/apps-rewards: Server running at http://localhost:5555 | |
| @tps/apps-projects: Server running at http://localhost:3333 | |
| @tps/apps-allocations: Server running at http://localhost:2222 | |
| @tps/apps-address-book: Server running at http://localhost:1111 | |
| @tps/apps-discussions: Server running at http://localhost:9999 | |
| @tps/apps-dot-voting: Server running at http://localhost:4444 | |
| npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. | |
| > planning-suite-monorepo@ publish:http /Users/chadoh/code/a/oe | |
| > lerna run --scope='@tps/apps-*' publish:http --stream | |
| lerna notice cli v3.16.4 | |
| lerna info versioning independent | |
| lerna info filter [ '@tps/apps-*' ] | |
| lerna info Executing command in 6 packages: "npm run publish:http" | |
| @tps/apps-address-book: > @tps/apps-address-book@0.0.1 publish:http /Users/chadoh/code/a/oe/apps/address-book | |
| @tps/apps-address-book: > npm run build:script && aragon apm publish major --http localhost:1111 --http-served-from ./dist | |
| @tps/apps-address-book: > @tps/apps-address-book@0.0.1 build:script /Users/chadoh/code/a/oe/apps/address-book | |
| @tps/apps-address-book: > parcel build app/script.js -d dist/ | |
| ✔ Setting up a new chain from latest Aragon snapshot | |
| ✔ Local chain started at port 8545 | |
| ℹ Here are some Ethereum accounts you can use. | |
| The first one will be used for all the actions the CLI performs. | |
| You can use your favorite Ethereum provider or wallet to import their private keys. | |
| Address #1: 0xb4124cEB3451635DAcedd11767f004d8a28c6eE7 (this account is used to deploy DAOs, it has more permissions) | |
| Private key: a8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563 | |
| Address #2: 0x8401Eb5ff34cc943f096A32EF3d5113FEbE8D4Eb | |
| Private key: ce8e3bda3b44269c147747a373646393b1504bfcbb73fc9564f5d753d8116608 | |
| ℹ The accounts were generated from the following mnemonic phrase: | |
| explain tackle mirror kit van hammer degree position ginger unfair soup bonus | |
| ⚠ The devchain was reset, some steps need to be done to prevent issues: | |
| - Reset the application cache in Aragon Core by going to Settings > Troubleshooting. | |
| - If using Metamask: switch to a different network, and then switch back to the 'Private Network' (this will clear the nonce cache and prevent errors when sending transactions) | |
| ℹ ENS instance deployed at 0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1 | |
| ℹ Devchain running: http://localhost:8545. | |
| @tps/apps-address-book: ✨ Built in 7.59s. | |
| @tps/apps-address-book: ✨ Built in 2.07s. | |
| @tps/apps-address-book: dist/script.js.map ⚠️ 1.23 MB 351ms | |
| @tps/apps-address-book: dist/script.js 394.07 KB 1.12s | |
| @tps/apps-discussions: ✨ Built in 10.14s. | |
| @tps/apps-allocations: ✨ Built in 10.50s. | |
| @tps/apps-dot-voting: ✨ Built in 10.84s. | |
| @tps/apps-rewards: ✨ Built in 11.30s. | |
| @tps/apps-address-book: Applying version bump (major) [started] | |
| @tps/apps-address-book: Applying version bump (major) [completed] | |
| @tps/apps-address-book: Deploy contract [started] | |
| @tps/apps-address-book: Compile contracts [started] | |
| @tps/apps-projects: ✨ Built in 14.87s. | |
| @tps/apps-address-book: Compile contracts [completed] | |
| @tps/apps-address-book: Deploy 'AddressBook' to network [started] | |
| @tps/apps-address-book: → Deploying 'AddressBook' to network | |
| @tps/apps-address-book: Deploy 'AddressBook' to network [completed] | |
| @tps/apps-address-book: Generate deployment artifacts [started] | |
| @tps/apps-address-book: Generate deployment artifacts [completed] | |
| @tps/apps-address-book: Deploy contract [completed] | |
| @tps/apps-address-book: Determine contract address for version [started] | |
| @tps/apps-address-book: Determine contract address for version [completed] | |
| @tps/apps-address-book: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-address-book: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-address-book: Generate application artifact [started] | |
| @tps/apps-address-book: Generate application artifact [skipped] | |
| @tps/apps-address-book: → Using existent artifact | |
| @tps/apps-address-book: Publish address-book.aragonpm.eth [started] | |
| @tps/apps-address-book: Generating transaction [started] | |
| @tps/apps-address-book: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-address-book: Generating transaction [completed] | |
| @tps/apps-address-book: Sending transaction [started] | |
| @tps/apps-address-book: → Waiting for transaction to be mined... | |
| @tps/apps-address-book: Sending transaction [completed] | |
| @tps/apps-address-book: Publish address-book.aragonpm.eth [completed] | |
| @tps/apps-address-book: Fetch published repo [started] | |
| @tps/apps-address-book: Fetch published repo [completed] | |
| @tps/apps-address-book: ✔ Successfully published address-book.aragonpm.eth v1.0.0: | |
| @tps/apps-address-book: ℹ Contract address: 0x2e9f55f7266d8C7e07d359daBA0e743e331B7A1A | |
| @tps/apps-address-book: ℹ Content (http): localhost:1111 | |
| @tps/apps-address-book: ℹ Transaction hash: 0x88ecbf9f762b165e15832d5e8dfa3a7999d0c69fea37e17d2060155bb858da20 | |
| @tps/apps-discussions: > @tps/apps-discussions@1.0.0 publish:http /Users/chadoh/code/a/oe/apps/discussions | |
| @tps/apps-discussions: > npm run build:script && aragon apm publish major --http localhost:9999 --http-served-from ./dist | |
| @tps/apps-discussions: > @tps/apps-discussions@1.0.0 build:script /Users/chadoh/code/a/oe/apps/discussions | |
| @tps/apps-discussions: > parcel build ./app/script.js -d dist/ --no-cache | |
| @tps/apps-discussions: ✨ Built in 12.98s. | |
| @tps/apps-discussions: dist/script.js.map ⚠️ 4.09 MB 364ms | |
| @tps/apps-discussions: dist/script.js ⚠️ 1.22 MB 12.44s | |
| @tps/apps-discussions: Applying version bump (major) [started] | |
| @tps/apps-discussions: Applying version bump (major) [completed] | |
| @tps/apps-discussions: Deploy contract [started] | |
| @tps/apps-discussions: Compile contracts [started] | |
| @tps/apps-discussions: Compile contracts [completed] | |
| @tps/apps-discussions: Deploy 'DiscussionApp' to network [started] | |
| @tps/apps-discussions: → Deploying 'DiscussionApp' to network | |
| @tps/apps-discussions: Deploy 'DiscussionApp' to network [completed] | |
| @tps/apps-discussions: Generate deployment artifacts [started] | |
| @tps/apps-discussions: Generate deployment artifacts [completed] | |
| @tps/apps-discussions: Deploy contract [completed] | |
| @tps/apps-discussions: Determine contract address for version [started] | |
| @tps/apps-discussions: Determine contract address for version [completed] | |
| @tps/apps-discussions: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-discussions: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-discussions: Generate application artifact [started] | |
| @tps/apps-discussions: Generate application artifact [skipped] | |
| @tps/apps-discussions: → Using existent artifact | |
| @tps/apps-discussions: Publish discussions.aragonpm.eth [started] | |
| @tps/apps-discussions: Generating transaction [started] | |
| @tps/apps-discussions: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-discussions: Generating transaction [completed] | |
| @tps/apps-discussions: Sending transaction [started] | |
| @tps/apps-discussions: → Waiting for transaction to be mined... | |
| @tps/apps-discussions: Sending transaction [completed] | |
| @tps/apps-discussions: Publish discussions.aragonpm.eth [completed] | |
| @tps/apps-discussions: Fetch published repo [started] | |
| @tps/apps-discussions: Fetch published repo [completed] | |
| @tps/apps-discussions: ✔ Successfully published discussions.aragonpm.eth v1.0.0: | |
| @tps/apps-discussions: ℹ Contract address: 0x093D3c551bc022bB1A311bF5d9DAB02b4e575472 | |
| @tps/apps-discussions: ℹ Content (http): localhost:9999 | |
| @tps/apps-discussions: ℹ Transaction hash: 0x5b4bd637d70dc4bfc3b7bcb7aeb7377488e75184b25c3005ab25fbea2e31c346 | |
| @tps/apps-dot-voting: > @tps/apps-dot-voting@0.0.1 publish:http /Users/chadoh/code/a/oe/apps/dot-voting | |
| @tps/apps-dot-voting: > npm run build:script && aragon apm publish major --http localhost:4444 --http-served-from ./dist | |
| @tps/apps-dot-voting: > @tps/apps-dot-voting@0.0.1 build:script /Users/chadoh/code/a/oe/apps/dot-voting | |
| @tps/apps-dot-voting: > parcel build app/script.js -d dist/ --no-cache | |
| @tps/apps-dot-voting: ✨ Built in 8.30s. | |
| @tps/apps-dot-voting: dist/script.js.map ⚠️ 1.91 MB 170ms | |
| @tps/apps-dot-voting: dist/script.js 556.87 KB 7.85s | |
| @tps/apps-dot-voting: Applying version bump (major) [started] | |
| @tps/apps-dot-voting: Applying version bump (major) [completed] | |
| @tps/apps-dot-voting: Deploy contract [started] | |
| @tps/apps-dot-voting: Compile contracts [started] | |
| @tps/apps-dot-voting: Compile contracts [completed] | |
| @tps/apps-dot-voting: Deploy 'DotVoting' to network [started] | |
| @tps/apps-dot-voting: → Deploying 'DotVoting' to network | |
| @tps/apps-dot-voting: Deploy 'DotVoting' to network [completed] | |
| @tps/apps-dot-voting: Generate deployment artifacts [started] | |
| @tps/apps-dot-voting: Generate deployment artifacts [completed] | |
| @tps/apps-dot-voting: Deploy contract [completed] | |
| @tps/apps-dot-voting: Determine contract address for version [started] | |
| @tps/apps-dot-voting: Determine contract address for version [completed] | |
| @tps/apps-dot-voting: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-dot-voting: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-dot-voting: Generate application artifact [started] | |
| @tps/apps-dot-voting: Generate application artifact [skipped] | |
| @tps/apps-dot-voting: → Using existent artifact | |
| @tps/apps-dot-voting: Publish dot-voting.aragonpm.eth [started] | |
| @tps/apps-dot-voting: Generating transaction [started] | |
| @tps/apps-dot-voting: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-dot-voting: Generating transaction [completed] | |
| @tps/apps-dot-voting: Sending transaction [started] | |
| @tps/apps-dot-voting: → Waiting for transaction to be mined... | |
| @tps/apps-dot-voting: Sending transaction [completed] | |
| @tps/apps-dot-voting: Publish dot-voting.aragonpm.eth [completed] | |
| @tps/apps-dot-voting: Fetch published repo [started] | |
| @tps/apps-dot-voting: Fetch published repo [completed] | |
| @tps/apps-dot-voting: ✔ Successfully published dot-voting.aragonpm.eth v1.0.0: | |
| @tps/apps-dot-voting: ℹ Contract address: 0xc93bAdf76Ff2844D6e0B5eD3dA0ACd65393B9e1a | |
| @tps/apps-dot-voting: ℹ Content (http): localhost:4444 | |
| @tps/apps-dot-voting: ℹ Transaction hash: 0x91d736a81b0094508d93f754c11ccd3e77afbfc589b307a8643897e226b51323 | |
| @tps/apps-projects: > @tps/apps-projects@0.0.1 publish:http /Users/chadoh/code/a/oe/apps/projects | |
| @tps/apps-projects: > npm run build:script && aragon apm publish major --http localhost:3333 --http-served-from ./dist | |
| @tps/apps-projects: > @tps/apps-projects@0.0.1 build:script /Users/chadoh/code/a/oe/apps/projects | |
| @tps/apps-projects: > parcel build app/script.js -d dist/ | |
| @tps/apps-projects: ✨ Built in 1.89s. | |
| @tps/apps-projects: dist/script.js.map ⚠️ 5.74 MB 664ms | |
| @tps/apps-projects: dist/script.js ⚠️ 1.82 MB 1.06s | |
| @tps/apps-projects: Applying version bump (major) [started] | |
| @tps/apps-projects: Applying version bump (major) [completed] | |
| @tps/apps-projects: Deploy contract [started] | |
| @tps/apps-projects: Compile contracts [started] | |
| @tps/apps-projects: Compile contracts [completed] | |
| @tps/apps-projects: Deploy 'Projects' to network [started] | |
| @tps/apps-projects: → Deploying 'Projects' to network | |
| @tps/apps-projects: Deploy 'Projects' to network [completed] | |
| @tps/apps-projects: Generate deployment artifacts [started] | |
| @tps/apps-projects: Generate deployment artifacts [completed] | |
| @tps/apps-projects: Deploy contract [completed] | |
| @tps/apps-projects: Determine contract address for version [started] | |
| @tps/apps-projects: Determine contract address for version [completed] | |
| @tps/apps-projects: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-projects: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-projects: Generate application artifact [started] | |
| @tps/apps-projects: Generate application artifact [skipped] | |
| @tps/apps-projects: → Using existent artifact | |
| @tps/apps-projects: Publish projects.aragonpm.eth [started] | |
| @tps/apps-projects: Generating transaction [started] | |
| @tps/apps-projects: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-projects: Generating transaction [completed] | |
| @tps/apps-projects: Sending transaction [started] | |
| @tps/apps-projects: → Waiting for transaction to be mined... | |
| @tps/apps-projects: Sending transaction [completed] | |
| @tps/apps-projects: Publish projects.aragonpm.eth [completed] | |
| @tps/apps-projects: Fetch published repo [started] | |
| @tps/apps-projects: Fetch published repo [completed] | |
| @tps/apps-projects: ✔ Successfully published projects.aragonpm.eth v1.0.0: | |
| @tps/apps-projects: ℹ Contract address: 0xa35AACdFcCAC54D3d96e0d29050c773B251c2c83 | |
| @tps/apps-projects: ℹ Content (http): localhost:3333 | |
| @tps/apps-projects: ℹ Transaction hash: 0xfc4cabab1325675b1a41a1cf35e690233e3d674a6d730380cd2c18cde748f3f2 | |
| @tps/apps-rewards: > @tps/apps-rewards@0.0.1 publish:http /Users/chadoh/code/a/oe/apps/rewards | |
| @tps/apps-rewards: > npm run build:script && aragon apm publish major --http localhost:5555 --http-served-from ./dist | |
| @tps/apps-rewards: > @tps/apps-rewards@0.0.1 build:script /Users/chadoh/code/a/oe/apps/rewards | |
| @tps/apps-rewards: > parcel build app/script.js -d dist/ --no-cache | |
| @tps/apps-rewards: ✨ Built in 11.03s. | |
| @tps/apps-rewards: dist/script.js.map ⚠️ 2.17 MB 260ms | |
| @tps/apps-rewards: dist/script.js 826.77 KB 10.62s | |
| @tps/apps-rewards: Applying version bump (major) [started] | |
| @tps/apps-rewards: Applying version bump (major) [completed] | |
| @tps/apps-rewards: Deploy contract [started] | |
| @tps/apps-rewards: Compile contracts [started] | |
| @tps/apps-rewards: Compile contracts [completed] | |
| @tps/apps-rewards: Deploy 'Rewards' to network [started] | |
| @tps/apps-rewards: → Deploying 'Rewards' to network | |
| @tps/apps-rewards: Deploy 'Rewards' to network [completed] | |
| @tps/apps-rewards: Generate deployment artifacts [started] | |
| @tps/apps-rewards: Generate deployment artifacts [completed] | |
| @tps/apps-rewards: Deploy contract [completed] | |
| @tps/apps-rewards: Determine contract address for version [started] | |
| @tps/apps-rewards: Determine contract address for version [completed] | |
| @tps/apps-rewards: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-rewards: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-rewards: Generate application artifact [started] | |
| @tps/apps-rewards: Generate application artifact [skipped] | |
| @tps/apps-rewards: → Using existent artifact | |
| @tps/apps-rewards: Publish rewards.aragonpm.eth [started] | |
| @tps/apps-rewards: Generating transaction [started] | |
| @tps/apps-rewards: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-rewards: Generating transaction [completed] | |
| @tps/apps-rewards: Sending transaction [started] | |
| @tps/apps-rewards: → Waiting for transaction to be mined... | |
| @tps/apps-rewards: Sending transaction [completed] | |
| @tps/apps-rewards: Publish rewards.aragonpm.eth [completed] | |
| @tps/apps-rewards: Fetch published repo [started] | |
| @tps/apps-rewards: Fetch published repo [completed] | |
| @tps/apps-rewards: ✔ Successfully published rewards.aragonpm.eth v1.0.0: | |
| @tps/apps-rewards: ℹ Contract address: 0x16cC86D9c42208eE9e22b377e3d7927630733a06 | |
| @tps/apps-rewards: ℹ Content (http): localhost:5555 | |
| @tps/apps-rewards: ℹ Transaction hash: 0xc525d067b3aef0fd7b2aec09148849017549c901ad8982967ade55a37e0c0714 | |
| @tps/apps-allocations: > @tps/apps-allocations@0.0.1 publish:http /Users/chadoh/code/a/oe/apps/allocations | |
| @tps/apps-allocations: > npm run build:script && aragon apm publish major --http localhost:2222 --http-served-from ./dist | |
| @tps/apps-allocations: > @tps/apps-allocations@0.0.1 build:script /Users/chadoh/code/a/oe/apps/allocations | |
| @tps/apps-allocations: > parcel build app/script.js -d dist/ | |
| @tps/apps-allocations: ✨ Built in 807ms. | |
| @tps/apps-allocations: dist/script.js.map ⚠️ 1.96 MB 204ms | |
| @tps/apps-allocations: dist/script.js 594.03 KB 424ms | |
| @tps/apps-allocations: Applying version bump (major) [started] | |
| @tps/apps-allocations: Applying version bump (major) [completed] | |
| @tps/apps-allocations: Deploy contract [started] | |
| @tps/apps-allocations: Compile contracts [started] | |
| @tps/apps-allocations: Compile contracts [completed] | |
| @tps/apps-allocations: Deploy 'Allocations' to network [started] | |
| @tps/apps-allocations: → Deploying 'Allocations' to network | |
| @tps/apps-allocations: Deploy 'Allocations' to network [completed] | |
| @tps/apps-allocations: Generate deployment artifacts [started] | |
| @tps/apps-allocations: Generate deployment artifacts [completed] | |
| @tps/apps-allocations: Deploy contract [completed] | |
| @tps/apps-allocations: Determine contract address for version [started] | |
| @tps/apps-allocations: Determine contract address for version [completed] | |
| @tps/apps-allocations: Check for --http-served-from argument and copy manifest.json to destination [started] | |
| @tps/apps-allocations: Check for --http-served-from argument and copy manifest.json to destination [completed] | |
| @tps/apps-allocations: Generate application artifact [started] | |
| @tps/apps-allocations: Generate application artifact [skipped] | |
| @tps/apps-allocations: → Using existent artifact | |
| @tps/apps-allocations: Publish allocations.aragonpm.eth [started] | |
| @tps/apps-allocations: Generating transaction [started] | |
| @tps/apps-allocations: → Fetching DAO at 0x983b4Df4E8458D56CFDC51B9d2149381AF80308A... | |
| @tps/apps-allocations: Generating transaction [completed] | |
| @tps/apps-allocations: Sending transaction [started] | |
| @tps/apps-allocations: → Waiting for transaction to be mined... | |
| @tps/apps-allocations: Sending transaction [completed] | |
| @tps/apps-allocations: Publish allocations.aragonpm.eth [completed] | |
| @tps/apps-allocations: Fetch published repo [started] | |
| @tps/apps-allocations: Fetch published repo [completed] | |
| @tps/apps-allocations: ✔ Successfully published allocations.aragonpm.eth v1.0.0: | |
| @tps/apps-allocations: ℹ Contract address: 0x0f407B6532BB4092638Ad5CEd2b17BD34d521402 | |
| @tps/apps-allocations: ℹ Content (http): localhost:2222 | |
| @tps/apps-allocations: ℹ Transaction hash: 0xf777acaa2261e2c751bc1822c290072f427508928f95b98f0cf2f1aa615e166e | |
| lerna success run Ran npm script 'publish:http' in 6 packages in 93.8s: | |
| lerna success - @tps/apps-address-book | |
| lerna success - @tps/apps-allocations | |
| lerna success - @tps/apps-discussions | |
| lerna success - @tps/apps-dot-voting | |
| lerna success - @tps/apps-projects | |
| lerna success - @tps/apps-rewards | |
| npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. | |
| > planning-suite-monorepo@ start:kit /Users/chadoh/code/a/oe | |
| > cd apps/planning-suite-kit && npm run start:kit | |
| npm WARN lifecycle The node binary used for scripts is /usr/local/opt/asdf/shims/node but npm is using /usr/local/Cellar/asdf/0.5.1/installs/nodejs/10.11.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. | |
| > @tps/test-kits-planning-suite@0.0.1 start:kit /Users/chadoh/code/a/oe/apps/planning-suite-kit | |
| > aragon run --template PlanningKit --template-init @ARAGON_ENS --client-version e08deb62080e17fe652fa83f60dc81a02c455c41 | |
| ↓ Start a local Ethereum network [skipped] | |
| → Connected to the provided Ethereum network | |
| ✔ Check IPFS | |
| ❯ Publish app to APM | |
| ✔ Applying version bump (major) | |
| ❯ Deploy contract | |
| ⠇ Compile contracts | |
| Deploy 'PlanningDummy' to network | |
| Generate deployment artifacts | |
| Determine contract address for version | |
| Building frontend | |
| Prepare files for publishing | |
| Generate application artifact | |
| Publish planning-kit.aragonpm.eth | |
| Fetch published repo | |
| Deploy Template | |
| Create DAO | |
| Open DAO | |
| Compiling ./../discussions/contracts/DiscussionApp.sol... | |
| Compiling ./contracts/PlanningDummy.sol... | |
| Compiling ./contracts/PlanningKit.sol... | |
| Compiling @aragon/apps-finance/contracts/Finance.sol... | |
| Compiling @aragon/apps-shared-minime/contracts/ITokenController.sol... | |
| Compiling @aragon/apps-shared-minime/contracts/MiniMeToken.sol... | |
| Compiling @aragon/apps-token-manager/contracts/TokenManager.sol... | |
| Compiling @aragon/apps-vault/contracts/Vault.sol... | |
| Compiling @aragon/apps-voting/contracts/Voting.sol... | |
| Compiling @aragon/os/contracts/acl/ACL.sol... | |
| Compiling @aragon/os/contracts/acl/ACLSyntaxSugar.sol... | |
| Compiling @aragon/os/contracts/acl/IACL.sol... | |
| Compiling @aragon/os/contracts/acl/IACLOracle.sol... | |
| Compiling @aragon/os/contracts/apm/APMNamehash.sol... | |
| Compiling @aragon/os/contracts/apm/Repo.sol... | |
| Compiling @aragon/os/contracts/apps/AppProxyBase.sol... | |
| Compiling @aragon/os/contracts/apps/AppProxyPinned.sol... | |
| Compiling @aragon/os/contracts/apps/AppProxyUpgradeable.sol... | |
| Compiling @aragon/os/contracts/apps/AppStorage.sol... | |
| Compiling @aragon/os/contracts/apps/AragonApp.sol... | |
| Compiling @aragon/os/contracts/common/Autopetrified.sol... | |
| Compiling @aragon/os/contracts/common/ConversionHelpers.sol... | |
| Compiling @aragon/os/contracts/common/DelegateProxy.sol... | |
| Compiling @aragon/os/contracts/common/DepositableDelegateProxy.sol... | |
| Compiling @aragon/os/contracts/common/DepositableStorage.sol... | |
| Compiling @aragon/os/contracts/common/EtherTokenConstant.sol... | |
| Compiling @aragon/os/contracts/common/IForwarder.sol... | |
| Compiling @aragon/os/contracts/common/IVaultRecoverable.sol... | |
| Compiling @aragon/os/contracts/common/Initializable.sol... | |
| Compiling @aragon/os/contracts/common/IsContract.sol... | |
| Compiling @aragon/os/contracts/common/Petrifiable.sol... | |
| Compiling @aragon/os/contracts/common/ReentrancyGuard.sol... | |
| Compiling @aragon/os/contracts/common/SafeERC20.sol... | |
| Compiling @aragon/os/contracts/common/TimeHelpers.sol... | |
| Compiling @aragon/os/contracts/common/Uint256Helpers.sol... | |
| Compiling @aragon/os/contracts/common/UnstructuredStorage.sol... | |
| Compiling @aragon/os/contracts/common/VaultRecoverable.sol... | |
| Compiling @aragon/os/contracts/evmscript/EVMScriptRegistry.sol... | |
| Compiling @aragon/os/contracts/evmscript/EVMScriptRunner.sol... | |
| Compiling @aragon/os/contracts/evmscript/IEVMScriptExecutor.sol... | |
| Compiling @aragon/os/contracts/evmscript/IEVMScriptRegistry.sol... | |
| Compiling @aragon/os/contracts/evmscript/ScriptHelpers.sol... | |
| Compiling @aragon/os/contracts/evmscript/executors/BaseEVMScriptExecutor.sol... | |
| Compiling @aragon/os/contracts/evmscript/executors/CallsScript.sol... | |
| Compiling @aragon/os/contracts/factory/AppProxyFactory.sol... | |
| Compiling @aragon/os/contracts/factory/DAOFactory.sol... | |
| Compiling @aragon/os/contracts/factory/EVMScriptRegistryFactory.sol... | |
| Compiling @aragon/os/contracts/kernel/IKernel.sol... | |
| Compiling @aragon/os/contracts/kernel/Kernel.sol... | |
| Compiling @aragon/os/contracts/kernel/KernelConstants.sol... | |
| Compiling @aragon/os/contracts/kernel/KernelProxy.sol... | |
| Compiling @aragon/os/contracts/kernel/KernelStorage.sol... | |
| Compiling @aragon/os/contracts/lib/ens/AbstractENS.sol... | |
| Compiling @aragon/os/contracts/lib/ens/ENS.sol... | |
| Compiling @aragon/os/contracts/lib/ens/PublicResolver.sol... | |
| Compiling @aragon/os/contracts/lib/math/SafeMath.sol... | |
| Compiling @aragon/os/contracts/lib/math/SafeMath64.sol... | |
| Compiling @aragon/os/contracts/lib/misc/ERCProxy.sol... | |
| Compiling @aragon/os/contracts/lib/token/ERC20.sol... | |
| Compiling @tps/apps-address-book/contracts/AddressBook.sol... | |
| Compiling @tps/apps-allocations/contracts/Allocations.sol... | |
| Compiling @tps/apps-dot-voting/contracts/DotVoting.sol... | |
| Compiling @tps/apps-projects/contracts/Projects.sol... | |
| Compiling @tps/apps-rewards/contracts/Rewards.sol... | |
| Compiling @tps/test-helpers/contracts/common/ADynamicForwarder.sol... | |
| Compiling @tps/test-helpers/contracts/common/IForwarder.sol... | |
| Compiling @tps/test-helpers/contracts/evmscript/ScriptHelpers.sol... | |
| Compiling @tps/test-helpers/contracts/lib/bounties/StandardBounties.sol... | |
| Compiling @tps/test-helpers/contracts/lib/bounties/inherited/HumanStandardToken.sol... | |
| Compiling @tps/test-helpers/contracts/lib/bounties/inherited/StandardToken.sol... | |
| Compiling @tps/test-helpers/contracts/lib/bounties/inherited/Token.sol... | |
| Compiling @tps/test-helpers/contracts/lib/misc/Migrations.sol... | |
| Compilation warnings encountered: | |
| @aragon/os/contracts/lib/ens/ENS.sol:22:48: Warning: "throw" is deprecated in favour of "revert()", "require()" and "assert()". | |
| if (records[node].owner != msg.sender) throw; | |
| ^---^ | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:29:5: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function ENS() public { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:73:9: Warning: Use of the "var" keyword is deprecated. | |
| var subnode = keccak256(node, label); | |
| ^---------^ | |
| ,@aragon/os/contracts/lib/ens/PublicResolver.sol:45:44: Warning: "throw" is deprecated in favour of "revert()", "require()" and "assert()". | |
| if (ens.owner(node) != msg.sender) throw; | |
| ^---^ | |
| ,@aragon/os/contracts/lib/ens/PublicResolver.sol:53:5: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function PublicResolver(AbstractENS ensAddr) public { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/PublicResolver.sol:146:9: Warning: Use of the "var" keyword is deprecated. | |
| var record = records[node]; | |
| ^--------^ | |
| ,@aragon/os/contracts/lib/ens/PublicResolver.sol:166:53: Warning: "throw" is deprecated in favour of "revert()", "require()" and "assert()". | |
| if (((contentType - 1) & contentType) != 0) throw; | |
| ^---^ | |
| ,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:37:5: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function Controlled() public { controller = msg.sender;} | |
| ^-------------------------------------------------------^ | |
| ,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:123:5: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function MiniMeToken( | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:195:9: Warning: Use of the "var" keyword is deprecated. | |
| var previousBalanceFrom = balanceOfAt(_from, block.number); | |
| ^---------------------^ | |
| ,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:209:9: Warning: Use of the "var" keyword is deprecated. | |
| var previousBalanceTo = balanceOfAt(_to, block.number); | |
| ^-------------------^ | |
| ,@tps/test-helpers/contracts/lib/bounties/inherited/HumanStandardToken.sol:33:5: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function HumanStandardToken( | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@tps/test-helpers/contracts/lib/bounties/StandardBounties.sol:152:3: Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead. | |
| function StandardBounties(address _owner) | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:51:35: Warning: This declaration shadows an existing declaration. | |
| function post(string postCid, uint256 discussionThreadId) external { | |
| ^------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:37:5: The shadowed declaration is here: | |
| uint256 discussionThreadId; | |
| ^------------------------^ | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:52:9: Warning: This declaration shadows an existing declaration. | |
| DiscussionPost storage post; | |
| ^-------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:51:5: The shadowed declaration is here: | |
| function post(string postCid, uint256 discussionThreadId) external { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:69:35: Warning: This declaration shadows an existing declaration. | |
| function hide(uint256 postId, uint256 discussionThreadId) external { | |
| ^------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:37:5: The shadowed declaration is here: | |
| uint256 discussionThreadId; | |
| ^------------------------^ | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:70:9: Warning: This declaration shadows an existing declaration. | |
| DiscussionPost storage post = discussionThreadPosts[discussionThreadId][postId]; | |
| ^-------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:51:5: The shadowed declaration is here: | |
| function post(string postCid, uint256 discussionThreadId) external { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:82:60: Warning: This declaration shadows an existing declaration. | |
| function revise(string revisedPostCid, uint256 postId, uint256 discussionThreadId) external { | |
| ^------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:37:5: The shadowed declaration is here: | |
| uint256 discussionThreadId; | |
| ^------------------------^ | |
| ,/Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:83:9: Warning: This declaration shadows an existing declaration. | |
| DiscussionPost storage post = discussionThreadPosts[discussionThreadId][postId]; | |
| ^-------------------------^ | |
| /Users/chadoh/code/a/oe/apps/discussions/contracts/DiscussionApp.sol:51:5: The shadowed declaration is here: | |
| function post(string postCid, uint256 discussionThreadId) external { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:60:37: Warning: This declaration shadows an existing declaration. | |
| function setOwner(bytes32 node, address owner) only_owner(node) public { | |
| ^-----------^ | |
| @aragon/os/contracts/lib/ens/ENS.sol:36:5: The shadowed declaration is here: | |
| function owner(bytes32 node) public constant returns (address) { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:72:59: Warning: This declaration shadows an existing declaration. | |
| function setSubnodeOwner(bytes32 node, bytes32 label, address owner) only_owner(node) public { | |
| ^-----------^ | |
| @aragon/os/contracts/lib/ens/ENS.sol:36:5: The shadowed declaration is here: | |
| function owner(bytes32 node) public constant returns (address) { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:83:40: Warning: This declaration shadows an existing declaration. | |
| function setResolver(bytes32 node, address resolver) only_owner(node) public { | |
| ^--------------^ | |
| @aragon/os/contracts/lib/ens/ENS.sol:43:5: The shadowed declaration is here: | |
| function resolver(bytes32 node) public constant returns (address) { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/ENS.sol:93:35: Warning: This declaration shadows an existing declaration. | |
| function setTTL(bytes32 node, uint64 ttl) only_owner(node) public { | |
| ^--------^ | |
| @aragon/os/contracts/lib/ens/ENS.sol:50:5: The shadowed declaration is here: | |
| function ttl(bytes32 node) public constant returns (uint64) { | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,@aragon/os/contracts/lib/ens/PublicResolver.sol:87:36: Warning: This declaration shadows an existing declaration. | |
| function setAddr(byt | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! errno 1 | |
| npm ERR! @tps/test-kits-planning-suite@0.0.1 start:kit: `aragon run --template PlanningKit --template-init @ARAGON_ENS --client-version e08deb62080e17fe652fa83f60dc81a02c455c41` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the @tps/test-kits-planning-suite@0.0.1 start:kit script. | |
| npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
| npm ERR! A complete log of this run can be found in: | |
| npm ERR! /Users/chadoh/.npm/_logs/2019-08-29T20_07_45_446Z-debug.log | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! errno 1 | |
| npm ERR! planning-suite-monorepo@ start:kit: `cd apps/planning-suite-kit && npm run start:kit` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the planning-suite-monorepo@ start:kit script. | |
| npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
| npm ERR! A complete log of this run can be found in: | |
| npm ERR! /Users/chadoh/.npm/_logs/2019-08-29T20_07_45_463Z-debug.log | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! errno 1 | |
| npm ERR! planning-suite-monorepo@ start:dev: `DEV=true apps/shared/test-helpers/ganache-cli.sh` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the planning-suite-monorepo@ start:dev script. | |
| npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
| npm ERR! A complete log of this run can be found in: | |
| npm ERR! /Users/chadoh/.npm/_logs/2019-08-29T20_07_45_492Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment