Skip to content

update miri #57988

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

Merged
merged 1 commit into from
Jan 30, 2019
Merged

update miri #57988

merged 1 commit into from
Jan 30, 2019

Conversation

RalfJung
Copy link
Member

@rust-highfive
Copy link
Contributor

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 30, 2019
@oli-obk
Copy link
Contributor

oli-obk commented Jan 30, 2019

@bors r+ p=1

@bors
Copy link
Collaborator

bors commented Jan 30, 2019

📌 Commit 759ba521b3f7d573358755ccaafe9c32b68e1614 has been approved by oli-obk

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 30, 2019
@rust-highfive
Copy link
Contributor

The job x86_64-gnu-tools of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:1dab1a26:start=1548836873920701014,finish=1548836875521684483,duration=1600983469
$ 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-tools
---
[01:34:26] +For more information about this error, try `rustc --explain E0599`.
[01:34:26] +
[01:34:26] 
[01:34:26] The actual stderr differed from the expected stderr.
[01:34:26] Actual stderr saved to /tmp/compiletestD8PbKF/generator.stderr
[01:34:26] To update references, run this command from build directory:
[01:34:26] tests/run-pass/update-references.sh '/tmp/compiletestD8PbKF' 'generator.rs'
[01:34:26] error: 1 errors occurred comparing output.
[01:34:26] status: exit code: 1
[01:34:26] status: exit code: 1
[01:34:26] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/generator.rs" "-L" "/tmp/compiletestD8PbKF" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestD8PbKF/generator.stage-id" "-Dwarnings" "-Dunused" "--edition" "2018" "-L" "/tmp/compiletestD8PbKF/generator.stage-id.aux" "-A" "unused"
[01:34:26] ------------------------------------------
[01:34:26] 
[01:34:26] ------------------------------------------
[01:34:26] stderr:
---
[01:34:26] Verifying status of clippy-driver...
[01:34:26] Verifying status of miri...
[01:34:26] This PR updated 'src/tools/miri', verifying if status is 'test-pass'...
[01:34:26] 
[01:34:26] ⚠️ We detected that this PR updated 'miri', but its tests failed.
[01:34:26] 
[01:34:26] If you do intend to update 'miri', please check the error messages above and
[01:34:26] commit another update.
[01:34:26] 
[01:34:26] If you do NOT intend to update 'miri', please ensure you did not accidentally
[01:34:26] change the submodule at 'src/tools/miri'. You may ask your reviewer for the
[01:34:26] proper steps.
travis_time:end:14f2f388:start=1548836886433793174,finish=1548842553032863319,duration=5666599070145
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 3.
travis_time:start:08a49c20
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
---
travis_time:end:1644dc6c:start=1548842554365103496,finish=1548842554369881338,duration=4777842
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:01c4a838
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:007ab950
travis_time:start:007ab950
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:33bd639e
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@RalfJung
Copy link
Member Author

@bors r-

need to investigate CI failure

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 30, 2019
@RalfJung
Copy link
Member Author

Fixed CI.

@bors r=oli-obk

@bors
Copy link
Collaborator

bors commented Jan 30, 2019

📌 Commit c397ba0 has been approved by oli-obk

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 30, 2019
@bors
Copy link
Collaborator

bors commented Jan 30, 2019

⌛ Testing commit c397ba0 with merge e4a9b5c...

bors added a commit that referenced this pull request Jan 30, 2019
@bors
Copy link
Collaborator

bors commented Jan 30, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk
Pushing e4a9b5c to master...

@bors bors merged commit c397ba0 into rust-lang:master Jan 30, 2019
@rust-highfive
Copy link
Contributor

📣 Toolstate changed by #57988!

Tested on commit e4a9b5c.
Direct link to PR: #57988

🎉 miri on windows: test-fail → test-pass (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra).
🎉 miri on linux: test-fail → test-pass (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Jan 30, 2019
Tested on commit rust-lang/rust@e4a9b5c.
Direct link to PR: <rust-lang/rust#57988>

🎉 miri on windows: test-fail → test-pass (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra).
🎉 miri on linux: test-fail → test-pass (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants