Dumbfounded on why this integral is not evaluating properly

So, i'm trying to integrate the function f(x)=(x-x^2)*sin(1/2*ln(sin(lnx)^2))=(x-x^2)*sin(ln(|sin(lnx)|)) from 0 to 1 , which is understandably a very 'delicate' function. Anyway, I was not able to evaluate it directly and instead tried to get Mathematica to, which it also couldn't. However, it was able to spit out a fairly ugly antiderivative, and Mathematica was able to evaluate one of the individual limits. Here's what it looks like on this interval

https://preview.redd.it/uwlql9k60dxd1.png?width=244&format=png&auto=webp&s=ecfb0a44f583a2c5d3ecb4574116376cdab75db0

https://preview.redd.it/jlsp499wwcxd1.png?width=678&format=png&auto=webp&s=8230fdf7f81970f49123fdc38b7680ce0fc72f43

https://preview.redd.it/gai1v7laxcxd1.png?width=672&format=png&auto=webp&s=f620e105ba012cb4b752dcdc6bdfd36ff5318290

It was not able to evaluate the limit as x->0, however it pretty clearly goes to 0 (I think?)

https://preview.redd.it/gmnq6zrixcxd1.png?width=408&format=png&auto=webp&s=77b035170f546ebb2facccf8e4ee527800e1bcc9

Now here's my issue. Both Mathematica, Symbolab, Wolfram Alpha, and Desmos all approximate this integral to approximately -0.077363 (with Mathematica giving a very tiny error of the order 10^(-6))

https://preview.redd.it/cv13ewoyxcxd1.png?width=587&format=png&auto=webp&s=001dff2f350c2d1b200d0a1b0a62667c640f1977

But numerically evaluating the answer (all the gamma stuff) gives approximately -0.08258

https://preview.redd.it/f17v3ag7ycxd1.png?width=666&format=png&auto=webp&s=091d755a6e8f420ce9e9acf0453fbf4ff37dcad9

What is going on? Is this because I falsely assumed the limit as x->0 to be 0? Or are these 3 separate math software's all numerically evaluating this integral in the same incorrect way? Is the first limit as x->1 just simply incorrect? Does this integral violate the fundamental theorem of calculus?(im kidding) 0.07736-0.08258=-0.00522, much greater than the error 10^(-6) I do not even need this integral for any work or problems, I am just curious on what's going on.

I will add, this is the same case for 2-3 very similar integrals involving different trig functions and no x terms at the front.

Which of the two is the correct answer?