cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.07k stars 3.8k forks source link

acceptance: TestDockerCLI_test_replication_protocol failed [unable to apply cgroup configuration] #126151

Closed cockroach-teamcity closed 4 months ago

cockroach-teamcity commented 4 months ago

acceptance.TestDockerCLI_test_replication_protocol failed with artifacts on master @ 7dc6ba3f0d597a31bd9e8f27ca2109c2a064e303:

=== RUN   TestDockerCLI_test_replication_protocol
    test_log_scope.go:170: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/_tmp/b38fdc3e3d87d99024418e1ae9af5f4c/logTestDockerCLI_test_replication_protocol3895951376
    test_log_scope.go:81: use -show-logs to present logs inline
    generated_cli_test.go:376: -- test log scope end --
test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/_tmp/b38fdc3e3d87d99024418e1ae9af5f4c/logTestDockerCLI_test_replication_protocol3895951376
--- FAIL: TestDockerCLI_test_replication_protocol (8.79s)
=== RUN   TestDockerCLI_test_replication_protocol/test_replication_protocol.tcl
    util_docker.go:260: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: unable to start unit "docker-998848bf8caf348e4feeca1ca00b9aff89d1dc08b5e3951dfcf07aa132a7fa89.scope" (properties [{Name:Description Value:"libcontainer container 998848bf8caf348e4feeca1ca00b9aff89d1dc08b5e3951dfcf07aa132a7fa89"} {Name:Slice Value:"system.slice"} {Name:Delegate Value:true} {Name:PIDs Value:@au [408518]} {Name:MemoryAccounting Value:true} {Name:CPUAccounting Value:true} {Name:IOAccounting Value:true} {Name:TasksAccounting Value:true} {Name:DefaultDependencies Value:false}]): Message recipient disconnected from message bus without replying: unknown
    --- FAIL: TestDockerCLI_test_replication_protocol/test_replication_protocol.tcl (4.36s)
Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-39784

rickystewart commented 4 months ago

This is some failure to set up the Docker container that seems to be related to the Docker service becoming unavailable, maybe on a temporary basis. One thing we could do is add additional retries. For now, this problem does not seem likely to recur. If it does, we can re-visit this issue.