Skip to content

Instantly share code, notes, and snippets.

@e18r
Created January 14, 2020 16:38
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 e18r/77166f228ab82af364ae3e2d0845507f to your computer and use it in GitHub Desktop.
Save e18r/77166f228ab82af364ae3e2d0845507f to your computer and use it in GitHub Desktop.
$ npm run start:http:template
> @autarklabs/aragon-about@0.0.0 start:http:template /home/e18r/code/aragon-home
> npm run start:http -- --template Template --template-init @ARAGON_ENS --files dist
> @autarklabs/aragon-about@0.0.0 start:http /home/e18r/code/aragon-home
> aragon run --http localhost:8001 --http-served-from ./dist "--template" "Template" "--template-init" "@ARAGON_ENS" "--files" "dist"
↓ Start a local Ethereum network [skipped]
→ Connected to the provided Ethereum network
✔ Check IPFS
❯ Setup before publish
✖ Running prepublish script
→ Failed to build. See above output.
Applying version bump (major)
Deploy contract
Determine contract address for version
Prepare for publish
Publish app to aragonPM
Fetch published repo
Deploy Template
Create DAO
Open DAO
✖ Command failed: npm run prepublishOnly
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @autarklabs/aragon-about@0.0.0 prepublishOnly: `truffle compile --all && npm run abi:extract -- --no-compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @autarklabs/aragon-about@0.0.0 prepublishOnly 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! /home/e18r/.npm/_logs/2020-01-14T16_36_38_589Z-debug.log
> @autarklabs/aragon-about@0.0.0 prepublishOnly /home/e18r/code/aragon-home
> truffle compile --all && npm run abi:extract -- --no-compile
Compiling ./contracts/About.sol...
Compiling ./contracts/dev/Template.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-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...
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);
^-------------------^
,@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(bytes32 node, address addr) only_owner(node) public {
^----------^
@aragon/os/contracts/lib/ens/PublicResolver.sol:77:5: The shadowed declaration is here:
function addr(bytes32 node) public constant returns (address ret) {
^ (Relevant source part starts here and spans across multiple lines).
,@aragon/os/contracts/lib/ens/PublicResolver.sol:132:36: Warning: This declaration shadows an existing declaration.
function setName(bytes32 node, string name) only_owner(node) public {
^---------^
@aragon/os/contracts/lib/ens/PublicResolver.sol:122:5: The shadowed declaration is here:
function name(bytes32 node) public constant returns (string ret) {
^ (Relevant source part starts here and spans across multiple lines).
,@aragon/os/contracts/acl/IACL.sol:13:5: Warning: Functions in interfaces should be declared external.
function hasPermission(address who, address where, bytes32 what, bytes how) public view returns (bool);
^-----------------------------------------------------------------------------------------------------^
,@aragon/os/contracts/evmscript/IEVMScriptRegistry.sol:24:5: Warning: Functions in interfaces should be declared external.
function getScriptExecutor(bytes script) public view returns (IEVMScriptExecutor);
^--------------------------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:7:5: Warning: Functions in interfaces should be declared external.
function owner(bytes32 _node) public constant returns (address);
^--------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:8:5: Warning: Functions in interfaces should be declared external.
function resolver(bytes32 _node) public constant returns (address);
^-----------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:9:5: Warning: Functions in interfaces should be declared external.
function ttl(bytes32 _node) public constant returns (uint64);
^-----------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:10:5: Warning: Functions in interfaces should be declared external.
function setOwner(bytes32 _node, address _owner) public;
^------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:11:5: Warning: Functions in interfaces should be declared external.
function setSubnodeOwner(bytes32 _node, bytes32 label, address _owner) public;
^----------------------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:12:5: Warning: Functions in interfaces should be declared external.
function setResolver(bytes32 _node, address _resolver) public;
^------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:13:5: Warning: Functions in interfaces should be declared external.
function setTTL(bytes32 _node, uint64 _ttl) public;
^-------------------------------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:30:17: Warning: Decimal literal assigned to bytesXX variable will be left-aligned. Use an explicit conversion to silence this warning.
records[0].owner = msg.sender;
^
,@aragon/os/contracts/lib/ens/ENS.sol:61:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(node, owner);
^-------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:73:23: Warning: This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the data.
var subnode = keccak256(node, label);
^--------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:74:9: Warning: Invoking events without "emit" prefix is deprecated.
NewOwner(node, label, owner);
^--------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:84:9: Warning: Invoking events without "emit" prefix is deprecated.
NewResolver(node, resolver);
^-------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:94:9: Warning: Invoking events without "emit" prefix is deprecated.
NewTTL(node, ttl);
^---------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:89:9: Warning: Invoking events without "emit" prefix is deprecated.
AddrChanged(node, addr);
^---------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:113:9: Warning: Invoking events without "emit" prefix is deprecated.
ContentChanged(node, hash);
^------------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:134:9: Warning: Invoking events without "emit" prefix is deprecated.
NameChanged(node, name);
^---------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:169:9: Warning: Invoking events without "emit" prefix is deprecated.
ABIChanged(node, contentType);
^---------------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:190:9: Warning: Invoking events without "emit" prefix is deprecated.
PubkeyChanged(node, x, y);
^-----------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:212:9: Warning: Invoking events without "emit" prefix is deprecated.
TextChanged(node, key, key);
^-------------------------^
,@aragon/os/contracts/common/IForwarder.sol:13:5: Warning: Functions in interfaces should be declared external.
function canForward(address sender, bytes evmCallScript) public view returns (bool);
^----------------------------------------------------------------------------------^
,@aragon/os/contracts/common/IForwarder.sol:17:5: Warning: Functions in interfaces should be declared external.
function forward(bytes evmCallScript) public;
^-------------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:213:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(_from, _to, _amount);
^---------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:245:9: Warning: Invoking events without "emit" prefix is deprecated.
Approval(msg.sender, _spender, _amount);
^-------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:373:9: Warning: Invoking events without "emit" prefix is deprecated.
NewCloneToken(address(cloneToken), snapshot);
^------------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:392:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(0, _owner, _amount);
^--------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:408:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(_owner, 0, _amount);
^--------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:509:33: Warning: Using contract member "balance" inherited from the address type is deprecated. Convert the contract to "address" type to access the member, for example use "address(contract).balance" instead.
controller.transfer(this.balance);
^----------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:516:9: Warning: Invoking events without "emit" prefix is deprecated.
ClaimedTokens(_token, controller, balance);
^----------------------------------------^
/home/e18r/code/aragon-home/contracts/About.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.26;
^---------------------^
,@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);
^-------------------^
,/home/e18r/code/aragon-home/contracts/dev/Template.sol:11:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.26;
^---------------------^
,@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(bytes32 node, address addr) only_owner(node) public {
^----------^
@aragon/os/contracts/lib/ens/PublicResolver.sol:77:5: The shadowed declaration is here:
function addr(bytes32 node) public constant returns (address ret) {
^ (Relevant source part starts here and spans across multiple lines).
,@aragon/os/contracts/lib/ens/PublicResolver.sol:132:36: Warning: This declaration shadows an existing declaration.
function setName(bytes32 node, string name) only_owner(node) public {
^---------^
@aragon/os/contracts/lib/ens/PublicResolver.sol:122:5: The shadowed declaration is here:
function name(bytes32 node) public constant returns (string ret) {
^ (Relevant source part starts here and spans across multiple lines).
,@aragon/os/contracts/acl/IACL.sol:13:5: Warning: Functions in interfaces should be declared external.
function hasPermission(address who, address where, bytes32 what, bytes how) public view returns (bool);
^-----------------------------------------------------------------------------------------------------^
,@aragon/os/contracts/evmscript/IEVMScriptRegistry.sol:24:5: Warning: Functions in interfaces should be declared external.
function getScriptExecutor(bytes script) public view returns (IEVMScriptExecutor);
^--------------------------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:7:5: Warning: Functions in interfaces should be declared external.
function owner(bytes32 _node) public constant returns (address);
^--------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:8:5: Warning: Functions in interfaces should be declared external.
function resolver(bytes32 _node) public constant returns (address);
^-----------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:9:5: Warning: Functions in interfaces should be declared external.
function ttl(bytes32 _node) public constant returns (uint64);
^-----------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:10:5: Warning: Functions in interfaces should be declared external.
function setOwner(bytes32 _node, address _owner) public;
^------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:11:5: Warning: Functions in interfaces should be declared external.
function setSubnodeOwner(bytes32 _node, bytes32 label, address _owner) public;
^----------------------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:12:5: Warning: Functions in interfaces should be declared external.
function setResolver(bytes32 _node, address _resolver) public;
^------------------------------------------------------------^
,@aragon/os/contracts/lib/ens/AbstractENS.sol:13:5: Warning: Functions in interfaces should be declared external.
function setTTL(bytes32 _node, uint64 _ttl) public;
^-------------------------------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:30:17: Warning: Decimal literal assigned to bytesXX variable will be left-aligned. Use an explicit conversion to silence this warning.
records[0].owner = msg.sender;
^
,@aragon/os/contracts/lib/ens/ENS.sol:61:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(node, owner);
^-------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:73:23: Warning: This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the data.
var subnode = keccak256(node, label);
^--------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:74:9: Warning: Invoking events without "emit" prefix is deprecated.
NewOwner(node, label, owner);
^--------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:84:9: Warning: Invoking events without "emit" prefix is deprecated.
NewResolver(node, resolver);
^-------------------------^
,@aragon/os/contracts/lib/ens/ENS.sol:94:9: Warning: Invoking events without "emit" prefix is deprecated.
NewTTL(node, ttl);
^---------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:89:9: Warning: Invoking events without "emit" prefix is deprecated.
AddrChanged(node, addr);
^---------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:113:9: Warning: Invoking events without "emit" prefix is deprecated.
ContentChanged(node, hash);
^------------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:134:9: Warning: Invoking events without "emit" prefix is deprecated.
NameChanged(node, name);
^---------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:169:9: Warning: Invoking events without "emit" prefix is deprecated.
ABIChanged(node, contentType);
^---------------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:190:9: Warning: Invoking events without "emit" prefix is deprecated.
PubkeyChanged(node, x, y);
^-----------------------^
,@aragon/os/contracts/lib/ens/PublicResolver.sol:212:9: Warning: Invoking events without "emit" prefix is deprecated.
TextChanged(node, key, key);
^-------------------------^
,@aragon/os/contracts/common/IForwarder.sol:13:5: Warning: Functions in interfaces should be declared external.
function canForward(address sender, bytes evmCallScript) public view returns (bool);
^----------------------------------------------------------------------------------^
,@aragon/os/contracts/common/IForwarder.sol:17:5: Warning: Functions in interfaces should be declared external.
function forward(bytes evmCallScript) public;
^-------------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:213:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(_from, _to, _amount);
^---------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:245:9: Warning: Invoking events without "emit" prefix is deprecated.
Approval(msg.sender, _spender, _amount);
^-------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:373:9: Warning: Invoking events without "emit" prefix is deprecated.
NewCloneToken(address(cloneToken), snapshot);
^------------------------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:392:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(0, _owner, _amount);
^--------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:408:9: Warning: Invoking events without "emit" prefix is deprecated.
Transfer(_owner, 0, _amount);
^--------------------------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:509:33: Warning: Using contract member "balance" inherited from the address type is deprecated. Convert the contract to "address" type to access the member, for example use "address(contract).balance" instead.
controller.transfer(this.balance);
^----------^
,@aragon/apps-shared-minime/contracts/MiniMeToken.sol:516:9: Warning: Invoking events without "emit" prefix is deprecated.
ClaimedTokens(_token, controller, balance);
^----------------------------------------^
Compilation failed. See above.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @autarklabs/aragon-about@0.0.0 prepublishOnly: `truffle compile --all && npm run abi:extract -- --no-compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @autarklabs/aragon-about@0.0.0 prepublishOnly 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! /home/e18r/.npm/_logs/2020-01-14T16_36_38_589Z-debug.log
Failed to build. See above output.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @autarklabs/aragon-about@0.0.0 start:http: `aragon run --http localhost:8001 --http-served-from ./dist "--template" "Template" "--template-init" "@ARAGON_ENS" "--files" "dist"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @autarklabs/aragon-about@0.0.0 start:http 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! /home/e18r/.npm/_logs/2020-01-14T16_36_38_635Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @autarklabs/aragon-about@0.0.0 start:http:template: `npm run start:http -- --template Template --template-init @ARAGON_ENS --files dist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @autarklabs/aragon-about@0.0.0 start:http:template 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! /home/e18r/.npm/_logs/2020-01-14T16_36_38_647Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment