Jul 11 16:41:43.089 INFO checking zeromq-0.1.0-pre against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 16:41:43.089 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 16:41:43.089 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 16:41:43.089 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 16:41:43.330 INFO blam! 4730b9ffc672bbc1e42aa24efe3dacb09461921226de26afd5fc4fa0a4fc3873 Jul 11 16:41:43.332 INFO running `"docker" "start" "-a" "4730b9ffc672bbc1e42aa24efe3dacb09461921226de26afd5fc4fa0a4fc3873"` Jul 11 16:41:44.287 INFO kablam! Checking zeromq v0.1.0-pre (file:///source) Jul 11 16:41:44.491 INFO kablam! error: expected type, found `|` Jul 11 16:41:44.491 INFO kablam! --> src/socket_base.rs:184:36 Jul 11 16:41:44.491 INFO kablam! | Jul 11 16:41:44.491 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Jul 11 16:41:44.491 INFO kablam! | ^ Jul 11 16:41:44.495 INFO kablam! error: expected type, found `|` Jul 11 16:41:44.495 INFO kablam! --> src/socket_base.rs:184:36 Jul 11 16:41:44.495 INFO kablam! | Jul 11 16:41:44.495 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Jul 11 16:41:44.495 INFO kablam! | ^ Jul 11 16:41:44.495 INFO kablam! Jul 11 16:41:44.502 INFO kablam! Jul 11 16:41:44.698 INFO kablam! error[E0432]: unresolved import `std::io::IoError` Jul 11 16:41:44.698 INFO kablam! --> src/result.rs:3:15 Jul 11 16:41:44.698 INFO kablam! | Jul 11 16:41:44.698 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:44.698 INFO kablam! | ^^^^^^^ no `IoError` in `io`. Did you mean to use `Error`? Jul 11 16:41:44.698 INFO kablam! Jul 11 16:41:44.699 INFO kablam! error[E0432]: unresolved import `std::io::IoErrorKind` Jul 11 16:41:44.699 INFO kablam! --> src/result.rs:3:24 Jul 11 16:41:44.699 INFO kablam! | Jul 11 16:41:44.699 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:44.699 INFO kablam! | ^^^^^^^^^^^ no `IoErrorKind` in `io`. Did you mean to use `ErrorKind`? Jul 11 16:41:44.699 INFO kablam! Jul 11 16:41:44.699 INFO kablam! error[E0432]: unresolved import `std::comm` Jul 11 16:41:44.699 INFO kablam! --> src/socket_base.rs:11:10 Jul 11 16:41:44.699 INFO kablam! | Jul 11 16:41:44.700 INFO kablam! 11 | use std::comm::Select; Jul 11 16:41:44.700 INFO kablam! | ^^^^ Could not find `comm` in `std` Jul 11 16:41:44.700 INFO kablam! Jul 11 16:41:44.700 INFO kablam! error[E0432]: unresolved import `std::io::Listener` Jul 11 16:41:44.700 INFO kablam! --> src/socket_base.rs:13:5 Jul 11 16:41:44.700 INFO kablam! | Jul 11 16:41:44.700 INFO kablam! 13 | use std::io::Listener; Jul 11 16:41:44.700 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Listener` in `io` Jul 11 16:41:44.700 INFO kablam! Jul 11 16:41:44.700 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.700 INFO kablam! --> src/socket_base.rs:14:14 Jul 11 16:41:44.700 INFO kablam! | Jul 11 16:41:44.700 INFO kablam! 14 | use std::io::net::ip::SocketAddr; Jul 11 16:41:44.700 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.700 INFO kablam! Jul 11 16:41:44.700 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.700 INFO kablam! --> src/socket_base.rs:15:22 Jul 11 16:41:44.700 INFO kablam! | Jul 11 16:41:44.700 INFO kablam! 15 | use std::sync::{Arc, RWLock}; Jul 11 16:41:44.700 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.700 INFO kablam! Jul 11 16:41:44.700 INFO kablam! error[E0432]: unresolved import `std::io::extensions` Jul 11 16:41:44.700 INFO kablam! --> src/stream_engine.rs:9:5 Jul 11 16:41:44.700 INFO kablam! | Jul 11 16:41:44.701 INFO kablam! 9 | use std::io::extensions; Jul 11 16:41:44.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `extensions` in `io` Jul 11 16:41:44.701 INFO kablam! Jul 11 16:41:44.701 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:44.701 INFO kablam! --> src/stream_engine.rs:10:15 Jul 11 16:41:44.701 INFO kablam! | Jul 11 16:41:44.701 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:44.701 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:44.701 INFO kablam! Jul 11 16:41:44.701 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:44.701 INFO kablam! --> src/stream_engine.rs:10:26 Jul 11 16:41:44.701 INFO kablam! | Jul 11 16:41:44.701 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:44.701 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:44.701 INFO kablam! Jul 11 16:41:44.701 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.701 INFO kablam! --> src/stream_engine.rs:11:17 Jul 11 16:41:44.701 INFO kablam! | Jul 11 16:41:44.701 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.701 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.701 INFO kablam! Jul 11 16:41:44.701 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.701 INFO kablam! --> src/tcp_connecter.rs:7:14 Jul 11 16:41:44.701 INFO kablam! | Jul 11 16:41:44.702 INFO kablam! 7 | use std::io::net::ip::SocketAddr; Jul 11 16:41:44.702 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.702 INFO kablam! Jul 11 16:41:44.702 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:44.702 INFO kablam! --> src/tcp_connecter.rs:8:15 Jul 11 16:41:44.702 INFO kablam! | Jul 11 16:41:44.702 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:44.702 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:44.702 INFO kablam! Jul 11 16:41:44.705 INFO kablam! error[E0432]: unresolved import `std::io::timer` Jul 11 16:41:44.705 INFO kablam! --> src/tcp_connecter.rs:8:26 Jul 11 16:41:44.706 INFO kablam! | Jul 11 16:41:44.706 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:44.706 INFO kablam! | ^^^^^ no `timer` in `io` Jul 11 16:41:44.706 INFO kablam! Jul 11 16:41:44.706 INFO kablam! error[E0432]: unresolved import `std::num::SignedInt` Jul 11 16:41:44.706 INFO kablam! --> src/tcp_connecter.rs:9:5 Jul 11 16:41:44.706 INFO kablam! | Jul 11 16:41:44.706 INFO kablam! 9 | use std::num::SignedInt; Jul 11 16:41:44.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` Jul 11 16:41:44.706 INFO kablam! Jul 11 16:41:44.706 INFO kablam! error[E0432]: unresolved import `std::rand` Jul 11 16:41:44.706 INFO kablam! --> src/tcp_connecter.rs:10:5 Jul 11 16:41:44.706 INFO kablam! | Jul 11 16:41:44.706 INFO kablam! 10 | use std::rand; Jul 11 16:41:44.706 INFO kablam! | ^^^^^^^^^ no `rand` in the root Jul 11 16:41:44.706 INFO kablam! Jul 11 16:41:44.706 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.706 INFO kablam! --> src/tcp_connecter.rs:11:17 Jul 11 16:41:44.706 INFO kablam! | Jul 11 16:41:44.706 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.706 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.706 INFO kablam! Jul 11 16:41:44.706 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:44.707 INFO kablam! --> src/tcp_connecter.rs:12:16 Jul 11 16:41:44.707 INFO kablam! | Jul 11 16:41:44.707 INFO kablam! 12 | use std::time::duration::Duration; Jul 11 16:41:44.707 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:44.707 INFO kablam! Jul 11 16:41:44.707 INFO kablam! error[E0432]: unresolved import `std::io::Acceptor` Jul 11 16:41:44.707 INFO kablam! --> src/tcp_listener.rs:6:5 Jul 11 16:41:44.707 INFO kablam! | Jul 11 16:41:44.707 INFO kablam! 6 | use std::io::Acceptor; Jul 11 16:41:44.707 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Acceptor` in `io` Jul 11 16:41:44.707 INFO kablam! Jul 11 16:41:44.707 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.707 INFO kablam! --> src/tcp_listener.rs:7:14 Jul 11 16:41:44.707 INFO kablam! | Jul 11 16:41:44.707 INFO kablam! 7 | use std::io::net::tcp::TcpAcceptor; Jul 11 16:41:44.707 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.707 INFO kablam! Jul 11 16:41:44.707 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.707 INFO kablam! --> src/tcp_listener.rs:8:17 Jul 11 16:41:44.707 INFO kablam! | Jul 11 16:41:44.707 INFO kablam! 8 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.707 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.707 INFO kablam! Jul 11 16:41:44.707 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:44.708 INFO kablam! --> src/options.rs:3:16 Jul 11 16:41:44.708 INFO kablam! | Jul 11 16:41:44.708 INFO kablam! 3 | use std::time::duration::Duration; Jul 11 16:41:44.708 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:44.708 INFO kablam! Jul 11 16:41:44.708 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Jul 11 16:41:44.708 INFO kablam! --> src/v2_encoder.rs:5:15 Jul 11 16:41:44.708 INFO kablam! | Jul 11 16:41:44.708 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:44.708 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Jul 11 16:41:44.708 INFO kablam! Jul 11 16:41:44.708 INFO kablam! error[E0432]: unresolved import `std::io::Writer` Jul 11 16:41:44.708 INFO kablam! --> src/v2_encoder.rs:5:25 Jul 11 16:41:44.708 INFO kablam! | Jul 11 16:41:44.708 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:44.708 INFO kablam! | ^^^^^^ no `Writer` in `io`. Did you mean to use `Write`? Jul 11 16:41:44.708 INFO kablam! Jul 11 16:41:44.708 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:44.708 INFO kablam! --> src/v2_decoder.rs:7:5 Jul 11 16:41:44.708 INFO kablam! | Jul 11 16:41:44.708 INFO kablam! 7 | use std::io::Reader; Jul 11 16:41:44.708 INFO kablam! | ^^^^^^^^^^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:44.708 INFO kablam! Jul 11 16:41:44.801 INFO kablam! error[E0432]: unresolved import `std::io::IoError` Jul 11 16:41:44.801 INFO kablam! --> src/result.rs:3:15 Jul 11 16:41:44.801 INFO kablam! | Jul 11 16:41:44.801 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:44.801 INFO kablam! | ^^^^^^^ no `IoError` in `io`. Did you mean to use `Error`? Jul 11 16:41:44.802 INFO kablam! Jul 11 16:41:44.802 INFO kablam! error[E0432]: unresolved import `std::io::IoErrorKind` Jul 11 16:41:44.802 INFO kablam! --> src/result.rs:3:24 Jul 11 16:41:44.802 INFO kablam! | Jul 11 16:41:44.802 INFO kablam! 3 | use std::io::{IoError, IoErrorKind}; Jul 11 16:41:44.803 INFO kablam! | ^^^^^^^^^^^ no `IoErrorKind` in `io`. Did you mean to use `ErrorKind`? Jul 11 16:41:44.803 INFO kablam! Jul 11 16:41:44.804 INFO kablam! error[E0432]: unresolved import `std::comm` Jul 11 16:41:44.804 INFO kablam! --> src/socket_base.rs:11:10 Jul 11 16:41:44.804 INFO kablam! | Jul 11 16:41:44.804 INFO kablam! 11 | use std::comm::Select; Jul 11 16:41:44.804 INFO kablam! | ^^^^ Could not find `comm` in `std` Jul 11 16:41:44.804 INFO kablam! Jul 11 16:41:44.805 INFO kablam! error[E0432]: unresolved import `std::io::Listener` Jul 11 16:41:44.805 INFO kablam! --> src/socket_base.rs:13:5 Jul 11 16:41:44.805 INFO kablam! | Jul 11 16:41:44.805 INFO kablam! 13 | use std::io::Listener; Jul 11 16:41:44.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Listener` in `io` Jul 11 16:41:44.805 INFO kablam! Jul 11 16:41:44.806 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.806 INFO kablam! --> src/socket_base.rs:14:14 Jul 11 16:41:44.806 INFO kablam! | Jul 11 16:41:44.806 INFO kablam! 14 | use std::io::net::ip::SocketAddr; Jul 11 16:41:44.806 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.807 INFO kablam! Jul 11 16:41:44.807 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.807 INFO kablam! --> src/socket_base.rs:15:22 Jul 11 16:41:44.807 INFO kablam! | Jul 11 16:41:44.807 INFO kablam! 15 | use std::sync::{Arc, RWLock}; Jul 11 16:41:44.807 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.808 INFO kablam! Jul 11 16:41:44.808 INFO kablam! error[E0432]: unresolved import `std::io::extensions` Jul 11 16:41:44.809 INFO kablam! --> src/stream_engine.rs:9:5 Jul 11 16:41:44.809 INFO kablam! | Jul 11 16:41:44.809 INFO kablam! 9 | use std::io::extensions; Jul 11 16:41:44.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `extensions` in `io` Jul 11 16:41:44.809 INFO kablam! Jul 11 16:41:44.810 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:44.810 INFO kablam! --> src/stream_engine.rs:10:15 Jul 11 16:41:44.810 INFO kablam! | Jul 11 16:41:44.810 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:44.810 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:44.810 INFO kablam! Jul 11 16:41:44.811 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:44.811 INFO kablam! --> src/stream_engine.rs:10:26 Jul 11 16:41:44.811 INFO kablam! | Jul 11 16:41:44.811 INFO kablam! 10 | use std::io::{TcpStream, Reader}; Jul 11 16:41:44.811 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:44.812 INFO kablam! Jul 11 16:41:44.812 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.812 INFO kablam! --> src/stream_engine.rs:11:17 Jul 11 16:41:44.812 INFO kablam! | Jul 11 16:41:44.812 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.812 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.813 INFO kablam! Jul 11 16:41:44.813 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.813 INFO kablam! --> src/tcp_connecter.rs:7:14 Jul 11 16:41:44.813 INFO kablam! | Jul 11 16:41:44.813 INFO kablam! 7 | use std::io::net::ip::SocketAddr; Jul 11 16:41:44.814 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.814 INFO kablam! Jul 11 16:41:44.815 INFO kablam! error[E0432]: unresolved import `std::io::TcpStream` Jul 11 16:41:44.815 INFO kablam! --> src/tcp_connecter.rs:8:15 Jul 11 16:41:44.815 INFO kablam! | Jul 11 16:41:44.815 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:44.815 INFO kablam! | ^^^^^^^^^ no `TcpStream` in `io` Jul 11 16:41:44.815 INFO kablam! Jul 11 16:41:44.816 INFO kablam! error[E0432]: unresolved import `std::io::timer` Jul 11 16:41:44.816 INFO kablam! --> src/tcp_connecter.rs:8:26 Jul 11 16:41:44.816 INFO kablam! | Jul 11 16:41:44.816 INFO kablam! 8 | use std::io::{TcpStream, timer}; Jul 11 16:41:44.816 INFO kablam! | ^^^^^ no `timer` in `io` Jul 11 16:41:44.816 INFO kablam! Jul 11 16:41:44.817 INFO kablam! error[E0432]: unresolved import `std::num::SignedInt` Jul 11 16:41:44.817 INFO kablam! --> src/tcp_connecter.rs:9:5 Jul 11 16:41:44.817 INFO kablam! | Jul 11 16:41:44.817 INFO kablam! 9 | use std::num::SignedInt; Jul 11 16:41:44.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` Jul 11 16:41:44.818 INFO kablam! Jul 11 16:41:44.818 INFO kablam! error[E0432]: unresolved import `std::rand` Jul 11 16:41:44.818 INFO kablam! --> src/tcp_connecter.rs:10:5 Jul 11 16:41:44.818 INFO kablam! | Jul 11 16:41:44.818 INFO kablam! 10 | use std::rand; Jul 11 16:41:44.818 INFO kablam! | ^^^^^^^^^ no `rand` in the root Jul 11 16:41:44.819 INFO kablam! Jul 11 16:41:44.819 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.819 INFO kablam! --> src/tcp_connecter.rs:11:17 Jul 11 16:41:44.819 INFO kablam! | Jul 11 16:41:44.819 INFO kablam! 11 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.819 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.820 INFO kablam! Jul 11 16:41:44.820 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:44.820 INFO kablam! --> src/tcp_connecter.rs:12:16 Jul 11 16:41:44.821 INFO kablam! | Jul 11 16:41:44.821 INFO kablam! 12 | use std::time::duration::Duration; Jul 11 16:41:44.821 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:44.821 INFO kablam! Jul 11 16:41:44.822 INFO kablam! error[E0432]: unresolved import `std::io::Acceptor` Jul 11 16:41:44.822 INFO kablam! --> src/tcp_listener.rs:6:5 Jul 11 16:41:44.822 INFO kablam! | Jul 11 16:41:44.822 INFO kablam! 6 | use std::io::Acceptor; Jul 11 16:41:44.822 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Acceptor` in `io` Jul 11 16:41:44.822 INFO kablam! Jul 11 16:41:44.823 INFO kablam! error[E0433]: failed to resolve. Could not find `net` in `io` Jul 11 16:41:44.823 INFO kablam! --> src/tcp_listener.rs:7:14 Jul 11 16:41:44.823 INFO kablam! | Jul 11 16:41:44.823 INFO kablam! 7 | use std::io::net::tcp::TcpAcceptor; Jul 11 16:41:44.823 INFO kablam! | ^^^ Could not find `net` in `io` Jul 11 16:41:44.823 INFO kablam! Jul 11 16:41:44.824 INFO kablam! error[E0432]: unresolved import `std::sync::RWLock` Jul 11 16:41:44.824 INFO kablam! --> src/tcp_listener.rs:8:17 Jul 11 16:41:44.824 INFO kablam! | Jul 11 16:41:44.824 INFO kablam! 8 | use std::sync::{RWLock, Arc}; Jul 11 16:41:44.824 INFO kablam! | ^^^^^^ no `RWLock` in `sync`. Did you mean to use `RwLock`? Jul 11 16:41:44.825 INFO kablam! Jul 11 16:41:44.830 INFO kablam! error[E0432]: unresolved import `std::time::duration` Jul 11 16:41:44.831 INFO kablam! --> src/options.rs:3:16 Jul 11 16:41:44.831 INFO kablam! | Jul 11 16:41:44.831 INFO kablam! 3 | use std::time::duration::Duration; Jul 11 16:41:44.831 INFO kablam! | ^^^^^^^^ Could not find `duration` in `time` Jul 11 16:41:44.831 INFO kablam! Jul 11 16:41:44.832 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Jul 11 16:41:44.832 INFO kablam! --> src/v2_encoder.rs:5:15 Jul 11 16:41:44.832 INFO kablam! | Jul 11 16:41:44.832 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:44.832 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Jul 11 16:41:44.832 INFO kablam! Jul 11 16:41:44.833 INFO kablam! error[E0432]: unresolved import `std::io::Writer` Jul 11 16:41:44.833 INFO kablam! --> src/v2_encoder.rs:5:25 Jul 11 16:41:44.833 INFO kablam! | Jul 11 16:41:44.833 INFO kablam! 5 | use std::io::{IoResult, Writer}; Jul 11 16:41:44.833 INFO kablam! | ^^^^^^ no `Writer` in `io`. Did you mean to use `Write`? Jul 11 16:41:44.833 INFO kablam! Jul 11 16:41:44.834 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Jul 11 16:41:44.834 INFO kablam! --> src/v2_decoder.rs:7:5 Jul 11 16:41:44.834 INFO kablam! | Jul 11 16:41:44.834 INFO kablam! 7 | use std::io::Reader; Jul 11 16:41:44.834 INFO kablam! | ^^^^^^^^^^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Jul 11 16:41:44.834 INFO kablam! Jul 11 16:41:45.358 INFO kablam! error[E0433]: failed to resolve. Could not find `TcpListener` in `io` Jul 11 16:41:45.358 INFO kablam! --> src/socket_base.rs:72:44 Jul 11 16:41:45.358 INFO kablam! | Jul 11 16:41:45.358 INFO kablam! 72 | let listener = io::TcpListener::bind( Jul 11 16:41:45.358 INFO kablam! | ^^^^^^^^^^^ Could not find `TcpListener` in `io` Jul 11 16:41:45.358 INFO kablam! Jul 11 16:41:45.433 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.433 INFO kablam! --> src/socket_base.rs:173:9 Jul 11 16:41:45.433 INFO kablam! | Jul 11 16:41:45.433 INFO kablam! 173 | debug!("Sending {} to {}", msg, id); Jul 11 16:41:45.433 INFO kablam! | ^^^^^ Jul 11 16:41:45.433 INFO kablam! Jul 11 16:41:45.454 INFO kablam! error[E0433]: failed to resolve. Could not find `TcpListener` in `io` Jul 11 16:41:45.454 INFO kablam! --> src/socket_base.rs:72:44 Jul 11 16:41:45.454 INFO kablam! | Jul 11 16:41:45.454 INFO kablam! 72 | let listener = io::TcpListener::bind( Jul 11 16:41:45.454 INFO kablam! | ^^^^^^^^^^^ Could not find `TcpListener` in `io` Jul 11 16:41:45.465 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.465 INFO kablam! --> src/socket_base.rs:205:17 Jul 11 16:41:45.465 INFO kablam! | Jul 11 16:41:45.465 INFO kablam! 205 | debug!("New peer: {}", id); Jul 11 16:41:45.465 INFO kablam! | ^^^^^ Jul 11 16:41:45.465 INFO kablam! Jul 11 16:41:45.465 INFO kablam! Jul 11 16:41:45.521 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.521 INFO kablam! --> src/stream_engine.rs:39:17 Jul 11 16:41:45.521 INFO kablam! | Jul 11 16:41:45.521 INFO kablam! 39 | debug!("Sending message: {} @ {} -> {}", msg, Jul 11 16:41:45.521 INFO kablam! | ^^^^^ Jul 11 16:41:45.521 INFO kablam! Jul 11 16:41:45.532 INFO kablam! error: cannot find macro `info!` in this scope Jul 11 16:41:45.532 INFO kablam! --> src/stream_engine.rs:64:9 Jul 11 16:41:45.532 INFO kablam! | Jul 11 16:41:45.532 INFO kablam! 64 | info!("Connection is made: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:45.532 INFO kablam! | ^^^^ Jul 11 16:41:45.532 INFO kablam! Jul 11 16:41:45.532 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.532 INFO kablam! --> src/stream_engine.rs:86:9 Jul 11 16:41:45.532 INFO kablam! | Jul 11 16:41:45.532 INFO kablam! 86 | debug!("Handshake is done: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:45.532 INFO kablam! | ^^^^^ Jul 11 16:41:45.532 INFO kablam! Jul 11 16:41:45.532 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.532 INFO kablam! --> src/stream_engine.rs:97:9 Jul 11 16:41:45.532 INFO kablam! | Jul 11 16:41:45.532 INFO kablam! 97 | debug!("Feeding the peer channels to the socket object."); Jul 11 16:41:45.532 INFO kablam! | ^^^^^ Jul 11 16:41:45.532 INFO kablam! Jul 11 16:41:45.557 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.557 INFO kablam! --> src/socket_base.rs:173:9 Jul 11 16:41:45.557 INFO kablam! | Jul 11 16:41:45.557 INFO kablam! 173 | debug!("Sending {} to {}", msg, id); Jul 11 16:41:45.557 INFO kablam! | ^^^^^ Jul 11 16:41:45.557 INFO kablam! Jul 11 16:41:45.562 INFO kablam! error: cannot find macro `warn!` in this scope Jul 11 16:41:45.562 INFO kablam! --> src/stream_engine.rs:99:13 Jul 11 16:41:45.563 INFO kablam! | Jul 11 16:41:45.563 INFO kablam! 99 | warn!("Socket object is gone!"); Jul 11 16:41:45.563 INFO kablam! | ^^^^ Jul 11 16:41:45.563 INFO kablam! Jul 11 16:41:45.632 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.632 INFO kablam! --> src/socket_base.rs:205:17 Jul 11 16:41:45.632 INFO kablam! | Jul 11 16:41:45.632 INFO kablam! 205 | debug!("New peer: {}", id); Jul 11 16:41:45.633 INFO kablam! | ^^^^^ Jul 11 16:41:45.633 INFO kablam! Jul 11 16:41:45.721 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.721 INFO kablam! --> src/consts.rs:51:19 Jul 11 16:41:45.721 INFO kablam! | Jul 11 16:41:45.721 INFO kablam! 51 | const HAUSNUMERO: int = 156384712; Jul 11 16:41:45.721 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.721 INFO kablam! Jul 11 16:41:45.722 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.722 INFO kablam! --> src/consts.rs:57:30 Jul 11 16:41:45.722 INFO kablam! | Jul 11 16:41:45.722 INFO kablam! 57 | EINVAL = libc::EINVAL as int, Jul 11 16:41:45.722 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.726 INFO kablam! Jul 11 16:41:45.727 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.727 INFO kablam! --> src/consts.rs:60:30 Jul 11 16:41:45.727 INFO kablam! | Jul 11 16:41:45.727 INFO kablam! 60 | EACCES = libc::EACCES as int, Jul 11 16:41:45.727 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.727 INFO kablam! Jul 11 16:41:45.727 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.727 INFO kablam! --> src/consts.rs:63:42 Jul 11 16:41:45.727 INFO kablam! | Jul 11 16:41:45.727 INFO kablam! 63 | ECONNREFUSED = libc::ECONNREFUSED as int, Jul 11 16:41:45.727 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.727 INFO kablam! Jul 11 16:41:45.727 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.728 INFO kablam! --> src/consts.rs:66:38 Jul 11 16:41:45.728 INFO kablam! | Jul 11 16:41:45.728 INFO kablam! 66 | ECONNRESET = libc::ECONNRESET as int, Jul 11 16:41:45.728 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.728 INFO kablam! Jul 11 16:41:45.728 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.728 INFO kablam! --> src/consts.rs:69:42 Jul 11 16:41:45.728 INFO kablam! | Jul 11 16:41:45.728 INFO kablam! 69 | ECONNABORTED = libc::ECONNABORTED as int, Jul 11 16:41:45.728 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.728 INFO kablam! Jul 11 16:41:45.728 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.728 INFO kablam! --> src/consts.rs:72:34 Jul 11 16:41:45.728 INFO kablam! | Jul 11 16:41:45.728 INFO kablam! 72 | ENOTCONN = libc::ENOTCONN as int, Jul 11 16:41:45.728 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.728 INFO kablam! Jul 11 16:41:45.728 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.728 INFO kablam! --> src/consts.rs:75:36 Jul 11 16:41:45.728 INFO kablam! | Jul 11 16:41:45.728 INFO kablam! 75 | ETIMEDOUT = libc::ETIMEDOUT as int, Jul 11 16:41:45.728 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.728 INFO kablam! Jul 11 16:41:45.731 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.731 INFO kablam! --> src/inproc.rs:9:20 Jul 11 16:41:45.731 INFO kablam! | Jul 11 16:41:45.731 INFO kablam! 9 | DoBind(String, Sender>), Jul 11 16:41:45.731 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.731 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.731 INFO kablam! | Jul 11 16:41:45.731 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.731 INFO kablam! | Jul 11 16:41:45.731 INFO kablam! Jul 11 16:41:45.731 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.731 INFO kablam! --> src/inproc.rs:10:23 Jul 11 16:41:45.731 INFO kablam! | Jul 11 16:41:45.731 INFO kablam! 10 | DoConnect(String, Sender>), Jul 11 16:41:45.731 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.731 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.731 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! Jul 11 16:41:45.732 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.732 INFO kablam! --> src/inproc.rs:15:11 Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! 15 | chan: Receiver, Jul 11 16:41:45.732 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.732 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! Jul 11 16:41:45.732 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.732 INFO kablam! --> src/inproc.rs:16:37 Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! 16 | inproc_binders: HashMap>>, Jul 11 16:41:45.732 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.732 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.732 INFO kablam! | Jul 11 16:41:45.732 INFO kablam! Jul 11 16:41:45.732 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.732 INFO kablam! --> src/inproc.rs:17:44 Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! 17 | inproc_connecters: HashMap>>>, Jul 11 16:41:45.733 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! Jul 11 16:41:45.733 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.733 INFO kablam! --> src/inproc.rs:33:46 Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! 33 | let (tx1, rx1) = channel(); Jul 11 16:41:45.733 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! Jul 11 16:41:45.733 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.733 INFO kablam! --> src/inproc.rs:34:46 Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.733 INFO kablam! 34 | let (tx2, rx2) = channel(); Jul 11 16:41:45.733 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.733 INFO kablam! | Jul 11 16:41:45.734 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.734 INFO kablam! | Jul 11 16:41:45.734 INFO kablam! Jul 11 16:41:45.734 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.734 INFO kablam! --> src/inproc.rs:45:42 Jul 11 16:41:45.734 INFO kablam! | Jul 11 16:41:45.734 INFO kablam! 45 | let (tx1, rx1) = channel(); Jul 11 16:41:45.734 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.734 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.734 INFO kablam! | Jul 11 16:41:45.734 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.734 INFO kablam! | Jul 11 16:41:45.735 INFO kablam! Jul 11 16:41:45.735 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.735 INFO kablam! --> src/inproc.rs:46:42 Jul 11 16:41:45.735 INFO kablam! | Jul 11 16:41:45.735 INFO kablam! 46 | let (tx2, rx2) = channel(); Jul 11 16:41:45.735 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.735 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.735 INFO kablam! | Jul 11 16:41:45.735 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.735 INFO kablam! | Jul 11 16:41:45.736 INFO kablam! Jul 11 16:41:45.736 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.736 INFO kablam! --> src/inproc.rs:68:11 Jul 11 16:41:45.736 INFO kablam! | Jul 11 16:41:45.736 INFO kablam! 68 | chan: Sender, Jul 11 16:41:45.736 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.736 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.736 INFO kablam! | Jul 11 16:41:45.737 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.737 INFO kablam! | Jul 11 16:41:45.737 INFO kablam! Jul 11 16:41:45.737 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.737 INFO kablam! --> src/inproc.rs:73:24 Jul 11 16:41:45.737 INFO kablam! | Jul 11 16:41:45.737 INFO kablam! 73 | let (tx, rx) = channel(); Jul 11 16:41:45.737 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.737 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.737 INFO kablam! | Jul 11 16:41:45.738 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.738 INFO kablam! | Jul 11 16:41:45.738 INFO kablam! Jul 11 16:41:45.738 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.738 INFO kablam! --> src/inproc.rs:75:9 Jul 11 16:41:45.738 INFO kablam! | Jul 11 16:41:45.738 INFO kablam! 75 | spawn(move || { Jul 11 16:41:45.739 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.739 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.739 INFO kablam! | Jul 11 16:41:45.739 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.739 INFO kablam! | Jul 11 16:41:45.739 INFO kablam! Jul 11 16:41:45.739 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.740 INFO kablam! --> src/inproc.rs:88:27 Jul 11 16:41:45.740 INFO kablam! | Jul 11 16:41:45.740 INFO kablam! 88 | pub fn chan(&self) -> Sender { Jul 11 16:41:45.740 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.740 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.740 INFO kablam! | Jul 11 16:41:45.740 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.740 INFO kablam! | Jul 11 16:41:45.740 INFO kablam! Jul 11 16:41:45.741 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.741 INFO kablam! --> src/msg.rs:12:22 Jul 11 16:41:45.741 INFO kablam! | Jul 11 16:41:45.741 INFO kablam! 12 | pub fn new(size: uint) -> Msg { Jul 11 16:41:45.741 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.741 INFO kablam! Jul 11 16:41:45.741 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.741 INFO kablam! --> src/rep.rs:19:20 Jul 11 16:41:45.741 INFO kablam! | Jul 11 16:41:45.742 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:45.742 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.742 INFO kablam! Jul 11 16:41:45.742 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.742 INFO kablam! --> src/rep.rs:24:51 Jul 11 16:41:45.742 INFO kablam! | Jul 11 16:41:45.742 INFO kablam! 24 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:45.742 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.742 INFO kablam! Jul 11 16:41:45.742 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.743 INFO kablam! --> src/req.rs:19:20 Jul 11 16:41:45.743 INFO kablam! | Jul 11 16:41:45.743 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:45.743 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.743 INFO kablam! Jul 11 16:41:45.743 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.743 INFO kablam! --> src/req.rs:20:17 Jul 11 16:41:45.743 INFO kablam! | Jul 11 16:41:45.743 INFO kablam! 20 | send_count: uint, Jul 11 16:41:45.743 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.744 INFO kablam! Jul 11 16:41:45.744 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.744 INFO kablam! --> src/req.rs:25:51 Jul 11 16:41:45.744 INFO kablam! | Jul 11 16:41:45.744 INFO kablam! 25 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:45.744 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.744 INFO kablam! Jul 11 16:41:45.744 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `PermissionDenied` in module `std::io` Jul 11 16:41:45.744 INFO kablam! --> src/result.rs:29:26 Jul 11 16:41:45.745 INFO kablam! | Jul 11 16:41:45.745 INFO kablam! 29 | std::io::PermissionDenied => ErrorCode::EACCES, Jul 11 16:41:45.745 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:45.745 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.745 INFO kablam! | Jul 11 16:41:45.745 INFO kablam! 1 | use std::io::ErrorKind::PermissionDenied; Jul 11 16:41:45.745 INFO kablam! | Jul 11 16:41:45.745 INFO kablam! Jul 11 16:41:45.745 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionRefused` in module `std::io` Jul 11 16:41:45.746 INFO kablam! --> src/result.rs:30:26 Jul 11 16:41:45.746 INFO kablam! | Jul 11 16:41:45.746 INFO kablam! 30 | std::io::ConnectionRefused => ErrorCode::ECONNREFUSED, Jul 11 16:41:45.746 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:45.746 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.746 INFO kablam! | Jul 11 16:41:45.746 INFO kablam! 1 | use std::io::ErrorKind::ConnectionRefused; Jul 11 16:41:45.746 INFO kablam! | Jul 11 16:41:45.746 INFO kablam! Jul 11 16:41:45.746 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionReset` in module `std::io` Jul 11 16:41:45.746 INFO kablam! --> src/result.rs:31:26 Jul 11 16:41:45.747 INFO kablam! | Jul 11 16:41:45.747 INFO kablam! 31 | std::io::ConnectionReset => ErrorCode::ECONNRESET, Jul 11 16:41:45.747 INFO kablam! | ^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:45.747 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.747 INFO kablam! | Jul 11 16:41:45.747 INFO kablam! 1 | use std::io::ErrorKind::ConnectionReset; Jul 11 16:41:45.747 INFO kablam! | Jul 11 16:41:45.747 INFO kablam! Jul 11 16:41:45.747 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionAborted` in module `std::io` Jul 11 16:41:45.747 INFO kablam! --> src/result.rs:32:26 Jul 11 16:41:45.747 INFO kablam! | Jul 11 16:41:45.748 INFO kablam! 32 | std::io::ConnectionAborted => ErrorCode::ECONNABORTED, Jul 11 16:41:45.748 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:45.748 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.748 INFO kablam! | Jul 11 16:41:45.748 INFO kablam! 1 | use std::io::ErrorKind::ConnectionAborted; Jul 11 16:41:45.748 INFO kablam! | Jul 11 16:41:45.748 INFO kablam! Jul 11 16:41:45.748 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `NotConnected` in module `std::io` Jul 11 16:41:45.748 INFO kablam! --> src/result.rs:33:26 Jul 11 16:41:45.749 INFO kablam! | Jul 11 16:41:45.749 INFO kablam! 33 | std::io::NotConnected => ErrorCode::ENOTCONN, Jul 11 16:41:45.749 INFO kablam! | ^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:45.749 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.749 INFO kablam! | Jul 11 16:41:45.749 INFO kablam! 1 | use std::io::ErrorKind::NotConnected; Jul 11 16:41:45.749 INFO kablam! | Jul 11 16:41:45.749 INFO kablam! Jul 11 16:41:45.750 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `TimedOut` in module `std::io` Jul 11 16:41:45.750 INFO kablam! --> src/result.rs:34:26 Jul 11 16:41:45.750 INFO kablam! | Jul 11 16:41:45.750 INFO kablam! 34 | std::io::TimedOut => ErrorCode::ETIMEDOUT, Jul 11 16:41:45.750 INFO kablam! | ^^^^^^^^ not found in `std::io` Jul 11 16:41:45.750 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.750 INFO kablam! | Jul 11 16:41:45.751 INFO kablam! 1 | use std::io::ErrorKind::TimedOut; Jul 11 16:41:45.751 INFO kablam! | Jul 11 16:41:45.751 INFO kablam! Jul 11 16:41:45.751 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.751 INFO kablam! --> src/socket.rs:30:59 Jul 11 16:41:45.751 INFO kablam! | Jul 11 16:41:45.751 INFO kablam! 30 | fn getsockopt(&self, option: consts::SocketOption) -> int; Jul 11 16:41:45.751 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.751 INFO kablam! Jul 11 16:41:45.752 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.752 INFO kablam! --> src/socket_base.rs:20:17 Jul 11 16:41:45.752 INFO kablam! | Jul 11 16:41:45.752 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:45.752 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.752 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.752 INFO kablam! | Jul 11 16:41:45.753 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.753 INFO kablam! | Jul 11 16:41:45.753 INFO kablam! Jul 11 16:41:45.753 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.753 INFO kablam! --> src/socket_base.rs:20:35 Jul 11 16:41:45.753 INFO kablam! | Jul 11 16:41:45.753 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:45.753 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.753 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.754 INFO kablam! | Jul 11 16:41:45.754 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.754 INFO kablam! | Jul 11 16:41:45.754 INFO kablam! Jul 11 16:41:45.754 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.754 INFO kablam! --> src/socket_base.rs:25:13 Jul 11 16:41:45.754 INFO kablam! | Jul 11 16:41:45.754 INFO kablam! 25 | sender: Sender>, Jul 11 16:41:45.755 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.755 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.755 INFO kablam! | Jul 11 16:41:45.755 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.755 INFO kablam! | Jul 11 16:41:45.755 INFO kablam! Jul 11 16:41:45.755 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.755 INFO kablam! --> src/socket_base.rs:26:15 Jul 11 16:41:45.756 INFO kablam! | Jul 11 16:41:45.756 INFO kablam! 26 | receiver: Receiver>, Jul 11 16:41:45.756 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.756 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.756 INFO kablam! | Jul 11 16:41:45.756 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.756 INFO kablam! | Jul 11 16:41:45.757 INFO kablam! Jul 11 16:41:45.757 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.757 INFO kablam! --> src/socket_base.rs:30:20 Jul 11 16:41:45.757 INFO kablam! | Jul 11 16:41:45.757 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:45.757 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.757 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.757 INFO kablam! | Jul 11 16:41:45.757 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.758 INFO kablam! | Jul 11 16:41:45.758 INFO kablam! Jul 11 16:41:45.758 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.758 INFO kablam! --> src/socket_base.rs:30:48 Jul 11 16:41:45.758 INFO kablam! | Jul 11 16:41:45.758 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:45.758 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.759 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.759 INFO kablam! | Jul 11 16:41:45.759 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.759 INFO kablam! | Jul 11 16:41:45.759 INFO kablam! Jul 11 16:41:45.759 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.759 INFO kablam! --> src/socket_base.rs:41:9 Jul 11 16:41:45.759 INFO kablam! | Jul 11 16:41:45.759 INFO kablam! 41 | tx: Sender>, Jul 11 16:41:45.759 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.760 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.760 INFO kablam! | Jul 11 16:41:45.760 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.760 INFO kablam! | Jul 11 16:41:45.760 INFO kablam! Jul 11 16:41:45.760 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.760 INFO kablam! --> src/socket_base.rs:42:9 Jul 11 16:41:45.760 INFO kablam! | Jul 11 16:41:45.760 INFO kablam! 42 | rx: Receiver>, Jul 11 16:41:45.761 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.761 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.761 INFO kablam! | Jul 11 16:41:45.761 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.761 INFO kablam! | Jul 11 16:41:45.761 INFO kablam! Jul 11 16:41:45.761 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.761 INFO kablam! --> src/socket_base.rs:43:20 Jul 11 16:41:45.762 INFO kablam! | Jul 11 16:41:45.762 INFO kablam! 43 | peers: HashMap, Jul 11 16:41:45.762 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.762 INFO kablam! Jul 11 16:41:45.762 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.762 INFO kablam! --> src/socket_base.rs:44:14 Jul 11 16:41:45.762 INFO kablam! | Jul 11 16:41:45.762 INFO kablam! 44 | ids: Vec, Jul 11 16:41:45.763 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.763 INFO kablam! Jul 11 16:41:45.763 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.763 INFO kablam! --> src/socket_base.rs:45:18 Jul 11 16:41:45.763 INFO kablam! | Jul 11 16:41:45.763 INFO kablam! 45 | inproc_chan: Sender, Jul 11 16:41:45.763 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.763 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.763 INFO kablam! | Jul 11 16:41:45.763 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.764 INFO kablam! | Jul 11 16:41:45.764 INFO kablam! Jul 11 16:41:45.764 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.764 INFO kablam! --> src/socket_base.rs:49:22 Jul 11 16:41:45.764 INFO kablam! | Jul 11 16:41:45.764 INFO kablam! 49 | pub fn new(chan: Sender) -> SocketBase { Jul 11 16:41:45.764 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.764 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.764 INFO kablam! | Jul 11 16:41:45.764 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.765 INFO kablam! | Jul 11 16:41:45.765 INFO kablam! Jul 11 16:41:45.765 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.765 INFO kablam! --> src/socket_base.rs:50:24 Jul 11 16:41:45.765 INFO kablam! | Jul 11 16:41:45.765 INFO kablam! 50 | let (tx, rx) = channel(); Jul 11 16:41:45.765 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.765 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.765 INFO kablam! | Jul 11 16:41:45.765 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.766 INFO kablam! | Jul 11 16:41:45.766 INFO kablam! Jul 11 16:41:45.766 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.766 INFO kablam! --> src/socket_base.rs:62:47 Jul 11 16:41:45.766 INFO kablam! | Jul 11 16:41:45.766 INFO kablam! 62 | self.options.write().type_ = type_ as int; Jul 11 16:41:45.766 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.766 INFO kablam! Jul 11 16:41:45.766 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:45.766 INFO kablam! --> src/socket_base.rs:70:23 Jul 11 16:41:45.766 INFO kablam! | Jul 11 16:41:45.767 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:45.767 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.767 INFO kablam! Jul 11 16:41:45.767 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:45.767 INFO kablam! --> src/socket_base.rs:70:34 Jul 11 16:41:45.767 INFO kablam! | Jul 11 16:41:45.767 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:45.767 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:45.767 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:45.768 INFO kablam! | Jul 11 16:41:45.768 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:45.768 INFO kablam! | Jul 11 16:41:45.768 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:45.768 INFO kablam! | Jul 11 16:41:45.768 INFO kablam! Jul 11 16:41:45.768 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:45.768 INFO kablam! --> src/socket_base.rs:94:23 Jul 11 16:41:45.768 INFO kablam! | Jul 11 16:41:45.769 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:45.769 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.769 INFO kablam! Jul 11 16:41:45.769 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:45.769 INFO kablam! --> src/socket_base.rs:94:34 Jul 11 16:41:45.769 INFO kablam! | Jul 11 16:41:45.769 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:45.769 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:45.769 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:45.770 INFO kablam! | Jul 11 16:41:45.770 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:45.770 INFO kablam! | Jul 11 16:41:45.770 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:45.770 INFO kablam! | Jul 11 16:41:45.770 INFO kablam! Jul 11 16:41:45.770 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.771 INFO kablam! --> src/socket_base.rs:111:63 Jul 11 16:41:45.771 INFO kablam! | Jul 11 16:41:45.771 INFO kablam! 111 | pub fn getsockopt(&self, option: consts::SocketOption) -> int { Jul 11 16:41:45.771 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.771 INFO kablam! Jul 11 16:41:45.771 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.771 INFO kablam! --> src/socket_base.rs:115:38 Jul 11 16:41:45.771 INFO kablam! | Jul 11 16:41:45.771 INFO kablam! 115 | pub fn recv_first(&mut self) -> (uint, Box) { Jul 11 16:41:45.771 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.771 INFO kablam! Jul 11 16:41:45.771 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.771 INFO kablam! --> src/socket_base.rs:167:37 Jul 11 16:41:45.771 INFO kablam! | Jul 11 16:41:45.771 INFO kablam! 167 | pub fn recv_from(&mut self, id: uint) -> Box { Jul 11 16:41:45.771 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.771 INFO kablam! Jul 11 16:41:45.771 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.771 INFO kablam! --> src/socket_base.rs:172:35 Jul 11 16:41:45.771 INFO kablam! | Jul 11 16:41:45.771 INFO kablam! 172 | pub fn send_to(&mut self, id: uint, msg: Box) { Jul 11 16:41:45.772 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.772 INFO kablam! Jul 11 16:41:45.772 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.772 INFO kablam! --> src/socket_base.rs:178:46 Jul 11 16:41:45.772 INFO kablam! | Jul 11 16:41:45.772 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:45.772 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.772 INFO kablam! Jul 11 16:41:45.772 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.772 INFO kablam! --> src/socket_base.rs:178:56 Jul 11 16:41:45.772 INFO kablam! | Jul 11 16:41:45.772 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:45.772 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.772 INFO kablam! Jul 11 16:41:45.772 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.772 INFO kablam! --> src/socket_base.rs:178:62 Jul 11 16:41:45.772 INFO kablam! | Jul 11 16:41:45.772 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:45.772 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.772 INFO kablam! Jul 11 16:41:45.772 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.772 INFO kablam! --> src/stream_engine.rs:14:25 Jul 11 16:41:45.772 INFO kablam! | Jul 11 16:41:45.772 INFO kablam! 14 | const V2_GREETING_SIZE: uint = 12; Jul 11 16:41:45.773 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.773 INFO kablam! Jul 11 16:41:45.773 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.773 INFO kablam! --> src/stream_engine.rs:15:26 Jul 11 16:41:45.773 INFO kablam! | Jul 11 16:41:45.773 INFO kablam! 15 | const NO_PROGRESS_LIMIT: uint = 1000; Jul 11 16:41:45.773 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.773 INFO kablam! Jul 11 16:41:45.773 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.773 INFO kablam! --> src/stream_engine.rs:16:23 Jul 11 16:41:45.773 INFO kablam! | Jul 11 16:41:45.773 INFO kablam! 16 | const SIGNATURE_SIZE: uint = 10; Jul 11 16:41:45.773 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.773 INFO kablam! Jul 11 16:41:45.773 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.773 INFO kablam! --> src/stream_engine.rs:19:21 Jul 11 16:41:45.773 INFO kablam! | Jul 11 16:41:45.773 INFO kablam! 19 | const REVISION_POS: uint = 10; Jul 11 16:41:45.773 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.773 INFO kablam! Jul 11 16:41:45.773 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.773 INFO kablam! --> src/stream_engine.rs:22:30 Jul 11 16:41:45.774 INFO kablam! | Jul 11 16:41:45.774 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:45.774 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.774 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.774 INFO kablam! | Jul 11 16:41:45.774 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.774 INFO kablam! | Jul 11 16:41:45.774 INFO kablam! Jul 11 16:41:45.774 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.774 INFO kablam! --> src/stream_engine.rs:22:86 Jul 11 16:41:45.774 INFO kablam! | Jul 11 16:41:45.774 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:45.775 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.775 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.775 INFO kablam! | Jul 11 16:41:45.775 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.775 INFO kablam! | Jul 11 16:41:45.775 INFO kablam! Jul 11 16:41:45.775 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:45.775 INFO kablam! --> src/stream_engine.rs:35:32 Jul 11 16:41:45.775 INFO kablam! | Jul 11 16:41:45.775 INFO kablam! 35 | fn stream_msg_writer(msg_chan: Receiver>, mut stream: TcpStream, encoder: V2Encoder) { Jul 11 16:41:45.775 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:45.775 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.776 INFO kablam! | Jul 11 16:41:45.776 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:45.776 INFO kablam! | Jul 11 16:41:45.776 INFO kablam! Jul 11 16:41:45.776 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.776 INFO kablam! --> src/stream_engine.rs:54:21 Jul 11 16:41:45.776 INFO kablam! | Jul 11 16:41:45.776 INFO kablam! 54 | chan_to_socket: Sender>, Jul 11 16:41:45.777 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.777 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.777 INFO kablam! | Jul 11 16:41:45.777 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.777 INFO kablam! | Jul 11 16:41:45.777 INFO kablam! Jul 11 16:41:45.777 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.777 INFO kablam! --> src/stream_engine.rs:59:29 Jul 11 16:41:45.777 INFO kablam! | Jul 11 16:41:45.778 INFO kablam! 59 | _death_notifier: Option>, Jul 11 16:41:45.778 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.778 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.778 INFO kablam! | Jul 11 16:41:45.778 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.778 INFO kablam! | Jul 11 16:41:45.778 INFO kablam! Jul 11 16:41:45.778 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.778 INFO kablam! --> src/stream_engine.rs:67:36 Jul 11 16:41:45.778 INFO kablam! | Jul 11 16:41:45.778 INFO kablam! 67 | let (bytes_tx, bytes_rx) = channel(); Jul 11 16:41:45.778 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.778 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.778 INFO kablam! | Jul 11 16:41:45.778 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.779 INFO kablam! Jul 11 16:41:45.779 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.779 INFO kablam! --> src/stream_engine.rs:68:38 Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.779 INFO kablam! 68 | let (waiter_tx, waiter_rx) = channel(); Jul 11 16:41:45.779 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.779 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.779 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.779 INFO kablam! Jul 11 16:41:45.779 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.779 INFO kablam! --> src/stream_engine.rs:70:9 Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.779 INFO kablam! 70 | spawn(move || { Jul 11 16:41:45.779 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.779 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.779 INFO kablam! | Jul 11 16:41:45.780 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.780 INFO kablam! | Jul 11 16:41:45.780 INFO kablam! Jul 11 16:41:45.780 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.780 INFO kablam! --> src/stream_engine.rs:89:32 Jul 11 16:41:45.781 INFO kablam! | Jul 11 16:41:45.781 INFO kablam! 89 | let (msg_tx, msg_rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:45.781 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.781 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.781 INFO kablam! | Jul 11 16:41:45.781 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.781 INFO kablam! | Jul 11 16:41:45.782 INFO kablam! Jul 11 16:41:45.782 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.782 INFO kablam! --> src/stream_engine.rs:91:9 Jul 11 16:41:45.782 INFO kablam! | Jul 11 16:41:45.782 INFO kablam! 91 | spawn(move || { Jul 11 16:41:45.782 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.782 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.782 INFO kablam! | Jul 11 16:41:45.783 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.783 INFO kablam! | Jul 11 16:41:45.783 INFO kablam! Jul 11 16:41:45.783 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.783 INFO kablam! --> src/stream_engine.rs:96:24 Jul 11 16:41:45.783 INFO kablam! | Jul 11 16:41:45.783 INFO kablam! 96 | let (tx, rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:45.783 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.784 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.784 INFO kablam! | Jul 11 16:41:45.784 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.784 INFO kablam! | Jul 11 16:41:45.784 INFO kablam! Jul 11 16:41:45.784 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.784 INFO kablam! --> src/stream_engine.rs:117:37 Jul 11 16:41:45.784 INFO kablam! | Jul 11 16:41:45.784 INFO kablam! 117 | fn handshake(&mut self, sender: Sender>>) -> ZmqResult<(V2Decoder, V2Encoder)> { Jul 11 16:41:45.784 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.785 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! Jul 11 16:41:45.785 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.785 INFO kablam! --> src/stream_engine.rs:190:28 Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! 190 | chan: Sender>, Jul 11 16:41:45.785 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.785 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! Jul 11 16:41:45.785 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.785 INFO kablam! --> src/stream_engine.rs:191:45 Jul 11 16:41:45.785 INFO kablam! | Jul 11 16:41:45.785 INFO kablam! 191 | death_notifier: Option>) { Jul 11 16:41:45.785 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.786 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! Jul 11 16:41:45.786 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.786 INFO kablam! --> src/stream_engine.rs:192:9 Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! 192 | spawn(move || { Jul 11 16:41:45.786 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.786 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! Jul 11 16:41:45.786 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.786 INFO kablam! --> src/tcp_connecter.rs:16:21 Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.786 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:45.786 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.786 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.786 INFO kablam! | Jul 11 16:41:45.787 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.787 INFO kablam! | Jul 11 16:41:45.787 INFO kablam! Jul 11 16:41:45.787 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:45.787 INFO kablam! --> src/tcp_connecter.rs:17:11 Jul 11 16:41:45.787 INFO kablam! | Jul 11 16:41:45.787 INFO kablam! 17 | addr: SocketAddr, Jul 11 16:41:45.787 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:45.787 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:45.787 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! Jul 11 16:41:45.788 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:45.788 INFO kablam! --> src/tcp_connecter.rs:33:36 Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 33 | let (tx, rx) = channel(); Jul 11 16:41:45.788 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:45.788 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! Jul 11 16:41:45.788 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:45.788 INFO kablam! --> src/tcp_connecter.rs:61:28 Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:45.788 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:45.788 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:45.788 INFO kablam! | Jul 11 16:41:45.788 INFO kablam! Jul 11 16:41:45.788 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.789 INFO kablam! --> src/tcp_connecter.rs:61:46 Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:45.789 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.789 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! Jul 11 16:41:45.789 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.789 INFO kablam! --> src/tcp_connecter.rs:63:9 Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 63 | spawn(move || { Jul 11 16:41:45.789 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.789 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! Jul 11 16:41:45.789 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:45.789 INFO kablam! --> src/tcp_listener.rs:15:15 Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 15 | acceptor: TcpAcceptor, Jul 11 16:41:45.789 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:45.789 INFO kablam! Jul 11 16:41:45.789 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.789 INFO kablam! --> src/tcp_listener.rs:16:21 Jul 11 16:41:45.789 INFO kablam! | Jul 11 16:41:45.789 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:45.794 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.794 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.794 INFO kablam! | Jul 11 16:41:45.794 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.794 INFO kablam! | Jul 11 16:41:45.794 INFO kablam! Jul 11 16:41:45.794 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:45.794 INFO kablam! --> src/tcp_listener.rs:39:32 Jul 11 16:41:45.794 INFO kablam! | Jul 11 16:41:45.794 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:45.794 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:45.794 INFO kablam! Jul 11 16:41:45.795 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:45.795 INFO kablam! --> src/tcp_listener.rs:39:51 Jul 11 16:41:45.795 INFO kablam! | Jul 11 16:41:45.795 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:45.795 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:45.795 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.795 INFO kablam! | Jul 11 16:41:45.795 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:45.795 INFO kablam! | Jul 11 16:41:45.795 INFO kablam! Jul 11 16:41:45.795 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:45.795 INFO kablam! --> src/tcp_listener.rs:41:9 Jul 11 16:41:45.795 INFO kablam! | Jul 11 16:41:45.795 INFO kablam! 41 | spawn(move || { Jul 11 16:41:45.795 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:45.795 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:45.796 INFO kablam! | Jul 11 16:41:45.796 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:45.796 INFO kablam! | Jul 11 16:41:45.796 INFO kablam! Jul 11 16:41:45.796 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.796 INFO kablam! --> src/options.rs:12:16 Jul 11 16:41:45.797 INFO kablam! | Jul 11 16:41:45.797 INFO kablam! 12 | pub type_: int, Jul 11 16:41:45.797 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.797 INFO kablam! Jul 11 16:41:45.797 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.797 INFO kablam! --> src/options.rs:37:55 Jul 11 16:41:45.797 INFO kablam! | Jul 11 16:41:45.797 INFO kablam! 37 | pub fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:45.797 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.797 INFO kablam! Jul 11 16:41:45.797 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:45.797 INFO kablam! --> src/options.rs:39:49 Jul 11 16:41:45.797 INFO kablam! | Jul 11 16:41:45.797 INFO kablam! 39 | SocketOption::TYPE => self.type_ as int, Jul 11 16:41:45.797 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:45.797 INFO kablam! Jul 11 16:41:45.797 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.797 INFO kablam! --> src/v2_decoder.rs:41:37 Jul 11 16:41:45.798 INFO kablam! | Jul 11 16:41:45.798 INFO kablam! 41 | if size != (size as uint) as u64 { Jul 11 16:41:45.798 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.798 INFO kablam! Jul 11 16:41:45.798 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.798 INFO kablam! --> src/v2_decoder.rs:45:25 Jul 11 16:41:45.798 INFO kablam! | Jul 11 16:41:45.798 INFO kablam! 45 | size as uint Jul 11 16:41:45.798 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.798 INFO kablam! Jul 11 16:41:45.798 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:45.798 INFO kablam! --> src/v2_decoder.rs:54:25 Jul 11 16:41:45.798 INFO kablam! | Jul 11 16:41:45.798 INFO kablam! 54 | size as uint Jul 11 16:41:45.798 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:45.798 INFO kablam! Jul 11 16:41:45.798 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:45.798 INFO kablam! --> src/lib.rs:35:1 Jul 11 16:41:45.798 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Jul 11 16:41:45.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.799 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:45.799 INFO kablam! Jul 11 16:41:45.799 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.799 INFO kablam! --> src/ctx.rs:35:32 Jul 11 16:41:45.799 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! 35 | SocketType::REQ => box req::new(base) as Box, Jul 11 16:41:45.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.799 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.799 INFO kablam! Jul 11 16:41:45.799 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.799 INFO kablam! --> src/ctx.rs:36:32 Jul 11 16:41:45.799 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! 36 | SocketType::REP => box rep::new(base) as Box, Jul 11 16:41:45.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.799 INFO kablam! | Jul 11 16:41:45.799 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.799 INFO kablam! Jul 11 16:41:45.799 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:45.800 INFO kablam! --> src/consts.rs:54:1 Jul 11 16:41:45.800 INFO kablam! | Jul 11 16:41:45.800 INFO kablam! 54 | #[deriving(PartialEq, Show)] Jul 11 16:41:45.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.800 INFO kablam! | Jul 11 16:41:45.800 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:45.800 INFO kablam! Jul 11 16:41:45.800 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:45.800 INFO kablam! --> src/msg.rs:5:1 Jul 11 16:41:45.800 INFO kablam! | Jul 11 16:41:45.800 INFO kablam! 5 | #[deriving(Show)] Jul 11 16:41:45.800 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.800 INFO kablam! | Jul 11 16:41:45.800 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:45.800 INFO kablam! Jul 11 16:41:45.800 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:45.800 INFO kablam! --> src/result.rs:8:1 Jul 11 16:41:45.800 INFO kablam! | Jul 11 16:41:45.800 INFO kablam! 8 | #[deriving(Show)] Jul 11 16:41:45.800 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.801 INFO kablam! | Jul 11 16:41:45.801 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:45.801 INFO kablam! Jul 11 16:41:45.801 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.801 INFO kablam! --> src/socket_base.rs:124:34 Jul 11 16:41:45.801 INFO kablam! | Jul 11 16:41:45.801 INFO kablam! 124 | let handle = box selector.handle(&peer.receiver); Jul 11 16:41:45.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.801 INFO kablam! | Jul 11 16:41:45.801 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.801 INFO kablam! Jul 11 16:41:45.801 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.801 INFO kablam! --> src/socket_base.rs:133:30 Jul 11 16:41:45.801 INFO kablam! | Jul 11 16:41:45.801 INFO kablam! 133 | let handle = box selector.handle(&self.rx); Jul 11 16:41:45.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.801 INFO kablam! | Jul 11 16:41:45.801 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.801 INFO kablam! Jul 11 16:41:45.802 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.802 INFO kablam! --> src/stream_engine.rs:75:29 Jul 11 16:41:45.802 INFO kablam! | Jul 11 16:41:45.802 INFO kablam! 75 | let mut signature = box vec!(); Jul 11 16:41:45.802 INFO kablam! | ^^^^^^^^^^ Jul 11 16:41:45.802 INFO kablam! | Jul 11 16:41:45.802 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.802 INFO kablam! Jul 11 16:41:45.802 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.802 INFO kablam! --> src/stream_engine.rs:163:29 Jul 11 16:41:45.802 INFO kablam! | Jul 11 16:41:45.802 INFO kablam! 163 | sender.send(box [1u8].to_vec()); Jul 11 16:41:45.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.802 INFO kablam! | Jul 11 16:41:45.802 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.802 INFO kablam! Jul 11 16:41:45.802 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.802 INFO kablam! --> src/stream_engine.rs:170:37 Jul 11 16:41:45.803 INFO kablam! | Jul 11 16:41:45.803 INFO kablam! 170 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.803 INFO kablam! | Jul 11 16:41:45.803 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.803 INFO kablam! Jul 11 16:41:45.803 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.803 INFO kablam! --> src/stream_engine.rs:174:37 Jul 11 16:41:45.803 INFO kablam! | Jul 11 16:41:45.803 INFO kablam! 174 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:45.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.803 INFO kablam! | Jul 11 16:41:45.803 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.803 INFO kablam! Jul 11 16:41:45.803 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:45.803 INFO kablam! --> src/v2_decoder.rs:57:23 Jul 11 16:41:45.803 INFO kablam! | Jul 11 16:41:45.803 INFO kablam! 57 | let mut ret = box Msg::new(msg_size); Jul 11 16:41:45.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:45.804 INFO kablam! | Jul 11 16:41:45.804 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:45.804 INFO kablam! Jul 11 16:41:45.804 INFO kablam! error: aborting due to 141 previous errors Jul 11 16:41:45.804 INFO kablam! Jul 11 16:41:45.804 INFO kablam! Some errors occurred: E0412, E0425, E0432, E0433, E0531, E0658. Jul 11 16:41:45.804 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 11 16:41:45.804 INFO kablam! error:error: cannot find macro `debug!` in this scope Jul 11 16:41:45.804 INFO kablam! --> src/stream_engine.rs:39:17 Jul 11 16:41:45.804 INFO kablam! | Jul 11 16:41:45.804 INFO kablam! 39 | debug!("Sending message: {} @ {} -> {}", msg, Jul 11 16:41:45.804 INFO kablam! | ^^^^^ Jul 11 16:41:45.804 INFO kablam! Jul 11 16:41:45.804 INFO kablam! Could not compile `zeromq`. Jul 11 16:41:45.804 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 16:41:45.815 INFO kablam! error: cannot find macro `info!` in this scope Jul 11 16:41:45.815 INFO kablam! --> src/stream_engine.rs:64:9 Jul 11 16:41:45.815 INFO kablam! | Jul 11 16:41:45.815 INFO kablam! 64 | info!("Connection is made: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:45.815 INFO kablam! | ^^^^ Jul 11 16:41:45.815 INFO kablam! Jul 11 16:41:45.815 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.815 INFO kablam! --> src/stream_engine.rs:86:9 Jul 11 16:41:45.816 INFO kablam! | Jul 11 16:41:45.816 INFO kablam! 86 | debug!("Handshake is done: {} -> {}", self.stream.socket_name(), self.stream.peer_name()); Jul 11 16:41:45.816 INFO kablam! | ^^^^^ Jul 11 16:41:45.816 INFO kablam! Jul 11 16:41:45.816 INFO kablam! error: cannot find macro `debug!` in this scope Jul 11 16:41:45.816 INFO kablam! --> src/stream_engine.rs:97:9 Jul 11 16:41:45.816 INFO kablam! | Jul 11 16:41:45.816 INFO kablam! 97 | debug!("Feeding the peer channels to the socket object."); Jul 11 16:41:45.816 INFO kablam! | ^^^^^ Jul 11 16:41:45.816 INFO kablam! Jul 11 16:41:45.866 INFO kablam! error: cannot find macro `warn!` in this scope Jul 11 16:41:45.866 INFO kablam! --> src/stream_engine.rs:99:13 Jul 11 16:41:45.866 INFO kablam! | Jul 11 16:41:45.866 INFO kablam! 99 | warn!("Socket object is gone!"); Jul 11 16:41:45.866 INFO kablam! | ^^^^ Jul 11 16:41:45.866 INFO kablam! Jul 11 16:41:46.086 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.086 INFO kablam! --> src/consts.rs:51:19 Jul 11 16:41:46.086 INFO kablam! | Jul 11 16:41:46.086 INFO kablam! 51 | const HAUSNUMERO: int = 156384712; Jul 11 16:41:46.086 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.087 INFO kablam! Jul 11 16:41:46.087 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.087 INFO kablam! --> src/consts.rs:57:30 Jul 11 16:41:46.087 INFO kablam! | Jul 11 16:41:46.087 INFO kablam! 57 | EINVAL = libc::EINVAL as int, Jul 11 16:41:46.087 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.087 INFO kablam! Jul 11 16:41:46.087 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.087 INFO kablam! --> src/consts.rs:60:30 Jul 11 16:41:46.087 INFO kablam! | Jul 11 16:41:46.087 INFO kablam! 60 | EACCES = libc::EACCES as int, Jul 11 16:41:46.087 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.087 INFO kablam! Jul 11 16:41:46.087 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.087 INFO kablam! --> src/consts.rs:63:42 Jul 11 16:41:46.087 INFO kablam! | Jul 11 16:41:46.087 INFO kablam! 63 | ECONNREFUSED = libc::ECONNREFUSED as int, Jul 11 16:41:46.087 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.087 INFO kablam! Jul 11 16:41:46.087 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.087 INFO kablam! --> src/consts.rs:66:38 Jul 11 16:41:46.087 INFO kablam! | Jul 11 16:41:46.087 INFO kablam! 66 | ECONNRESET = libc::ECONNRESET as int, Jul 11 16:41:46.087 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.088 INFO kablam! Jul 11 16:41:46.088 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.088 INFO kablam! --> src/consts.rs:69:42 Jul 11 16:41:46.088 INFO kablam! | Jul 11 16:41:46.088 INFO kablam! 69 | ECONNABORTED = libc::ECONNABORTED as int, Jul 11 16:41:46.088 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.088 INFO kablam! Jul 11 16:41:46.088 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.088 INFO kablam! --> src/consts.rs:72:34 Jul 11 16:41:46.088 INFO kablam! | Jul 11 16:41:46.088 INFO kablam! 72 | ENOTCONN = libc::ENOTCONN as int, Jul 11 16:41:46.088 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.088 INFO kablam! Jul 11 16:41:46.088 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.088 INFO kablam! --> src/consts.rs:75:36 Jul 11 16:41:46.088 INFO kablam! | Jul 11 16:41:46.088 INFO kablam! 75 | ETIMEDOUT = libc::ETIMEDOUT as int, Jul 11 16:41:46.088 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.088 INFO kablam! Jul 11 16:41:46.088 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.088 INFO kablam! --> src/inproc.rs:9:20 Jul 11 16:41:46.088 INFO kablam! | Jul 11 16:41:46.088 INFO kablam! 9 | DoBind(String, Sender>), Jul 11 16:41:46.088 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.088 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.088 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! Jul 11 16:41:46.089 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.089 INFO kablam! --> src/inproc.rs:10:23 Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! 10 | DoConnect(String, Sender>), Jul 11 16:41:46.089 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.089 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! Jul 11 16:41:46.089 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.089 INFO kablam! --> src/inproc.rs:15:11 Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! 15 | chan: Receiver, Jul 11 16:41:46.089 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.089 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.089 INFO kablam! Jul 11 16:41:46.089 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.089 INFO kablam! --> src/inproc.rs:16:37 Jul 11 16:41:46.089 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 16 | inproc_binders: HashMap>>, Jul 11 16:41:46.090 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.090 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! Jul 11 16:41:46.090 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.090 INFO kablam! --> src/inproc.rs:17:44 Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 17 | inproc_connecters: HashMap>>>, Jul 11 16:41:46.090 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.090 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! Jul 11 16:41:46.090 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.090 INFO kablam! --> src/inproc.rs:33:46 Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 33 | let (tx1, rx1) = channel(); Jul 11 16:41:46.090 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.090 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.090 INFO kablam! | Jul 11 16:41:46.090 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! Jul 11 16:41:46.091 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.091 INFO kablam! --> src/inproc.rs:34:46 Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! 34 | let (tx2, rx2) = channel(); Jul 11 16:41:46.091 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.091 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! Jul 11 16:41:46.091 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.091 INFO kablam! --> src/inproc.rs:45:42 Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! 45 | let (tx1, rx1) = channel(); Jul 11 16:41:46.091 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.091 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.091 INFO kablam! | Jul 11 16:41:46.091 INFO kablam! Jul 11 16:41:46.091 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.091 INFO kablam! --> src/inproc.rs:46:42 Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! 46 | let (tx2, rx2) = channel(); Jul 11 16:41:46.092 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.092 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! Jul 11 16:41:46.092 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.092 INFO kablam! --> src/inproc.rs:68:11 Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! 68 | chan: Sender, Jul 11 16:41:46.092 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.092 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! Jul 11 16:41:46.092 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.092 INFO kablam! --> src/inproc.rs:73:24 Jul 11 16:41:46.092 INFO kablam! | Jul 11 16:41:46.092 INFO kablam! 73 | let (tx, rx) = channel(); Jul 11 16:41:46.093 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.093 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.093 INFO kablam! | Jul 11 16:41:46.093 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.093 INFO kablam! | Jul 11 16:41:46.093 INFO kablam! Jul 11 16:41:46.093 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.093 INFO kablam! --> src/inproc.rs:75:9 Jul 11 16:41:46.093 INFO kablam! | Jul 11 16:41:46.093 INFO kablam! 75 | spawn(move || { Jul 11 16:41:46.093 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.093 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.093 INFO kablam! | Jul 11 16:41:46.093 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.093 INFO kablam! | Jul 11 16:41:46.093 INFO kablam! Jul 11 16:41:46.093 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.094 INFO kablam! --> src/inproc.rs:88:27 Jul 11 16:41:46.094 INFO kablam! | Jul 11 16:41:46.094 INFO kablam! 88 | pub fn chan(&self) -> Sender { Jul 11 16:41:46.094 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.094 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.094 INFO kablam! | Jul 11 16:41:46.094 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.094 INFO kablam! | Jul 11 16:41:46.094 INFO kablam! Jul 11 16:41:46.094 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.094 INFO kablam! --> src/msg.rs:12:22 Jul 11 16:41:46.094 INFO kablam! | Jul 11 16:41:46.094 INFO kablam! 12 | pub fn new(size: uint) -> Msg { Jul 11 16:41:46.094 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.094 INFO kablam! Jul 11 16:41:46.094 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.094 INFO kablam! --> src/rep.rs:19:20 Jul 11 16:41:46.094 INFO kablam! | Jul 11 16:41:46.094 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:46.094 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.094 INFO kablam! Jul 11 16:41:46.095 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.095 INFO kablam! --> src/rep.rs:24:51 Jul 11 16:41:46.095 INFO kablam! | Jul 11 16:41:46.095 INFO kablam! 24 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:46.095 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.095 INFO kablam! Jul 11 16:41:46.095 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.095 INFO kablam! --> src/req.rs:19:20 Jul 11 16:41:46.095 INFO kablam! | Jul 11 16:41:46.095 INFO kablam! 19 | last_identity: uint, Jul 11 16:41:46.095 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.095 INFO kablam! Jul 11 16:41:46.095 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.095 INFO kablam! --> src/req.rs:20:17 Jul 11 16:41:46.095 INFO kablam! | Jul 11 16:41:46.095 INFO kablam! 20 | send_count: uint, Jul 11 16:41:46.095 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.095 INFO kablam! Jul 11 16:41:46.095 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.095 INFO kablam! --> src/req.rs:25:51 Jul 11 16:41:46.095 INFO kablam! | Jul 11 16:41:46.095 INFO kablam! 25 | fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:46.095 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.096 INFO kablam! Jul 11 16:41:46.096 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `PermissionDenied` in module `std::io` Jul 11 16:41:46.096 INFO kablam! --> src/result.rs:29:26 Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! 29 | std::io::PermissionDenied => ErrorCode::EACCES, Jul 11 16:41:46.096 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:46.096 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! 1 | use std::io::ErrorKind::PermissionDenied; Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! Jul 11 16:41:46.096 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionRefused` in module `std::io` Jul 11 16:41:46.096 INFO kablam! --> src/result.rs:30:26 Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! 30 | std::io::ConnectionRefused => ErrorCode::ECONNREFUSED, Jul 11 16:41:46.096 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:46.096 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! 1 | use std::io::ErrorKind::ConnectionRefused; Jul 11 16:41:46.096 INFO kablam! | Jul 11 16:41:46.096 INFO kablam! Jul 11 16:41:46.096 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionReset` in module `std::io` Jul 11 16:41:46.096 INFO kablam! --> src/result.rs:31:26 Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! 31 | std::io::ConnectionReset => ErrorCode::ECONNRESET, Jul 11 16:41:46.097 INFO kablam! | ^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:46.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! 1 | use std::io::ErrorKind::ConnectionReset; Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! Jul 11 16:41:46.097 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ConnectionAborted` in module `std::io` Jul 11 16:41:46.097 INFO kablam! --> src/result.rs:32:26 Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! 32 | std::io::ConnectionAborted => ErrorCode::ECONNABORTED, Jul 11 16:41:46.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:46.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! 1 | use std::io::ErrorKind::ConnectionAborted; Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! Jul 11 16:41:46.097 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `NotConnected` in module `std::io` Jul 11 16:41:46.097 INFO kablam! --> src/result.rs:33:26 Jul 11 16:41:46.097 INFO kablam! | Jul 11 16:41:46.097 INFO kablam! 33 | std::io::NotConnected => ErrorCode::ENOTCONN, Jul 11 16:41:46.097 INFO kablam! | ^^^^^^^^^^^^ not found in `std::io` Jul 11 16:41:46.098 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! 1 | use std::io::ErrorKind::NotConnected; Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! Jul 11 16:41:46.098 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `TimedOut` in module `std::io` Jul 11 16:41:46.098 INFO kablam! --> src/result.rs:34:26 Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! 34 | std::io::TimedOut => ErrorCode::ETIMEDOUT, Jul 11 16:41:46.098 INFO kablam! | ^^^^^^^^ not found in `std::io` Jul 11 16:41:46.098 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! 1 | use std::io::ErrorKind::TimedOut; Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! Jul 11 16:41:46.098 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.098 INFO kablam! --> src/socket.rs:30:59 Jul 11 16:41:46.098 INFO kablam! | Jul 11 16:41:46.098 INFO kablam! 30 | fn getsockopt(&self, option: consts::SocketOption) -> int; Jul 11 16:41:46.098 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.098 INFO kablam! Jul 11 16:41:46.098 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.098 INFO kablam! --> src/socket_base.rs:20:17 Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:46.099 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.099 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! Jul 11 16:41:46.099 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.099 INFO kablam! --> src/socket_base.rs:20:35 Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! 20 | OnConnected(Sender>, Receiver>), Jul 11 16:41:46.099 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.099 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! Jul 11 16:41:46.099 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.099 INFO kablam! --> src/socket_base.rs:25:13 Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.099 INFO kablam! 25 | sender: Sender>, Jul 11 16:41:46.099 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.099 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.099 INFO kablam! | Jul 11 16:41:46.100 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.100 INFO kablam! | Jul 11 16:41:46.100 INFO kablam! Jul 11 16:41:46.100 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.100 INFO kablam! --> src/socket_base.rs:26:15 Jul 11 16:41:46.100 INFO kablam! | Jul 11 16:41:46.100 INFO kablam! 26 | receiver: Receiver>, Jul 11 16:41:46.100 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.100 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.100 INFO kablam! | Jul 11 16:41:46.100 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.100 INFO kablam! | Jul 11 16:41:46.100 INFO kablam! Jul 11 16:41:46.100 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.100 INFO kablam! --> src/socket_base.rs:30:20 Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:46.101 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.101 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! Jul 11 16:41:46.101 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.101 INFO kablam! --> src/socket_base.rs:30:48 Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! 30 | fn new(sender: Sender>, receiver: Receiver>) -> Peer { Jul 11 16:41:46.101 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.101 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! Jul 11 16:41:46.101 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.101 INFO kablam! --> src/socket_base.rs:41:9 Jul 11 16:41:46.101 INFO kablam! | Jul 11 16:41:46.101 INFO kablam! 41 | tx: Sender>, Jul 11 16:41:46.101 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.102 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! Jul 11 16:41:46.102 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.102 INFO kablam! --> src/socket_base.rs:42:9 Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! 42 | rx: Receiver>, Jul 11 16:41:46.102 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.102 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! Jul 11 16:41:46.102 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.102 INFO kablam! --> src/socket_base.rs:43:20 Jul 11 16:41:46.102 INFO kablam! | Jul 11 16:41:46.102 INFO kablam! 43 | peers: HashMap, Jul 11 16:41:46.102 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.102 INFO kablam! Jul 11 16:41:46.103 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.103 INFO kablam! --> src/socket_base.rs:44:14 Jul 11 16:41:46.103 INFO kablam! | Jul 11 16:41:46.103 INFO kablam! 44 | ids: Vec, Jul 11 16:41:46.103 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.103 INFO kablam! Jul 11 16:41:46.103 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.103 INFO kablam! --> src/socket_base.rs:45:18 Jul 11 16:41:46.103 INFO kablam! | Jul 11 16:41:46.103 INFO kablam! 45 | inproc_chan: Sender, Jul 11 16:41:46.103 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.103 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.103 INFO kablam! | Jul 11 16:41:46.103 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.103 INFO kablam! | Jul 11 16:41:46.103 INFO kablam! Jul 11 16:41:46.103 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.103 INFO kablam! --> src/socket_base.rs:49:22 Jul 11 16:41:46.103 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! 49 | pub fn new(chan: Sender) -> SocketBase { Jul 11 16:41:46.104 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.104 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.104 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.104 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! Jul 11 16:41:46.104 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.104 INFO kablam! --> src/socket_base.rs:50:24 Jul 11 16:41:46.104 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! 50 | let (tx, rx) = channel(); Jul 11 16:41:46.104 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.104 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.104 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.104 INFO kablam! | Jul 11 16:41:46.104 INFO kablam! Jul 11 16:41:46.104 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.104 INFO kablam! --> src/socket_base.rs:62:47 Jul 11 16:41:46.105 INFO kablam! | Jul 11 16:41:46.105 INFO kablam! 62 | self.options.write().type_ = type_ as int; Jul 11 16:41:46.105 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.105 INFO kablam! Jul 11 16:41:46.105 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:46.105 INFO kablam! --> src/socket_base.rs:70:23 Jul 11 16:41:46.105 INFO kablam! | Jul 11 16:41:46.105 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:46.105 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.105 INFO kablam! Jul 11 16:41:46.107 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:46.107 INFO kablam! --> src/socket_base.rs:70:34 Jul 11 16:41:46.107 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 70 | match from_str::(address) { Jul 11 16:41:46.108 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:46.108 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! Jul 11 16:41:46.108 INFO kablam! error[E0425]: cannot find function `from_str` in this scope Jul 11 16:41:46.108 INFO kablam! --> src/socket_base.rs:94:23 Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:46.108 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.108 INFO kablam! Jul 11 16:41:46.108 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:46.108 INFO kablam! --> src/socket_base.rs:94:34 Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 94 | match from_str::(address) { Jul 11 16:41:46.108 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:46.108 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.108 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:46.108 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:46.109 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! Jul 11 16:41:46.109 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.109 INFO kablam! --> src/socket_base.rs:111:63 Jul 11 16:41:46.109 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! 111 | pub fn getsockopt(&self, option: consts::SocketOption) -> int { Jul 11 16:41:46.109 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.109 INFO kablam! Jul 11 16:41:46.109 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.109 INFO kablam! --> src/socket_base.rs:115:38 Jul 11 16:41:46.109 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! 115 | pub fn recv_first(&mut self) -> (uint, Box) { Jul 11 16:41:46.109 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.109 INFO kablam! Jul 11 16:41:46.109 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.109 INFO kablam! --> src/socket_base.rs:167:37 Jul 11 16:41:46.109 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! 167 | pub fn recv_from(&mut self, id: uint) -> Box { Jul 11 16:41:46.109 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.109 INFO kablam! Jul 11 16:41:46.109 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.109 INFO kablam! --> src/socket_base.rs:172:35 Jul 11 16:41:46.109 INFO kablam! | Jul 11 16:41:46.109 INFO kablam! 172 | pub fn send_to(&mut self, id: uint, msg: Box) { Jul 11 16:41:46.110 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.110 INFO kablam! Jul 11 16:41:46.110 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.110 INFO kablam! --> src/socket_base.rs:178:46 Jul 11 16:41:46.110 INFO kablam! | Jul 11 16:41:46.110 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:46.110 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.110 INFO kablam! Jul 11 16:41:46.110 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.110 INFO kablam! --> src/socket_base.rs:178:56 Jul 11 16:41:46.110 INFO kablam! | Jul 11 16:41:46.110 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:46.110 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.110 INFO kablam! Jul 11 16:41:46.110 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.110 INFO kablam! --> src/socket_base.rs:178:62 Jul 11 16:41:46.110 INFO kablam! | Jul 11 16:41:46.110 INFO kablam! 178 | pub fn round_robin(&mut self, mut index: uint) -> (uint, uint) { Jul 11 16:41:46.110 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.110 INFO kablam! Jul 11 16:41:46.110 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.110 INFO kablam! --> src/stream_engine.rs:14:25 Jul 11 16:41:46.110 INFO kablam! | Jul 11 16:41:46.110 INFO kablam! 14 | const V2_GREETING_SIZE: uint = 12; Jul 11 16:41:46.111 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.111 INFO kablam! Jul 11 16:41:46.111 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.111 INFO kablam! --> src/stream_engine.rs:15:26 Jul 11 16:41:46.111 INFO kablam! | Jul 11 16:41:46.111 INFO kablam! 15 | const NO_PROGRESS_LIMIT: uint = 1000; Jul 11 16:41:46.111 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.111 INFO kablam! Jul 11 16:41:46.111 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.111 INFO kablam! --> src/stream_engine.rs:16:23 Jul 11 16:41:46.111 INFO kablam! | Jul 11 16:41:46.111 INFO kablam! 16 | const SIGNATURE_SIZE: uint = 10; Jul 11 16:41:46.111 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.111 INFO kablam! Jul 11 16:41:46.111 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.111 INFO kablam! --> src/stream_engine.rs:19:21 Jul 11 16:41:46.111 INFO kablam! | Jul 11 16:41:46.111 INFO kablam! 19 | const REVISION_POS: uint = 10; Jul 11 16:41:46.111 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.111 INFO kablam! Jul 11 16:41:46.111 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.111 INFO kablam! --> src/stream_engine.rs:22:30 Jul 11 16:41:46.111 INFO kablam! | Jul 11 16:41:46.111 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:46.111 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.112 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! Jul 11 16:41:46.112 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.112 INFO kablam! --> src/stream_engine.rs:22:86 Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! 22 | fn stream_bytes_writer(chan: Receiver>>, mut stream: TcpStream, _waiter: Sender) { Jul 11 16:41:46.112 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.112 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! Jul 11 16:41:46.112 INFO kablam! error[E0412]: cannot find type `Receiver` in this scope Jul 11 16:41:46.112 INFO kablam! --> src/stream_engine.rs:35:32 Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! 35 | fn stream_msg_writer(msg_chan: Receiver>, mut stream: TcpStream, encoder: V2Encoder) { Jul 11 16:41:46.112 INFO kablam! | ^^^^^^^^ not found in this scope Jul 11 16:41:46.112 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! 1 | use std::sync::mpsc::Receiver; Jul 11 16:41:46.112 INFO kablam! | Jul 11 16:41:46.112 INFO kablam! Jul 11 16:41:46.113 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.113 INFO kablam! --> src/stream_engine.rs:54:21 Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! 54 | chan_to_socket: Sender>, Jul 11 16:41:46.113 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.113 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! Jul 11 16:41:46.113 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.113 INFO kablam! --> src/stream_engine.rs:59:29 Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! 59 | _death_notifier: Option>, Jul 11 16:41:46.113 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.113 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.113 INFO kablam! | Jul 11 16:41:46.113 INFO kablam! Jul 11 16:41:46.114 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.114 INFO kablam! --> src/stream_engine.rs:67:36 Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! 67 | let (bytes_tx, bytes_rx) = channel(); Jul 11 16:41:46.114 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.114 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! Jul 11 16:41:46.114 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.114 INFO kablam! --> src/stream_engine.rs:68:38 Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! 68 | let (waiter_tx, waiter_rx) = channel(); Jul 11 16:41:46.114 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.114 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.114 INFO kablam! | Jul 11 16:41:46.114 INFO kablam! Jul 11 16:41:46.114 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.115 INFO kablam! --> src/stream_engine.rs:70:9 Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! 70 | spawn(move || { Jul 11 16:41:46.115 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.115 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! Jul 11 16:41:46.115 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.115 INFO kablam! --> src/stream_engine.rs:89:32 Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! 89 | let (msg_tx, msg_rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:46.115 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.115 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! Jul 11 16:41:46.115 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.115 INFO kablam! --> src/stream_engine.rs:91:9 Jul 11 16:41:46.115 INFO kablam! | Jul 11 16:41:46.115 INFO kablam! 91 | spawn(move || { Jul 11 16:41:46.115 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.116 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! Jul 11 16:41:46.116 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.116 INFO kablam! --> src/stream_engine.rs:96:24 Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! 96 | let (tx, rx) = channel(); // TODO: replace with SyncSender Jul 11 16:41:46.116 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.116 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! Jul 11 16:41:46.116 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.116 INFO kablam! --> src/stream_engine.rs:117:37 Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! 117 | fn handshake(&mut self, sender: Sender>>) -> ZmqResult<(V2Decoder, V2Encoder)> { Jul 11 16:41:46.116 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.116 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.116 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.116 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! Jul 11 16:41:46.117 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.117 INFO kablam! --> src/stream_engine.rs:190:28 Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! 190 | chan: Sender>, Jul 11 16:41:46.117 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.117 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! Jul 11 16:41:46.117 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.117 INFO kablam! --> src/stream_engine.rs:191:45 Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! 191 | death_notifier: Option>) { Jul 11 16:41:46.117 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.117 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.117 INFO kablam! | Jul 11 16:41:46.117 INFO kablam! Jul 11 16:41:46.117 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.117 INFO kablam! --> src/stream_engine.rs:192:9 Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! 192 | spawn(move || { Jul 11 16:41:46.118 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.118 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! Jul 11 16:41:46.118 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.118 INFO kablam! --> src/tcp_connecter.rs:16:21 Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:46.118 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.118 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! Jul 11 16:41:46.118 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:46.118 INFO kablam! --> src/tcp_connecter.rs:17:11 Jul 11 16:41:46.118 INFO kablam! | Jul 11 16:41:46.118 INFO kablam! 17 | addr: SocketAddr, Jul 11 16:41:46.119 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:46.119 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:46.119 INFO kablam! | Jul 11 16:41:46.119 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:46.119 INFO kablam! | Jul 11 16:41:46.119 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:46.119 INFO kablam! | Jul 11 16:41:46.119 INFO kablam! Jul 11 16:41:46.121 INFO kablam! error[E0425]: cannot find function `channel` in this scope Jul 11 16:41:46.121 INFO kablam! --> src/tcp_connecter.rs:33:36 Jul 11 16:41:46.121 INFO kablam! | Jul 11 16:41:46.121 INFO kablam! 33 | let (tx, rx) = channel(); Jul 11 16:41:46.121 INFO kablam! | ^^^^^^^ not found in this scope Jul 11 16:41:46.121 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.121 INFO kablam! | Jul 11 16:41:46.121 INFO kablam! 1 | use std::sync::mpsc::channel; Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! Jul 11 16:41:46.122 INFO kablam! error[E0412]: cannot find type `SocketAddr` in this scope Jul 11 16:41:46.122 INFO kablam! --> src/tcp_connecter.rs:61:28 Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:46.122 INFO kablam! | ^^^^^^^^^^ not found in this scope Jul 11 16:41:46.122 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! 1 | use std::net::SocketAddr; Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! 1 | use std::os::unix::net::SocketAddr; Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! Jul 11 16:41:46.122 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.122 INFO kablam! --> src/tcp_connecter.rs:61:46 Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! 61 | pub fn spawn_new(addr: SocketAddr, chan: Sender>, Jul 11 16:41:46.122 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.122 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.122 INFO kablam! | Jul 11 16:41:46.122 INFO kablam! Jul 11 16:41:46.122 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.122 INFO kablam! --> src/tcp_connecter.rs:63:9 Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! 63 | spawn(move || { Jul 11 16:41:46.123 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.123 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! Jul 11 16:41:46.123 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:46.123 INFO kablam! --> src/tcp_listener.rs:15:15 Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! 15 | acceptor: TcpAcceptor, Jul 11 16:41:46.123 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:46.123 INFO kablam! Jul 11 16:41:46.123 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.123 INFO kablam! --> src/tcp_listener.rs:16:21 Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! 16 | chan_to_socket: Sender>, Jul 11 16:41:46.123 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.123 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.123 INFO kablam! | Jul 11 16:41:46.123 INFO kablam! Jul 11 16:41:46.123 INFO kablam! error[E0412]: cannot find type `TcpAcceptor` in this scope Jul 11 16:41:46.123 INFO kablam! --> src/tcp_listener.rs:39:32 Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:46.124 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 11 16:41:46.124 INFO kablam! Jul 11 16:41:46.124 INFO kablam! error[E0412]: cannot find type `Sender` in this scope Jul 11 16:41:46.124 INFO kablam! --> src/tcp_listener.rs:39:51 Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! 39 | pub fn spawn_new(acceptor: TcpAcceptor, chan: Sender>, Jul 11 16:41:46.124 INFO kablam! | ^^^^^^ did you mean `Send`? Jul 11 16:41:46.124 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! 1 | use std::sync::mpsc::Sender; Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! Jul 11 16:41:46.124 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.124 INFO kablam! --> src/tcp_listener.rs:41:9 Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! 41 | spawn(move || { Jul 11 16:41:46.124 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.124 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.124 INFO kablam! | Jul 11 16:41:46.124 INFO kablam! Jul 11 16:41:46.124 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.125 INFO kablam! --> src/options.rs:12:16 Jul 11 16:41:46.125 INFO kablam! | Jul 11 16:41:46.125 INFO kablam! 12 | pub type_: int, Jul 11 16:41:46.125 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.125 INFO kablam! Jul 11 16:41:46.125 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.125 INFO kablam! --> src/options.rs:37:55 Jul 11 16:41:46.125 INFO kablam! | Jul 11 16:41:46.125 INFO kablam! 37 | pub fn getsockopt(&self, option: SocketOption) -> int { Jul 11 16:41:46.125 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.125 INFO kablam! Jul 11 16:41:46.125 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.125 INFO kablam! --> src/options.rs:39:49 Jul 11 16:41:46.125 INFO kablam! | Jul 11 16:41:46.125 INFO kablam! 39 | SocketOption::TYPE => self.type_ as int, Jul 11 16:41:46.125 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.125 INFO kablam! Jul 11 16:41:46.125 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.125 INFO kablam! --> src/v2_decoder.rs:41:37 Jul 11 16:41:46.125 INFO kablam! | Jul 11 16:41:46.125 INFO kablam! 41 | if size != (size as uint) as u64 { Jul 11 16:41:46.125 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.125 INFO kablam! Jul 11 16:41:46.125 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.125 INFO kablam! --> src/v2_decoder.rs:45:25 Jul 11 16:41:46.125 INFO kablam! | Jul 11 16:41:46.125 INFO kablam! 45 | size as uint Jul 11 16:41:46.126 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.126 INFO kablam! Jul 11 16:41:46.126 INFO kablam! error[E0412]: cannot find type `uint` in this scope Jul 11 16:41:46.126 INFO kablam! --> src/v2_decoder.rs:54:25 Jul 11 16:41:46.126 INFO kablam! | Jul 11 16:41:46.126 INFO kablam! 54 | size as uint Jul 11 16:41:46.126 INFO kablam! | ^^^^ not found in this scope Jul 11 16:41:46.126 INFO kablam! Jul 11 16:41:46.126 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.126 INFO kablam! --> src/lib.rs:69:46 Jul 11 16:41:46.126 INFO kablam! | Jul 11 16:41:46.126 INFO kablam! 69 | assert_eq!(super::SocketType::REQ as int, 3); Jul 11 16:41:46.126 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.126 INFO kablam! Jul 11 16:41:46.126 INFO kablam! error[E0412]: cannot find type `int` in this scope Jul 11 16:41:46.126 INFO kablam! --> src/lib.rs:76:87 Jul 11 16:41:46.126 INFO kablam! | Jul 11 16:41:46.126 INFO kablam! 76 | assert_eq!(s.getsockopt(super::SocketOption::TYPE), super::SocketType::REQ as int); Jul 11 16:41:46.126 INFO kablam! | ^^^ not found in this scope Jul 11 16:41:46.126 INFO kablam! Jul 11 16:41:46.126 INFO kablam! error[E0425]: cannot find function `spawn` in this scope Jul 11 16:41:46.126 INFO kablam! --> src/lib.rs:127:9 Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! 127 | spawn(move || { Jul 11 16:41:46.127 INFO kablam! | ^^^^^ not found in this scope Jul 11 16:41:46.127 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! 1 | use std::thread::spawn; Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! Jul 11 16:41:46.127 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:46.127 INFO kablam! --> src/lib.rs:35:1 Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Jul 11 16:41:46.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:46.127 INFO kablam! Jul 11 16:41:46.127 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.127 INFO kablam! --> src/ctx.rs:35:32 Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! 35 | SocketType::REQ => box req::new(base) as Box, Jul 11 16:41:46.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.127 INFO kablam! | Jul 11 16:41:46.127 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.127 INFO kablam! Jul 11 16:41:46.127 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.128 INFO kablam! --> src/ctx.rs:36:32 Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! 36 | SocketType::REP => box rep::new(base) as Box, Jul 11 16:41:46.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.128 INFO kablam! Jul 11 16:41:46.128 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:46.128 INFO kablam! --> src/consts.rs:54:1 Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! 54 | #[deriving(PartialEq, Show)] Jul 11 16:41:46.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:46.128 INFO kablam! Jul 11 16:41:46.128 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:46.128 INFO kablam! --> src/msg.rs:5:1 Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! 5 | #[deriving(Show)] Jul 11 16:41:46.128 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.128 INFO kablam! | Jul 11 16:41:46.128 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:46.128 INFO kablam! Jul 11 16:41:46.132 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.133 INFO kablam! --> src/rep.rs:89:19 Jul 11 16:41:46.133 INFO kablam! | Jul 11 16:41:46.133 INFO kablam! 89 | let msg = box Msg::new(1); Jul 11 16:41:46.133 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 11 16:41:46.133 INFO kablam! | Jul 11 16:41:46.133 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.133 INFO kablam! Jul 11 16:41:46.133 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:46.133 INFO kablam! --> src/result.rs:8:1 Jul 11 16:41:46.133 INFO kablam! | Jul 11 16:41:46.133 INFO kablam! 8 | #[deriving(Show)] Jul 11 16:41:46.133 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.133 INFO kablam! | Jul 11 16:41:46.133 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 16:41:46.133 INFO kablam! Jul 11 16:41:46.135 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.135 INFO kablam! --> src/socket_base.rs:124:34 Jul 11 16:41:46.135 INFO kablam! | Jul 11 16:41:46.135 INFO kablam! 124 | let handle = box selector.handle(&peer.receiver); Jul 11 16:41:46.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.135 INFO kablam! | Jul 11 16:41:46.135 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.135 INFO kablam! Jul 11 16:41:46.135 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.135 INFO kablam! --> src/socket_base.rs:133:30 Jul 11 16:41:46.135 INFO kablam! | Jul 11 16:41:46.135 INFO kablam! 133 | let handle = box selector.handle(&self.rx); Jul 11 16:41:46.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.135 INFO kablam! | Jul 11 16:41:46.135 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.135 INFO kablam! Jul 11 16:41:46.136 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.136 INFO kablam! --> src/stream_engine.rs:75:29 Jul 11 16:41:46.136 INFO kablam! | Jul 11 16:41:46.136 INFO kablam! 75 | let mut signature = box vec!(); Jul 11 16:41:46.136 INFO kablam! | ^^^^^^^^^^ Jul 11 16:41:46.136 INFO kablam! | Jul 11 16:41:46.136 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.136 INFO kablam! Jul 11 16:41:46.136 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.136 INFO kablam! --> src/stream_engine.rs:163:29 Jul 11 16:41:46.136 INFO kablam! | Jul 11 16:41:46.136 INFO kablam! 163 | sender.send(box [1u8].to_vec()); Jul 11 16:41:46.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.136 INFO kablam! | Jul 11 16:41:46.136 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.136 INFO kablam! Jul 11 16:41:46.136 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.136 INFO kablam! --> src/stream_engine.rs:170:37 Jul 11 16:41:46.137 INFO kablam! | Jul 11 16:41:46.137 INFO kablam! 170 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:46.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.137 INFO kablam! | Jul 11 16:41:46.137 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.137 INFO kablam! Jul 11 16:41:46.137 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.137 INFO kablam! --> src/stream_engine.rs:174:37 Jul 11 16:41:46.137 INFO kablam! | Jul 11 16:41:46.137 INFO kablam! 174 | sender.send(box [self.options.read().type_ as u8].to_vec()); Jul 11 16:41:46.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.137 INFO kablam! | Jul 11 16:41:46.137 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.137 INFO kablam! Jul 11 16:41:46.138 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.138 INFO kablam! --> src/v2_decoder.rs:57:23 Jul 11 16:41:46.138 INFO kablam! | Jul 11 16:41:46.138 INFO kablam! 57 | let mut ret = box Msg::new(msg_size); Jul 11 16:41:46.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.138 INFO kablam! | Jul 11 16:41:46.138 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.138 INFO kablam! Jul 11 16:41:46.139 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.139 INFO kablam! --> src/lib.rs:114:28 Jul 11 16:41:46.139 INFO kablam! | Jul 11 16:41:46.139 INFO kablam! 114 | let mut msg_sent = box super::Msg::new(4); Jul 11 16:41:46.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.139 INFO kablam! | Jul 11 16:41:46.139 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.139 INFO kablam! Jul 11 16:41:46.139 INFO kablam! error[E0658]: box expression syntax is experimental; you can call `Box::new` instead. (see issue #49733) Jul 11 16:41:46.139 INFO kablam! --> src/lib.rs:131:32 Jul 11 16:41:46.139 INFO kablam! | Jul 11 16:41:46.139 INFO kablam! 131 | let mut msg_sent = box super::Msg::new(4); Jul 11 16:41:46.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 16:41:46.139 INFO kablam! | Jul 11 16:41:46.139 INFO kablam! = help: add #![feature(box_syntax)] to the crate attributes to enable Jul 11 16:41:46.139 INFO kablam! Jul 11 16:41:46.142 INFO kablam! error: aborting due to 147 previous errors Jul 11 16:41:46.142 INFO kablam! Jul 11 16:41:46.142 INFO kablam! Some errors occurred: E0412, E0425, E0432, E0433, E0531, E0658. Jul 11 16:41:46.142 INFO kablam! For more information about an error, try `rustc --explain E0412`. Jul 11 16:41:46.150 INFO kablam! error: Could not compile `zeromq`. Jul 11 16:41:46.150 INFO kablam! Jul 11 16:41:46.150 INFO kablam! To learn more, run the command again with --verbose. Jul 11 16:41:46.152 INFO kablam! su: No module specific data is present Jul 11 16:41:46.608 INFO running `"docker" "rm" "-f" "4730b9ffc672bbc1e42aa24efe3dacb09461921226de26afd5fc4fa0a4fc3873"` Jul 11 16:41:46.780 INFO blam! 4730b9ffc672bbc1e42aa24efe3dacb09461921226de26afd5fc4fa0a4fc3873