[INFO] crate reredis 0.1.0-alpha.2 is already in cache [INFO] testing reredis-0.1.0-alpha.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate reredis 0.1.0-alpha.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate reredis 0.1.0-alpha.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate reredis 0.1.0-alpha.2 [INFO] finished tweaking crates.io crate reredis 0.1.0-alpha.2 [INFO] tweaked toml for crates.io crate reredis 0.1.0-alpha.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate reredis 0.1.0-alpha.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39f81b783e1661f37c9f7a410a7cd42bfc3ecab523ef8c50d7328100387fa7eb [INFO] running `"docker" "start" "-a" "39f81b783e1661f37c9f7a410a7cd42bfc3ecab523ef8c50d7328100387fa7eb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling arc-swap v0.4.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling murmurhash64 v0.3.1 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling reredis v0.1.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:111:39 [INFO] [stderr] | [INFO] [stderr] 111 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:169:57 [INFO] [stderr] | [INFO] [stderr] 169 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:176:74 [INFO] [stderr] | [INFO] [stderr] 176 | eprint!("Can't change dir to {}: {}", argv[1], e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:199:57 [INFO] [stderr] | [INFO] [stderr] 199 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:227:53 [INFO] [stderr] | [INFO] [stderr] 227 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | warn!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:364:57 [INFO] [stderr] | [INFO] [stderr] 364 | debug!("Accepting client connection: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:443:57 [INFO] [stderr] | [INFO] [stderr] 443 | debug!("Reading from client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:502:57 [INFO] [stderr] | [INFO] [stderr] 502 | debug!("Error writing to client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:548:59 [INFO] [stderr] | [INFO] [stderr] 548 | warn!("Seek Error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:558:63 [INFO] [stderr] | [INFO] [stderr] 558 | warn!("Read error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:567:60 [INFO] [stderr] | [INFO] [stderr] 567 | warn!("Write error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:74:62 [INFO] [stderr] | [INFO] [stderr] 74 | eprintln!("Error bind address {:?}: {}", addr, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:334:60 [INFO] [stderr] | [INFO] [stderr] 334 | warn!("Error trying to save the DB: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:353:56 [INFO] [stderr] | [INFO] [stderr] 353 | warn!("I/O error writing to MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:360:63 [INFO] [stderr] | [INFO] [stderr] 360 | warn!("I/O reading bulk count from MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:366:56 [INFO] [stderr] | [INFO] [stderr] 366 | warn!("Error parsing dump size: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:384:29 [INFO] [stderr] | [INFO] [stderr] 384 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:391:73 [INFO] [stderr] | [INFO] [stderr] 391 | warn!("I/O error trying to sync with MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:396:54 [INFO] [stderr] | [INFO] [stderr] 396 | SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:405:64 [INFO] [stderr] | [INFO] [stderr] 405 | in MASTER <-> SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:418:57 [INFO] [stderr] | [INFO] [stderr] 418 | warn!("Error reconnecting to master: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ae.rs:423:51 [INFO] [stderr] | [INFO] [stderr] 423 | debug!("Processing events: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rdb.rs:70:59 [INFO] [stderr] | [INFO] [stderr] 70 | warn!("Can't save in background: fork: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.37s [INFO] running `"docker" "inspect" "39f81b783e1661f37c9f7a410a7cd42bfc3ecab523ef8c50d7328100387fa7eb"` [INFO] running `"docker" "rm" "-f" "39f81b783e1661f37c9f7a410a7cd42bfc3ecab523ef8c50d7328100387fa7eb"` [INFO] [stdout] 39f81b783e1661f37c9f7a410a7cd42bfc3ecab523ef8c50d7328100387fa7eb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39f6856890d37d73a30007d9901f93c9b130461357653ffb5c6ef72a8e4a14f1 [INFO] running `"docker" "start" "-a" "39f6856890d37d73a30007d9901f93c9b130461357653ffb5c6ef72a8e4a14f1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:111:39 [INFO] [stderr] | [INFO] [stderr] 111 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:169:57 [INFO] [stderr] | [INFO] [stderr] 169 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:176:74 [INFO] [stderr] | [INFO] [stderr] 176 | eprint!("Can't change dir to {}: {}", argv[1], e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:199:57 [INFO] [stderr] | [INFO] [stderr] 199 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:227:53 [INFO] [stderr] | [INFO] [stderr] 227 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | warn!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:364:57 [INFO] [stderr] | [INFO] [stderr] 364 | debug!("Accepting client connection: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:443:57 [INFO] [stderr] | [INFO] [stderr] 443 | debug!("Reading from client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:502:57 [INFO] [stderr] | [INFO] [stderr] 502 | debug!("Error writing to client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:548:59 [INFO] [stderr] | [INFO] [stderr] 548 | warn!("Seek Error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:558:63 [INFO] [stderr] | [INFO] [stderr] 558 | warn!("Read error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:567:60 [INFO] [stderr] | [INFO] [stderr] 567 | warn!("Write error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:74:62 [INFO] [stderr] | [INFO] [stderr] 74 | eprintln!("Error bind address {:?}: {}", addr, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:334:60 [INFO] [stderr] | [INFO] [stderr] 334 | warn!("Error trying to save the DB: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:353:56 [INFO] [stderr] | [INFO] [stderr] 353 | warn!("I/O error writing to MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:360:63 [INFO] [stderr] | [INFO] [stderr] 360 | warn!("I/O reading bulk count from MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:366:56 [INFO] [stderr] | [INFO] [stderr] 366 | warn!("Error parsing dump size: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:384:29 [INFO] [stderr] | [INFO] [stderr] 384 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:391:73 [INFO] [stderr] | [INFO] [stderr] 391 | warn!("I/O error trying to sync with MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:396:54 [INFO] [stderr] | [INFO] [stderr] 396 | SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:405:64 [INFO] [stderr] | [INFO] [stderr] 405 | in MASTER <-> SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:418:57 [INFO] [stderr] | [INFO] [stderr] 418 | warn!("Error reconnecting to master: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ae.rs:423:51 [INFO] [stderr] | [INFO] [stderr] 423 | debug!("Processing events: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rdb.rs:70:59 [INFO] [stderr] | [INFO] [stderr] 70 | warn!("Can't save in background: fork: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling redis v0.12.0 [INFO] [stderr] Compiling reredis v0.1.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:111:39 [INFO] [stderr] | [INFO] [stderr] 111 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:169:57 [INFO] [stderr] | [INFO] [stderr] 169 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:176:74 [INFO] [stderr] | [INFO] [stderr] 176 | eprint!("Can't change dir to {}: {}", argv[1], e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:199:57 [INFO] [stderr] | [INFO] [stderr] 199 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:227:53 [INFO] [stderr] | [INFO] [stderr] 227 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | warn!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:364:57 [INFO] [stderr] | [INFO] [stderr] 364 | debug!("Accepting client connection: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:443:57 [INFO] [stderr] | [INFO] [stderr] 443 | debug!("Reading from client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:502:57 [INFO] [stderr] | [INFO] [stderr] 502 | debug!("Error writing to client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:548:59 [INFO] [stderr] | [INFO] [stderr] 548 | warn!("Seek Error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:558:63 [INFO] [stderr] | [INFO] [stderr] 558 | warn!("Read error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:567:60 [INFO] [stderr] | [INFO] [stderr] 567 | warn!("Write error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:74:62 [INFO] [stderr] | [INFO] [stderr] 74 | eprintln!("Error bind address {:?}: {}", addr, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:334:60 [INFO] [stderr] | [INFO] [stderr] 334 | warn!("Error trying to save the DB: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:353:56 [INFO] [stderr] | [INFO] [stderr] 353 | warn!("I/O error writing to MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:360:63 [INFO] [stderr] | [INFO] [stderr] 360 | warn!("I/O reading bulk count from MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:366:56 [INFO] [stderr] | [INFO] [stderr] 366 | warn!("Error parsing dump size: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:384:29 [INFO] [stderr] | [INFO] [stderr] 384 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:391:73 [INFO] [stderr] | [INFO] [stderr] 391 | warn!("I/O error trying to sync with MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:396:54 [INFO] [stderr] | [INFO] [stderr] 396 | SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:405:64 [INFO] [stderr] | [INFO] [stderr] 405 | in MASTER <-> SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:418:57 [INFO] [stderr] | [INFO] [stderr] 418 | warn!("Error reconnecting to master: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ae.rs:423:51 [INFO] [stderr] | [INFO] [stderr] 423 | debug!("Processing events: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rdb.rs:70:59 [INFO] [stderr] | [INFO] [stderr] 70 | warn!("Can't save in background: fork: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 49.03s [INFO] running `"docker" "inspect" "39f6856890d37d73a30007d9901f93c9b130461357653ffb5c6ef72a8e4a14f1"` [INFO] running `"docker" "rm" "-f" "39f6856890d37d73a30007d9901f93c9b130461357653ffb5c6ef72a8e4a14f1"` [INFO] [stdout] 39f6856890d37d73a30007d9901f93c9b130461357653ffb5c6ef72a8e4a14f1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e5f7786697ca055879749043fc02e168115693be062481bd2f635540186d7db5 [INFO] running `"docker" "start" "-a" "e5f7786697ca055879749043fc02e168115693be062481bd2f635540186d7db5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:111:39 [INFO] [stderr] | [INFO] [stderr] 111 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:169:57 [INFO] [stderr] | [INFO] [stderr] 169 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:176:74 [INFO] [stderr] | [INFO] [stderr] 176 | eprint!("Can't change dir to {}: {}", argv[1], e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:199:57 [INFO] [stderr] | [INFO] [stderr] 199 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:227:53 [INFO] [stderr] | [INFO] [stderr] 227 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | warn!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:364:57 [INFO] [stderr] | [INFO] [stderr] 364 | debug!("Accepting client connection: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:443:57 [INFO] [stderr] | [INFO] [stderr] 443 | debug!("Reading from client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:502:57 [INFO] [stderr] | [INFO] [stderr] 502 | debug!("Error writing to client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:548:59 [INFO] [stderr] | [INFO] [stderr] 548 | warn!("Seek Error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:558:63 [INFO] [stderr] | [INFO] [stderr] 558 | warn!("Read error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:567:60 [INFO] [stderr] | [INFO] [stderr] 567 | warn!("Write error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:74:62 [INFO] [stderr] | [INFO] [stderr] 74 | eprintln!("Error bind address {:?}: {}", addr, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:334:60 [INFO] [stderr] | [INFO] [stderr] 334 | warn!("Error trying to save the DB: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:353:56 [INFO] [stderr] | [INFO] [stderr] 353 | warn!("I/O error writing to MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:360:63 [INFO] [stderr] | [INFO] [stderr] 360 | warn!("I/O reading bulk count from MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:366:56 [INFO] [stderr] | [INFO] [stderr] 366 | warn!("Error parsing dump size: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:384:29 [INFO] [stderr] | [INFO] [stderr] 384 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:391:73 [INFO] [stderr] | [INFO] [stderr] 391 | warn!("I/O error trying to sync with MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:396:54 [INFO] [stderr] | [INFO] [stderr] 396 | SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:405:64 [INFO] [stderr] | [INFO] [stderr] 405 | in MASTER <-> SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:418:57 [INFO] [stderr] | [INFO] [stderr] 418 | warn!("Error reconnecting to master: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ae.rs:423:51 [INFO] [stderr] | [INFO] [stderr] 423 | debug!("Processing events: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rdb.rs:70:59 [INFO] [stderr] | [INFO] [stderr] 70 | warn!("Can't save in background: fork: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:111:39 [INFO] [stderr] | [INFO] [stderr] 111 | filename, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:153:53 [INFO] [stderr] | [INFO] [stderr] 153 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:169:57 [INFO] [stderr] | [INFO] [stderr] 169 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:176:74 [INFO] [stderr] | [INFO] [stderr] 176 | eprint!("Can't change dir to {}: {}", argv[1], e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:199:57 [INFO] [stderr] | [INFO] [stderr] 199 | ... Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:227:53 [INFO] [stderr] | [INFO] [stderr] 227 | Self::load_error(i, line, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | warn!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:364:57 [INFO] [stderr] | [INFO] [stderr] 364 | debug!("Accepting client connection: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:443:57 [INFO] [stderr] | [INFO] [stderr] 443 | debug!("Reading from client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:502:57 [INFO] [stderr] | [INFO] [stderr] 502 | debug!("Error writing to client: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:548:59 [INFO] [stderr] | [INFO] [stderr] 548 | warn!("Seek Error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:558:63 [INFO] [stderr] | [INFO] [stderr] 558 | warn!("Read error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/env.rs:567:60 [INFO] [stderr] | [INFO] [stderr] 567 | warn!("Write error sending DB to slave: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:74:62 [INFO] [stderr] | [INFO] [stderr] 74 | eprintln!("Error bind address {:?}: {}", addr, e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:334:60 [INFO] [stderr] | [INFO] [stderr] 334 | warn!("Error trying to save the DB: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:353:56 [INFO] [stderr] | [INFO] [stderr] 353 | warn!("I/O error writing to MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:360:63 [INFO] [stderr] | [INFO] [stderr] 360 | warn!("I/O reading bulk count from MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:366:56 [INFO] [stderr] | [INFO] [stderr] 366 | warn!("Error parsing dump size: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:384:29 [INFO] [stderr] | [INFO] [stderr] 384 | e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:391:73 [INFO] [stderr] | [INFO] [stderr] 391 | warn!("I/O error trying to sync with MASTER: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:396:54 [INFO] [stderr] | [INFO] [stderr] 396 | SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:405:64 [INFO] [stderr] | [INFO] [stderr] 405 | in MASTER <-> SLAVE synchronization: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:418:57 [INFO] [stderr] | [INFO] [stderr] 418 | warn!("Error reconnecting to master: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ae.rs:423:51 [INFO] [stderr] | [INFO] [stderr] 423 | debug!("Processing events: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rdb.rs:70:59 [INFO] [stderr] | [INFO] [stderr] 70 | warn!("Can't save in background: fork: {}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/replicate.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | ... err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/reredis-aea638c7db1dc815 [INFO] [stdout] [INFO] [stdout] running 62 tests [INFO] [stdout] test ae::test::new_event_loop ... ok [INFO] [stdout] test object::dict::test::bug_detect_1 ... ok [INFO] [stdout] test object::dict::test::create_a_hash_dict ... ok [INFO] [stdout] test object::dict::test::iterate_empty_table ... ok [INFO] [stdout] test object::dict::test::add_some_value ... ok [INFO] [stdout] test object::int_set::test::encoding ... ok [INFO] [stdout] test glob::test::test_wildcards ... ok [INFO] [stdout] test hash::test::string_object_test ... ok [INFO] [stdout] test object::dict::test::ht_should_resize ... ok [INFO] [stdout] test db::test::create_db ... ok [INFO] [stdout] test object::dict::test::simple_replace ... ok [INFO] [stdout] test object::dict::test::iterator_test_when_rehashing ... ok [INFO] [stdout] test glob::test::test_unclosed_brackets ... ok [INFO] [stdout] test object::dict::test::next_power_test ... ok [INFO] [stdout] test object::int_set::test::simple_add ... ok [INFO] [stdout] test glob::test::test_range_pattern ... ok [INFO] [stdout] test glob::test::test_pattern ... ok [INFO] [stdout] test object::int_set::test::search_test ... ok [INFO] [stdout] test object::int_set::test::move_tail_test ... ok [INFO] [stdout] test object::dict::test::simple_add_and_find ... ok [INFO] [stdout] test object::dict::test::simple_iterator_test ... ok [INFO] [stdout] test object::linked_list::tests::test_append ... ok [INFO] [stdout] test object::linked_list::tests::test_delete_filter ... ok [INFO] [stdout] test object::int_set::test::new_int_set ... ok [INFO] [stdout] test object::int_set::test::find_test ... ok [INFO] [stdout] test object::skip_list::test::generate_rand_level ... ignored [INFO] [stdout] test object::skip_list::test::create_new_skip_list ... ok [INFO] [stdout] test object::test::create_from_number ... ok [INFO] [stdout] test object::skip_list::test::delete_elements ... ok [INFO] [stdout] test object::zip_list::test::cascade_update ... ok [INFO] [stdout] test object::test::create_new_object ... ok [INFO] [stdout] test object::zip_list::test::delete_tail_test ... ok [INFO] [stdout] test object::skip_list::test::get_last_in_range ... ok [INFO] [stdout] test object::test::get_string_object_len ... ok [INFO] [stdout] test object::test::object_to_long ... ok [INFO] [stdout] test object::test::create_new_string_object ... ok [INFO] [stdout] test object::zip_list::test::int_encoding ... ok [INFO] [stdout] test object::zip_list::test::len_change ... ok [INFO] [stdout] test object::skip_list::test::simple_insert ... ok [INFO] [stdout] test object::skip_list::test::get_first_in_range ... ok [INFO] [stdout] test object::zip_list::test::general_delete_test ... ok [INFO] [stdout] test object::zip_list::test::simple_push_test ... ok [INFO] [stdout] test object::zip_list::test::simple_insert ... ok [INFO] [stdout] test object::linked_list::tests::test_fuzz ... ok [INFO] [stdout] test object::zip_list::test::delete_range_test ... ok [INFO] [stdout] test object::zip_list::test::delete_cascade_update ... ok [INFO] [stdout] test object::linked_list::tests::test_split_off ... ok [INFO] [stdout] test object::zip_list::test::pub_insert_test ... ok [INFO] [stdout] test object::zip_list::test::iterator_test ... ok [INFO] [stdout] test object::dict::test::replace_existed ... ok [INFO] [stdout] test util::test::test_human_size ... ok [INFO] [stdout] test protocol::test::decode_right_command ... ok [INFO] [stdout] test util::test::test_prefix_of ... ok [INFO] [stdout] test protocol::test::decode_malformed_command ... ok [INFO] [stdout] test object::zip_list::test::new_zip_list ... ok [INFO] [stdout] test object::zip_list::test::str_encoding ... ok [INFO] [stdout] test object::int_set::test::set_and_get ... ok [INFO] [stdout] test object::int_set::test::remove_test ... ok [INFO] [stdout] test object::dict::test::delete_items_test ... ok [INFO] [stdout] test object::zip_list::test::insert_many ... ok [INFO] [stdout] test object::zip_list::test::str_enc_parsing ... ok [INFO] [stdout] test object::zip_list::test::int_enc_parsing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/reredis-f1de47acb80a8a10 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/server_test-ce603efa71e0d41b [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests reredis [INFO] [stdout] test test_main ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e5f7786697ca055879749043fc02e168115693be062481bd2f635540186d7db5"` [INFO] running `"docker" "rm" "-f" "e5f7786697ca055879749043fc02e168115693be062481bd2f635540186d7db5"` [INFO] [stdout] e5f7786697ca055879749043fc02e168115693be062481bd2f635540186d7db5