-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-github-actionsArea: GitHub Actions (GHA)Area: GitHub Actions (GHA)A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.O-androidOperating system: AndroidOperating system: AndroidP-mediumMedium priorityMedium priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Symptom: The arm-android
test failed with the following messages:
[01:44:38] died due to signal 11
[01:44:38] error: test failed, to rerun pass '--test collectionstests'
[01:44:38]
[01:44:38]
[01:44:38] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "arm-linux-androideabi" "-j" "4" "--release" "--locked" "--color" "always" "--features" "panic-unwind backtrace" "--manifest-path" "/checkout/src/libstd/Cargo.toml" "-p" "alloc" "--"
[01:44:38] expected success, got: exit code: 3
[01:44:38]
[01:44:38]
[01:44:38] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --target arm-linux-androideabi
[01:44:38] Build completed unsuccessfully in 1:32:50
Previous instances:
- Bubble up an overflow error so that rustdoc can ignore it #55717 (comment) (2018-11-08T05:44:13Z)
- Rollup of 17 pull requests #55859 (comment) (2018-11-11T03:44:11Z)
- Use read_unaligned instead of read in transmute_copy #55052 (comment)
This might be caused by a mis-optimization like #49775.
Metadata
Metadata
Assignees
Labels
A-github-actionsArea: GitHub Actions (GHA)Area: GitHub Actions (GHA)A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.O-androidOperating system: AndroidOperating system: AndroidP-mediumMedium priorityMedium priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.