Closed

Description
PR #38192 was recently accepted, but didn't pass buildbot tests.
build report
log contents
The error is:
CANNOT LINK EXECUTABLE: cannot locate symbol "_ZN11collections5slice10merge_sort8collapse17hfd9d6022dd12b1bbE" referenced by "./collectionstest-b2ddd77ea87480bb"...
adb: error: remote object '/data/tmp/check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu-collectionstest-b2ddd77ea87480bb.log' does not exist
command did not execute successfully: "adb" "pull" "/data/tmp/check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu-collectionstest-b2ddd77ea87480bb.log" "/buildslave/rust-buildbot/slave/auto-linux-64-x-android-t/build/obj/build/tmp"
expected success, got: exit code: 1
Symbol _ZN11collections5slice10merge_sort8collapse17hfd9d6022dd12b1bbE
is actually a function I introduced. It is a fn nested within another fn, and called from one place only.
Metadata
Metadata
Assignees
Labels
No labels