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

acceptance: TestDockerJava failed #58951

Closed
cockroach-teamcity opened this issue Jan 13, 2021 · 15 comments
Closed

acceptance: TestDockerJava failed #58951

cockroach-teamcity opened this issue Jan 13, 2021 · 15 comments
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.

Comments

@cockroach-teamcity
Copy link
Member

(acceptance).TestDockerJava failed on master@b9eb459b18369041f9e67c4830aa316e9d2ca0f0:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.273 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  6.101 s
[�[1;34mINFO�[m] Finished at: 2021-01-13T17:20:55Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:683: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.50s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jan 13, 2021
@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@a786c51627fe66e47b4a4445c67b2a9077ae2a93:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.202 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  6.042 s
[�[1;34mINFO�[m] Finished at: 2021-01-15T04:44:02Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:683: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.29s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@6a51818a234d698afff870e99b705522f62f3b19:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.246 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  6.050 s
[�[1;34mINFO�[m] Finished at: 2021-01-19T17:59:05Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:683: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.37s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@81a2c26a104fa8cc7e8b530b837ffb6ff85ddc5a:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.24 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  5.992 s
[�[1;34mINFO�[m] Finished at: 2021-02-06T01:59:10Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:687: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.41s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@jlinder
Copy link
Collaborator

jlinder commented Feb 9, 2021

@nkodali Why was this added to the dev-inf board?

@nkodali
Copy link
Collaborator

nkodali commented Feb 9, 2021

@jlinder See response on #58488.

@jlinder
Copy link
Collaborator

jlinder commented Feb 10, 2021

Thank you for the context @nkodali. Removing from the dev inf board.

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@75cd4a4937c4093cad8cf33009d630bf4088c43e:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  6.015 s
[�[1;34mINFO�[m] Finished at: 2021-02-11T10:32:21Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:687: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.49s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@ef900a2a4c83236426592f11ee64e6c3a9ba4140:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.324 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  5.993 s
[�[1;34mINFO�[m] Finished at: 2021-02-15T20:43:12Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:687: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.36s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@spaskob
Copy link
Contributor

spaskob commented Feb 17, 2021

@nvanbenschoten what is the correct project board for this issue?

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@d67d6ccf9604d0febc46512463dd8f1165872a03:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.213 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  5.956 s
[�[1;34mINFO�[m] Finished at: 2021-02-18T22:19:42Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:687: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.53s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@3e4d80ddb4b913d8af5d66a364b3870e1f7a49fa:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.312 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  5.979 s
[�[1;34mINFO�[m] Finished at: 2021-02-19T03:07:25Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:687: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (12.48s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@nvanbenschoten nvanbenschoten removed their assignment Feb 23, 2021
@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@a77bf4410209740fa33428f648997d85185a549b:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.318 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec

Results :

Tests run: 24, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  5.938 s
[�[1;34mINFO�[m] Finished at: 2021-03-05T16:04:30Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:689: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (14.25s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(acceptance).TestDockerJava failed on master@ca60935df431525717592574475f34b5ed422ea9:

Cluster successfully initialized
[�[1;34mINFO�[m] Scanning for projects...
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m-----------------------------< �[0;36mjava:java�[0;1m >------------------------------�[m
[�[1;34mINFO�[m] �[1mBuilding java 1.0-SNAPSHOT�[m
[�[1;34mINFO�[m] �[1m--------------------------------[ jar ]---------------------------------�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:resources�[m �[1m(default-resources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/main/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:compile�[m �[1m(default-compile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-resources-plugin:2.6:testResources�[m �[1m(default-testResources)�[m @ �[36mjava�[0;1m ---�[m
[�[1;33mWARNING�[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[�[1;34mINFO�[m] skip non existing resourceDirectory /mnt/data/java/src/test/resources
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-compiler-plugin:3.1:testCompile�[m �[1m(default-testCompile)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Changes detected - recompiling the module!
[�[1;33mWARNING�[m] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[�[1;34mINFO�[m] Compiling 4 source files to /mnt/data/java/target/test-classes
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] �[1m--- �[0;32mmaven-surefire-plugin:2.12.4:test�[m �[1m(default-test)�[m @ �[36mjava�[0;1m ---�[m
[�[1;34mINFO�[m] Surefire report directory: /mnt/data/java/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running MainTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.942 sec
Running NoopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running JSONTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec

Results :

Tests run: 24, Failures: 0, Errors: 0, Skipped: 0

[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] �[1;32mBUILD SUCCESS�[m
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
[�[1;34mINFO�[m] Total time:  6.277 s
[�[1;34mINFO�[m] Finished at: 2021-03-16T05:34:46Z
[�[1;34mINFO�[m] �[1m------------------------------------------------------------------------�[m
    dockercluster.go:689: unexpected extra event &{0 die} (after [])
    --- FAIL: TestDockerJava/runMode=docker (14.22s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestDockerJava PKG=./pkg/acceptance TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@rafiss
Copy link
Collaborator

rafiss commented Apr 15, 2021

Caused by #58955

@rafiss
Copy link
Collaborator

rafiss commented Jan 6, 2022

closing due to lack of re-occurrence.

@rafiss rafiss closed this as completed Jan 6, 2022
craig bot pushed a commit that referenced this issue Aug 25, 2022
86815: insights: report high contention time r=matthewtodd a=matthewtodd

This change aims to align with the logic for selecting transactions with
"high contention time"[^1] in the transaction insights UI, but in practice,
it's a best effort:

Because of the sampling nature of tracing and because a transaction with
"high" contention may be composed of many statements, each with only a
little contention, there's not a guarantee that a highly contented
transaction will be composed of highly contended statements.

But, on balance, the best effort is still valuable, and we will call out
actionable statements with high contention.

[^1]: Note that the protobuf enum name change is safe here as we haven't
  yet deployed this code.

Release justification: Category 2: Bug fixes and low-risk updates to new
functionality.

Release note: None

86846: storage: additional `TestMVCCHistories` cases for scan/get r=jbowens a=erikgrinaker

Touches #86655.

Release justification: non-production code changes

Release note: None

86862: acceptance: fix spurious docker test failure `unexpected extra event &{0 die} (after [])` r=rickystewart,renatolabs a=knz

Needed for #86049.

The root cause of the issue is that the docker container for the DB nodes were crashing, because the test framework **was incorrectly deleting the data/log directory before shutting down the nodes**.

However, this root cause was mostly hidden because of another mistake: the assertion that checks the health of the nodes was not doing its job properly in most cases. So it believed the nodes were healthy when in fact they were not.

This PR fixes both problems.

Informs #58955.
Informs #58951.
Informs #58218.

Release justification: non-production code changes

86865: ttl: remove unused const expiredRowsPerRange r=knz a=ecwall

fixes #86838

Release justification: Linter fix.
Release note: None

Co-authored-by: Matthew Todd <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Evan Wall <[email protected]>
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-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

7 participants