Lukas Lowinger
Lukas Lowinger
@geoand I don't see any error in logs ``` mvn compile quarkus:dev [INFO] Scanning for projects... [INFO] [INFO] ---------------------< org.acme:code-with-quarkus >--------------------- [INFO] Building code-with-quarkus 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO]...
@geoand So it must be MacOS specific problem. I've tried on Linux as well and it printed the errors you've mentioned. Maybe related to fact that jar is listening on...
Probably related to https://github.com/quarkusio/quarkus/blob/main/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/core/runtime/config/EventBusConfiguration.java#L94 (or similar option) which allows multiple sockets to be bound to the same IP/Port. In https://stackoverflow.com/questions/14388706/how-do-so-reuseaddr-and-so-reuseport-differ is explained difference between Linux and BSD when `SO_REUSEADDR` is...
@ppalaga I would say yes, it failed twice (once per week) in a row with master. @zbendhiba was notified about this problem already.
@zbendhiba I have also another log ``` [INFO] Running org.apache.camel.quarkus.component.couchbase.it.CouchbaseUpdateTest 2021-06-09 02:28:45,438 INFO [org.tes.doc.DockerClientProviderStrategy] (pool-4-thread-1) Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first 2021-06-09 02:28:45,850 INFO [org.tes.doc.DockerClientProviderStrategy] (pool-4-thread-1) Found Docker...
Just in case, here is a log of successful tests (for comparsion) ``` 2021-06-09 02:27:29,953 WARN [io.qua.net.run.NettyRecorder] (Thread-68) Netty DefaultChannelId initialization (with io.netty.machineId system property set to 87:65:52:a3:33:4a:37:93) took more...
Just additional note, if all operations are done by one user (eg. llowinge), then it works. So the problematic part is when superadmin is trying to enable the filter to...
Maybe it could be already fixed in next version with https://github.com/containers/podman-compose/blob/devel/podman_compose.py#L2311 ? WDYT @muayyad-alsadi ?
@gsmet Could you please review ? Thank you.
Hi @gsmet @cescoffier any updates on this ? Thank you in advance.