Jul 11 16:41:39.081 INFO checking zeromq-0.1.0-pre against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 16:41:39.081 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 16:41:39.081 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 16:41:39.082 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 16:41:39.362 INFO blam! df7381b2c4f5567f0ff3619ad2887ce4df7b01bb60bfa1925aad20dcdfcc0b00 Jul 11 16:41:39.364 INFO running `"docker" "start" "-a" "df7381b2c4f5567f0ff3619ad2887ce4df7b01bb60bfa1925aad20dcdfcc0b00"` Jul 11 16:41:40.387 INFO kablam! Checking zeromq v0.1.0-pre (file:///source) Jul 11 16:41:40.572 INFO kablam! error: expected type, found `|` Jul 11 16:41:40.573 INFO kablam! --> src/socket_base.rs:184:36 Jul 11 16:41:40.573 INFO kablam! | Jul 11 16:41:40.573 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Jul 11 16:41:40.573 INFO kablam! | ^ Jul 11 16:41:40.573 INFO kablam! Jul 11 16:41:40.602 INFO kablam! error: expected type, found `|` Jul 11 16:41:40.602 INFO kablam! --> src/socket_base.rs:184:36 Jul 11 16:41:40.602 INFO kablam! | Jul 11 16:41:40.602 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Jul 11 16:41:40.602 INFO kablam! | ^ Jul 11 16:41:40.602 INFO kablam! Jul 11 16:41:40.780 INFO kablam! error[E0432]: unresolved import `std::io::IoError` Jul 11 16:41:40.780 INFO kablam! --> src/result.rs:3:15 Jul 11 16:41:40.780 INFO kablam! | Jul 11 16:41:40.780 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:40.781 INFO kablam! | ^^^^^^^ no `IoError` in `io`. Did you mean to use `Error`? Jul 11 16:41:40.781 INFO kablam! Jul 11 16:41:40.781 INFO kablam! error[E0432]: unresolved import `std::io::IoErrorKind` Jul 11 16:41:40.781 INFO kablam! --> src/result.rs:3:24 Jul 11 16:41:40.781 INFO kablam! | Jul 11 16:41:40.781 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:40.781 INFO kablam! | ^^^^^^^^^^^ no `IoErrorKind` in `io`. Did you mean to use `ErrorKind`? Jul 11 16:41:40.781 INFO kablam! Jul 11 16:41:40.782 INFO kablam! error[E0432]: unresolved import `std::comm` Jul 11 16:41:40.782 INFO kablam! --> src/socket_base.rs:11:10 Jul 11 16:41:40.782 INFO kablam! | Jul 11 16:41:40.782 INFO kablam! 11 | use std::comm::Select; Jul 11 16:41:40.782 INFO kablam! | ^^^^ Could not find `comm` in `std` Jul 11 16:41:40.782 INFO kablam! Jul 11 16:41:40.782 INFO kablam! error[E0432]: unresolved import `std::io::Listener` Jul 11 16:41:40.782 INFO kablam! --> src/socket_base.rs:13:5 Jul 11 16:41:40.782 INFO kablam! | Jul 11 16:41:40.782 INFO kablam! 13 | use std::io::Listener; Jul 11 16:41:40.782 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Listener` in `io` Jul 11 16:41:40.782 INFO kablam! Jul 11 16:41:40.783 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.783 INFO kablam! --> src/socket_base.rs:14:14 Jul 11 16:41:40.783 INFO kablam! | Jul 11 16:41:40.783 INFO kablam! 14 | use std::io::net::ip::SocketAddr; Jul 11 16:41:40.783 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.783 INFO kablam! Jul 11 16:41:40.783 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.783 INFO kablam! --> src/socket_base.rs:15:22 Jul 11 16:41:40.783 INFO kablam! | Jul 11 16:41:40.783 INFO kablam! 15 | use std::sync::{Arc, RWLock}; Jul 11 16:41:40.783 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.783 INFO kablam! Jul 11 16:41:40.784 INFO kablam! error[E0432]: unresolved import `std::io::extensions` Jul 11 16:41:40.784 INFO kablam! --> src/stream_engine.rs:9:5 Jul 11 16:41:40.784 INFO kablam! | Jul 11 16:41:40.784 INFO kablam! 9 | use std::io::extensions; Jul 11 16:41:40.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `extensions` in `io` Jul 11 16:41:40.784 INFO kablam! Jul 11 16:41:40.784 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:40.784 INFO kablam! --> src/stream_engine.rs:10:15 Jul 11 16:41:40.784 INFO kablam! | Jul 11 16:41:40.784 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:40.784 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:40.784 INFO kablam! Jul 11 16:41:40.784 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:40.784 INFO kablam! --> src/stream_engine.rs:10:26 Jul 11 16:41:40.784 INFO kablam! | Jul 11 16:41:40.785 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:40.785 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:40.785 INFO kablam! Jul 11 16:41:40.785 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.785 INFO kablam! --> src/stream_engine.rs:11:17 Jul 11 16:41:40.785 INFO kablam! | Jul 11 16:41:40.785 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.785 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.785 INFO kablam! Jul 11 16:41:40.785 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.785 INFO kablam! --> src/tcp_connecter.rs:7:14 Jul 11 16:41:40.785 INFO kablam! | Jul 11 16:41:40.785 INFO kablam! 7 | use std::io::net::ip::SocketAddr; Jul 11 16:41:40.786 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.786 INFO kablam! Jul 11 16:41:40.786 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:40.786 INFO kablam! --> src/tcp_connecter.rs:8:15 Jul 11 16:41:40.786 INFO kablam! | Jul 11 16:41:40.786 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:40.786 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:40.786 INFO kablam! Jul 11 16:41:40.787 INFO kablam! error[E0432]: unresolved import `std::io::timer` Jul 11 16:41:40.787 INFO kablam! --> src/tcp_connecter.rs:8:26 Jul 11 16:41:40.787 INFO kablam! | Jul 11 16:41:40.787 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:40.787 INFO kablam! | ^^^^^ no `timer` in `io` Jul 11 16:41:40.787 INFO kablam! Jul 11 16:41:40.787 INFO kablam! error[E0432]: unresolved import `std::num::SignedInt` Jul 11 16:41:40.787 INFO kablam! --> src/tcp_connecter.rs:9:5 Jul 11 16:41:40.787 INFO kablam! | Jul 11 16:41:40.787 INFO kablam! 9 | use std::num::SignedInt; Jul 11 16:41:40.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` Jul 11 16:41:40.787 INFO kablam! Jul 11 16:41:40.788 INFO kablam! error[E0432]: unresolved import `std::rand` Jul 11 16:41:40.788 INFO kablam! --> src/tcp_connecter.rs:10:5 Jul 11 16:41:40.788 INFO kablam! | Jul 11 16:41:40.788 INFO kablam! 10 | use std::rand; Jul 11 16:41:40.788 INFO kablam! | ^^^^^^^^^ no `rand` in the root Jul 11 16:41:40.788 INFO kablam! Jul 11 16:41:40.789 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.789 INFO kablam! --> src/tcp_connecter.rs:11:17 Jul 11 16:41:40.789 INFO kablam! | Jul 11 16:41:40.789 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.789 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.789 INFO kablam! Jul 11 16:41:40.789 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:40.790 INFO kablam! --> src/tcp_connecter.rs:12:16 Jul 11 16:41:40.790 INFO kablam! | Jul 11 16:41:40.790 INFO kablam! 12 | use std::time::duration::Duration; Jul 11 16:41:40.790 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:40.790 INFO kablam! Jul 11 16:41:40.790 INFO kablam! error[E0432]: unresolved import `std::io::Acceptor` Jul 11 16:41:40.790 INFO kablam! --> src/tcp_listener.rs:6:5 Jul 11 16:41:40.790 INFO kablam! | Jul 11 16:41:40.791 INFO kablam! 6 | use std::io::Acceptor; Jul 11 16:41:40.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Acceptor` in `io` Jul 11 16:41:40.791 INFO kablam! Jul 11 16:41:40.791 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.791 INFO kablam! --> src/tcp_listener.rs:7:14 Jul 11 16:41:40.791 INFO kablam! | Jul 11 16:41:40.791 INFO kablam! 7 | use std::io::net::tcp::TcpAcceptor; Jul 11 16:41:40.792 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.792 INFO kablam! Jul 11 16:41:40.792 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.792 INFO kablam! --> src/tcp_listener.rs:8:17 Jul 11 16:41:40.792 INFO kablam! | Jul 11 16:41:40.792 INFO kablam! 8 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.792 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.792 INFO kablam! Jul 11 16:41:40.793 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:40.793 INFO kablam! --> src/options.rs:3:16 Jul 11 16:41:40.793 INFO kablam! | Jul 11 16:41:40.793 INFO kablam! 3 | use std::time::duration::Duration; Jul 11 16:41:40.793 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:40.793 INFO kablam! Jul 11 16:41:40.793 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Jul 11 16:41:40.793 INFO kablam! --> src/v2_encoder.rs:5:15 Jul 11 16:41:40.794 INFO kablam! | Jul 11 16:41:40.794 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:40.794 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Jul 11 16:41:40.794 INFO kablam! Jul 11 16:41:40.794 INFO kablam! error[E0432]: unresolved import `std::io::Writer` Jul 11 16:41:40.794 INFO kablam! --> src/v2_encoder.rs:5:25 Jul 11 16:41:40.794 INFO kablam! | Jul 11 16:41:40.794 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:40.795 INFO kablam! | ^^^^^^ no `Writer` in `io`. Did you mean to use `Write`? Jul 11 16:41:40.795 INFO kablam! Jul 11 16:41:40.795 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:40.795 INFO kablam! --> src/v2_decoder.rs:7:5 Jul 11 16:41:40.795 INFO kablam! | Jul 11 16:41:40.795 INFO kablam! 7 | use std::io::Reader; Jul 11 16:41:40.795 INFO kablam! | ^^^^^^^^^^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:40.795 INFO kablam! Jul 11 16:41:40.866 INFO kablam! error[E0432]: unresolved import `std::io::IoError` Jul 11 16:41:40.867 INFO kablam! --> src/result.rs:3:15 Jul 11 16:41:40.867 INFO kablam! | Jul 11 16:41:40.867 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:40.867 INFO kablam! | ^^^^^^^ no `IoError` in `io`. Did you mean to use `Error`? Jul 11 16:41:40.867 INFO kablam! Jul 11 16:41:40.867 INFO kablam! error[E0432]: unresolved import `std::io::IoErrorKind` Jul 11 16:41:40.867 INFO kablam! --> src/result.rs:3:24 Jul 11 16:41:40.867 INFO kablam! | Jul 11 16:41:40.867 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:40.867 INFO kablam! | ^^^^^^^^^^^ no `IoErrorKind` in `io`. Did you mean to use `ErrorKind`? Jul 11 16:41:40.867 INFO kablam! Jul 11 16:41:40.868 INFO kablam! error[E0432]: unresolved import `std::comm` Jul 11 16:41:40.868 INFO kablam! --> src/socket_base.rs:11:10 Jul 11 16:41:40.868 INFO kablam! | Jul 11 16:41:40.868 INFO kablam! 11 | use std::comm::Select; Jul 11 16:41:40.868 INFO kablam! | ^^^^ Could not find `comm` in `std` Jul 11 16:41:40.868 INFO kablam! Jul 11 16:41:40.868 INFO kablam! error[E0432]: unresolved import `std::io::Listener` Jul 11 16:41:40.868 INFO kablam! --> src/socket_base.rs:13:5 Jul 11 16:41:40.868 INFO kablam! | Jul 11 16:41:40.868 INFO kablam! 13 | use std::io::Listener; Jul 11 16:41:40.868 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Listener` in `io` Jul 11 16:41:40.868 INFO kablam! Jul 11 16:41:40.869 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.869 INFO kablam! --> src/socket_base.rs:14:14 Jul 11 16:41:40.869 INFO kablam! | Jul 11 16:41:40.869 INFO kablam! 14 | use std::io::net::ip::SocketAddr; Jul 11 16:41:40.869 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.869 INFO kablam! Jul 11 16:41:40.869 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.869 INFO kablam! --> src/socket_base.rs:15:22 Jul 11 16:41:40.869 INFO kablam! | Jul 11 16:41:40.869 INFO kablam! 15 | use std::sync::{Arc, RWLock}; Jul 11 16:41:40.869 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.869 INFO kablam! Jul 11 16:41:40.869 INFO kablam! error[E0432]: unresolved import `std::io::extensions` Jul 11 16:41:40.869 INFO kablam! --> src/stream_engine.rs:9:5 Jul 11 16:41:40.870 INFO kablam! | Jul 11 16:41:40.870 INFO kablam! 9 | use std::io::extensions; Jul 11 16:41:40.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `extensions` in `io` Jul 11 16:41:40.870 INFO kablam! Jul 11 16:41:40.870 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:40.870 INFO kablam! --> src/stream_engine.rs:10:15 Jul 11 16:41:40.870 INFO kablam! | Jul 11 16:41:40.870 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:40.870 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:40.870 INFO kablam! Jul 11 16:41:40.870 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:40.870 INFO kablam! --> src/stream_engine.rs:10:26 Jul 11 16:41:40.870 INFO kablam! | Jul 11 16:41:40.871 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:40.871 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:40.871 INFO kablam! Jul 11 16:41:40.871 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.871 INFO kablam! --> src/stream_engine.rs:11:17 Jul 11 16:41:40.871 INFO kablam! | Jul 11 16:41:40.871 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.871 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.871 INFO kablam! Jul 11 16:41:40.871 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.871 INFO kablam! --> src/tcp_connecter.rs:7:14 Jul 11 16:41:40.871 INFO kablam! | Jul 11 16:41:40.871 INFO kablam! 7 | use std::io::net::ip::SocketAddr; Jul 11 16:41:40.872 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.872 INFO kablam! Jul 11 16:41:40.872 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:40.872 INFO kablam! --> src/tcp_connecter.rs:8:15 Jul 11 16:41:40.872 INFO kablam! | Jul 11 16:41:40.872 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:40.872 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:40.872 INFO kablam! Jul 11 16:41:40.872 INFO kablam! error[E0432]: unresolved import `std::io::timer` Jul 11 16:41:40.872 INFO kablam! --> src/tcp_connecter.rs:8:26 Jul 11 16:41:40.872 INFO kablam! | Jul 11 16:41:40.872 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:40.872 INFO kablam! | ^^^^^ no `timer` in `io` Jul 11 16:41:40.873 INFO kablam! Jul 11 16:41:40.873 INFO kablam! error[E0432]: unresolved import `std::num::SignedInt` Jul 11 16:41:40.873 INFO kablam! --> src/tcp_connecter.rs:9:5 Jul 11 16:41:40.873 INFO kablam! | Jul 11 16:41:40.873 INFO kablam! 9 | use std::num::SignedInt; Jul 11 16:41:40.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` Jul 11 16:41:40.873 INFO kablam! Jul 11 16:41:40.873 INFO kablam! error[E0432]: unresolved import `std::rand` Jul 11 16:41:40.873 INFO kablam! --> src/tcp_connecter.rs:10:5 Jul 11 16:41:40.873 INFO kablam! | Jul 11 16:41:40.873 INFO kablam! 10 | use std::rand; Jul 11 16:41:40.873 INFO kablam! | ^^^^^^^^^ no `rand` in the root Jul 11 16:41:40.874 INFO kablam! Jul 11 16:41:40.874 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.874 INFO kablam! --> src/tcp_connecter.rs:11:17 Jul 11 16:41:40.874 INFO kablam! | Jul 11 16:41:40.874 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.874 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.874 INFO kablam! Jul 11 16:41:40.874 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:40.874 INFO kablam! --> src/tcp_connecter.rs:12:16 Jul 11 16:41:40.874 INFO kablam! | Jul 11 16:41:40.874 INFO kablam! 12 | use std::time::duration::Duration; Jul 11 16:41:40.874 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:40.874 INFO kablam! Jul 11 16:41:40.875 INFO kablam! error[E0432]: unresolved import `std::io::Acceptor` Jul 11 16:41:40.875 INFO kablam! --> src/tcp_listener.rs:6:5 Jul 11 16:41:40.875 INFO kablam! | Jul 11 16:41:40.875 INFO kablam! 6 | use std::io::Acceptor; Jul 11 16:41:40.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Acceptor` in `io` Jul 11 16:41:40.875 INFO kablam! Jul 11 16:41:40.876 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:40.876 INFO kablam! --> src/tcp_listener.rs:7:14 Jul 11 16:41:40.876 INFO kablam! | Jul 11 16:41:40.876 INFO kablam! 7 | use std::io::net::tcp::TcpAcceptor; Jul 11 16:41:40.876 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:40.876 INFO kablam! Jul 11 16:41:40.876 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:40.877 INFO kablam! --> src/tcp_listener.rs:8:17 Jul 11 16:41:40.877 INFO kablam! | Jul 11 16:41:40.877 INFO kablam! 8 | use std::sync::{RWLock, Arc}; Jul 11 16:41:40.877 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:40.877 INFO kablam! Jul 11 16:41:40.877 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:40.877 INFO kablam! --> src/options.rs:3:16 Jul 11 16:41:40.877 INFO kablam! | Jul 11 16:41:40.878 INFO kablam! 3 | use std::time::duration::Duration; Jul 11 16:41:40.878 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:40.878 INFO kablam! Jul 11 16:41:40.878 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Jul 11 16:41:40.878 INFO kablam! --> src/v2_encoder.rs:5:15 Jul 11 16:41:40.878 INFO kablam! | Jul 11 16:41:40.878 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:40.878 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Jul 11 16:41:40.879 INFO kablam! Jul 11 16:41:40.879 INFO kablam! error[E0432]: unresolved import `std::io::Writer` Jul 11 16:41:40.879 INFO kablam! --> src/v2_encoder.rs:5:25 Jul 11 16:41:40.879 INFO kablam! | Jul 11 16:41:40.879 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:40.879 INFO kablam! | ^^^^^^ no `Writer` in `io`. Did you mean to use `Write`? Jul 11 16:41:40.879 INFO kablam! Jul 11 16:41:40.879 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:40.880 INFO kablam! --> src/v2_decoder.rs:7:5 Jul 11 16:41:40.880 INFO kablam! | Jul 11 16:41:40.880 INFO kablam! 7 | use std::io::Reader; Jul 11 16:41:40.880 INFO kablam! | ^^^^^^^^^^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:40.880 INFO kablam! Jul 11 16:41:41.545 INFO kablam! error[E0433]: failed to resolve. Could not find `TcpListener` in `io` Jul 11 16:41:41.545 INFO kablam! --> src/socket_base.rs:72:44 Jul 11 16:41:41.545 INFO kablam! | Jul 11 16:41:41.545 INFO kablam! 72 | let listener = io::TcpListener::bind( Jul 11 16:41:41.545 INFO kablam! | ^^^^^^^^^^^ Could not find `TcpListener` in `io` Jul 11 16:41:41.550 INFO kablam! error[E0433]: failed to resolve. Could not find `TcpListener` in `io` Jul 11 16:41:41.550 INFO kablam! --> src/socket_base.rs:72:44 Jul 11 16:41:41.550 INFO kablam! | Jul 11 16:41:41.550 INFO kablam! 72 | let listener = io::TcpListener::bind( Jul 11 16:41:41.550 INFO kablam! | ^^^^^^^^^^^ Could not find `TcpListener` in `io` Jul 11 16:41:41.550 INFO kablam! Jul 11 16:41:41.550 INFO kablam! Jul 11 16:41:41.668 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.668 INFO kablam! --> src/socket_base.rs:173:9 Jul 11 16:41:41.668 INFO kablam! | Jul 11 16:41:41.668 INFO kablam! 173 | debug!("Sending {} to {}", msg, id); Jul 11 16:41:41.668 INFO kablam! | ^^^^^ Jul 11 16:41:41.668 INFO kablam! Jul 11 16:41:41.678 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.678 INFO kablam! --> src/socket_base.rs:173:9 Jul 11 16:41:41.679 INFO kablam! | Jul 11 16:41:41.679 INFO kablam! 173 | debug!("Sending {} to {}", msg, id); Jul 11 16:41:41.679 INFO kablam! | ^^^^^ Jul 11 16:41:41.679 INFO kablam! Jul 11 16:41:41.722 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.722 INFO kablam! --> src/socket_base.rs:205:17 Jul 11 16:41:41.722 INFO kablam! | Jul 11 16:41:41.722 INFO kablam! 205 | debug!("New peer: {}", id); Jul 11 16:41:41.723 INFO kablam! | ^^^^^ Jul 11 16:41:41.723 INFO kablam! Jul 11 16:41:41.767 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.767 INFO kablam! --> src/socket_base.rs:205:17 Jul 11 16:41:41.767 INFO kablam! | Jul 11 16:41:41.767 INFO kablam! 205 | debug!("New peer: {}", id); Jul 11 16:41:41.767 INFO kablam! | ^^^^^ Jul 11 16:41:41.767 INFO kablam! Jul 11 16:41:41.797 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.797 INFO kablam! --> src/stream_engine.rs:39:17 Jul 11 16:41:41.797 INFO kablam! | Jul 11 16:41:41.797 INFO kablam! 39 | debug!("Sending message: {} @ {} -> {}", msg, Jul 11 16:41:41.797 INFO kablam! | ^^^^^ Jul 11 16:41:41.797 INFO kablam! Jul 11 16:41:41.824 INFO kablam! error: cannot find macro `info!` in this scope Jul 11 16:41:41.824 INFO kablam! --> src/stream_engine.rs:64:9 Jul 11 16:41:41.824 INFO kablam! | Jul 11 16:41:41.824 INFO kablam! 64 | info!("Connection is made: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:41.824 INFO kablam! | ^^^^ Jul 11 16:41:41.825 INFO kablam! Jul 11 16:41:41.825 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.825 INFO kablam! --> src/stream_engine.rs:86:9 Jul 11 16:41:41.825 INFO kablam! | Jul 11 16:41:41.825 INFO kablam! 86 | debug!("Handshake is done: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:41.825 INFO kablam! | ^^^^^ Jul 11 16:41:41.825 INFO kablam! Jul 11 16:41:41.825 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.825 INFO kablam! --> src/stream_engine.rs:97:9 Jul 11 16:41:41.825 INFO kablam! | Jul 11 16:41:41.825 INFO kablam! 97 | debug!("Feeding the peer channels to the socket object."); Jul 11 16:41:41.825 INFO kablam! | ^^^^^ Jul 11 16:41:41.825 INFO kablam! Jul 11 16:41:41.852 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.852 INFO kablam! --> src/stream_engine.rs:39:17 Jul 11 16:41:41.852 INFO kablam! | Jul 11 16:41:41.852 INFO kablam! 39 | debug!("Sending message: {} @ {} -> {}", msg, Jul 11 16:41:41.852 INFO kablam! | ^^^^^ Jul 11 16:41:41.852 INFO kablam! Jul 11 16:41:41.866 INFO kablam! error: cannot find macro `info!` in this scope Jul 11 16:41:41.867 INFO kablam! --> src/stream_engine.rs:64:9 Jul 11 16:41:41.867 INFO kablam! | Jul 11 16:41:41.867 INFO kablam! 64 | info!("Connection is made: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:41.867 INFO kablam! | ^^^^ Jul 11 16:41:41.867 INFO kablam! Jul 11 16:41:41.867 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.867 INFO kablam! --> src/stream_engine.rs:86:9 Jul 11 16:41:41.867 INFO kablam! | Jul 11 16:41:41.867 INFO kablam! 86 | debug!("Handshake is done: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:41.867 INFO kablam! | ^^^^^ Jul 11 16:41:41.867 INFO kablam! Jul 11 16:41:41.867 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:41.867 INFO kablam! --> src/stream_engine.rs:97:9 Jul 11 16:41:41.867 INFO kablam! | Jul 11 16:41:41.867 INFO kablam! 97 | debug!("Feeding the peer channels to the socket object."); Jul 11 16:41:41.867 INFO kablam! | ^^^^^ Jul 11 16:41:41.867 INFO kablam! Jul 11 16:41:41.902 INFO kablam! error: cannot find macro `warn!` in this scope Jul 11 16:41:41.902 INFO kablam! --> src/stream_engine.rs:99:13 Jul 11 16:41:41.902 INFO kablam! | Jul 11 16:41:41.902 INFO kablam! 99 | warn!("Socket object is gone!"); Jul 11 16:41:41.902 INFO kablam! | ^^^^ Jul 11 16:41:41.902 INFO kablam! Jul 11 16:41:41.918 INFO kablam! error: cannot find macro `warn!` in this scope Jul 11 16:41:41.918 INFO kablam! --> src/stream_engine.rs:99:13 Jul 11 16:41:41.918 INFO kablam! | Jul 11 16:41:41.918 INFO kablam! 99 | warn!("Socket object is gone!"); Jul 11 16:41:41.918 INFO kablam! | ^^^^ Jul 11 16:41:41.918 INFO kablam! Jul 11 16:41:42.104 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.104 INFO kablam! --> src/consts.rs:51:19 Jul 11 16:41:42.104 INFO kablam! | Jul 11 16:41:42.104 INFO kablam! 51 | const HAUSNUMERO: int = 156384712; Jul 11 16:41:42.104 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.104 INFO kablam! Jul 11 16:41:42.104 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.104 INFO kablam! --> src/consts.rs:57:30 Jul 11 16:41:42.104 INFO kablam! | Jul 11 16:41:42.104 INFO kablam! 57 | EINVAL = libc::EINVAL as int, Jul 11 16:41:42.104 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.104 INFO kablam! Jul 11 16:41:42.104 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.104 INFO kablam! --> src/consts.rs:60:30 Jul 11 16:41:42.105 INFO kablam! | Jul 11 16:41:42.105 INFO kablam! 60 | EACCES = libc::EACCES as int, Jul 11 16:41:42.105 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.105 INFO kablam! Jul 11 16:41:42.105 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.105 INFO kablam! --> src/consts.rs:63:42 Jul 11 16:41:42.105 INFO kablam! | Jul 11 16:41:42.105 INFO kablam! 63 | ECONNREFUSED = libc::ECONNREFUSED as int, Jul 11 16:41:42.105 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.105 INFO kablam! Jul 11 16:41:42.105 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.105 INFO kablam! --> src/consts.rs:66:38 Jul 11 16:41:42.105 INFO kablam! | Jul 11 16:41:42.105 INFO kablam! 66 | ECONNRESET = libc::ECONNRESET as int, Jul 11 16:41:42.105 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.105 INFO kablam! Jul 11 16:41:42.105 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.105 INFO kablam! --> src/consts.rs:69:42 Jul 11 16:41:42.105 INFO kablam! | Jul 11 16:41:42.105 INFO kablam! 69 | ECONNABORTED = libc::ECONNABORTED as int, Jul 11 16:41:42.105 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.105 INFO kablam! Jul 11 16:41:42.105 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.105 INFO kablam! --> src/consts.rs:72:34 Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! 72 | ENOTCONN = libc::ENOTCONN as int, Jul 11 16:41:42.106 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.106 INFO kablam! Jul 11 16:41:42.106 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.106 INFO kablam! --> src/consts.rs:75:36 Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! 75 | ETIMEDOUT = libc::ETIMEDOUT as int, Jul 11 16:41:42.106 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.106 INFO kablam! Jul 11 16:41:42.106 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.106 INFO kablam! --> src/inproc.rs:9:20 Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! 9 | DoBind(String, Sender>), Jul 11 16:41:42.106 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.106 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! Jul 11 16:41:42.106 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.106 INFO kablam! --> src/inproc.rs:10:23 Jul 11 16:41:42.106 INFO kablam! | Jul 11 16:41:42.106 INFO kablam! 10 | DoConnect(String, Sender>), Jul 11 16:41:42.107 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.107 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! Jul 11 16:41:42.107 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.107 INFO kablam! --> src/inproc.rs:15:11 Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! 15 | chan: Receiver, Jul 11 16:41:42.107 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.107 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! Jul 11 16:41:42.107 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.107 INFO kablam! --> src/inproc.rs:16:37 Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! 16 | inproc_binders: HashMap>>, Jul 11 16:41:42.107 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.107 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.107 INFO kablam! | Jul 11 16:41:42.107 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! Jul 11 16:41:42.108 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.108 INFO kablam! --> src/inproc.rs:17:44 Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! 17 | inproc_connecters: HashMap>>>, Jul 11 16:41:42.108 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.108 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! Jul 11 16:41:42.108 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.108 INFO kablam! --> src/inproc.rs:33:46 Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! 33 | let (tx1, rx1) = channel(); Jul 11 16:41:42.108 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.108 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.108 INFO kablam! | Jul 11 16:41:42.108 INFO kablam! Jul 11 16:41:42.108 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.109 INFO kablam! --> src/inproc.rs:34:46 Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! 34 | let (tx2, rx2) = channel(); Jul 11 16:41:42.109 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.109 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! Jul 11 16:41:42.109 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.109 INFO kablam! --> src/inproc.rs:45:42 Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! 45 | let (tx1, rx1) = channel(); Jul 11 16:41:42.109 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.109 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! Jul 11 16:41:42.109 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.109 INFO kablam! --> src/inproc.rs:46:42 Jul 11 16:41:42.109 INFO kablam! | Jul 11 16:41:42.109 INFO kablam! 46 | let (tx2, rx2) = channel(); Jul 11 16:41:42.109 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.109 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.110 INFO kablam! | Jul 11 16:41:42.110 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.110 INFO kablam! | Jul 11 16:41:42.110 INFO kablam! Jul 11 16:41:42.110 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.110 INFO kablam! --> src/inproc.rs:68:11 Jul 11 16:41:42.110 INFO kablam! | Jul 11 16:41:42.110 INFO kablam! 68 | chan: Sender, Jul 11 16:41:42.110 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.110 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.115 INFO kablam! | Jul 11 16:41:42.115 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.115 INFO kablam! | Jul 11 16:41:42.115 INFO kablam! Jul 11 16:41:42.115 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.115 INFO kablam! --> src/inproc.rs:73:24 Jul 11 16:41:42.116 INFO kablam! | Jul 11 16:41:42.116 INFO kablam! 73 | let (tx, rx) = channel(); Jul 11 16:41:42.116 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.116 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.116 INFO kablam! | Jul 11 16:41:42.116 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.116 INFO kablam! | Jul 11 16:41:42.116 INFO kablam! Jul 11 16:41:42.117 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.117 INFO kablam! --> src/inproc.rs:75:9 Jul 11 16:41:42.117 INFO kablam! | Jul 11 16:41:42.117 INFO kablam! 75 | spawn(move || { Jul 11 16:41:42.117 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.117 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.117 INFO kablam! | Jul 11 16:41:42.117 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.118 INFO kablam! | Jul 11 16:41:42.118 INFO kablam! Jul 11 16:41:42.118 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.118 INFO kablam! --> src/inproc.rs:88:27 Jul 11 16:41:42.118 INFO kablam! | Jul 11 16:41:42.118 INFO kablam! 88 | pub fn chan(&self) -> Sender { Jul 11 16:41:42.118 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.118 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.119 INFO kablam! | Jul 11 16:41:42.119 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.119 INFO kablam! | Jul 11 16:41:42.119 INFO kablam! Jul 11 16:41:42.119 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.119 INFO kablam! --> src/msg.rs:12:22 Jul 11 16:41:42.119 INFO kablam! | Jul 11 16:41:42.120 INFO kablam! 12 | pub fn new(size: uint) -> Msg { Jul 11 16:41:42.120 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.120 INFO kablam! Jul 11 16:41:42.120 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.120 INFO kablam! --> src/rep.rs:19:20 Jul 11 16:41:42.120 INFO kablam! | Jul 11 16:41:42.120 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:42.120 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.121 INFO kablam! Jul 11 16:41:42.121 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.121 INFO kablam! --> src/rep.rs:24:51 Jul 11 16:41:42.121 INFO kablam! | Jul 11 16:41:42.121 INFO kablam! 24 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.121 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.121 INFO kablam! Jul 11 16:41:42.122 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.122 INFO kablam! --> src/req.rs:19:20 Jul 11 16:41:42.122 INFO kablam! | Jul 11 16:41:42.122 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:42.122 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.122 INFO kablam! Jul 11 16:41:42.122 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.123 INFO kablam! --> src/req.rs:20:17 Jul 11 16:41:42.123 INFO kablam! | Jul 11 16:41:42.123 INFO kablam! 20 | send_count: uint, Jul 11 16:41:42.123 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.123 INFO kablam! Jul 11 16:41:42.123 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.123 INFO kablam! --> src/req.rs:25:51 Jul 11 16:41:42.124 INFO kablam! | Jul 11 16:41:42.124 INFO kablam! 25 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.124 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.124 INFO kablam! Jul 11 16:41:42.124 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `PermissionDenied` in module `std::io` Jul 11 16:41:42.124 INFO kablam! --> src/result.rs:29:26 Jul 11 16:41:42.124 INFO kablam! | Jul 11 16:41:42.125 INFO kablam! 29 | std::io::PermissionDenied => ErrorCode::EACCES, Jul 11 16:41:42.125 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.125 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.125 INFO kablam! | Jul 11 16:41:42.125 INFO kablam! 1 | use std::io::ErrorKind::PermissionDenied; Jul 11 16:41:42.125 INFO kablam! | Jul 11 16:41:42.125 INFO kablam! Jul 11 16:41:42.126 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionRefused` in module `std::io` Jul 11 16:41:42.126 INFO kablam! --> src/result.rs:30:26 Jul 11 16:41:42.126 INFO kablam! | Jul 11 16:41:42.126 INFO kablam! 30 | std::io::ConnectionRefused => ErrorCode::ECONNREFUSED, Jul 11 16:41:42.126 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.126 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.126 INFO kablam! | Jul 11 16:41:42.127 INFO kablam! 1 | use std::io::ErrorKind::ConnectionRefused; Jul 11 16:41:42.127 INFO kablam! | Jul 11 16:41:42.127 INFO kablam! Jul 11 16:41:42.127 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionReset` in module `std::io` Jul 11 16:41:42.127 INFO kablam! --> src/result.rs:31:26 Jul 11 16:41:42.127 INFO kablam! | Jul 11 16:41:42.127 INFO kablam! 31 | std::io::ConnectionReset => ErrorCode::ECONNRESET, Jul 11 16:41:42.128 INFO kablam! | ^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.128 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.128 INFO kablam! | Jul 11 16:41:42.128 INFO kablam! 1 | use std::io::ErrorKind::ConnectionReset; Jul 11 16:41:42.128 INFO kablam! | Jul 11 16:41:42.128 INFO kablam! Jul 11 16:41:42.129 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionAborted` in module `std::io` Jul 11 16:41:42.129 INFO kablam! --> src/result.rs:32:26 Jul 11 16:41:42.129 INFO kablam! | Jul 11 16:41:42.129 INFO kablam! 32 | std::io::ConnectionAborted => ErrorCode::ECONNABORTED, Jul 11 16:41:42.129 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.129 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.129 INFO kablam! | Jul 11 16:41:42.130 INFO kablam! 1 | use std::io::ErrorKind::ConnectionAborted; Jul 11 16:41:42.130 INFO kablam! | Jul 11 16:41:42.130 INFO kablam! Jul 11 16:41:42.130 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `NotConnected` in module `std::io` Jul 11 16:41:42.130 INFO kablam! --> src/result.rs:33:26 Jul 11 16:41:42.130 INFO kablam! | Jul 11 16:41:42.130 INFO kablam! 33 | std::io::NotConnected => ErrorCode::ENOTCONN, Jul 11 16:41:42.131 INFO kablam! | ^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.131 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.131 INFO kablam! | Jul 11 16:41:42.131 INFO kablam! 1 | use std::io::ErrorKind::NotConnected; Jul 11 16:41:42.131 INFO kablam! | Jul 11 16:41:42.131 INFO kablam! Jul 11 16:41:42.131 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `TimedOut` in module `std::io` Jul 11 16:41:42.132 INFO kablam! --> src/result.rs:34:26 Jul 11 16:41:42.132 INFO kablam! | Jul 11 16:41:42.132 INFO kablam! 34 | std::io::TimedOut => ErrorCode::ETIMEDOUT, Jul 11 16:41:42.132 INFO kablam! | ^^^^^^^^ not found in `std::io` Jul 11 16:41:42.132 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.132 INFO kablam! | Jul 11 16:41:42.132 INFO kablam! 1 | use std::io::ErrorKind::TimedOut; Jul 11 16:41:42.133 INFO kablam! | Jul 11 16:41:42.133 INFO kablam! Jul 11 16:41:42.133 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.133 INFO kablam! --> src/socket.rs:30:59 Jul 11 16:41:42.133 INFO kablam! | Jul 11 16:41:42.133 INFO kablam! 30 | fn getsockopt(&self, option: consts::SocketOption) -> int; Jul 11 16:41:42.134 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.134 INFO kablam! Jul 11 16:41:42.134 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.134 INFO kablam! --> src/socket_base.rs:20:17 Jul 11 16:41:42.134 INFO kablam! | Jul 11 16:41:42.135 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:42.135 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.135 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.135 INFO kablam! | Jul 11 16:41:42.135 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.135 INFO kablam! | Jul 11 16:41:42.135 INFO kablam! Jul 11 16:41:42.135 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.136 INFO kablam! --> src/socket_base.rs:20:35 Jul 11 16:41:42.136 INFO kablam! | Jul 11 16:41:42.136 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:42.136 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.136 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.136 INFO kablam! | Jul 11 16:41:42.136 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.137 INFO kablam! | Jul 11 16:41:42.137 INFO kablam! Jul 11 16:41:42.137 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.137 INFO kablam! --> src/socket_base.rs:25:13 Jul 11 16:41:42.137 INFO kablam! | Jul 11 16:41:42.137 INFO kablam! 25 | sender: Sender>, Jul 11 16:41:42.137 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.137 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.138 INFO kablam! | Jul 11 16:41:42.138 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.138 INFO kablam! | Jul 11 16:41:42.138 INFO kablam! Jul 11 16:41:42.138 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.138 INFO kablam! --> src/socket_base.rs:26:15 Jul 11 16:41:42.138 INFO kablam! | Jul 11 16:41:42.138 INFO kablam! 26 | receiver: Receiver>, Jul 11 16:41:42.139 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.139 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.139 INFO kablam! | Jul 11 16:41:42.139 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.139 INFO kablam! | Jul 11 16:41:42.139 INFO kablam! Jul 11 16:41:42.139 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.139 INFO kablam! --> src/socket_base.rs:30:20 Jul 11 16:41:42.140 INFO kablam! | Jul 11 16:41:42.140 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:42.140 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.140 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.140 INFO kablam! | Jul 11 16:41:42.140 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.140 INFO kablam! | Jul 11 16:41:42.141 INFO kablam! Jul 11 16:41:42.141 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.141 INFO kablam! --> src/socket_base.rs:30:48 Jul 11 16:41:42.141 INFO kablam! | Jul 11 16:41:42.141 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:42.141 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.141 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.142 INFO kablam! | Jul 11 16:41:42.142 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.142 INFO kablam! | Jul 11 16:41:42.142 INFO kablam! Jul 11 16:41:42.142 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.142 INFO kablam! --> src/socket_base.rs:41:9 Jul 11 16:41:42.142 INFO kablam! | Jul 11 16:41:42.143 INFO kablam! 41 | tx: Sender>, Jul 11 16:41:42.143 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.143 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.143 INFO kablam! | Jul 11 16:41:42.143 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.143 INFO kablam! | Jul 11 16:41:42.143 INFO kablam! Jul 11 16:41:42.144 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.144 INFO kablam! --> src/socket_base.rs:42:9 Jul 11 16:41:42.144 INFO kablam! | Jul 11 16:41:42.144 INFO kablam! 42 | rx: Receiver>, Jul 11 16:41:42.144 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.144 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.144 INFO kablam! | Jul 11 16:41:42.144 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.145 INFO kablam! | Jul 11 16:41:42.145 INFO kablam! Jul 11 16:41:42.145 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.145 INFO kablam! --> src/socket_base.rs:43:20 Jul 11 16:41:42.145 INFO kablam! | Jul 11 16:41:42.145 INFO kablam! 43 | peers: HashMap, Jul 11 16:41:42.145 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.146 INFO kablam! Jul 11 16:41:42.146 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.146 INFO kablam! --> src/socket_base.rs:44:14 Jul 11 16:41:42.146 INFO kablam! | Jul 11 16:41:42.146 INFO kablam! 44 | ids: Vec, Jul 11 16:41:42.146 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.146 INFO kablam! Jul 11 16:41:42.146 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.147 INFO kablam! --> src/socket_base.rs:45:18 Jul 11 16:41:42.147 INFO kablam! | Jul 11 16:41:42.147 INFO kablam! 45 | inproc_chan: Sender, Jul 11 16:41:42.147 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.147 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.147 INFO kablam! | Jul 11 16:41:42.147 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.147 INFO kablam! | Jul 11 16:41:42.148 INFO kablam! Jul 11 16:41:42.148 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.148 INFO kablam! --> src/socket_base.rs:49:22 Jul 11 16:41:42.148 INFO kablam! | Jul 11 16:41:42.148 INFO kablam! 49 | pub fn new(chan: Sender) -> SocketBase { Jul 11 16:41:42.148 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.148 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.148 INFO kablam! | Jul 11 16:41:42.149 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.149 INFO kablam! | Jul 11 16:41:42.149 INFO kablam! Jul 11 16:41:42.149 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.149 INFO kablam! --> src/socket_base.rs:50:24 Jul 11 16:41:42.149 INFO kablam! | Jul 11 16:41:42.149 INFO kablam! 50 | let (tx, rx) = channel(); Jul 11 16:41:42.150 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.150 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.150 INFO kablam! | Jul 11 16:41:42.150 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.150 INFO kablam! | Jul 11 16:41:42.150 INFO kablam! Jul 11 16:41:42.150 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.150 INFO kablam! --> src/socket_base.rs:62:47 Jul 11 16:41:42.151 INFO kablam! | Jul 11 16:41:42.151 INFO kablam! 62 | self.options.write().type_ = type_ as int; Jul 11 16:41:42.151 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.151 INFO kablam! Jul 11 16:41:42.151 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:42.151 INFO kablam! --> src/socket_base.rs:70:23 Jul 11 16:41:42.151 INFO kablam! | Jul 11 16:41:42.151 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:42.152 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.152 INFO kablam! Jul 11 16:41:42.152 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.152 INFO kablam! --> src/socket_base.rs:70:34 Jul 11 16:41:42.152 INFO kablam! | Jul 11 16:41:42.152 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:42.152 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.153 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.153 INFO kablam! | Jul 11 16:41:42.153 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.153 INFO kablam! | Jul 11 16:41:42.153 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.153 INFO kablam! | Jul 11 16:41:42.153 INFO kablam! Jul 11 16:41:42.153 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:42.154 INFO kablam! --> src/socket_base.rs:94:23 Jul 11 16:41:42.154 INFO kablam! | Jul 11 16:41:42.154 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:42.154 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.154 INFO kablam! Jul 11 16:41:42.154 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.154 INFO kablam! --> src/socket_base.rs:94:34 Jul 11 16:41:42.154 INFO kablam! | Jul 11 16:41:42.155 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:42.155 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.155 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.155 INFO kablam! | Jul 11 16:41:42.155 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.155 INFO kablam! | Jul 11 16:41:42.155 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.155 INFO kablam! | Jul 11 16:41:42.156 INFO kablam! Jul 11 16:41:42.156 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.156 INFO kablam! --> src/socket_base.rs:111:63 Jul 11 16:41:42.156 INFO kablam! | Jul 11 16:41:42.156 INFO kablam! 111 | pub fn getsockopt(&self, option: consts::SocketOption) -> int { Jul 11 16:41:42.156 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.156 INFO kablam! Jul 11 16:41:42.156 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.157 INFO kablam! --> src/socket_base.rs:115:38 Jul 11 16:41:42.157 INFO kablam! | Jul 11 16:41:42.157 INFO kablam! 115 | pub fn recv_first(&mut self) -> (uint, Box) { Jul 11 16:41:42.157 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.157 INFO kablam! Jul 11 16:41:42.157 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.157 INFO kablam! --> src/socket_base.rs:167:37 Jul 11 16:41:42.157 INFO kablam! | Jul 11 16:41:42.158 INFO kablam! 167 | pub fn recv_from(&mut self, id: uint) -> Box { Jul 11 16:41:42.158 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.158 INFO kablam! Jul 11 16:41:42.158 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.158 INFO kablam! --> src/socket_base.rs:172:35 Jul 11 16:41:42.158 INFO kablam! | Jul 11 16:41:42.158 INFO kablam! 172 | pub fn send_to(&mut self, id: uint, msg: Box) { Jul 11 16:41:42.158 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.159 INFO kablam! Jul 11 16:41:42.159 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.159 INFO kablam! --> src/socket_base.rs:178:46 Jul 11 16:41:42.159 INFO kablam! | Jul 11 16:41:42.159 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.159 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.159 INFO kablam! Jul 11 16:41:42.160 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.160 INFO kablam! --> src/socket_base.rs:178:56 Jul 11 16:41:42.160 INFO kablam! | Jul 11 16:41:42.160 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.160 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.160 INFO kablam! Jul 11 16:41:42.160 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.160 INFO kablam! --> src/socket_base.rs:178:62 Jul 11 16:41:42.161 INFO kablam! | Jul 11 16:41:42.161 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.161 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.161 INFO kablam! Jul 11 16:41:42.161 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.161 INFO kablam! --> src/stream_engine.rs:14:25 Jul 11 16:41:42.161 INFO kablam! | Jul 11 16:41:42.161 INFO kablam! 14 | const V2_GREETING_SIZE: uint = 12; Jul 11 16:41:42.162 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.162 INFO kablam! Jul 11 16:41:42.162 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.162 INFO kablam! --> src/stream_engine.rs:15:26 Jul 11 16:41:42.162 INFO kablam! | Jul 11 16:41:42.162 INFO kablam! 15 | const NO_PROGRESS_LIMIT: uint = 1000; Jul 11 16:41:42.162 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.162 INFO kablam! Jul 11 16:41:42.163 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.163 INFO kablam! --> src/stream_engine.rs:16:23 Jul 11 16:41:42.163 INFO kablam! | Jul 11 16:41:42.163 INFO kablam! 16 | const SIGNATURE_SIZE: uint = 10; Jul 11 16:41:42.163 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.163 INFO kablam! Jul 11 16:41:42.163 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.163 INFO kablam! --> src/stream_engine.rs:19:21 Jul 11 16:41:42.164 INFO kablam! | Jul 11 16:41:42.164 INFO kablam! 19 | const REVISION_POS: uint = 10; Jul 11 16:41:42.164 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.164 INFO kablam! Jul 11 16:41:42.164 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.164 INFO kablam! --> src/stream_engine.rs:22:30 Jul 11 16:41:42.164 INFO kablam! | Jul 11 16:41:42.164 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:42.165 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.165 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.165 INFO kablam! | Jul 11 16:41:42.165 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.165 INFO kablam! | Jul 11 16:41:42.165 INFO kablam! Jul 11 16:41:42.165 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.166 INFO kablam! --> src/stream_engine.rs:22:86 Jul 11 16:41:42.166 INFO kablam! | Jul 11 16:41:42.166 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:42.166 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.166 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.166 INFO kablam! | Jul 11 16:41:42.166 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.167 INFO kablam! | Jul 11 16:41:42.167 INFO kablam! Jul 11 16:41:42.167 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.167 INFO kablam! --> src/stream_engine.rs:35:32 Jul 11 16:41:42.167 INFO kablam! | Jul 11 16:41:42.167 INFO kablam! 35 | fn stream_msg_writer(msg_chan: Receiver>, mut stream: TcpStream, encoder: V2Encoder) { Jul 11 16:41:42.167 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.168 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.168 INFO kablam! | Jul 11 16:41:42.168 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.168 INFO kablam! | Jul 11 16:41:42.168 INFO kablam! Jul 11 16:41:42.168 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.168 INFO kablam! --> src/stream_engine.rs:54:21 Jul 11 16:41:42.168 INFO kablam! | Jul 11 16:41:42.169 INFO kablam! 54 | chan_to_socket: Sender>, Jul 11 16:41:42.169 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.169 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.169 INFO kablam! | Jul 11 16:41:42.169 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.169 INFO kablam! | Jul 11 16:41:42.169 INFO kablam! Jul 11 16:41:42.169 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.170 INFO kablam! --> src/stream_engine.rs:59:29 Jul 11 16:41:42.170 INFO kablam! | Jul 11 16:41:42.170 INFO kablam! 59 | _death_notifier: Option>, Jul 11 16:41:42.170 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.170 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.170 INFO kablam! | Jul 11 16:41:42.170 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.170 INFO kablam! | Jul 11 16:41:42.171 INFO kablam! Jul 11 16:41:42.171 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.171 INFO kablam! --> src/stream_engine.rs:67:36 Jul 11 16:41:42.171 INFO kablam! | Jul 11 16:41:42.171 INFO kablam! 67 | let (bytes_tx, bytes_rx) = channel(); Jul 11 16:41:42.171 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.171 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.172 INFO kablam! | Jul 11 16:41:42.172 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.172 INFO kablam! | Jul 11 16:41:42.172 INFO kablam! Jul 11 16:41:42.172 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.172 INFO kablam! --> src/stream_engine.rs:68:38 Jul 11 16:41:42.172 INFO kablam! | Jul 11 16:41:42.172 INFO kablam! 68 | let (waiter_tx, waiter_rx) = channel(); Jul 11 16:41:42.173 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.173 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.173 INFO kablam! | Jul 11 16:41:42.173 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.173 INFO kablam! | Jul 11 16:41:42.173 INFO kablam! Jul 11 16:41:42.173 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.173 INFO kablam! --> src/stream_engine.rs:70:9 Jul 11 16:41:42.174 INFO kablam! | Jul 11 16:41:42.174 INFO kablam! 70 | spawn(move || { Jul 11 16:41:42.174 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.174 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.174 INFO kablam! | Jul 11 16:41:42.174 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.174 INFO kablam! | Jul 11 16:41:42.174 INFO kablam! Jul 11 16:41:42.175 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.175 INFO kablam! --> src/stream_engine.rs:89:32 Jul 11 16:41:42.175 INFO kablam! | Jul 11 16:41:42.175 INFO kablam! 89 | let (msg_tx, msg_rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:42.175 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.175 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.175 INFO kablam! | Jul 11 16:41:42.175 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.176 INFO kablam! | Jul 11 16:41:42.176 INFO kablam! Jul 11 16:41:42.176 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.176 INFO kablam! --> src/stream_engine.rs:91:9 Jul 11 16:41:42.176 INFO kablam! | Jul 11 16:41:42.176 INFO kablam! 91 | spawn(move || { Jul 11 16:41:42.176 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.176 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.177 INFO kablam! | Jul 11 16:41:42.177 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.177 INFO kablam! | Jul 11 16:41:42.177 INFO kablam! Jul 11 16:41:42.177 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.177 INFO kablam! --> src/stream_engine.rs:96:24 Jul 11 16:41:42.177 INFO kablam! | Jul 11 16:41:42.177 INFO kablam! 96 | let (tx, rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:42.178 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.178 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.178 INFO kablam! | Jul 11 16:41:42.178 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.178 INFO kablam! | Jul 11 16:41:42.178 INFO kablam! Jul 11 16:41:42.178 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.178 INFO kablam! --> src/stream_engine.rs:117:37 Jul 11 16:41:42.179 INFO kablam! | Jul 11 16:41:42.179 INFO kablam! 117 | fn handshake(&mut self, sender: Sender>>) -> ZmqResult<(V2Decoder, V2Encoder)> { Jul 11 16:41:42.179 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.179 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.179 INFO kablam! | Jul 11 16:41:42.179 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.179 INFO kablam! | Jul 11 16:41:42.179 INFO kablam! Jul 11 16:41:42.180 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.180 INFO kablam! --> src/stream_engine.rs:190:28 Jul 11 16:41:42.180 INFO kablam! | Jul 11 16:41:42.180 INFO kablam! 190 | chan: Sender>, Jul 11 16:41:42.180 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.180 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.180 INFO kablam! | Jul 11 16:41:42.181 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.181 INFO kablam! | Jul 11 16:41:42.181 INFO kablam! Jul 11 16:41:42.181 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.181 INFO kablam! --> src/stream_engine.rs:191:45 Jul 11 16:41:42.181 INFO kablam! | Jul 11 16:41:42.181 INFO kablam! 191 | death_notifier: Option>) { Jul 11 16:41:42.181 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.182 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.182 INFO kablam! | Jul 11 16:41:42.182 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.182 INFO kablam! | Jul 11 16:41:42.182 INFO kablam! Jul 11 16:41:42.182 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.182 INFO kablam! --> src/stream_engine.rs:192:9 Jul 11 16:41:42.182 INFO kablam! | Jul 11 16:41:42.183 INFO kablam! 192 | spawn(move || { Jul 11 16:41:42.183 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.183 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.183 INFO kablam! | Jul 11 16:41:42.183 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.183 INFO kablam! | Jul 11 16:41:42.183 INFO kablam! Jul 11 16:41:42.183 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.184 INFO kablam! --> src/tcp_connecter.rs:16:21 Jul 11 16:41:42.184 INFO kablam! | Jul 11 16:41:42.184 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:42.184 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.184 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.184 INFO kablam! | Jul 11 16:41:42.184 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.184 INFO kablam! | Jul 11 16:41:42.185 INFO kablam! Jul 11 16:41:42.185 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.185 INFO kablam! --> src/tcp_connecter.rs:17:11 Jul 11 16:41:42.185 INFO kablam! | Jul 11 16:41:42.185 INFO kablam! 17 | addr: SocketAddr, Jul 11 16:41:42.185 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.185 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.185 INFO kablam! | Jul 11 16:41:42.186 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.186 INFO kablam! | Jul 11 16:41:42.186 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.186 INFO kablam! | Jul 11 16:41:42.186 INFO kablam! Jul 11 16:41:42.186 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.186 INFO kablam! --> src/tcp_connecter.rs:33:36 Jul 11 16:41:42.186 INFO kablam! | Jul 11 16:41:42.187 INFO kablam! 33 | let (tx, rx) = channel(); Jul 11 16:41:42.187 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.187 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.187 INFO kablam! | Jul 11 16:41:42.187 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.187 INFO kablam! | Jul 11 16:41:42.187 INFO kablam! Jul 11 16:41:42.187 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.188 INFO kablam! --> src/tcp_connecter.rs:61:28 Jul 11 16:41:42.188 INFO kablam! | Jul 11 16:41:42.188 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:42.188 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.188 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.188 INFO kablam! | Jul 11 16:41:42.188 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.189 INFO kablam! | Jul 11 16:41:42.189 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.189 INFO kablam! | Jul 11 16:41:42.189 INFO kablam! Jul 11 16:41:42.189 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.189 INFO kablam! --> src/tcp_connecter.rs:61:46 Jul 11 16:41:42.189 INFO kablam! | Jul 11 16:41:42.189 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:42.190 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.190 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.190 INFO kablam! | Jul 11 16:41:42.190 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.190 INFO kablam! | Jul 11 16:41:42.190 INFO kablam! Jul 11 16:41:42.190 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.191 INFO kablam! --> src/tcp_connecter.rs:63:9 Jul 11 16:41:42.191 INFO kablam! | Jul 11 16:41:42.191 INFO kablam! 63 | spawn(move || { Jul 11 16:41:42.191 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.191 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.191 INFO kablam! | Jul 11 16:41:42.191 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.191 INFO kablam! | Jul 11 16:41:42.191 INFO kablam! Jul 11 16:41:42.192 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:42.192 INFO kablam! --> src/tcp_listener.rs:15:15 Jul 11 16:41:42.192 INFO kablam! | Jul 11 16:41:42.192 INFO kablam! 15 | acceptor: TcpAcceptor, Jul 11 16:41:42.192 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:42.192 INFO kablam! Jul 11 16:41:42.192 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.192 INFO kablam! --> src/tcp_listener.rs:16:21 Jul 11 16:41:42.193 INFO kablam! | Jul 11 16:41:42.193 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:42.193 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.193 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.193 INFO kablam! | Jul 11 16:41:42.193 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.193 INFO kablam! | Jul 11 16:41:42.193 INFO kablam! Jul 11 16:41:42.194 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:42.194 INFO kablam! --> src/tcp_listener.rs:39:32 Jul 11 16:41:42.194 INFO kablam! | Jul 11 16:41:42.194 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:42.194 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:42.194 INFO kablam! Jul 11 16:41:42.194 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.195 INFO kablam! --> src/tcp_listener.rs:39:51 Jul 11 16:41:42.195 INFO kablam! | Jul 11 16:41:42.195 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:42.195 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.195 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.195 INFO kablam! | Jul 11 16:41:42.195 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.195 INFO kablam! | Jul 11 16:41:42.196 INFO kablam! Jul 11 16:41:42.196 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.196 INFO kablam! --> src/tcp_listener.rs:41:9 Jul 11 16:41:42.196 INFO kablam! | Jul 11 16:41:42.196 INFO kablam! 41 | spawn(move || { Jul 11 16:41:42.196 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.196 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.196 INFO kablam! | Jul 11 16:41:42.197 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.197 INFO kablam! | Jul 11 16:41:42.197 INFO kablam! Jul 11 16:41:42.197 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.197 INFO kablam! --> src/options.rs:12:16 Jul 11 16:41:42.197 INFO kablam! | Jul 11 16:41:42.197 INFO kablam! 12 | pub type_: int, Jul 11 16:41:42.197 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.198 INFO kablam! Jul 11 16:41:42.198 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.198 INFO kablam! --> src/options.rs:37:55 Jul 11 16:41:42.198 INFO kablam! | Jul 11 16:41:42.198 INFO kablam! 37 | pub fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.198 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.198 INFO kablam! Jul 11 16:41:42.198 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.199 INFO kablam! --> src/options.rs:39:49 Jul 11 16:41:42.199 INFO kablam! | Jul 11 16:41:42.199 INFO kablam! 39 | SocketOption::TYPE => self.type_ as int, Jul 11 16:41:42.199 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.199 INFO kablam! Jul 11 16:41:42.199 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.199 INFO kablam! --> src/v2_decoder.rs:41:37 Jul 11 16:41:42.199 INFO kablam! | Jul 11 16:41:42.200 INFO kablam! 41 | if size != (size as uint) as u64 { Jul 11 16:41:42.200 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.200 INFO kablam! Jul 11 16:41:42.200 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.200 INFO kablam! --> src/v2_decoder.rs:45:25 Jul 11 16:41:42.200 INFO kablam! | Jul 11 16:41:42.200 INFO kablam! 45 | size as uint Jul 11 16:41:42.200 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.201 INFO kablam! Jul 11 16:41:42.201 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.201 INFO kablam! --> src/v2_decoder.rs:54:25 Jul 11 16:41:42.201 INFO kablam! | Jul 11 16:41:42.201 INFO kablam! 54 | size as uint Jul 11 16:41:42.201 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.201 INFO kablam! Jul 11 16:41:42.201 INFO kablam! error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.202 INFO kablam! --> src/lib.rs:35:1 Jul 11 16:41:42.202 INFO kablam! | Jul 11 16:41:42.202 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Jul 11 16:41:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.202 INFO kablam! | Jul 11 16:41:42.202 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.202 INFO kablam! Jul 11 16:41:42.202 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.203 INFO kablam! --> src/ctx.rs:35:32 Jul 11 16:41:42.203 INFO kablam! | Jul 11 16:41:42.203 INFO kablam! 35 | SocketType::REQ => box req::new(base) as Box, Jul 11 16:41:42.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.203 INFO kablam! | Jul 11 16:41:42.203 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.203 INFO kablam! Jul 11 16:41:42.203 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.204 INFO kablam! --> src/ctx.rs:36:32 Jul 11 16:41:42.204 INFO kablam! | Jul 11 16:41:42.204 INFO kablam! 36 | SocketType::REP => box rep::new(base) as Box, Jul 11 16:41:42.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.204 INFO kablam! | Jul 11 16:41:42.204 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.205 INFO kablam! Jul 11 16:41:42.205 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.205 INFO kablam! --> src/consts.rs:54:1 Jul 11 16:41:42.205 INFO kablam! | Jul 11 16:41:42.205 INFO kablam! 54 | #[deriving(PartialEq, Show)] Jul 11 16:41:42.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.205 INFO kablam! | Jul 11 16:41:42.205 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.206 INFO kablam! Jul 11 16:41:42.206 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.206 INFO kablam! --> src/msg.rs:5:1 Jul 11 16:41:42.206 INFO kablam! | Jul 11 16:41:42.206 INFO kablam! 5 | #[deriving(Show)] Jul 11 16:41:42.206 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.206 INFO kablam! | Jul 11 16:41:42.206 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.207 INFO kablam! Jul 11 16:41:42.207 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.207 INFO kablam! --> src/result.rs:8:1 Jul 11 16:41:42.207 INFO kablam! | Jul 11 16:41:42.207 INFO kablam! 8 | #[deriving(Show)] Jul 11 16:41:42.207 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.207 INFO kablam! | Jul 11 16:41:42.208 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.208 INFO kablam! Jul 11 16:41:42.208 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.208 INFO kablam! --> src/socket_base.rs:124:34 Jul 11 16:41:42.208 INFO kablam! | Jul 11 16:41:42.208 INFO kablam! 124 | let handle = box selector.handle(&peer.receiver); Jul 11 16:41:42.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.208 INFO kablam! | Jul 11 16:41:42.209 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.209 INFO kablam! Jul 11 16:41:42.209 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.209 INFO kablam! --> src/socket_base.rs:133:30 Jul 11 16:41:42.209 INFO kablam! | Jul 11 16:41:42.209 INFO kablam! 133 | let handle = box selector.handle(&self.rx); Jul 11 16:41:42.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.209 INFO kablam! | Jul 11 16:41:42.210 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.210 INFO kablam! Jul 11 16:41:42.210 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.210 INFO kablam! --> src/stream_engine.rs:75:29 Jul 11 16:41:42.210 INFO kablam! | Jul 11 16:41:42.210 INFO kablam! 75 | let mut signature = box vec!(); Jul 11 16:41:42.210 INFO kablam! | ^^^^^^^^^^ Jul 11 16:41:42.211 INFO kablam! | Jul 11 16:41:42.211 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.211 INFO kablam! Jul 11 16:41:42.211 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.211 INFO kablam! --> src/stream_engine.rs:163:29 Jul 11 16:41:42.211 INFO kablam! | Jul 11 16:41:42.211 INFO kablam! 163 | sender.send(box [1u8].to_vec()); Jul 11 16:41:42.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.212 INFO kablam! | Jul 11 16:41:42.212 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.212 INFO kablam! Jul 11 16:41:42.212 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.212 INFO kablam! --> src/stream_engine.rs:170:37 Jul 11 16:41:42.212 INFO kablam! | Jul 11 16:41:42.212 INFO kablam! 170 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:42.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.213 INFO kablam! | Jul 11 16:41:42.213 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.213 INFO kablam! Jul 11 16:41:42.213 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.213 INFO kablam! --> src/stream_engine.rs:174:37 Jul 11 16:41:42.213 INFO kablam! | Jul 11 16:41:42.213 INFO kablam! 174 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:42.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.214 INFO kablam! | Jul 11 16:41:42.214 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.214 INFO kablam! Jul 11 16:41:42.214 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.214 INFO kablam! --> src/v2_decoder.rs:57:23 Jul 11 16:41:42.214 INFO kablam! | Jul 11 16:41:42.214 INFO kablam! 57 | let mut ret = box Msg::new(msg_size); Jul 11 16:41:42.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.215 INFO kablam! | Jul 11 16:41:42.215 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.215 INFO kablam! Jul 11 16:41:42.215 INFO kablam! error: aborting due to 141 previous errors Jul 11 16:41:42.215 INFO kablam! Jul 11 16:41:42.215 INFO kablam! Some errors occurred: E0412, E0425, E0432, E0433, E0531, E0658. Jul 11 16:41:42.215 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 11 16:41:42.216 INFO kablam! error: Could not compile `zeromq`. Jul 11 16:41:42.216 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 16:41:42.253 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.253 INFO kablam! --> src/consts.rs:51:19 Jul 11 16:41:42.253 INFO kablam! | Jul 11 16:41:42.253 INFO kablam! 51 | const HAUSNUMERO: int = 156384712; Jul 11 16:41:42.253 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.253 INFO kablam! Jul 11 16:41:42.253 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.253 INFO kablam! --> src/consts.rs:57:30 Jul 11 16:41:42.253 INFO kablam! | Jul 11 16:41:42.253 INFO kablam! 57 | EINVAL = libc::EINVAL as int, Jul 11 16:41:42.253 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.253 INFO kablam! Jul 11 16:41:42.253 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.253 INFO kablam! --> src/consts.rs:60:30 Jul 11 16:41:42.253 INFO kablam! | Jul 11 16:41:42.253 INFO kablam! 60 | EACCES = libc::EACCES as int, Jul 11 16:41:42.253 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.253 INFO kablam! Jul 11 16:41:42.253 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.253 INFO kablam! --> src/consts.rs:63:42 Jul 11 16:41:42.253 INFO kablam! | Jul 11 16:41:42.254 INFO kablam! 63 | ECONNREFUSED = libc::ECONNREFUSED as int, Jul 11 16:41:42.254 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.254 INFO kablam! Jul 11 16:41:42.254 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.254 INFO kablam! --> src/consts.rs:66:38 Jul 11 16:41:42.254 INFO kablam! | Jul 11 16:41:42.254 INFO kablam! 66 | ECONNRESET = libc::ECONNRESET as int, Jul 11 16:41:42.254 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.254 INFO kablam! Jul 11 16:41:42.254 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.254 INFO kablam! --> src/consts.rs:69:42 Jul 11 16:41:42.254 INFO kablam! | Jul 11 16:41:42.254 INFO kablam! 69 | ECONNABORTED = libc::ECONNABORTED as int, Jul 11 16:41:42.254 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.254 INFO kablam! Jul 11 16:41:42.254 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.254 INFO kablam! --> src/consts.rs:72:34 Jul 11 16:41:42.254 INFO kablam! | Jul 11 16:41:42.254 INFO kablam! 72 | ENOTCONN = libc::ENOTCONN as int, Jul 11 16:41:42.254 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.254 INFO kablam! Jul 11 16:41:42.254 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.254 INFO kablam! --> src/consts.rs:75:36 Jul 11 16:41:42.254 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! 75 | ETIMEDOUT = libc::ETIMEDOUT as int, Jul 11 16:41:42.255 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.255 INFO kablam! Jul 11 16:41:42.255 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.255 INFO kablam! --> src/inproc.rs:9:20 Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! 9 | DoBind(String, Sender>), Jul 11 16:41:42.255 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.255 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! Jul 11 16:41:42.255 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.255 INFO kablam! --> src/inproc.rs:10:23 Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! 10 | DoConnect(String, Sender>), Jul 11 16:41:42.255 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.255 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.255 INFO kablam! | Jul 11 16:41:42.255 INFO kablam! Jul 11 16:41:42.256 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.256 INFO kablam! --> src/inproc.rs:15:11 Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! 15 | chan: Receiver, Jul 11 16:41:42.256 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.256 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! Jul 11 16:41:42.256 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.256 INFO kablam! --> src/inproc.rs:16:37 Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! 16 | inproc_binders: HashMap>>, Jul 11 16:41:42.256 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.256 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! Jul 11 16:41:42.256 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.256 INFO kablam! --> src/inproc.rs:17:44 Jul 11 16:41:42.256 INFO kablam! | Jul 11 16:41:42.256 INFO kablam! 17 | inproc_connecters: HashMap>>>, Jul 11 16:41:42.257 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.257 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! Jul 11 16:41:42.257 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.257 INFO kablam! --> src/inproc.rs:33:46 Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! 33 | let (tx1, rx1) = channel(); Jul 11 16:41:42.257 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.257 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! Jul 11 16:41:42.257 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.257 INFO kablam! --> src/inproc.rs:34:46 Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! 34 | let (tx2, rx2) = channel(); Jul 11 16:41:42.257 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.257 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.257 INFO kablam! | Jul 11 16:41:42.257 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! Jul 11 16:41:42.258 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.258 INFO kablam! --> src/inproc.rs:45:42 Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! 45 | let (tx1, rx1) = channel(); Jul 11 16:41:42.258 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.258 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! Jul 11 16:41:42.258 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.258 INFO kablam! --> src/inproc.rs:46:42 Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! 46 | let (tx2, rx2) = channel(); Jul 11 16:41:42.258 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.258 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.258 INFO kablam! | Jul 11 16:41:42.258 INFO kablam! Jul 11 16:41:42.259 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.259 INFO kablam! --> src/inproc.rs:68:11 Jul 11 16:41:42.259 INFO kablam! | Jul 11 16:41:42.259 INFO kablam! 68 | chan: Sender, Jul 11 16:41:42.259 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.259 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.259 INFO kablam! | Jul 11 16:41:42.259 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.259 INFO kablam! | Jul 11 16:41:42.259 INFO kablam! Jul 11 16:41:42.259 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.259 INFO kablam! --> src/inproc.rs:73:24 Jul 11 16:41:42.259 INFO kablam! | Jul 11 16:41:42.264 INFO kablam! 73 | let (tx, rx) = channel(); Jul 11 16:41:42.264 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.264 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.265 INFO kablam! | Jul 11 16:41:42.265 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.265 INFO kablam! | Jul 11 16:41:42.265 INFO kablam! Jul 11 16:41:42.265 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.265 INFO kablam! --> src/inproc.rs:75:9 Jul 11 16:41:42.265 INFO kablam! | Jul 11 16:41:42.265 INFO kablam! 75 | spawn(move || { Jul 11 16:41:42.266 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.266 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.266 INFO kablam! | Jul 11 16:41:42.266 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.266 INFO kablam! | Jul 11 16:41:42.266 INFO kablam! Jul 11 16:41:42.266 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.267 INFO kablam! --> src/inproc.rs:88:27 Jul 11 16:41:42.267 INFO kablam! | Jul 11 16:41:42.267 INFO kablam! 88 | pub fn chan(&self) -> Sender { Jul 11 16:41:42.267 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.267 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.267 INFO kablam! | Jul 11 16:41:42.267 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.267 INFO kablam! | Jul 11 16:41:42.268 INFO kablam! Jul 11 16:41:42.268 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.268 INFO kablam! --> src/msg.rs:12:22 Jul 11 16:41:42.268 INFO kablam! | Jul 11 16:41:42.268 INFO kablam! 12 | pub fn new(size: uint) -> Msg { Jul 11 16:41:42.268 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.268 INFO kablam! Jul 11 16:41:42.268 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.269 INFO kablam! --> src/rep.rs:19:20 Jul 11 16:41:42.269 INFO kablam! | Jul 11 16:41:42.269 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:42.269 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.269 INFO kablam! Jul 11 16:41:42.269 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.269 INFO kablam! --> src/rep.rs:24:51 Jul 11 16:41:42.269 INFO kablam! | Jul 11 16:41:42.270 INFO kablam! 24 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.270 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.270 INFO kablam! Jul 11 16:41:42.270 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.270 INFO kablam! --> src/req.rs:19:20 Jul 11 16:41:42.270 INFO kablam! | Jul 11 16:41:42.270 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:42.270 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.271 INFO kablam! Jul 11 16:41:42.271 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.271 INFO kablam! --> src/req.rs:20:17 Jul 11 16:41:42.271 INFO kablam! | Jul 11 16:41:42.271 INFO kablam! 20 | send_count: uint, Jul 11 16:41:42.271 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.271 INFO kablam! Jul 11 16:41:42.272 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.272 INFO kablam! --> src/req.rs:25:51 Jul 11 16:41:42.272 INFO kablam! | Jul 11 16:41:42.272 INFO kablam! 25 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.272 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.272 INFO kablam! Jul 11 16:41:42.272 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `PermissionDenied` in module `std::io` Jul 11 16:41:42.272 INFO kablam! --> src/result.rs:29:26 Jul 11 16:41:42.273 INFO kablam! | Jul 11 16:41:42.273 INFO kablam! 29 | std::io::PermissionDenied => ErrorCode::EACCES, Jul 11 16:41:42.273 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.273 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.273 INFO kablam! | Jul 11 16:41:42.273 INFO kablam! 1 | use std::io::ErrorKind::PermissionDenied; Jul 11 16:41:42.273 INFO kablam! | Jul 11 16:41:42.274 INFO kablam! Jul 11 16:41:42.274 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionRefused` in module `std::io` Jul 11 16:41:42.274 INFO kablam! --> src/result.rs:30:26 Jul 11 16:41:42.274 INFO kablam! | Jul 11 16:41:42.274 INFO kablam! 30 | std::io::ConnectionRefused => ErrorCode::ECONNREFUSED, Jul 11 16:41:42.274 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.274 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.275 INFO kablam! | Jul 11 16:41:42.275 INFO kablam! 1 | use std::io::ErrorKind::ConnectionRefused; Jul 11 16:41:42.275 INFO kablam! | Jul 11 16:41:42.275 INFO kablam! Jul 11 16:41:42.275 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionReset` in module `std::io` Jul 11 16:41:42.275 INFO kablam! --> src/result.rs:31:26 Jul 11 16:41:42.275 INFO kablam! | Jul 11 16:41:42.276 INFO kablam! 31 | std::io::ConnectionReset => ErrorCode::ECONNRESET, Jul 11 16:41:42.276 INFO kablam! | ^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.276 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.276 INFO kablam! | Jul 11 16:41:42.276 INFO kablam! 1 | use std::io::ErrorKind::ConnectionReset; Jul 11 16:41:42.276 INFO kablam! | Jul 11 16:41:42.276 INFO kablam! Jul 11 16:41:42.277 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionAborted` in module `std::io` Jul 11 16:41:42.277 INFO kablam! --> src/result.rs:32:26 Jul 11 16:41:42.277 INFO kablam! | Jul 11 16:41:42.277 INFO kablam! 32 | std::io::ConnectionAborted => ErrorCode::ECONNABORTED, Jul 11 16:41:42.277 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.277 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.277 INFO kablam! | Jul 11 16:41:42.277 INFO kablam! 1 | use std::io::ErrorKind::ConnectionAborted; Jul 11 16:41:42.278 INFO kablam! | Jul 11 16:41:42.278 INFO kablam! Jul 11 16:41:42.278 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `NotConnected` in module `std::io` Jul 11 16:41:42.278 INFO kablam! --> src/result.rs:33:26 Jul 11 16:41:42.278 INFO kablam! | Jul 11 16:41:42.278 INFO kablam! 33 | std::io::NotConnected => ErrorCode::ENOTCONN, Jul 11 16:41:42.278 INFO kablam! | ^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:42.279 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.279 INFO kablam! | Jul 11 16:41:42.279 INFO kablam! 1 | use std::io::ErrorKind::NotConnected; Jul 11 16:41:42.279 INFO kablam! | Jul 11 16:41:42.279 INFO kablam! Jul 11 16:41:42.279 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `TimedOut` in module `std::io` Jul 11 16:41:42.279 INFO kablam! --> src/result.rs:34:26 Jul 11 16:41:42.280 INFO kablam! | Jul 11 16:41:42.280 INFO kablam! 34 | std::io::TimedOut => ErrorCode::ETIMEDOUT, Jul 11 16:41:42.280 INFO kablam! | ^^^^^^^^ not found in `std::io` Jul 11 16:41:42.280 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.280 INFO kablam! | Jul 11 16:41:42.280 INFO kablam! 1 | use std::io::ErrorKind::TimedOut; Jul 11 16:41:42.280 INFO kablam! | Jul 11 16:41:42.280 INFO kablam! Jul 11 16:41:42.281 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.281 INFO kablam! --> src/socket.rs:30:59 Jul 11 16:41:42.281 INFO kablam! | Jul 11 16:41:42.281 INFO kablam! 30 | fn getsockopt(&self, option: consts::SocketOption) -> int; Jul 11 16:41:42.281 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.281 INFO kablam! Jul 11 16:41:42.281 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.282 INFO kablam! --> src/socket_base.rs:20:17 Jul 11 16:41:42.282 INFO kablam! | Jul 11 16:41:42.282 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:42.282 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.282 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.282 INFO kablam! | Jul 11 16:41:42.282 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.283 INFO kablam! | Jul 11 16:41:42.283 INFO kablam! Jul 11 16:41:42.283 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.283 INFO kablam! --> src/socket_base.rs:20:35 Jul 11 16:41:42.283 INFO kablam! | Jul 11 16:41:42.283 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:42.283 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.284 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.284 INFO kablam! | Jul 11 16:41:42.284 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.284 INFO kablam! | Jul 11 16:41:42.284 INFO kablam! Jul 11 16:41:42.284 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.284 INFO kablam! --> src/socket_base.rs:25:13 Jul 11 16:41:42.284 INFO kablam! | Jul 11 16:41:42.285 INFO kablam! 25 | sender: Sender>, Jul 11 16:41:42.285 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.285 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.285 INFO kablam! | Jul 11 16:41:42.285 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.285 INFO kablam! | Jul 11 16:41:42.285 INFO kablam! Jul 11 16:41:42.285 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.286 INFO kablam! --> src/socket_base.rs:26:15 Jul 11 16:41:42.286 INFO kablam! | Jul 11 16:41:42.286 INFO kablam! 26 | receiver: Receiver>, Jul 11 16:41:42.286 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.286 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.286 INFO kablam! | Jul 11 16:41:42.286 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.287 INFO kablam! | Jul 11 16:41:42.287 INFO kablam! Jul 11 16:41:42.287 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.287 INFO kablam! --> src/socket_base.rs:30:20 Jul 11 16:41:42.287 INFO kablam! | Jul 11 16:41:42.287 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:42.287 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.288 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.288 INFO kablam! | Jul 11 16:41:42.288 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.288 INFO kablam! | Jul 11 16:41:42.288 INFO kablam! Jul 11 16:41:42.288 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.288 INFO kablam! --> src/socket_base.rs:30:48 Jul 11 16:41:42.288 INFO kablam! | Jul 11 16:41:42.289 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:42.289 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.289 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.289 INFO kablam! | Jul 11 16:41:42.289 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.289 INFO kablam! | Jul 11 16:41:42.289 INFO kablam! Jul 11 16:41:42.290 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.290 INFO kablam! --> src/socket_base.rs:41:9 Jul 11 16:41:42.290 INFO kablam! | Jul 11 16:41:42.290 INFO kablam! 41 | tx: Sender>, Jul 11 16:41:42.290 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.290 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.290 INFO kablam! | Jul 11 16:41:42.290 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.291 INFO kablam! | Jul 11 16:41:42.291 INFO kablam! Jul 11 16:41:42.291 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.291 INFO kablam! --> src/socket_base.rs:42:9 Jul 11 16:41:42.291 INFO kablam! | Jul 11 16:41:42.291 INFO kablam! 42 | rx: Receiver>, Jul 11 16:41:42.291 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.292 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.292 INFO kablam! | Jul 11 16:41:42.292 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.292 INFO kablam! | Jul 11 16:41:42.292 INFO kablam! Jul 11 16:41:42.292 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.292 INFO kablam! --> src/socket_base.rs:43:20 Jul 11 16:41:42.292 INFO kablam! | Jul 11 16:41:42.293 INFO kablam! 43 | peers: HashMap, Jul 11 16:41:42.293 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.293 INFO kablam! Jul 11 16:41:42.293 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.293 INFO kablam! --> src/socket_base.rs:44:14 Jul 11 16:41:42.293 INFO kablam! | Jul 11 16:41:42.293 INFO kablam! 44 | ids: Vec, Jul 11 16:41:42.293 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.294 INFO kablam! Jul 11 16:41:42.294 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.294 INFO kablam! --> src/socket_base.rs:45:18 Jul 11 16:41:42.294 INFO kablam! | Jul 11 16:41:42.294 INFO kablam! 45 | inproc_chan: Sender, Jul 11 16:41:42.294 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.294 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.295 INFO kablam! | Jul 11 16:41:42.295 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.295 INFO kablam! | Jul 11 16:41:42.295 INFO kablam! Jul 11 16:41:42.295 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.295 INFO kablam! --> src/socket_base.rs:49:22 Jul 11 16:41:42.295 INFO kablam! | Jul 11 16:41:42.295 INFO kablam! 49 | pub fn new(chan: Sender) -> SocketBase { Jul 11 16:41:42.296 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.296 INFO kablam! | Jul 11 16:41:42.296 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.296 INFO kablam! | Jul 11 16:41:42.296 INFO kablam! Jul 11 16:41:42.296 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.297 INFO kablam! --> src/socket_base.rs:50:24 Jul 11 16:41:42.297 INFO kablam! | Jul 11 16:41:42.297 INFO kablam! 50 | let (tx, rx) = channel(); Jul 11 16:41:42.297 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.297 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.297 INFO kablam! | Jul 11 16:41:42.297 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.298 INFO kablam! | Jul 11 16:41:42.298 INFO kablam! Jul 11 16:41:42.298 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.298 INFO kablam! --> src/socket_base.rs:62:47 Jul 11 16:41:42.298 INFO kablam! | Jul 11 16:41:42.298 INFO kablam! 62 | self.options.write().type_ = type_ as int; Jul 11 16:41:42.298 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.298 INFO kablam! Jul 11 16:41:42.299 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:42.299 INFO kablam! --> src/socket_base.rs:70:23 Jul 11 16:41:42.299 INFO kablam! | Jul 11 16:41:42.299 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:42.299 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.299 INFO kablam! Jul 11 16:41:42.299 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.300 INFO kablam! --> src/socket_base.rs:70:34 Jul 11 16:41:42.300 INFO kablam! | Jul 11 16:41:42.300 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:42.300 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.300 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.300 INFO kablam! | Jul 11 16:41:42.300 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.301 INFO kablam! | Jul 11 16:41:42.301 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.301 INFO kablam! | Jul 11 16:41:42.301 INFO kablam! Jul 11 16:41:42.301 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:42.301 INFO kablam! --> src/socket_base.rs:94:23 Jul 11 16:41:42.301 INFO kablam! | Jul 11 16:41:42.301 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:42.302 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.302 INFO kablam! Jul 11 16:41:42.302 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.302 INFO kablam! --> src/socket_base.rs:94:34 Jul 11 16:41:42.302 INFO kablam! | Jul 11 16:41:42.302 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:42.302 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.303 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.303 INFO kablam! | Jul 11 16:41:42.303 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.303 INFO kablam! | Jul 11 16:41:42.303 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.303 INFO kablam! | Jul 11 16:41:42.303 INFO kablam! Jul 11 16:41:42.303 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.304 INFO kablam! --> src/socket_base.rs:111:63 Jul 11 16:41:42.304 INFO kablam! | Jul 11 16:41:42.304 INFO kablam! 111 | pub fn getsockopt(&self, option: consts::SocketOption) -> int { Jul 11 16:41:42.304 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.304 INFO kablam! Jul 11 16:41:42.304 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.304 INFO kablam! --> src/socket_base.rs:115:38 Jul 11 16:41:42.305 INFO kablam! | Jul 11 16:41:42.305 INFO kablam! 115 | pub fn recv_first(&mut self) -> (uint, Box) { Jul 11 16:41:42.305 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.305 INFO kablam! Jul 11 16:41:42.305 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.305 INFO kablam! --> src/socket_base.rs:167:37 Jul 11 16:41:42.305 INFO kablam! | Jul 11 16:41:42.305 INFO kablam! 167 | pub fn recv_from(&mut self, id: uint) -> Box { Jul 11 16:41:42.306 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.306 INFO kablam! Jul 11 16:41:42.306 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.306 INFO kablam! --> src/socket_base.rs:172:35 Jul 11 16:41:42.306 INFO kablam! | Jul 11 16:41:42.306 INFO kablam! 172 | pub fn send_to(&mut self, id: uint, msg: Box) { Jul 11 16:41:42.306 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.307 INFO kablam! Jul 11 16:41:42.307 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.307 INFO kablam! --> src/socket_base.rs:178:46 Jul 11 16:41:42.307 INFO kablam! | Jul 11 16:41:42.307 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.307 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.307 INFO kablam! Jul 11 16:41:42.307 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.308 INFO kablam! --> src/socket_base.rs:178:56 Jul 11 16:41:42.308 INFO kablam! | Jul 11 16:41:42.308 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.308 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.308 INFO kablam! Jul 11 16:41:42.308 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.308 INFO kablam! --> src/socket_base.rs:178:62 Jul 11 16:41:42.308 INFO kablam! | Jul 11 16:41:42.309 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:42.309 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.309 INFO kablam! Jul 11 16:41:42.309 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.309 INFO kablam! --> src/stream_engine.rs:14:25 Jul 11 16:41:42.309 INFO kablam! | Jul 11 16:41:42.309 INFO kablam! 14 | const V2_GREETING_SIZE: uint = 12; Jul 11 16:41:42.309 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.310 INFO kablam! Jul 11 16:41:42.310 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.310 INFO kablam! --> src/stream_engine.rs:15:26 Jul 11 16:41:42.310 INFO kablam! | Jul 11 16:41:42.310 INFO kablam! 15 | const NO_PROGRESS_LIMIT: uint = 1000; Jul 11 16:41:42.310 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.310 INFO kablam! Jul 11 16:41:42.311 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.311 INFO kablam! --> src/stream_engine.rs:16:23 Jul 11 16:41:42.311 INFO kablam! | Jul 11 16:41:42.311 INFO kablam! 16 | const SIGNATURE_SIZE: uint = 10; Jul 11 16:41:42.311 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.311 INFO kablam! Jul 11 16:41:42.311 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.311 INFO kablam! --> src/stream_engine.rs:19:21 Jul 11 16:41:42.312 INFO kablam! | Jul 11 16:41:42.312 INFO kablam! 19 | const REVISION_POS: uint = 10; Jul 11 16:41:42.312 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.312 INFO kablam! Jul 11 16:41:42.312 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.312 INFO kablam! --> src/stream_engine.rs:22:30 Jul 11 16:41:42.312 INFO kablam! | Jul 11 16:41:42.313 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:42.313 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.313 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.313 INFO kablam! | Jul 11 16:41:42.313 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.313 INFO kablam! | Jul 11 16:41:42.313 INFO kablam! Jul 11 16:41:42.313 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.314 INFO kablam! --> src/stream_engine.rs:22:86 Jul 11 16:41:42.314 INFO kablam! | Jul 11 16:41:42.314 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:42.314 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.314 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.314 INFO kablam! | Jul 11 16:41:42.314 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.314 INFO kablam! | Jul 11 16:41:42.315 INFO kablam! Jul 11 16:41:42.315 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:42.315 INFO kablam! --> src/stream_engine.rs:35:32 Jul 11 16:41:42.315 INFO kablam! | Jul 11 16:41:42.315 INFO kablam! 35 | fn stream_msg_writer(msg_chan: Receiver>, mut stream: TcpStream, encoder: V2Encoder) { Jul 11 16:41:42.315 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:42.315 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.316 INFO kablam! | Jul 11 16:41:42.316 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:42.316 INFO kablam! | Jul 11 16:41:42.316 INFO kablam! Jul 11 16:41:42.316 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.316 INFO kablam! --> src/stream_engine.rs:54:21 Jul 11 16:41:42.316 INFO kablam! | Jul 11 16:41:42.316 INFO kablam! 54 | chan_to_socket: Sender>, Jul 11 16:41:42.317 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.317 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.317 INFO kablam! | Jul 11 16:41:42.317 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.317 INFO kablam! | Jul 11 16:41:42.317 INFO kablam! Jul 11 16:41:42.317 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.318 INFO kablam! --> src/stream_engine.rs:59:29 Jul 11 16:41:42.318 INFO kablam! | Jul 11 16:41:42.318 INFO kablam! 59 | _death_notifier: Option>, Jul 11 16:41:42.318 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.318 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.318 INFO kablam! | Jul 11 16:41:42.318 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.318 INFO kablam! | Jul 11 16:41:42.319 INFO kablam! Jul 11 16:41:42.319 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.319 INFO kablam! --> src/stream_engine.rs:67:36 Jul 11 16:41:42.319 INFO kablam! | Jul 11 16:41:42.319 INFO kablam! 67 | let (bytes_tx, bytes_rx) = channel(); Jul 11 16:41:42.319 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.319 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.320 INFO kablam! | Jul 11 16:41:42.320 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.320 INFO kablam! | Jul 11 16:41:42.320 INFO kablam! Jul 11 16:41:42.320 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.320 INFO kablam! --> src/stream_engine.rs:68:38 Jul 11 16:41:42.320 INFO kablam! | Jul 11 16:41:42.320 INFO kablam! 68 | let (waiter_tx, waiter_rx) = channel(); Jul 11 16:41:42.321 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.321 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.321 INFO kablam! | Jul 11 16:41:42.321 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.321 INFO kablam! | Jul 11 16:41:42.321 INFO kablam! Jul 11 16:41:42.321 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.322 INFO kablam! --> src/stream_engine.rs:70:9 Jul 11 16:41:42.322 INFO kablam! | Jul 11 16:41:42.322 INFO kablam! 70 | spawn(move || { Jul 11 16:41:42.322 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.322 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.322 INFO kablam! | Jul 11 16:41:42.322 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.322 INFO kablam! | Jul 11 16:41:42.323 INFO kablam! Jul 11 16:41:42.323 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.323 INFO kablam! --> src/stream_engine.rs:89:32 Jul 11 16:41:42.323 INFO kablam! | Jul 11 16:41:42.323 INFO kablam! 89 | let (msg_tx, msg_rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:42.323 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.323 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.323 INFO kablam! | Jul 11 16:41:42.324 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.324 INFO kablam! | Jul 11 16:41:42.324 INFO kablam! Jul 11 16:41:42.324 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.324 INFO kablam! --> src/stream_engine.rs:91:9 Jul 11 16:41:42.324 INFO kablam! | Jul 11 16:41:42.324 INFO kablam! 91 | spawn(move || { Jul 11 16:41:42.324 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.325 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.325 INFO kablam! | Jul 11 16:41:42.325 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.325 INFO kablam! | Jul 11 16:41:42.325 INFO kablam! Jul 11 16:41:42.325 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.325 INFO kablam! --> src/stream_engine.rs:96:24 Jul 11 16:41:42.325 INFO kablam! | Jul 11 16:41:42.326 INFO kablam! 96 | let (tx, rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:42.326 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.326 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.326 INFO kablam! | Jul 11 16:41:42.326 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.326 INFO kablam! | Jul 11 16:41:42.326 INFO kablam! Jul 11 16:41:42.326 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.327 INFO kablam! --> src/stream_engine.rs:117:37 Jul 11 16:41:42.327 INFO kablam! | Jul 11 16:41:42.327 INFO kablam! 117 | fn handshake(&mut self, sender: Sender>>) -> ZmqResult<(V2Decoder, V2Encoder)> { Jul 11 16:41:42.327 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.327 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.327 INFO kablam! | Jul 11 16:41:42.327 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.328 INFO kablam! | Jul 11 16:41:42.328 INFO kablam! Jul 11 16:41:42.328 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.328 INFO kablam! --> src/stream_engine.rs:190:28 Jul 11 16:41:42.328 INFO kablam! | Jul 11 16:41:42.328 INFO kablam! 190 | chan: Sender>, Jul 11 16:41:42.328 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.328 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.329 INFO kablam! | Jul 11 16:41:42.329 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.329 INFO kablam! | Jul 11 16:41:42.329 INFO kablam! Jul 11 16:41:42.329 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.329 INFO kablam! --> src/stream_engine.rs:191:45 Jul 11 16:41:42.329 INFO kablam! | Jul 11 16:41:42.329 INFO kablam! 191 | death_notifier: Option>) { Jul 11 16:41:42.330 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.330 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.330 INFO kablam! | Jul 11 16:41:42.330 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.330 INFO kablam! | Jul 11 16:41:42.330 INFO kablam! Jul 11 16:41:42.330 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.330 INFO kablam! --> src/stream_engine.rs:192:9 Jul 11 16:41:42.331 INFO kablam! | Jul 11 16:41:42.331 INFO kablam! 192 | spawn(move || { Jul 11 16:41:42.331 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.331 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.331 INFO kablam! | Jul 11 16:41:42.331 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.331 INFO kablam! | Jul 11 16:41:42.331 INFO kablam! Jul 11 16:41:42.332 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.332 INFO kablam! --> src/tcp_connecter.rs:16:21 Jul 11 16:41:42.332 INFO kablam! | Jul 11 16:41:42.332 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:42.332 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.332 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.332 INFO kablam! | Jul 11 16:41:42.332 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.333 INFO kablam! | Jul 11 16:41:42.333 INFO kablam! Jul 11 16:41:42.333 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.333 INFO kablam! --> src/tcp_connecter.rs:17:11 Jul 11 16:41:42.333 INFO kablam! | Jul 11 16:41:42.333 INFO kablam! 17 | addr: SocketAddr, Jul 11 16:41:42.333 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.333 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.334 INFO kablam! | Jul 11 16:41:42.334 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.334 INFO kablam! | Jul 11 16:41:42.334 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.334 INFO kablam! | Jul 11 16:41:42.334 INFO kablam! Jul 11 16:41:42.334 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:42.334 INFO kablam! --> src/tcp_connecter.rs:33:36 Jul 11 16:41:42.335 INFO kablam! | Jul 11 16:41:42.335 INFO kablam! 33 | let (tx, rx) = channel(); Jul 11 16:41:42.335 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:42.335 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.335 INFO kablam! | Jul 11 16:41:42.335 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:42.335 INFO kablam! | Jul 11 16:41:42.335 INFO kablam! Jul 11 16:41:42.336 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:42.336 INFO kablam! --> src/tcp_connecter.rs:61:28 Jul 11 16:41:42.336 INFO kablam! | Jul 11 16:41:42.336 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:42.336 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:42.336 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:42.336 INFO kablam! | Jul 11 16:41:42.337 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:42.337 INFO kablam! | Jul 11 16:41:42.337 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:42.337 INFO kablam! | Jul 11 16:41:42.337 INFO kablam! Jul 11 16:41:42.337 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.337 INFO kablam! --> src/tcp_connecter.rs:61:46 Jul 11 16:41:42.337 INFO kablam! | Jul 11 16:41:42.338 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:42.338 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.338 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.338 INFO kablam! | Jul 11 16:41:42.338 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.338 INFO kablam! | Jul 11 16:41:42.338 INFO kablam! Jul 11 16:41:42.338 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.339 INFO kablam! --> src/tcp_connecter.rs:63:9 Jul 11 16:41:42.339 INFO kablam! | Jul 11 16:41:42.339 INFO kablam! 63 | spawn(move || { Jul 11 16:41:42.339 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.339 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.339 INFO kablam! | Jul 11 16:41:42.339 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.339 INFO kablam! | Jul 11 16:41:42.340 INFO kablam! Jul 11 16:41:42.340 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:42.340 INFO kablam! --> src/tcp_listener.rs:15:15 Jul 11 16:41:42.340 INFO kablam! | Jul 11 16:41:42.340 INFO kablam! 15 | acceptor: TcpAcceptor, Jul 11 16:41:42.340 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:42.340 INFO kablam! Jul 11 16:41:42.340 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.341 INFO kablam! --> src/tcp_listener.rs:16:21 Jul 11 16:41:42.341 INFO kablam! | Jul 11 16:41:42.341 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:42.341 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.341 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.341 INFO kablam! | Jul 11 16:41:42.341 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.341 INFO kablam! | Jul 11 16:41:42.342 INFO kablam! Jul 11 16:41:42.342 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:42.342 INFO kablam! --> src/tcp_listener.rs:39:32 Jul 11 16:41:42.342 INFO kablam! | Jul 11 16:41:42.342 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:42.342 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:42.342 INFO kablam! Jul 11 16:41:42.342 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:42.343 INFO kablam! --> src/tcp_listener.rs:39:51 Jul 11 16:41:42.343 INFO kablam! | Jul 11 16:41:42.343 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:42.343 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:42.343 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.343 INFO kablam! | Jul 11 16:41:42.343 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:42.344 INFO kablam! | Jul 11 16:41:42.344 INFO kablam! Jul 11 16:41:42.344 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.344 INFO kablam! --> src/tcp_listener.rs:41:9 Jul 11 16:41:42.344 INFO kablam! | Jul 11 16:41:42.344 INFO kablam! 41 | spawn(move || { Jul 11 16:41:42.344 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.344 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.345 INFO kablam! | Jul 11 16:41:42.345 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.345 INFO kablam! | Jul 11 16:41:42.345 INFO kablam! Jul 11 16:41:42.345 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.345 INFO kablam! --> src/options.rs:12:16 Jul 11 16:41:42.345 INFO kablam! | Jul 11 16:41:42.345 INFO kablam! 12 | pub type_: int, Jul 11 16:41:42.345 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.346 INFO kablam! Jul 11 16:41:42.346 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.346 INFO kablam! --> src/options.rs:37:55 Jul 11 16:41:42.346 INFO kablam! | Jul 11 16:41:42.346 INFO kablam! 37 | pub fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:42.346 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.346 INFO kablam! Jul 11 16:41:42.347 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.347 INFO kablam! --> src/options.rs:39:49 Jul 11 16:41:42.347 INFO kablam! | Jul 11 16:41:42.347 INFO kablam! 39 | SocketOption::TYPE => self.type_ as int, Jul 11 16:41:42.347 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.347 INFO kablam! Jul 11 16:41:42.347 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.347 INFO kablam! --> src/v2_decoder.rs:41:37 Jul 11 16:41:42.348 INFO kablam! | Jul 11 16:41:42.348 INFO kablam! 41 | if size != (size as uint) as u64 { Jul 11 16:41:42.348 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.348 INFO kablam! Jul 11 16:41:42.348 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.348 INFO kablam! --> src/v2_decoder.rs:45:25 Jul 11 16:41:42.348 INFO kablam! | Jul 11 16:41:42.348 INFO kablam! 45 | size as uint Jul 11 16:41:42.349 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.349 INFO kablam! Jul 11 16:41:42.349 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:42.349 INFO kablam! --> src/v2_decoder.rs:54:25 Jul 11 16:41:42.349 INFO kablam! | Jul 11 16:41:42.349 INFO kablam! 54 | size as uint Jul 11 16:41:42.349 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:42.349 INFO kablam! Jul 11 16:41:42.349 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.350 INFO kablam! --> src/lib.rs:69:46 Jul 11 16:41:42.350 INFO kablam! | Jul 11 16:41:42.350 INFO kablam! 69 | assert_eq!(super::SocketType::REQ as int, 3); Jul 11 16:41:42.350 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.350 INFO kablam! Jul 11 16:41:42.350 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:42.350 INFO kablam! --> src/lib.rs:76:87 Jul 11 16:41:42.351 INFO kablam! | Jul 11 16:41:42.351 INFO kablam! 76 | assert_eq!(s.getsockopt(super::SocketOption::TYPE), super::SocketType::REQ as int); Jul 11 16:41:42.351 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:42.351 INFO kablam! Jul 11 16:41:42.351 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:42.351 INFO kablam! --> src/lib.rs:127:9 Jul 11 16:41:42.351 INFO kablam! | Jul 11 16:41:42.351 INFO kablam! 127 | spawn(move || { Jul 11 16:41:42.352 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:42.352 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:42.352 INFO kablam! | Jul 11 16:41:42.352 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:42.352 INFO kablam! | Jul 11 16:41:42.352 INFO kablam! Jul 11 16:41:42.352 INFO kablam! error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.352 INFO kablam! --> src/lib.rs:35:1 Jul 11 16:41:42.353 INFO kablam! | Jul 11 16:41:42.353 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Jul 11 16:41:42.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.353 INFO kablam! | Jul 11 16:41:42.353 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.353 INFO kablam! Jul 11 16:41:42.353 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.353 INFO kablam! --> src/ctx.rs:35:32 Jul 11 16:41:42.354 INFO kablam! | Jul 11 16:41:42.354 INFO kablam! 35 | SocketType::REQ => box req::new(base) as Box, Jul 11 16:41:42.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.354 INFO kablam! | Jul 11 16:41:42.354 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.354 INFO kablam! Jul 11 16:41:42.354 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.355 INFO kablam! --> src/ctx.rs:36:32 Jul 11 16:41:42.355 INFO kablam! | Jul 11 16:41:42.355 INFO kablam! 36 | SocketType::REP => box rep::new(base) as Box, Jul 11 16:41:42.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.355 INFO kablam! | Jul 11 16:41:42.355 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.355 INFO kablam! Jul 11 16:41:42.356 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.356 INFO kablam! --> src/consts.rs:54:1 Jul 11 16:41:42.356 INFO kablam! | Jul 11 16:41:42.356 INFO kablam! 54 | #[deriving(PartialEq, Show)] Jul 11 16:41:42.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.356 INFO kablam! | Jul 11 16:41:42.356 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.356 INFO kablam! Jul 11 16:41:42.357 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.357 INFO kablam! --> src/msg.rs:5:1 Jul 11 16:41:42.357 INFO kablam! | Jul 11 16:41:42.357 INFO kablam! 5 | #[deriving(Show)] Jul 11 16:41:42.357 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.357 INFO kablam! | Jul 11 16:41:42.357 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.357 INFO kablam! Jul 11 16:41:42.358 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.358 INFO kablam! --> src/rep.rs:89:19 Jul 11 16:41:42.358 INFO kablam! | Jul 11 16:41:42.358 INFO kablam! 89 | let msg = box Msg::new(1); Jul 11 16:41:42.358 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 11 16:41:42.358 INFO kablam! | Jul 11 16:41:42.358 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.358 INFO kablam! Jul 11 16:41:42.359 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 16:41:42.359 INFO kablam! --> src/result.rs:8:1 Jul 11 16:41:42.359 INFO kablam! | Jul 11 16:41:42.359 INFO kablam! 8 | #[deriving(Show)] Jul 11 16:41:42.359 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.359 INFO kablam! | Jul 11 16:41:42.359 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:42.359 INFO kablam! Jul 11 16:41:42.360 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.360 INFO kablam! --> src/socket_base.rs:124:34 Jul 11 16:41:42.360 INFO kablam! | Jul 11 16:41:42.360 INFO kablam! 124 | let handle = box selector.handle(&peer.receiver); Jul 11 16:41:42.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.360 INFO kablam! | Jul 11 16:41:42.360 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.360 INFO kablam! Jul 11 16:41:42.361 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.361 INFO kablam! --> src/socket_base.rs:133:30 Jul 11 16:41:42.361 INFO kablam! | Jul 11 16:41:42.361 INFO kablam! 133 | let handle = box selector.handle(&self.rx); Jul 11 16:41:42.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.361 INFO kablam! | Jul 11 16:41:42.361 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.361 INFO kablam! Jul 11 16:41:42.362 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.362 INFO kablam! --> src/stream_engine.rs:75:29 Jul 11 16:41:42.362 INFO kablam! | Jul 11 16:41:42.362 INFO kablam! 75 | let mut signature = box vec!(); Jul 11 16:41:42.362 INFO kablam! | ^^^^^^^^^^ Jul 11 16:41:42.362 INFO kablam! | Jul 11 16:41:42.362 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.363 INFO kablam! Jul 11 16:41:42.363 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.363 INFO kablam! --> src/stream_engine.rs:163:29 Jul 11 16:41:42.363 INFO kablam! | Jul 11 16:41:42.363 INFO kablam! 163 | sender.send(box [1u8].to_vec()); Jul 11 16:41:42.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.363 INFO kablam! | Jul 11 16:41:42.363 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.364 INFO kablam! Jul 11 16:41:42.364 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.364 INFO kablam! --> src/stream_engine.rs:170:37 Jul 11 16:41:42.364 INFO kablam! | Jul 11 16:41:42.364 INFO kablam! 170 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:42.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.364 INFO kablam! | Jul 11 16:41:42.365 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.365 INFO kablam! Jul 11 16:41:42.365 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.365 INFO kablam! --> src/stream_engine.rs:174:37 Jul 11 16:41:42.365 INFO kablam! | Jul 11 16:41:42.365 INFO kablam! 174 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:42.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.365 INFO kablam! | Jul 11 16:41:42.366 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.366 INFO kablam! Jul 11 16:41:42.366 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.366 INFO kablam! --> src/v2_decoder.rs:57:23 Jul 11 16:41:42.366 INFO kablam! | Jul 11 16:41:42.366 INFO kablam! 57 | let mut ret = box Msg::new(msg_size); Jul 11 16:41:42.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.366 INFO kablam! | Jul 11 16:41:42.367 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.367 INFO kablam! Jul 11 16:41:42.367 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.367 INFO kablam! --> src/lib.rs:114:28 Jul 11 16:41:42.367 INFO kablam! | Jul 11 16:41:42.367 INFO kablam! 114 | let mut msg_sent = box super::Msg::new(4); Jul 11 16:41:42.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.367 INFO kablam! | Jul 11 16:41:42.368 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.368 INFO kablam! Jul 11 16:41:42.368 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:42.368 INFO kablam! --> src/lib.rs:131:32 Jul 11 16:41:42.368 INFO kablam! | Jul 11 16:41:42.368 INFO kablam! 131 | let mut msg_sent = box super::Msg::new(4); Jul 11 16:41:42.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:42.368 INFO kablam! | Jul 11 16:41:42.369 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:42.369 INFO kablam! Jul 11 16:41:42.369 INFO kablam! error: aborting due to 147 previous errors Jul 11 16:41:42.369 INFO kablam! Jul 11 16:41:42.369 INFO kablam! Some errors occurred: E0412, E0425, E0432, E0433, E0531, E0658. Jul 11 16:41:42.369 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 11 16:41:42.369 INFO kablam! error: Could not compile `zeromq`. Jul 11 16:41:42.369 INFO kablam! Jul 11 16:41:42.370 INFO kablam! To learn more, run the command again with --verbose. Jul 11 16:41:42.370 INFO kablam! su: No module specific data is present Jul 11 16:41:42.866 INFO running `"docker" "rm" "-f" "df7381b2c4f5567f0ff3619ad2887ce4df7b01bb60bfa1925aad20dcdfcc0b00"` Jul 11 16:41:43.035 INFO blam! df7381b2c4f5567f0ff3619ad2887ce4df7b01bb60bfa1925aad20dcdfcc0b00