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

rustc: Update tracking issue for wasm_import_module #52093

Merged
merged 1 commit into from
Jul 6, 2018

Conversation

alexcrichton
Copy link
Member

It's now #52090

@alexcrichton
Copy link
Member Author

r? @kennytm

@rust-highfive rust-highfive assigned kennytm and unassigned pnkfelix Jul 6, 2018
@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 6, 2018
@kennytm
Copy link
Member

kennytm commented Jul 6, 2018

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jul 6, 2018

📌 Commit 3f2016dabfe0b060828a0756cb35d2e10041c023 has been approved by kennytm

@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 Jul 6, 2018
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-3.9 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.
    100% |████████████████████████████████| 51kB 8.0MB/s 
Collecting botocore==1.10.51 (from awscli)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/e3/ba/f6c9220d87784a85f24a8f2425edccb2f330d15c304ea2373ed8206a03ca/botocore-1.10.51-py2.py3-none-any.whl (4.4MB)
    0% |                                | 10kB 39.5MB/s eta 0:00:01
    0% |▏                               | 20kB 15.8MB/s eta 0:00:01
    0% |▎                               | 30kB 20.5MB/s eta 0:00:01
    0% |▎                               | 40kB 15.8MB/s eta 0:00:01
---
[00:46:31] ....................................................................................................
[00:46:35] ....................................................................................................
[00:46:38] ....................................................................................................
[00:46:42] ....................................................................................................
[00:46:47] ..........F.........................................................................................
[00:46:59] ....................................................................................................
[00:47:04] ....................................................................................................
[00:47:12] ...............................i....................................................................
[00:47:17] ....................i...............................................................................
---
[00:47:39] 
[00:47:39] ---- [ui] ui/feature-gate-wasm_import_module.rs stdout ----
[00:47:39] diff of stderr:
[00:47:39] 
[00:47:39] - error[E0658]: experimental attribute (see issue #51088)
[00:47:39] + error[E0658]: experimental attribute (see issue #52090)
[00:47:39] 2   --> $DIR/feature-gate-wasm_import_module.rs:11:1
[00:47:39] 3    |
[00:47:39] 4 LL | #[wasm_import_module = "test"] //~ ERROR: experimental
[00:47:39] 
[00:47:39] The actual stderr differed from the expected stderr.
[00:47:39] The actual stderr differed from the expected stderr.
[00:47:39] Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/feature-gate-wasm_import_module/feature-gate-wasm_import_module.stderr
[00:47:39] To update references, rerun the tests and pass the `--bless` flag
[00:47:39] To only update this specific test, also pass `--test-args feature-gate-wasm_import_module.rs`
[00:47:39] error: 1 errors occurred comparing output.
[00:47:39] status: exit code: 101
[00:47:39] thread 'main' panicked at 'Some tests failed', tools/compiletest/src/main.rs:498:22
[00:47:39] thread 'main' panicked at 'Some tests failed', tools/compiletest/src/main.rs:498:22
[00:47:39] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/feature-gate-wasm_import_module.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/feature-gate-wasm_import_module/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/feature-gate-wasm_import_module/auxiliary" "-A" "unused"
[00:47:39] ------------------------------------------
[00:47:39] 
[00:47:39] ------------------------------------------
[00:47:39] stderr:
[00:47:39] stderr:
[00:47:39] ------------------------------------------
[00:47:39] {"message":"experimental attribute (see issue #52090)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-wasm_import_module.rs","byte_start":467,"byte_end":497,"line_start":11,"line_end":11,"column_start":1,"c:47:39] 
[00:47:39] 
[00:47:39] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-3.9/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zunstable-options " "--target-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "3.9.1\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[00:47:39] 
[00:47:39] 
[00:47:39] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[00:47:39] Build completed unsuccessfully in 0:02:07
[00:47:39] Build completed unsuccessfully in 0:02:07
[00:47:39] make: *** [check] Error 1
[00:47:39] Makefile:58: recipe for target 'check' failed

The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:1d9c8610
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)

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)

@kennytm
Copy link
Member

kennytm commented Jul 6, 2018

@bors r-

Needs to update a UI test 🤷

@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 Jul 6, 2018
@alexcrichton
Copy link
Member Author

@bors: r=kennytm

@bors
Copy link
Contributor

bors commented Jul 6, 2018

📌 Commit 23fbfb5 has been approved by kennytm

@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 Jul 6, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Jul 6, 2018
rustc: Update tracking issue for wasm_import_module

It's now rust-lang#52090
bors added a commit that referenced this pull request Jul 6, 2018
Rollup of 14 pull requests

Successful merges:

 - #51619 (rust: add initial changes to support powerpc64le musl)
 - #51793 (Fix variant background color on hover in search results)
 - #52005 (Update LLVM to bring in a wasm codegen fix)
 - #52016 (Deduplicate error reports for statics)
 - #52019 ([cross-lang-lto] Allow the linker to choose the LTO-plugin (which is useful when using LLD))
 - #52030 (Any docs preposition change)
 - #52031 (Strenghten synchronization in `Arc::is_unique`)
 - #52033 ([Gardening] Update outdated comments: ByVal -> Scalar)
 - #52055 (Include VS 2017 in error message.)
 - #52063 (Add a link to the rustc docs)
 - #52073 (Add a punch card to weird expressions test)
 - #52080 (Improve dependency deduplication diagnostics)
 - #52093 (rustc: Update tracking issue for wasm_import_module)
 - #52096 (Fix typo in cell.rs)

Failed merges:
@bors bors merged commit 23fbfb5 into rust-lang:master Jul 6, 2018
@alexcrichton alexcrichton deleted the update-issue branch July 18, 2018 14:51
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.

5 participants