Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: typeorm failed #79208

Closed
cockroach-teamcity opened this issue Apr 1, 2022 · 5 comments · Fixed by #79257
Closed

roachtest: typeorm failed #79208

cockroach-teamcity opened this issue Apr 1, 2022 · 5 comments · Fixed by #79257
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 1, 2022

roachtest.typeorm failed with artifacts on master @ fa0291175ecb983301d980247ad2ec6c7b233660:

		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:151
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:185
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (4) output in run_102252.459081583_n1_cd
		Wraps: (5) cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root returned
		  | stderr:
		  | npm WARN old lockfile 
		  | npm WARN old lockfile The package-lock.json file was created with an old version of npm,
		  | npm WARN old lockfile so supplemental metadata must be fetched from the registry.
		  | npm WARN old lockfile 
		  | npm WARN old lockfile This is a one-time fix-up, please be patient...
		  | npm WARN old lockfile 
		  | npm WARN deprecated @types/[email protected]: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
		  | npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
		  | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
		  | npm WARN deprecated [email protected]: this library is no longer supported
		  | npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
		  | npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
		  | npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
		  | npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
		  | npm WARN deprecated   npm i nyc
		  | npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
		  | npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
		  | npm ERR! code 243
		  | npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
		  | npm ERR! command failed
		  | npm ERR! command sh -c prebuild-install || npm run build-release
		  | npm ERR! 
		  |
		  | npm ERR! A complete log of this run can be found in:
		  | npm ERR!     /root/.npm/_logs/2022-04-01T10_22_53_327Z-debug-0.log
		  |
		  | stdout:
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root
		  | ``````
		Wraps: (8) exit status 243
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-14637

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 1, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Apr 1, 2022
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Apr 1, 2022
@rafiss
Copy link
Collaborator

rafiss commented Apr 1, 2022

npm ERR! code 243
npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
npm ERR! command failed
npm ERR! command sh -c prebuild-install || npm run build-release
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-04-01T09_41_14_897Z-debug-0.log

i'll see if this reproduces

@cockroach-teamcity
Copy link
Member Author

roachtest.typeorm failed with artifacts on master @ 0e6878b6140cb5cc7c799fdf576b3d565a54fd2e:

		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:151
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:185
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (4) output in run_103450.747406691_n1_cd
		Wraps: (5) cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root returned
		  | stderr:
		  | npm WARN old lockfile 
		  | npm WARN old lockfile The package-lock.json file was created with an old version of npm,
		  | npm WARN old lockfile so supplemental metadata must be fetched from the registry.
		  | npm WARN old lockfile 
		  | npm WARN old lockfile This is a one-time fix-up, please be patient...
		  | npm WARN old lockfile 
		  | npm WARN deprecated @types/[email protected]: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
		  | npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
		  | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
		  | npm WARN deprecated [email protected]: this library is no longer supported
		  | npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
		  | npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
		  | npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
		  | npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
		  | npm WARN deprecated   npm i nyc
		  | npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
		  | npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
		  | npm ERR! code 243
		  | npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
		  | npm ERR! command failed
		  | npm ERR! command sh -c prebuild-install || npm run build-release
		  | npm ERR! 
		  |
		  | npm ERR! A complete log of this run can be found in:
		  | npm ERR!     /root/.npm/_logs/2022-04-02T10_34_51_659Z-debug-0.log
		  |
		  | stdout:
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root
		  | ``````
		Wraps: (8) exit status 243
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.typeorm failed with artifacts on master @ 71e32a6a5369dabde22043ca6ebbd11651404e5d:

		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:151
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:185
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (4) output in run_131430.095626268_n1_cd
		Wraps: (5) cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root returned
		  | stderr:
		  | npm WARN old lockfile 
		  | npm WARN old lockfile The package-lock.json file was created with an old version of npm,
		  | npm WARN old lockfile so supplemental metadata must be fetched from the registry.
		  | npm WARN old lockfile 
		  | npm WARN old lockfile This is a one-time fix-up, please be patient...
		  | npm WARN old lockfile 
		  | npm WARN deprecated @types/[email protected]: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
		  | npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
		  | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
		  | npm WARN deprecated [email protected]: this library is no longer supported
		  | npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
		  | npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
		  | npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
		  | npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
		  | npm WARN deprecated   npm i nyc
		  | npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
		  | npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
		  | npm ERR! code 243
		  | npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
		  | npm ERR! command failed
		  | npm ERR! command sh -c prebuild-install || npm run build-release
		  | npm ERR! 
		  |
		  | npm ERR! A complete log of this run can be found in:
		  | npm ERR!     /root/.npm/_logs/2022-04-03T13_14_30_892Z-debug-0.log
		  |
		  | stdout:
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root
		  | ``````
		Wraps: (8) exit status 243
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.typeorm failed with artifacts on master @ 63ea9139e2ca996e38b5fe7c7b43a97e625242f5:

		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:151
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:185
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (4) output in run_131634.684679654_n1_cd
		Wraps: (5) cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root returned
		  | stderr:
		  | npm WARN old lockfile 
		  | npm WARN old lockfile The package-lock.json file was created with an old version of npm,
		  | npm WARN old lockfile so supplemental metadata must be fetched from the registry.
		  | npm WARN old lockfile 
		  | npm WARN old lockfile This is a one-time fix-up, please be patient...
		  | npm WARN old lockfile 
		  | npm WARN deprecated @types/[email protected]: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
		  | npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
		  | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
		  | npm WARN deprecated [email protected]: this library is no longer supported
		  | npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
		  | npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
		  | npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
		  | npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
		  | npm WARN deprecated   npm i nyc
		  | npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
		  | npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
		  | npm ERR! code 243
		  | npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
		  | npm ERR! command failed
		  | npm ERR! command sh -c prebuild-install || npm run build-release
		  | npm ERR! 
		  |
		  | npm ERR! A complete log of this run can be found in:
		  | npm ERR!     /root/.npm/_logs/2022-04-05T13_16_35_530Z-debug-0.log
		  |
		  | stdout:
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root
		  | ``````
		Wraps: (8) exit status 243
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.typeorm failed with artifacts on master @ 72b71b6920fe5b6dde2c7229b4edc2f95432839e:

		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:151
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerTypeORM.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/typeorm.go:185
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (4) output in run_103332.789474218_n1_cd
		Wraps: (5) cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root returned
		  | stderr:
		  | npm WARN old lockfile 
		  | npm WARN old lockfile The package-lock.json file was created with an old version of npm,
		  | npm WARN old lockfile so supplemental metadata must be fetched from the registry.
		  | npm WARN old lockfile 
		  | npm WARN old lockfile This is a one-time fix-up, please be patient...
		  | npm WARN old lockfile 
		  | npm WARN deprecated @types/[email protected]: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
		  | npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
		  | npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
		  | npm WARN deprecated [email protected]: this library is no longer supported
		  | npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
		  | npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
		  | npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
		  | npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
		  | npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
		  | npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
		  | npm WARN deprecated   npm i nyc
		  | npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
		  | npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
		  | npm ERR! code 243
		  | npm ERR! path /mnt/data1/typeorm/node_modules/better-sqlite3
		  | npm ERR! command failed
		  | npm ERR! command sh -c prebuild-install || npm run build-release
		  | npm ERR! 
		  |
		  | npm ERR! A complete log of this run can be found in:
		  | npm ERR!     /root/.npm/_logs/2022-04-06T10_33_33_632Z-debug-0.log
		  |
		  | stdout:
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/typeorm/ && sudo npm install --unsafe-perm=true --allow-root
		  | ``````
		Wraps: (8) exit status 243
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants