[crac] Integrated: Fix: docker: Error response from daemon: Conflict. The container name "/crac-test" is already in use

Jan Kratochvil jkratochvil at openjdk.org
Tue Sep 26 07:06:49 UTC 2023


On Wed, 20 Sep 2023 12:15:25 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:

> Reproducibility is occasional only, reproduced with:
> 
> (set -ex;KIND=fastdebug;: rm -rf build/linux-x86_64-server-$KIND;export PATH="$(echo "$PATH"|sed 's#:/usr/lib64/ccache:#:'$HOME'/ccache:#')";: bash configure --disable-precompiled-headers --disable-ccache --with-debug-level=$KIND --with-jtreg=$HOME/azul/jtreg/build/images/jtreg --with-boot-jdk=/usr/lib/jvm/java-21;MAKEFLAGS= time n sudo make -C build/linux-x86_64-server-$KIND JOBS=$[4+32] LOG_LEVEL=debug STRIP_POLICY=no_strip LOG_CMDLINES=true run-test TEST="test/jdk/jdk/crac/java/lang/System")|&tee log

This pull request has now been integrated.

Changeset: 344253f6
Author:    Jan Kratochvil <jkratochvil at openjdk.org>
Committer: Radim Vansa <rvansa at openjdk.org>
URL:       https://git.openjdk.org/crac/commit/344253f62a6fbd627824fcb4827e8dfff742e6fa
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

Fix: docker: Error response from daemon: Conflict. The container name "/crac-test" is already in use

Reviewed-by: rvansa

-------------

PR: https://git.openjdk.org/crac/pull/115


More information about the crac-dev mailing list