Oct 10 23:34:22.310 INFO testing emschwartz/ilp-rs-take-1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:34:22.310 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:34:22.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:34:22.600 INFO blam! c88c9fadcca2ba47e573bd7e8ae6fc39f7008d1d8c43839dae138421daef1d01 Oct 10 23:34:22.600 INFO running `"docker" "start" "-a" "c88c9fadcca2ba47e573bd7e8ae6fc39f7008d1d8c43839dae138421daef1d01"` Oct 10 23:34:23.506 INFO kablam! usermod: no changes Oct 10 23:34:23.811 INFO kablam! Compiling serde v1.0.12 Oct 10 23:34:23.817 INFO kablam! Compiling bytes v0.4.5 Oct 10 23:34:23.833 INFO kablam! Compiling uuid v0.4.0 Oct 10 23:34:23.836 INFO kablam! Compiling aho-corasick v0.6.3 Oct 10 23:34:23.837 INFO kablam! Compiling mio v0.6.10 Oct 10 23:34:23.837 INFO kablam! Compiling clap v2.26.0 Oct 10 23:34:23.837 INFO kablam! Compiling openssl-sys v0.9.17 Oct 10 23:34:23.838 INFO kablam! Compiling rayon v0.8.2 Oct 10 23:34:26.672 INFO kablam! Compiling openssl v0.9.17 Oct 10 23:34:26.672 INFO kablam! Compiling hyper v0.10.13 Oct 10 23:34:26.680 INFO kablam! Compiling chrono v0.4.0 Oct 10 23:34:30.199 INFO kablam! Compiling regex v0.2.2 Oct 10 23:34:30.253 INFO kablam! Compiling tokio-io v0.1.3 Oct 10 23:34:31.464 INFO kablam! Compiling ring v0.12.1 Oct 10 23:34:55.592 INFO kablam! Compiling tokio-core v0.1.9 Oct 10 23:34:55.898 INFO kablam! Compiling native-tls v0.1.4 Oct 10 23:34:55.915 INFO kablam! Compiling ws v0.7.3 Oct 10 23:34:57.422 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 10 23:34:57.748 INFO kablam! Compiling serde_json v1.0.3 Oct 10 23:35:09.618 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 23:35:09.797 INFO kablam! Compiling tokio-tls v0.1.3 Oct 10 23:35:12.836 INFO kablam! Compiling ilp-packet v0.2.0 Oct 10 23:35:14.416 INFO kablam! Compiling websocket v0.20.2 Oct 10 23:35:18.276 INFO kablam! Compiling hyper v0.11.2 Oct 10 23:35:32.216 INFO kablam! Compiling hyper-tls v0.1.2 Oct 10 23:35:35.293 INFO kablam! Compiling reqwest v0.7.3 Oct 10 23:35:44.815 INFO kablam! Compiling ilp v0.1.0 (/source) Oct 10 23:35:50.107 INFO kablam! warning: unused import: `UuidVersion` Oct 10 23:35:50.107 INFO kablam! --> src/spsp.rs:8:18 Oct 10 23:35:50.107 INFO kablam! | Oct 10 23:35:50.107 INFO kablam! 8 | use uuid::{Uuid, UuidVersion}; Oct 10 23:35:50.107 INFO kablam! | ^^^^^^^^^^^ Oct 10 23:35:50.107 INFO kablam! | Oct 10 23:35:50.107 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:35:50.107 INFO kablam! Oct 10 23:35:50.107 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer` Oct 10 23:35:50.107 INFO kablam! --> src/plugin.rs:2:25 Oct 10 23:35:50.107 INFO kablam! | Oct 10 23:35:50.107 INFO kablam! 2 | use serde::{Serializer, Deserialize, Deserializer}; Oct 10 23:35:50.107 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 23:35:50.107 INFO kablam! Oct 10 23:35:50.107 INFO kablam! warning: unused import: `ilp_packet::oer` Oct 10 23:35:50.107 INFO kablam! --> src/plugin.rs:4:5 Oct 10 23:35:50.107 INFO kablam! | Oct 10 23:35:50.107 INFO kablam! 4 | use ilp_packet::oer; Oct 10 23:35:50.107 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:35:50.107 INFO kablam! Oct 10 23:35:50.107 INFO kablam! warning: unused import: `Fulfill` Oct 10 23:35:50.108 INFO kablam! --> src/plugin.rs:6:93 Oct 10 23:35:50.108 INFO kablam! | Oct 10 23:35:50.108 INFO kablam! 6 | use btp_packet::{BtpPacket, PacketType, ContentType, ProtocolData, PacketContents, Prepare, Fulfill, Serializable, Error as BtpError}; Oct 10 23:35:50.108 INFO kablam! | ^^^^^^^ Oct 10 23:35:50.108 INFO kablam! Oct 10 23:35:50.108 INFO kablam! warning: unused import: `uuid::Uuid` Oct 10 23:35:50.108 INFO kablam! --> src/plugin.rs:7:5 Oct 10 23:35:50.108 INFO kablam! | Oct 10 23:35:50.108 INFO kablam! 7 | use uuid::Uuid; Oct 10 23:35:50.108 INFO kablam! | ^^^^^^^^^^ Oct 10 23:35:50.108 INFO kablam! Oct 10 23:35:50.108 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 10 23:35:50.108 INFO kablam! --> src/plugin.rs:9:5 Oct 10 23:35:50.108 INFO kablam! | Oct 10 23:35:50.108 INFO kablam! 9 | use tokio_core::reactor::Core; Oct 10 23:35:50.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:35:50.108 INFO kablam! Oct 10 23:35:50.108 INFO kablam! warning: unused import: `Sink` Oct 10 23:35:50.108 INFO kablam! --> src/plugin.rs:11:23 Oct 10 23:35:50.108 INFO kablam! | Oct 10 23:35:50.108 INFO kablam! 11 | use futures::{Stream, Sink}; Oct 10 23:35:50.108 INFO kablam! | ^^^^ Oct 10 23:35:50.108 INFO kablam! Oct 10 23:35:50.112 INFO kablam! warning: unused import: `std::cmp` Oct 10 23:35:50.112 INFO kablam! --> src/btp_packet.rs:2:5 Oct 10 23:35:50.112 INFO kablam! | Oct 10 23:35:50.112 INFO kablam! 2 | use std::cmp; Oct 10 23:35:50.112 INFO kablam! | ^^^^^^^^ Oct 10 23:35:50.112 INFO kablam! Oct 10 23:35:50.112 INFO kablam! warning: unused import: `TimeZone` Oct 10 23:35:50.112 INFO kablam! --> src/btp_packet.rs:10:29 Oct 10 23:35:50.112 INFO kablam! | Oct 10 23:35:50.112 INFO kablam! 10 | use chrono::{DateTime, Utc, TimeZone, NaiveDateTime}; Oct 10 23:35:50.112 INFO kablam! | ^^^^^^^^ Oct 10 23:35:50.112 INFO kablam! Oct 10 23:35:50.143 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 23:35:50.144 INFO kablam! --> src/btp_packet.rs:4:5 Oct 10 23:35:50.144 INFO kablam! | Oct 10 23:35:50.144 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 10 23:35:50.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:35:50.144 INFO kablam! | Oct 10 23:35:50.144 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 23:35:50.144 INFO kablam! Oct 10 23:35:50.640 INFO kablam! warning: unused import: `futures::future::Future` Oct 10 23:35:50.640 INFO kablam! --> src/plugin.rs:10:5 Oct 10 23:35:50.640 INFO kablam! | Oct 10 23:35:50.640 INFO kablam! 10 | use futures::future::Future; Oct 10 23:35:50.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:35:50.640 INFO kablam! Oct 10 23:35:50.640 INFO kablam! warning: unused import: `Stream` Oct 10 23:35:50.640 INFO kablam! --> src/plugin.rs:11:15 Oct 10 23:35:50.640 INFO kablam! | Oct 10 23:35:50.640 INFO kablam! 11 | use futures::{Stream, Sink}; Oct 10 23:35:50.640 INFO kablam! | ^^^^^^ Oct 10 23:35:50.640 INFO kablam! Oct 10 23:35:50.640 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 10 23:35:50.640 INFO kablam! --> src/btp_packet.rs:4:5 Oct 10 23:35:50.640 INFO kablam! | Oct 10 23:35:50.640 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 10 23:35:50.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:35:50.640 INFO kablam! Oct 10 23:35:50.688 INFO kablam! warning: unused variable: `btp_server` Oct 10 23:35:50.688 INFO kablam! --> src/spsp.rs:70:21 Oct 10 23:35:50.688 INFO kablam! | Oct 10 23:35:50.688 INFO kablam! 70 | pub fn quote_source(btp_server: &str, receiver: &str, source_amount: f64) -> Result { Oct 10 23:35:50.688 INFO kablam! | ^^^^^^^^^^ help: consider using `_btp_server` instead Oct 10 23:35:50.688 INFO kablam! | Oct 10 23:35:50.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:35:50.688 INFO kablam! Oct 10 23:35:50.688 INFO kablam! warning: unused variable: `btp_server` Oct 10 23:35:50.688 INFO kablam! --> src/spsp.rs:82:26 Oct 10 23:35:50.688 INFO kablam! | Oct 10 23:35:50.688 INFO kablam! 82 | pub fn quote_destination(btp_server: &str, receiver: &str, destination_amount: f64) -> Result { Oct 10 23:35:50.688 INFO kablam! | ^^^^^^^^^^ help: consider using `_btp_server` instead Oct 10 23:35:50.688 INFO kablam! Oct 10 23:35:50.688 INFO kablam! warning: unused variable: `fulfillment` Oct 10 23:35:50.689 INFO kablam! --> src/spsp.rs:124:15 Oct 10 23:35:50.689 INFO kablam! | Oct 10 23:35:50.689 INFO kablam! 124 | .map(|fulfillment| ()) Oct 10 23:35:50.689 INFO kablam! | ^^^^^^^^^^^ help: consider using `_fulfillment` instead Oct 10 23:35:50.689 INFO kablam! Oct 10 23:35:50.689 INFO kablam! warning: unused variable: `condition_slice` Oct 10 23:35:50.689 INFO kablam! --> src/psk.rs:38:13 Oct 10 23:35:50.689 INFO kablam! | Oct 10 23:35:50.689 INFO kablam! 38 | let mut condition_slice = digest::digest(&digest::SHA256, &preimage).as_ref().read_exact(&mut condition); Oct 10 23:35:50.689 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_condition_slice` instead Oct 10 23:35:50.689 INFO kablam! Oct 10 23:35:50.744 INFO kablam! warning: variable does not need to be mutable Oct 10 23:35:50.744 INFO kablam! --> src/psk.rs:38:9 Oct 10 23:35:50.744 INFO kablam! | Oct 10 23:35:50.744 INFO kablam! 38 | let mut condition_slice = digest::digest(&digest::SHA256, &preimage).as_ref().read_exact(&mut condition); Oct 10 23:35:50.744 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:35:50.744 INFO kablam! | | Oct 10 23:35:50.744 INFO kablam! | help: remove this `mut` Oct 10 23:35:50.744 INFO kablam! | Oct 10 23:35:50.744 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:35:50.744 INFO kablam! Oct 10 23:35:50.896 INFO kablam! warning: field is never used: `username` Oct 10 23:35:50.896 INFO kablam! --> src/plugin.rs:86:5 Oct 10 23:35:50.896 INFO kablam! | Oct 10 23:35:50.896 INFO kablam! 86 | username: String, Oct 10 23:35:50.896 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:35:50.896 INFO kablam! Oct 10 23:35:50.896 INFO kablam! warning: field is never used: `token` Oct 10 23:35:50.896 INFO kablam! --> src/plugin.rs:87:5 Oct 10 23:35:50.896 INFO kablam! | Oct 10 23:35:50.896 INFO kablam! 87 | token: String, Oct 10 23:35:50.896 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:35:50.896 INFO kablam! Oct 10 23:35:57.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 10 23:35:57.587 INFO kablam! su: No module specific data is present Oct 10 23:35:58.263 INFO running `"docker" "rm" "-f" "c88c9fadcca2ba47e573bd7e8ae6fc39f7008d1d8c43839dae138421daef1d01"` Oct 10 23:35:58.578 INFO blam! c88c9fadcca2ba47e573bd7e8ae6fc39f7008d1d8c43839dae138421daef1d01 Oct 10 23:35:58.584 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:35:58.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:35:59.067 INFO blam! 7d2f13d22a160d6c8c31161c43b79ed8909f614ca6a3c3f0a04855ac775dd8e6 Oct 10 23:35:59.072 INFO running `"docker" "start" "-a" "7d2f13d22a160d6c8c31161c43b79ed8909f614ca6a3c3f0a04855ac775dd8e6"` Oct 10 23:36:00.140 INFO kablam! usermod: no changes Oct 10 23:36:00.396 INFO kablam! Compiling ilp v0.1.0 (/source) Oct 10 23:36:06.392 INFO kablam! warning: unused import: `UuidVersion` Oct 10 23:36:06.392 INFO kablam! --> src/spsp.rs:8:18 Oct 10 23:36:06.392 INFO kablam! | Oct 10 23:36:06.392 INFO kablam! 8 | use uuid::{Uuid, UuidVersion}; Oct 10 23:36:06.392 INFO kablam! | ^^^^^^^^^^^ Oct 10 23:36:06.392 INFO kablam! | Oct 10 23:36:06.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:36:06.392 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:2:25 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 2 | use serde::{Serializer, Deserialize, Deserializer}; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `ilp_packet::oer` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:4:5 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 4 | use ilp_packet::oer; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `Fulfill` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:6:93 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 6 | use btp_packet::{BtpPacket, PacketType, ContentType, ProtocolData, PacketContents, Prepare, Fulfill, Serializable, Error as BtpError}; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `uuid::Uuid` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:7:5 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 7 | use uuid::Uuid; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:9:5 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 9 | use tokio_core::reactor::Core; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `Sink` Oct 10 23:36:06.400 INFO kablam! --> src/plugin.rs:11:23 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 11 | use futures::{Stream, Sink}; Oct 10 23:36:06.400 INFO kablam! | ^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `std::cmp` Oct 10 23:36:06.400 INFO kablam! --> src/btp_packet.rs:2:5 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 2 | use std::cmp; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.400 INFO kablam! warning: unused import: `TimeZone` Oct 10 23:36:06.400 INFO kablam! --> src/btp_packet.rs:10:29 Oct 10 23:36:06.400 INFO kablam! | Oct 10 23:36:06.400 INFO kablam! 10 | use chrono::{DateTime, Utc, TimeZone, NaiveDateTime}; Oct 10 23:36:06.400 INFO kablam! | ^^^^^^^^ Oct 10 23:36:06.400 INFO kablam! Oct 10 23:36:06.444 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 23:36:06.444 INFO kablam! --> src/btp_packet.rs:4:5 Oct 10 23:36:06.444 INFO kablam! | Oct 10 23:36:06.444 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 10 23:36:06.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:06.444 INFO kablam! | Oct 10 23:36:06.444 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 23:36:06.444 INFO kablam! Oct 10 23:36:07.018 INFO kablam! warning: unused import: `futures::future::Future` Oct 10 23:36:07.019 INFO kablam! --> src/plugin.rs:10:5 Oct 10 23:36:07.019 INFO kablam! | Oct 10 23:36:07.019 INFO kablam! 10 | use futures::future::Future; Oct 10 23:36:07.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:07.020 INFO kablam! Oct 10 23:36:07.020 INFO kablam! warning: unused import: `Stream` Oct 10 23:36:07.020 INFO kablam! --> src/plugin.rs:11:15 Oct 10 23:36:07.021 INFO kablam! | Oct 10 23:36:07.021 INFO kablam! 11 | use futures::{Stream, Sink}; Oct 10 23:36:07.021 INFO kablam! | ^^^^^^ Oct 10 23:36:07.021 INFO kablam! Oct 10 23:36:07.022 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 10 23:36:07.022 INFO kablam! --> src/btp_packet.rs:4:5 Oct 10 23:36:07.022 INFO kablam! | Oct 10 23:36:07.022 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 10 23:36:07.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:36:07.023 INFO kablam! Oct 10 23:36:07.083 INFO kablam! warning: unused variable: `btp_server` Oct 10 23:36:07.083 INFO kablam! --> src/spsp.rs:70:21 Oct 10 23:36:07.083 INFO kablam! | Oct 10 23:36:07.083 INFO kablam! 70 | pub fn quote_source(btp_server: &str, receiver: &str, source_amount: f64) -> Result { Oct 10 23:36:07.083 INFO kablam! | ^^^^^^^^^^ help: consider using `_btp_server` instead Oct 10 23:36:07.083 INFO kablam! | Oct 10 23:36:07.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:36:07.083 INFO kablam! Oct 10 23:36:07.088 INFO kablam! warning: unused variable: `btp_server` Oct 10 23:36:07.088 INFO kablam! --> src/spsp.rs:82:26 Oct 10 23:36:07.088 INFO kablam! | Oct 10 23:36:07.088 INFO kablam! 82 | pub fn quote_destination(btp_server: &str, receiver: &str, destination_amount: f64) -> Result { Oct 10 23:36:07.088 INFO kablam! | ^^^^^^^^^^ help: consider using `_btp_server` instead Oct 10 23:36:07.088 INFO kablam! Oct 10 23:36:07.088 INFO kablam! warning: unused variable: `fulfillment` Oct 10 23:36:07.088 INFO kablam! --> src/spsp.rs:124:15 Oct 10 23:36:07.088 INFO kablam! | Oct 10 23:36:07.088 INFO kablam! 124 | .map(|fulfillment| ()) Oct 10 23:36:07.088 INFO kablam! | ^^^^^^^^^^^ help: consider using `_fulfillment` instead Oct 10 23:36:07.088 INFO kablam! Oct 10 23:36:07.088 INFO kablam! warning: unused variable: `condition_slice` Oct 10 23:36:07.088 INFO kablam! --> src/psk.rs:38:13 Oct 10 23:36:07.088 INFO kablam! | Oct 10 23:36:07.088 INFO kablam! 38 | let mut condition_slice = digest::digest(&digest::SHA256, &preimage).as_ref().read_exact(&mut condition); Oct 10 23:36:07.088 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_condition_slice` instead Oct 10 23:36:07.088 INFO kablam! Oct 10 23:36:07.178 INFO kablam! warning: variable does not need to be mutable Oct 10 23:36:07.178 INFO kablam! --> src/psk.rs:38:9 Oct 10 23:36:07.178 INFO kablam! | Oct 10 23:36:07.178 INFO kablam! 38 | let mut condition_slice = digest::digest(&digest::SHA256, &preimage).as_ref().read_exact(&mut condition); Oct 10 23:36:07.178 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:36:07.178 INFO kablam! | | Oct 10 23:36:07.178 INFO kablam! | help: remove this `mut` Oct 10 23:36:07.178 INFO kablam! | Oct 10 23:36:07.178 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:36:07.178 INFO kablam! Oct 10 23:36:07.312 INFO kablam! warning: field is never used: `username` Oct 10 23:36:07.312 INFO kablam! --> src/plugin.rs:86:5 Oct 10 23:36:07.312 INFO kablam! | Oct 10 23:36:07.312 INFO kablam! 86 | username: String, Oct 10 23:36:07.312 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:36:07.312 INFO kablam! Oct 10 23:36:07.312 INFO kablam! warning: field is never used: `token` Oct 10 23:36:07.312 INFO kablam! --> src/plugin.rs:87:5 Oct 10 23:36:07.312 INFO kablam! | Oct 10 23:36:07.312 INFO kablam! 87 | token: String, Oct 10 23:36:07.312 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:36:07.312 INFO kablam! Oct 10 23:36:11.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.47s Oct 10 23:36:11.640 INFO kablam! su: No module specific data is present Oct 10 23:36:12.554 INFO running `"docker" "rm" "-f" "7d2f13d22a160d6c8c31161c43b79ed8909f614ca6a3c3f0a04855ac775dd8e6"` Oct 10 23:36:12.813 INFO blam! 7d2f13d22a160d6c8c31161c43b79ed8909f614ca6a3c3f0a04855ac775dd8e6 Oct 10 23:36:12.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:36:12.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:36:13.299 INFO blam! cab72c725ede547a5cfa5be6fff1531f446cc6275916bd4755e62b0562c21982 Oct 10 23:36:13.307 INFO running `"docker" "start" "-a" "cab72c725ede547a5cfa5be6fff1531f446cc6275916bd4755e62b0562c21982"` Oct 10 23:36:14.732 INFO kablam! usermod: no changes Oct 10 23:36:14.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 10 23:36:15.028 INFO kablam! Running /target/debug/deps/ilp-7b1c3e8f15704360 Oct 10 23:36:15.040 INFO blam! Oct 10 23:36:15.040 INFO blam! running 8 tests Oct 10 23:36:15.050 INFO blam! test btp_packet::btp_error::serialize ... ok Oct 10 23:36:15.051 INFO blam! test btp_packet::btp_fulfill::deserialize ... ok Oct 10 23:36:15.051 INFO blam! test btp_packet::btp_prepare::deserialize ... ok Oct 10 23:36:15.052 INFO blam! test btp_packet::btp_error::deserialize ... ok Oct 10 23:36:15.053 INFO blam! test btp_packet::generalized_time::deserialize ... ok Oct 10 23:36:15.053 INFO blam! test btp_packet::btp_fulfill::serialize ... ok Oct 10 23:36:15.057 INFO blam! test btp_packet::btp_prepare::serialize ... ok Oct 10 23:36:15.057 INFO blam! test btp_packet::generalized_time::serialize ... ok Oct 10 23:36:15.057 INFO blam! Oct 10 23:36:15.057 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:36:15.057 INFO blam! Oct 10 23:36:15.072 INFO kablam! su: No module specific data is present Oct 10 23:36:15.594 INFO running `"docker" "rm" "-f" "cab72c725ede547a5cfa5be6fff1531f446cc6275916bd4755e62b0562c21982"` Oct 10 23:36:15.796 INFO blam! cab72c725ede547a5cfa5be6fff1531f446cc6275916bd4755e62b0562c21982