[Bug 1553639] Review Request: rust-hyper - Modern HTTP library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1553639

Robert-André Mauchin <zebob.m@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebob.m@xxxxxxxxx



--- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> ---
Build error:

BUILDSTDERR:    Compiling tokio-core v0.1.12
BUILDSTDERR:      Running `/usr/bin/rustc --crate-name tokio_core
/usr/share/cargo/registry/tokio-core-0.1.12/src/lib.rs --crate-type lib
--emit=dep-info,link -C opt-level=3 -C metadata=84504471d9c2cb31 -C
extra-filename=-84504471d9c2cb31 --out-dir
/builddir/build/BUILD/hyper-0.11.22/target/release/deps -L
dependency=/builddir/build/BUILD/hyper-0.11.22/target/release/deps --extern
log=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/liblog-129ea5bbac2dadda.rlib
--extern
futures=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libfutures-98f50b5ddb4b0aa3.rlib
--extern
slab=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libslab-b17f549fb7b4bc0c.rlib
--extern
bytes=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libbytes-e80650f556e05ce6.rlib
--extern
tokio_io=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libtokio_io-68b9f7afb436dc4a.rlib
--extern
iovec=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libiovec-e4757dc54099439a.rlib
--extern
mio=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libmio-015995e705c15631.rlib
--extern
scoped_tls=/builddir/build/BUILD/hyper-0.11.22/target/release/deps/libscoped_tls-7dc00805d71a4171.rlib
--cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:276:39
BUILDSTDERR:     |
BUILDSTDERR: 276 |         if let Async::NotReady = self.poll_read() {
BUILDSTDERR:     |                                       ^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:276:16
BUILDSTDERR:     |
BUILDSTDERR: 276 |         if let Async::NotReady = self.poll_read() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:289:39
BUILDSTDERR:     |
BUILDSTDERR: 289 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                                       ^^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:289:16
BUILDSTDERR:     |
BUILDSTDERR: 289 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:300:39
BUILDSTDERR:     |
BUILDSTDERR: 300 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                                       ^^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:300:16
BUILDSTDERR:     |
BUILDSTDERR: 300 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:335:39
BUILDSTDERR:     |
BUILDSTDERR: 335 |         if let Async::NotReady = self.poll_read() {
BUILDSTDERR:     |                                       ^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:335:16
BUILDSTDERR:     |
BUILDSTDERR: 335 |         if let Async::NotReady = self.poll_read() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:350:39
BUILDSTDERR:     |
BUILDSTDERR: 350 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                                       ^^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:350:16
BUILDSTDERR:     |
BUILDSTDERR: 350 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error[E0061]: this function takes 1 parameter but 0 parameters
were supplied
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:361:39
BUILDSTDERR:     |
BUILDSTDERR: 361 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                                       ^^^^^^^^^^ expected 1
parameter
BUILDSTDERR: error[E0308]: mismatched types
BUILDSTDERR:    -->
/usr/share/cargo/registry/tokio-core-0.1.12/src/reactor/poll_evented.rs:361:16
BUILDSTDERR:     |
BUILDSTDERR: 361 |         if let Async::NotReady = self.poll_write() {
BUILDSTDERR:     |                ^^^^^^^^^^^^^^^ expected enum
`std::result::Result`, found enum `futures::Async`
BUILDSTDERR:     |
BUILDSTDERR:     = note: expected type
`std::result::Result<futures::Async<usize>, std::io::Error>`
BUILDSTDERR:                found type `futures::Async<_>`
BUILDSTDERR: error: aborting due to 12 previous errors
BUILDSTDERR: error: Could not compile `tokio-core`.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux