Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(7,14): error TS2300: Duplicate identifier 'PropertyKey'.
  2. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(11,5): error TS2687: All declarations of 'value' must have identical modifiers.
  3. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(248,5): error TS2687: All declarations of 'EPSILON' must have identical modifiers.
  4. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(283,5): error TS2687: All declarations of 'MAX_SAFE_INTEGER' must have identical modifiers.
  5. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(290,5): error TS2687: All declarations of 'MIN_SAFE_INTEGER' must have identical modifiers.
  6. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(346,5): error TS2687: All declarations of 'flags' must have identical modifiers.
  7. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(498,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  8. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(561,5): error TS2687: All declarations of 'size' must have identical modifiers.
  9. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(570,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  10. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(581,5): error TS2687: All declarations of 'size' must have identical modifiers.
  11. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(591,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  12. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(606,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'prototype' must be of type 'WeakMap<object, any>', but here has type 'WeakMap<any, any>'.
  13. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(606,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  14. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(620,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'prototype' must be of type 'WeakSet<object>', but here has type 'WeakSet<any>'.
  15. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@types/es6-shim/index.d.ts(620,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  16. /var/lib/jenkins/workspace/duuzra-api-dev/node_modules/typescript/lib/lib.es6.d.ts(4085,14): error TS2300: Duplicate identifier 'PropertyKey'.
  17. src/app.ts(49,9): error TS2322: Type 'string | 8080' is not assignable to type 'number'.
  18. Type 'string' is not assignable to type 'number'.
  19. src/controllers/media-channel.controller.ts(266,13): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  20. Type 'string[]' is not assignable to type 'string'.
  21. src/controllers/media-channel.controller.ts(289,13): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  22. Type 'string[]' is not assignable to type 'string'.
  23. src/controllers/media-channel.controller.ts(363,13): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  24. Type 'string[]' is not assignable to type 'string'.
  25. src/controllers/media-channel.controller.ts(363,20): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  26. Type 'string[]' is not assignable to type 'string'.
  27. src/controllers/media-channel.controller.ts(415,13): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  28. Type 'string[]' is not assignable to type 'string'.
  29. src/controllers/security.controller.ts(345,17): error TS2322: Type 'string | string[]' is not assignable to type 'string'.
  30. Type 'string[]' is not assignable to type 'string'.
  31. src/duuzras/contents/content.mapper.ts(11,5): error TS2305: Module '"/var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@duuzra/types/duuzras"' has no exported member 'IDuuzraContentDirectoryListDto'.
  32. src/duuzras/contents/content.mapper.ts(12,5): error TS2305: Module '"/var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@duuzra/types/duuzras"' has no exported member 'IDuuzraContentDocumentPageDto'.
  33. src/duuzras/contents/content.mapper.ts(13,5): error TS2305: Module '"/var/lib/jenkins/workspace/duuzra-api-dev/node_modules/@duuzra/types/duuzras"' has no exported member 'IDuuzraContentDirectoryListPageDto'.
  34. src/media/document/document.service.ts(2,23): error TS2307: Cannot find module 'UUID'.
  35. src/media/image/image.service.ts(359,29): error TS2345: Argument of type '{ format: any; height: number; orientation: MediaOrientation.Landscape; width: number; filesize: ...' is not assignable to parameter of type 'IMediaDetails | PromiseLike<IMediaDetails>'.
  36. Type '{ format: any; height: number; orientation: MediaOrientation.Landscape; width: number; filesize: ...' is not assignable to type 'PromiseLike<IMediaDetails>'.
  37. Property 'then' is missing in type '{ format: any; height: number; orientation: MediaOrientation.Landscape; width: number; filesize: ...'.
  38. src/media/image/image.service.ts(367,29): error TS2345: Argument of type '{ format: any; height: number; orientation: MediaOrientation.Portrait; width: number; filesize: n...' is not assignable to parameter of type 'IMediaDetails | PromiseLike<IMediaDetails>'.
  39. Type '{ format: any; height: number; orientation: MediaOrientation.Portrait; width: number; filesize: n...' is not assignable to type 'PromiseLike<IMediaDetails>'.
  40. Property 'then' is missing in type '{ format: any; height: number; orientation: MediaOrientation.Portrait; width: number; filesize: n...'.
  41. src/media/video/video.service.ts(329,33): error TS2345: Argument of type '{ format: any; height: any; orientation: MediaOrientation; width: any; filesize: number; }' is not assignable to parameter of type 'IMediaDetails | PromiseLike<IMediaDetails>'.
  42. Type '{ format: any; height: any; orientation: MediaOrientation; width: any; filesize: number; }' is not assignable to type 'PromiseLike<IMediaDetails>'.
  43. Property 'then' is missing in type '{ format: any; height: any; orientation: MediaOrientation; width: any; filesize: number; }'.
  44. src/models/duuzra-content-directory-list-page-doc.ts(2,33): error TS2307: Cannot find module '../../../duuzra_types/content'.
  45. src/shared/user/user.service.ts(111,9): error TS2322: Type 'Promise<{}>' is not assignable to type 'Promise<UserDocument>'.
  46. Type '{}' is not assignable to type 'UserDocument'.
  47. Property '_id' is missing in type '{}'.
  48. [11:43:55] TypeScript: 32 semantic errors
  49. [11:43:55] TypeScript: emit succeeded (with errors)
  50. [11:43:55] Finished 'scripts' after 3.87 s
  51. [11:43:55] Starting 'duuzra_types'...
  52. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(2,23): error TS2307: Cannot find module 'tslint/lib/index'.
  53. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(9,21): error TS2339: Property 'applyWithWalker' does not exist on type 'Rule'.
  54. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(9,37): error TS2554: Expected 0 arguments, but got 2.
  55. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(9,79): error TS2339: Property 'getOptions' does not exist on type 'Rule'.
  56. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(65,30): error TS2339: Property 'getOptions' does not exist on type 'NoPaddedBlocksWalker'.
  57. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(102,22): error TS2339: Property 'addFailure' does not exist on type 'NoPaddedBlocksWalker'.
  58. node_modules/@duuzra/types/tslint/noPaddedBlocksRule.ts(102,38): error TS2339: Property 'createFailure' does not exist on type 'NoPaddedBlocksWalker'.
  59. [11:43:56] TypeScript: 7 semantic errors
  60. [11:43:56] TypeScript: emit succeeded (with errors)
  61. [11:43:57] Finished 'duuzra_types' after 1.48 s
  62. AWSEB Deployment Plugin Version 0.3.15
  63. Zipping contents of Root File Object (duuzra-api-dev) into tmp file awseb-9018456596787604981.zip (includes=, excludes=**/.git/**/*,**/node_modules/**/*)
  64. Uploading file awseb-9018456596787604981.zip as s3://elasticbeanstalk-eu-west-1-183058007816/duuzra-jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60.zip
  65. Creating application version jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60 for application duuzra for path s3://elasticbeanstalk-eu-west-1-183058007816/duuzra-jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60.zip
  66. Created version: jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60
  67. Using environmentId 'e-ababggkfj7'
  68. No pending Environment Updates. Proceeding.
  69. Checking health/status of environmentId e-ababggkfj7 attempt 1/10
  70. Environment Status is 'Ready'. Moving on.
  71. Updating environmentId 'e-ababggkfj7' with Version Label set to 'jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60'
  72. Checking health/status of environmentId e-ababggkfj7 attempt 1/10
  73. Versions reported: (current=jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60, underDeployment: jenkins-duuzra-api-dev-49-f1b929eb4b4659e7effa0b16b48d6013d05dcb60). Should I move on? false
  74. Environment Status is 'Ready' and Health is 'Green'. Moving on.
  75. Deployment marked as 'successful'. Starting post-deployment cleanup.
  76. Cleaning up temporary file /tmp/awseb-9018456596787604981.zip
  77. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement