-
-
Save GuillaumeGomez/fda1259626a30dc9893ffc6fe541faa5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failures: | |
---- [ui] ui/custom-derive/issue-36935.rs stdout ---- | |
ui: /Users/imperio/rust/rust/src/test/ui/custom-derive/issue-36935.rs | |
normalized stderr: | |
dyld: lazy symbol binding failed: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E | |
Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib | |
Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib | |
dyld: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E | |
Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib | |
Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib | |
expected stderr: | |
error: custom derive attribute panicked | |
--> $DIR/issue-36935.rs:17:15 | |
| | |
17 | #[derive(Foo, Bar)] | |
| ^^^ | |
| | |
= help: message: lolnope | |
diff of stderr: | |
0 - |error: custom derive attribute panicked| | |
+ |dyld: lazy symbol binding failed: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E| | |
1 - | --> $DIR/issue-36935.rs:17:15| | |
+ | Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib| | |
2 - | || | |
+ | Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib| | |
3 - |17 | #[derive(Foo, Bar)]| | |
+ || | |
4 - | | ^^^| | |
+ |dyld: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E| | |
5 - | || | |
+ | Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib| | |
6 - | = help: message: lolnope| | |
+ | Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib| | |
The actual stderr differed from the expected stderr. | |
Actual stderr saved to /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stderr | |
To update references, run this command from build directory: | |
/Users/imperio/rust/rust/src/test/ui/update-references.sh '/Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui' 'custom-derive/issue-36935.rs' | |
error: 1 errors occurred comparing output. | |
status: signal: 5 | |
command: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/bin/rustc /Users/imperio/rust/rust/src/test/ui/custom-derive/issue-36935.rs -L /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui --target=x86_64-apple-darwin -L /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux -C prefer-dynamic -o /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin -Crpath -O -Lnative=/Users/imperio/rust/rust/build/x86_64-apple-darwin/rust-test-helpers | |
stdout: | |
------------------------------------------ | |
------------------------------------------ | |
stderr: | |
------------------------------------------ | |
dyld: lazy symbol binding failed: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E | |
Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib | |
Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib | |
dyld: Symbol not found: __ZN3std9panicking20rust_panic_with_hook17h98961cb5426202c9E | |
Referenced from: /Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui/custom-derive/issue-36935.stage1-x86_64-apple-darwin.ui.libaux/libplugin.dylib | |
Expected in: /Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/libstd-81771318f38f7b62.dylib | |
------------------------------------------ | |
thread '[ui] ui/custom-derive/issue-36935.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:2531 | |
note: Run with `RUST_BACKTRACE=1` for a backtrace. | |
failures: | |
[ui] ui/custom-derive/issue-36935.rs | |
test result: FAILED. 158 passed; 1 failed; 1 ignored; 0 measured | |
thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:325 | |
command did not execute successfully: "/Users/imperio/rust/rust/build/x86_64-apple-darwin/stage0-tools/x86_64-apple-darwin/release/compiletest" "--compile-lib-path" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib" "--run-lib-path" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/lib/rustlib/x86_64-apple-darwin/lib" "--rustc-path" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/bin/rustc" "--rustdoc-path" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/stage1/bin/rustdoc" "--src-base" "/Users/imperio/rust/rust/src/test/ui" "--build-base" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/test/ui" "--stage-id" "stage1-x86_64-apple-darwin" "--mode" "ui" "--target" "x86_64-apple-darwin" "--host" "x86_64-apple-darwin" "--llvm-filecheck" "/Users/imperio/rust/rust/build/x86_64-apple-darwin/llvm/build/bin/FileCheck" "--nodejs" "/usr/local/bin/node" "--host-rustcflags" "-Crpath -O" "--target-rustcflags" "-Crpath -O -Lnative=/Users/imperio/rust/rust/build/x86_64-apple-darwin/rust-test-helpers" "--docck-python" "/usr/local/bin/python2.7" "--lldb-python" "/usr/bin/python" "--lldb-version" "lldb-350.0.21.9" "--lldb-python-dir" "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Resources/Python" "--llvm-version" "3.9.1\n" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp" "--android-cross-path" "" | |
expected success, got: exit code: 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment