Sebastian Schuberth

Results 1424 comments of Sebastian Schuberth

> I'm investigating the `EvaluatorTest` failure. Currently blocked by https://youtrack.jetbrains.com/issue/KT-68336/K2-does-not-seem-to-pass-the-right-constructor-arguments-to-custom-scripts.

Many thanks to @ligee for [providing a work-around](https://kotlinlang.slack.com/archives/C0BT46EL8/p1716380159341269?thread_ts=1716294799.098619&cid=C0BT46EL8) while a fix for https://youtrack.jetbrains.com/issue/KT-68336/K2-does-not-seem-to-pass-the-right-constructor-arguments-to-custom-scripts is pending!

Interestingly, it works for me when building the image locally via `docker build -t ort .`, that image does contain `scancode` at `/opt/python/shims/scancode`. Maybe we're just tagging the wrong image...

The only possibly relevant change between 22.2.0...22.3.0 seems to be ae16d0193d68f8cb45998c2886bd69ff8205d690, but I currently do not see how it could be related.

> is clear that our build on Github is pulling only the caches, disregarding the changes on the Dockerfile. But why is that a problem? Just pulling / populating the...

Not sure what the issue was, but it's gone with [release 22.5.0](https://github.com/oss-review-toolkit/ort/releases/tag/22.5.0). I.e., running docker run --entrypoint /opt/python/shims/scancode -it ghcr.io/oss-review-toolkit/ort:22.5.0 gives ``` Usage: scancode [OPTIONS] ... Try the 'scancode --help'...

But the funny thing was that IIRC Python was present in the image, but just ScanCode was not...

I was a bit hesitant about the rationale at first, as we seem to have tickets that go a little bit into the other direction for the web-app report (like...

The package `org.apache.http.client.protocol.ResponseProcessCookies` is not from us. Can you share more context from the stacktrace?

@heliocastro, do you see this when running one of the SW360 commands? Because that seems to be the only place where ORT is using Apache Http instead of OkHttp. If...