Failed build -Requested historical based timing, but they are not present. Falling back to name based sorting

#!/bin/bash -eo pipefail
bundle exec rspec --profile 10
–format documentation --color
–out /tmp/test-results/rspec.xml
–format progress
$(circleci tests glob “spec/**/*_spec.rb” | circleci tests split --split-by=timings)

Requested historical based timing, but they are not present. Falling back to name based sorting
/bin/bash: line 2: --out: command not found
Exited with code 127