math.cube on real

Specification

?
\[\begin{array}{l} \\ \left(x \cdot x\right) \cdot x \end{array} \]
(FPCore (x) :precision binary64 (* (* x x) x))
double code(double x) {
	return (x * x) * x;
}
real(8) function code(x)
    real(8), intent (in) :: x
    code = (x * x) * x
end function
public static double code(double x) {
	return (x * x) * x;
}
def code(x):
	return (x * x) * x
function code(x)
	return Float64(Float64(x * x) * x)
end
function tmp = code(x)
	tmp = (x * x) * x;
end
code[x_] := N[(N[(x * x), $MachinePrecision] * x), $MachinePrecision]
\begin{array}{l}

\\
\left(x \cdot x\right) \cdot x
\end{array}

Reproduce

?
herbie shell --seed 2024277 
(FPCore (x)
  :name "math.cube on real"
  :precision binary64

  :alt
  (! :herbie-platform default (pow x 3))

  (* (* x x) x))

Please file a bug report with this information.

Backtrace

ival-hi: contract violation expected: ival? given: 0LC
ival-hiunknown
ival-sub/home/nightlies/.local/share/racket/8.10/pkgs/rival/ops/core.rkt2280
rival-machine-run/home/nightlies/.local/share/racket/8.10/pkgs/rival/eval/run.rkt320
rival-machine-full/home/nightlies/.local/share/racket/8.10/pkgs/rival/eval/main.rkt270
rival-apply/home/nightlies/.local/share/racket/8.10/pkgs/rival/eval/main.rkt650
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt48618
f115.../match/compiler.rkt55940
compute-true-error/home/nightlies/herbie/zane-concrete-values/src/core/localize.rkt1310
compute-local-errors/home/nightlies/herbie/zane-concrete-values/src/core/localize.rkt2160
actual-errors/home/nightlies/herbie/zane-concrete-values/src/core/explain.rkt350
generate-timelines/home/nightlies/herbie/zane-concrete-values/src/core/explain.rkt4980
explain!/home/nightlies/herbie/zane-concrete-values/src/core/mainloop.rkt3230
run-improve!/home/nightlies/herbie/zane-concrete-values/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/zane-concrete-values/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/zane-concrete-values/src/api/sandbox.rkt2826
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224