Skip to content

cargo publish timeouts always #4264

Closed
Closed
@hasufell

Description

@hasufell

Followed all instructions from http://doc.crates.io/crates-io.html and created a token etc.

Cargo version is cargo 0.21.0-nightly (abf01e1ed 2017-06-25). Also tried with stable, fails in the same way.

jule@localhost ~/git/rust-libnotify-sys $ cargo publish 
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Packaging libnotify-sys v0.5.0 (file:///home/jule/git/rust-libnotify-sys)
   Verifying libnotify-sys v0.5.0 (file:///home/jule/git/rust-libnotify-sys)
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling bitflags v0.8.2
   Compiling pkg-config v0.3.9
   Compiling libc v0.2.26
   Compiling gtypes v0.2.0
   Compiling libnotify-sys v0.5.0 (file:///home/jule/git/rust-libnotify-sys/target/package/libnotify-sys-0.5.0)
   Compiling gio-sys v0.3.4
   Compiling glib-2-0-sys v0.46.4
   Compiling gobject-2-0-sys v0.46.4
   Compiling gobject-sys v0.3.4
   Compiling gdk-pixbuf-sys v0.3.4
   Compiling glib-sys v0.3.4
    Finished dev [unoptimized + debuginfo] target(s) in 12.95 secs
   Uploading libnotify-sys v0.5.0 (file:///home/jule/git/rust-libnotify-sys)
error: [28] Timeout was reached (Operation too slow. Less than 10 bytes/sec transferred the last 30 seconds)

I don't see any useful way to debug this. It basically doesn't tell me anything, where the error happens, why etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions