[INFO] crate rincon_client 0.1.1 is already in cache [INFO] extracting crate rincon_client 0.1.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rincon_client/0.1.1 [INFO] extracting crate rincon_client 0.1.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rincon_client/0.1.1 [INFO] validating manifest of rincon_client-0.1.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rincon_client-0.1.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rincon_client/0.1.1/Cargo.toml [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rincon_client/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rincon_client-0.1.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rincon_client/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0c8e88d8ad49491e3348bcfa54fdc15c07507ef4c48eab257be422553a8d05e4 [INFO] running `"docker" "start" "-a" "0c8e88d8ad49491e3348bcfa54fdc15c07507ef4c48eab257be422553a8d05e4"` [INFO] [stderr] Compiling syntex_fmt_macros v0.5.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking want v0.0.4 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking rincon_core v0.1.0 [INFO] [stderr] Checking log4rs v0.8.3 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking rincon_client v0.1.1 [INFO] [stderr] Checking rincon_client v0.1.1 (/opt/crater/workdir) [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:595:26 [INFO] [stderr] | [INFO] [stderr] 595 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:787:26 [INFO] [stderr] | [INFO] [stderr] 787 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `Error` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:108:21 [INFO] [stderr] | [INFO] [stderr] 87 | use serde::de::Error; [INFO] [stderr] | ---------------- the item `Error` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use serde::de::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:865:26 [INFO] [stderr] | [INFO] [stderr] 865 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/index/types/mod.rs:264:34 [INFO] [stderr] | [INFO] [stderr] 264 | fn unwrap_details(&self) -> &IndexDetails { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn IndexDetails` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking tokio-io-timeout v0.1.3 [INFO] [stderr] Checking dotenv v0.11.0 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking hyper-timeout v0.1.1 [INFO] [stderr] Checking rincon_connector v0.1.0 [INFO] [stderr] Checking rincon_test_helper v0.1.0 [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:595:26 [INFO] [stderr] | [INFO] [stderr] 595 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:181:27 [INFO] [stderr] | [INFO] [stderr] 181 | #[cfg(test)] #[macro_use] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:787:26 [INFO] [stderr] | [INFO] [stderr] 787 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:181:27 [INFO] [stderr] | [INFO] [stderr] 181 | #[cfg(test)] #[macro_use] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `Error` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:108:21 [INFO] [stderr] | [INFO] [stderr] 87 | use serde::de::Error; [INFO] [stderr] | ---------------- the item `Error` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use serde::de::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:865:26 [INFO] [stderr] | [INFO] [stderr] 865 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:181:27 [INFO] [stderr] | [INFO] [stderr] 181 | #[cfg(test)] #[macro_use] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/index/types/mod.rs:264:34 [INFO] [stderr] | [INFO] [stderr] 264 | fn unwrap_details(&self) -> &IndexDetails { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn IndexDetails` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> tests/user_methods.rs:58:53 [INFO] [stderr] | [INFO] [stderr] 58 | let new_user = NewUser::with_name(user_name.as_ref(), "testpass1"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `rincon_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0c8e88d8ad49491e3348bcfa54fdc15c07507ef4c48eab257be422553a8d05e4"` [INFO] running `"docker" "rm" "-f" "0c8e88d8ad49491e3348bcfa54fdc15c07507ef4c48eab257be422553a8d05e4"` [INFO] [stdout] 0c8e88d8ad49491e3348bcfa54fdc15c07507ef4c48eab257be422553a8d05e4