Results 278 comments of Peter A. Jonsson

There is a Xalan 2.7.3 released in April this year that fixes the mentioned CVE according to https://xalan.apache.org/xalan-j/readme.html#done.

I have the same issue with Docker 23.0.4/BuildKit 0.11.5 on Ubuntu 22.04. I tried several exporters but could not get any of them to work for me. As a workaround,...

I don't have a reproducer, but I think I just hit this on Ubuntu 22.04 LTS with a Docker 26.0.0 freshly reinstalled on Monday (6 days ago) without any involvement...

The machines have been running since my comment last week, and they run `apt-get upgrade` on a nightly basis so they are now using Docker 26.0.1. The Docker 26.0.0 that...

I have to run now, will look at the failure tomorrow. And just in case, can someone try to retrigger the failing job and see if it works itself out?

The issue was that testing started despite the image not being built properly. That touches the parts I'm already changing, so will fix error code propagation after this is merged.

@omad Fix for the build error masking is in #596. And I agree with your assessment, a build/app container setup must be >50% of the usages of Docker, and it's...

Sorry @kassifar , here are reproduction steps on Ubuntu 22.04: 1. git clone --depth 1 https://github.com/contiki-ng/contiki-ng 2. cd contiki-ng/tools 3. rmdir cooja 4. git clone --branch native-image-enable-preview https://github.com/pjonsson/cooja 5. (Comment...

Recently started using Arena that is closed after use, and ran into this. Is there a workaround besides not closing the arena?

I don't know if it is related to this, but after fixing the missing lxml_html_clean dependency (#584), many tests on current HEAD of the develop branch also crash with a...