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: node-postgres failed #113838

Closed
cockroach-teamcity opened this issue Nov 5, 2023 · 2 comments
Closed

roachtest: node-postgres failed #113838

cockroach-teamcity opened this issue Nov 5, 2023 · 2 comments
Labels
branch-release-22.2.17-rc 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)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 5, 2023

roachtest.node-postgres failed with artifacts on release-22.2.17-rc @ 135acce473babb0109e796343581823b69146ebe:

	            	Wraps: (4) output in run_113335.872084074_n1_sudo-aptget-update-s
	            	Wraps: (5)
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list returned
	            	  | stderr:
	            	  | gpg: cannot open '/dev/tty': No such device or address
	            	  | (23) Failed writing body
	            	  |
	            	  | stdout:
	            	  | Hit:1 http://us-east1.gce.archive.ubuntu.com/ubuntu focal InRelease
	            	  | Hit:2 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-updates InRelease
	            	  | Hit:3 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-backports InRelease
	            	  | Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
	            	  | Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
	            	  | Reading package lists...
	            	  | Reading package lists...
	            	  | Building dependency tree...
	            	  | Reading state information...
	            	  | ca-certificates is already the newest version (20230311ubuntu0.20.04.1).
	            	  | curl is already the newest version (7.68.0-1ubuntu2.20).
	            	  | gnupg is already the newest version (2.2.19-3ubuntu2.2).
	            	  | The following package was automatically installed and is no longer required:
	            	  |   libnuma1
	            	  | Use 'sudo apt autoremove' to remove it.
	            	  | 0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
	            	Wraps: (6) Node 1. Command with error:
	            	  | ``````
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
	            	  | ``````
	            	Wraps: (7) COMMAND_PROBLEM
	            	Wraps: (8) attached stack trace
	            	  -- stack trace:
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).errWithDebug
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:128
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).Run.func1
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:158
	            	  | runtime.goexit
	            	  | 	GOROOT/src/runtime/asm_amd64.s:1594
	            	Wraps: (9) ssh verbose log retained in ssh_113335.883239529_n1_sudo-aptget-update-s.log
	            	Wraps: (10) exit status 2
	            	Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) *hintdetail.withDetail (7) errors.Cmd (8) *withstack.withStack (9) *errutil.withPrefix (10) *exec.ExitError
	Test:       	node-postgres
(require.go:1360).NoError: FailNow called

Parameters: ROACHTEST_arch=amd64 , ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-33216

@cockroach-teamcity cockroach-teamcity added branch-release-22.2.17-rc 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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Nov 5, 2023
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Nov 5, 2023
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Nov 5, 2023
@cockroach-teamcity
Copy link
Member Author

roachtest.node-postgres failed with artifacts on release-22.2.17-rc @ 135acce473babb0109e796343581823b69146ebe:

	            	Wraps: (4) output in run_115316.491192683_n1_sudo-aptget-update-s
	            	Wraps: (5)
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list returned
	            	  | stderr:
	            	  | gpg: cannot open '/dev/tty': No such device or address
	            	  | (23) Failed writing body
	            	  |
	            	  | stdout:
	            	  | Hit:1 http://us-east1.gce.archive.ubuntu.com/ubuntu focal InRelease
	            	  | Hit:2 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-updates InRelease
	            	  | Hit:3 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-backports InRelease
	            	  | Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
	            	  | Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
	            	  | Reading package lists...
	            	  | Reading package lists...
	            	  | Building dependency tree...
	            	  | Reading state information...
	            	  | ca-certificates is already the newest version (20230311ubuntu0.20.04.1).
	            	  | curl is already the newest version (7.68.0-1ubuntu2.20).
	            	  | gnupg is already the newest version (2.2.19-3ubuntu2.2).
	            	  | The following package was automatically installed and is no longer required:
	            	  |   libnuma1
	            	  | Use 'sudo apt autoremove' to remove it.
	            	  | 0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
	            	Wraps: (6) Node 1. Command with error:
	            	  | ``````
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
	            	  | ``````
	            	Wraps: (7) COMMAND_PROBLEM
	            	Wraps: (8) attached stack trace
	            	  -- stack trace:
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).errWithDebug
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:128
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).Run.func1
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:158
	            	  | runtime.goexit
	            	  | 	GOROOT/src/runtime/asm_amd64.s:1594
	            	Wraps: (9) ssh verbose log retained in ssh_115316.501946181_n1_sudo-aptget-update-s.log
	            	Wraps: (10) exit status 2
	            	Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) *hintdetail.withDetail (7) errors.Cmd (8) *withstack.withStack (9) *errutil.withPrefix (10) *exec.ExitError
	Test:       	node-postgres
(require.go:1360).NoError: FailNow called

Parameters: ROACHTEST_arch=amd64 , ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

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.node-postgres failed with artifacts on release-22.2.17-rc @ 135acce473babb0109e796343581823b69146ebe:

	            	Wraps: (4) output in run_113720.583253985_n1_sudo-aptget-update-s
	            	Wraps: (5)
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list returned
	            	  | stderr:
	            	  | gpg: cannot open '/dev/tty': No such device or address
	            	  | (23) Failed writing body
	            	  |
	            	  | stdout:
	            	  | Hit:1 http://us-east1.gce.archive.ubuntu.com/ubuntu focal InRelease
	            	  | Hit:2 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-updates InRelease
	            	  | Hit:3 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-backports InRelease
	            	  | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
	            	  | Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
	            	  | Reading package lists...
	            	  | Reading package lists...
	            	  | Building dependency tree...
	            	  | Reading state information...
	            	  | ca-certificates is already the newest version (20230311ubuntu0.20.04.1).
	            	  | curl is already the newest version (7.68.0-1ubuntu2.20).
	            	  | gnupg is already the newest version (2.2.19-3ubuntu2.2).
	            	  | The following package was automatically installed and is no longer required:
	            	  |   libnuma1
	            	  | Use 'sudo apt autoremove' to remove it.
	            	  | 0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
	            	Wraps: (6) Node 1. Command with error:
	            	  | ``````
	            	  | sudo apt-get update && \
	            	  | sudo apt-get install -y ca-certificates curl gnupg && \
	            	  | sudo mkdir -p /etc/apt/keyrings && \
	            	  | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
	            	  | echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
	            	  | ``````
	            	Wraps: (7) COMMAND_PROBLEM
	            	Wraps: (8) attached stack trace
	            	  -- stack trace:
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).errWithDebug
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:128
	            	  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*remoteSession).Run.func1
	            	  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/session.go:158
	            	  | runtime.goexit
	            	  | 	GOROOT/src/runtime/asm_amd64.s:1594
	            	Wraps: (9) ssh verbose log retained in ssh_113720.594495086_n1_sudo-aptget-update-s.log
	            	Wraps: (10) exit status 2
	            	Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) *hintdetail.withDetail (7) errors.Cmd (8) *withstack.withStack (9) *errutil.withPrefix (10) *exec.ExitError
	Test:       	node-postgres
(require.go:1360).NoError: FailNow called

Parameters: ROACHTEST_arch=amd64 , ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

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-release-22.2.17-rc 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
No open projects
Archived in project
Development

No branches or pull requests

2 participants