[INFO] fetching crate twilio-async 0.2.0... [INFO] checking twilio-async-0.2.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate twilio-async 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate twilio-async 0.2.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate twilio-async 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate twilio-async 0.2.0 [INFO] tweaked toml for crates.io crate twilio-async 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2c80366d0c4fc44991b2968bd97253e8aab0e26489985ab12e6549168e83b4d7 [INFO] running `"docker" "start" "-a" "2c80366d0c4fc44991b2968bd97253e8aab0e26489985ab12e6549168e83b4d7"` [INFO] [stderr] Checking twiml v0.2.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking typed-headers v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking twilio-async v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Response` [INFO] [stderr] --> examples/default.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | twiml::{Dial, Response, Twiml}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/default.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/default.rs:22:70 [INFO] [stderr] | [INFO] [stderr] 22 | fn try_conference(core: &mut Core, twilio: Twilio) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/default.rs:37:63 [INFO] [stderr] | [INFO] [stderr] 37 | fn try_msg(core: &mut Core, twilio: Twilio) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/default.rs:71:64 [INFO] [stderr] | [INFO] [stderr] 71 | fn try_call(core: &mut Core, twilio: Twilio) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sid` [INFO] [stderr] --> examples/default.rs:52:23 [INFO] [stderr] | [INFO] [stderr] 52 | let MsgResp { sid, .. } = json; [INFO] [stderr] | ^^^ help: try ignoring the field: `sid: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `try_conference` [INFO] [stderr] --> examples/default.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | fn try_conference(core: &mut Core, twilio: Twilio) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `try_call` [INFO] [stderr] --> examples/default.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | fn try_call(core: &mut Core, twilio: Twilio) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.14s [INFO] running `"docker" "inspect" "2c80366d0c4fc44991b2968bd97253e8aab0e26489985ab12e6549168e83b4d7"` [INFO] running `"docker" "rm" "-f" "2c80366d0c4fc44991b2968bd97253e8aab0e26489985ab12e6549168e83b4d7"` [INFO] [stdout] 2c80366d0c4fc44991b2968bd97253e8aab0e26489985ab12e6549168e83b4d7