[INFO] crate yup-oauth2 3.1.1 is already in cache [INFO] checking yup-oauth2-3.1.1 against try#3738e44c8fffe9e1fdfda9304a4df74ce7b29152 for pr-68746 [INFO] extracting crate yup-oauth2 3.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate yup-oauth2 3.1.1 on toolchain 3738e44c8fffe9e1fdfda9304a4df74ce7b29152 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yup-oauth2 3.1.1 [INFO] finished tweaking crates.io crate yup-oauth2 3.1.1 [INFO] tweaked toml for crates.io crate yup-oauth2 3.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "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] f984d858466ec3cc86f39c008b74d1a23d4750dc00e2080451439de498a46df2 [INFO] running `"docker" "start" "-a" "f984d858466ec3cc86f39c008b74d1a23d4750dc00e2080451439de498a46df2"` [INFO] [stderr] Checking open v1.3.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking mockito v0.17.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-threadpool v0.1.17 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-rustls v0.10.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking hyper-rustls v0.17.1 [INFO] [stderr] Checking yup-hyper-mock v3.15.0 [INFO] [stderr] Checking yup-oauth2 v3.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/storage.rs:210:24 [INFO] [stderr] | [INFO] [stderr] 210 | let serialized;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/storage.rs:210:24 [INFO] [stderr] | [INFO] [stderr] 210 | let serialized;; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` 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/authenticator.rs:246:57 [INFO] [stderr] | [INFO] [stderr] 246 | ... format!("{}", e.description().to_string()), [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/authenticator.rs:246:57 [INFO] [stderr] | [INFO] [stderr] 246 | ... format!("{}", e.description().to_string()), [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/types.rs:143:14 [INFO] [stderr] | [INFO] [stderr] 143 | self.description().fmt(f) [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/types.rs:161:30 [INFO] [stderr] | [INFO] [stderr] 161 | StringError::new(err.description().to_string(), None) [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/types.rs:143:14 [INFO] [stderr] | [INFO] [stderr] 143 | self.description().fmt(f) [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/types.rs:161:30 [INFO] [stderr] | [INFO] [stderr] 161 | StringError::new(err.description().to_string(), None) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.26s [INFO] running `"docker" "inspect" "f984d858466ec3cc86f39c008b74d1a23d4750dc00e2080451439de498a46df2"` [INFO] running `"docker" "rm" "-f" "f984d858466ec3cc86f39c008b74d1a23d4750dc00e2080451439de498a46df2"` [INFO] [stdout] f984d858466ec3cc86f39c008b74d1a23d4750dc00e2080451439de498a46df2