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

Try to get working on podman on Mac #237

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kabir
Copy link
Collaborator

@kabir kabir commented Dec 19, 2024

I'm seeing some strange behaviour, so this is not ready yet. I'll add to this as I go along.

I had some tests working, but then it all went strange.

Current strange things are:

When compiling each test, it just hangs here (for each test, this is not specific to micrometer)

[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ wildfly-cloud-tests-observability-micrometer ---
[INFO] skip non existing resourceDirectory /Users/kabir/sourcecontrol/wildfly/wildfly-cloud-tests/tests/observability/micrometer/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ wildfly-cloud-tests-observability-micrometer ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [forked debug deprecation target 11] to target/classes

A thread dump does proceed, but the tests don't pass in this case.

What also started happening after the above is the thing that forwards to the registry dies:

% docker run --rm -it --network=host alpine ash -c "apk add socat && socat TCP-LISTEN:5000,reuseaddr,fork TCP:$(minikube ip):5000"
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/aarch64/APKINDEX.tar.gz
(1/4) Installing ncurses-terminfo-base (6.5_p20241006-r3)
(2/4) Installing libncursesw (6.5_p20241006-r3)
(3/4) Installing readline (8.2.13-r0)
(4/4) Installing socat (1.8.0.1-r0)
Executing busybox-1.37.0-r8.trigger
OK: 9 MiB in 19 packages
2024/12/19 15:53:58 socat[6] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:53:58 socat[5] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:54:11 socat[7] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:54:11 socat[8] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant