-
-
Save hauleth/7ca65dd5d046f2528910 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
Fresh gcc v0.3.8 | |
Fresh pkg-config v0.3.5 | |
Fresh bitflags v0.3.0 | |
Fresh libc v0.1.8 | |
Fresh openssl-sys v0.6.3 | |
Fresh libz-sys v0.1.6 | |
Fresh curl-sys v0.1.24 | |
Fresh libucl-sys v0.1.5 | |
Fresh ucl v0.1.3 (file:///home/hauleth/Workspace/ucl-rs) | |
Running `/home/hauleth/Workspace/ucl-rs/target/debug/ucl-49bf07184c877340` | |
running 13 tests | |
test object::test::from_str ... ok | |
test object::test::from_double ... ok | |
test object::test::from_bool ... ok | |
test object::test::from_int ... ok | |
test object::test::to_string ... ok | |
test object::test::from_string ... ok | |
test object::test::to_int ... ok | |
test object::test::to_int_invalid_type ... ok | |
test parser::test::flags ... ok | |
test parser::test::empty_string_parsing ... ok | |
test parser::test::key_fetching ... ok | |
test parser::test::variables ... ok | |
test parser::test::string_parsing ... ok | |
test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured | |
Doc-tests ucl | |
Running `rustdoc --test /home/hauleth/Workspace/ucl-rs/src/lib.rs --crate-name ucl -L dependency=/home/hauleth/Workspace/ucl-rs/target/debug/deps -L dependency=/home/hauleth/Workspace/ucl-rs/target/debug -L native=/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out -L native=/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib --cfg feature="default" --extern libc=/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib --extern bitflags=/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib --extern libucl_sys=/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib --extern ucl=/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib` | |
running 10 tests | |
test object::as_bool_0 ... FAILED | |
test object::as_float_0 ... FAILED | |
test object::as_int_0 ... FAILED | |
test _0 ... FAILED | |
test object::as_string_0 ... FAILED | |
test object::fetch_0 ... FAILED | |
test object::fetch_path_0 ... FAILED | |
test parser::parse_0 ... FAILED | |
test parser::register_var_0 ... FAILED | |
test parser::with_flags_0 ... FAILED | |
failures: | |
---- object::as_bool_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.ADBq5wB99oJY/rust_out.o" "-o" "/tmp/rustdoctest.ADBq5wB99oJY/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::as_bool_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- object::as_float_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.hTaR0CtcK4ee/rust_out.o" "-o" "/tmp/rustdoctest.hTaR0CtcK4ee/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::as_float_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- object::as_int_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.xVt3hzdEFY9r/rust_out.o" "-o" "/tmp/rustdoctest.xVt3hzdEFY9r/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::as_int_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- _0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.O8DBsYF1zO2a/rust_out.o" "-o" "/tmp/rustdoctest.O8DBsYF1zO2a/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread '_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- object::as_string_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.Q2daLhqcfyuQ/rust_out.o" "-o" "/tmp/rustdoctest.Q2daLhqcfyuQ/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::as_string_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- object::fetch_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.Y09b4tSSrNL5/rust_out.o" "-o" "/tmp/rustdoctest.Y09b4tSSrNL5/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::fetch_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- object::fetch_path_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.0FL31aoVhPaA/rust_out.o" "-o" "/tmp/rustdoctest.0FL31aoVhPaA/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'object::fetch_path_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- parser::parse_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.GJrk0VGpG2uk/rust_out.o" "-o" "/tmp/rustdoctest.GJrk0VGpG2uk/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'parser::parse_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- parser::register_var_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.ltkhwGBXxwml/rust_out.o" "-o" "/tmp/rustdoctest.ltkhwGBXxwml/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'parser::register_var_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
---- parser::with_flags_0 stdout ---- | |
error: linking with `cc` failed: exit code: 1 | |
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest.aAPCzeF5gsad/rust_out.o" "-o" "/tmp/rustdoctest.aAPCzeF5gsad/rust_out" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/home/hauleth/Workspace/ucl-rs/target/debug/libucl.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibucl_sys-702f65f202b75ce3.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libcurl_sys-478772b4d493d102.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libopenssl_sys-f1940735b7e345d7.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/libbitflags-52cb4de1e3db33a5.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibz_sys-78922e0e40333890.rlib" "/home/hauleth/Workspace/ucl-rs/target/debug/deps/liblibc-ef5cbad4ef5c7a1e.rlib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-l" "std-c3ffd275" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/deps" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug" "-L" "/home/hauleth/Workspace/ucl-rs/target/debug/build/openssl-sys-f1940735b7e345d7/out" "-L" "/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib" "-L" "/home/hauleth/.multirust/toolchains/beta/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/home/hauleth/Workspace/ucl-rs/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/home/hauleth/Workspace/ucl-rs/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "curl" "-l" "ssl" "-l" "crypto" "-l" "z" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt" | |
note: /home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_get0_alpn_selected' | |
/home/hauleth/.linuxbrew/Cellar/curl/7.42.1/lib/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: aborting due to previous error | |
thread 'parser::with_flags_0' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:211 | |
failures: | |
_0 | |
object::as_bool_0 | |
object::as_float_0 | |
object::as_int_0 | |
object::as_string_0 | |
object::fetch_0 | |
object::fetch_path_0 | |
parser::parse_0 | |
parser::register_var_0 | |
parser::with_flags_0 | |
test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment