Takuya ASADA

Results 121 comments of Takuya ASADA

AMI test failed: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/ami/1375 Seems like it timed out while copying files: https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/artifacts/job/artifacts-ami-test/170/consoleFull

Rebased with latest next, but it's getting strange error which is looks like unrelated with this PR: ``` Run docker run -v `pwd`:/scylla-machine-image -w /scylla-machine-image --rm rockylinux bash -c './dist/redhat/build_rpm.sh...

Fixed CentOS8 rpm build error, now github test passed.

Rebased. But it still failing AMI test, trying to find which script breaking the test (Becaise this changes tons of configurations on the system)

Note: I found that USG(Ubuntu Security Guide) is not currently available on Ubuntu 22.04LTS yet. Even though I suceeded to force installing 20.04LTS's USG package in 22.04LTS by manually coping...

Rebased, running next-machine-image at: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/next-machine-image/328/

I found that full verification actually can pass with [May 27, 2024 version of scylla-master/next build](https://jenkins.scylladb.com/view/master/job/scylla-master/job/next/7739/) (It was the latest build on scylla-master/next when I tested). Test result: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/next-machine-image/339/ I...

I think real problem is on this issue is not about missing license, but detected scylla-enterprise-tools and scylla-enterprise-jmx twice. And I guess why it duplicated is, syft tool detects software...

And the product name on Java metadata is probably defined on build.xml (Apache Ant) or pom.xml (Maven). I guess license is also specified on some way, but I do not...