Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log analysis error for PR 56708 #25

Open
jethrogb opened this issue Dec 11, 2018 · 0 comments
Open

Log analysis error for PR 56708 #25

jethrogb opened this issue Dec 11, 2018 · 0 comments

Comments

@jethrogb
Copy link

rust-lang/rust#56708 (comment)

Travis: https://travis-ci.org/rust-lang/rust/jobs/466418417

Analysis:

travis_time:end:1d63d400:start=1544520950345851071,finish=1544520951421633700,duration=1075782629
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-5.0
---
[00:04:12] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "--release" "--locked" "--color" "always" "--features" "panic-unwind backtrace" "--manifest-path" "/checkout/src/libstd/Cargo.toml" "--message-format" "json"
[00:04:12] expected success, got: exit code: 101
[00:04:12] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap build
[00:04:12] Build completed unsuccessfully in 0:00:50
[00:04:12] Makefile:28: recipe for target 'all' failed
[00:04:12] make: *** [all] Error 1

Expected analysis should include:

[00:04:12] error[E0635]: unknown feature `min_const_unsafe_fn`
[00:04:12]    --> src/libstd/lib.rs:274:12
[00:04:12]     |
[00:04:12] 274 | #![feature(min_const_unsafe_fn)]
[00:04:12]     |            ^^^^^^^^^^^^^^^^^^^
[00:04:12] 
[00:04:12] error: aborting due to previous error
[00:04:12] 
[00:04:12] For more information about this error, try `rustc --explain E0635`.
[00:04:12] error: Could not compile `std`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant