[INFO] fetching crate edcert 9.0.1... [INFO] building edcert-9.0.1 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate edcert 9.0.1 into /workspace/builds/worker-118/source [INFO] validating manifest of crates.io crate edcert 9.0.1 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate edcert 9.0.1 [INFO] finished tweaking crates.io crate edcert 9.0.1 [INFO] tweaked toml for crates.io crate edcert 9.0.1 written to /workspace/builds/worker-118/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83c5d09a0377e464dee819e6d8b9710f4c7a827872775e588d8bede967a320b2 [INFO] running `Command { std: "docker" "start" "-a" "83c5d09a0377e464dee819e6d8b9710f4c7a827872775e588d8bede967a320b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83c5d09a0377e464dee819e6d8b9710f4c7a827872775e588d8bede967a320b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83c5d09a0377e464dee819e6d8b9710f4c7a827872775e588d8bede967a320b2", kill_on_drop: false }` [INFO] [stdout] 83c5d09a0377e464dee819e6d8b9710f4c7a827872775e588d8bede967a320b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fc22d13dc0a94abb9c7085de6c006f390dcde59860bf59c3d260fc304ce871b [INFO] running `Command { std: "docker" "start" "-a" "2fc22d13dc0a94abb9c7085de6c006f390dcde59860bf59c3d260fc304ce871b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v0.7.15 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling libsodium-sys v0.0.12 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling secrets v0.11.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling sodiumoxide v0.0.12 [INFO] [stderr] Compiling edcert v9.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytescontainer.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | let bytestr = try!(String::decode(d)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/revoker.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | fn is_revoked(&self, &F) -> Result<(), RevokeError>; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | use std::sync::ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.19s [INFO] running `Command { std: "docker" "inspect" "2fc22d13dc0a94abb9c7085de6c006f390dcde59860bf59c3d260fc304ce871b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc22d13dc0a94abb9c7085de6c006f390dcde59860bf59c3d260fc304ce871b", kill_on_drop: false }` [INFO] [stdout] 2fc22d13dc0a94abb9c7085de6c006f390dcde59860bf59c3d260fc304ce871b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d5668aae119cbf32a31332ae5110c7d03cb803c86b283bb2365fe49d0ec6a0d [INFO] running `Command { std: "docker" "start" "-a" "2d5668aae119cbf32a31332ae5110c7d03cb803c86b283bb2365fe49d0ec6a0d", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytescontainer.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | let bytestr = try!(String::decode(d)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling edcert v9.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/revoker.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | fn is_revoked(&self, &F) -> Result<(), RevokeError>; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | use std::sync::ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytescontainer.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | let bytestr = try!(String::decode(d)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/certificate.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/meta.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Clone,RustcEncodable,RustcDecodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/signature.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone,RustcDecodable,RustcEncodable,Debug,PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/root_validator.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | try!(cert.self_validate(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/trust_validator.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | try!(self.revoker.is_revoked(cert)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/revoker.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | fn is_revoked(&self, &F) -> Result<(), RevokeError>; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | use std::sync::ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ed25519.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | static START: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "2d5668aae119cbf32a31332ae5110c7d03cb803c86b283bb2365fe49d0ec6a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d5668aae119cbf32a31332ae5110c7d03cb803c86b283bb2365fe49d0ec6a0d", kill_on_drop: false }` [INFO] [stdout] 2d5668aae119cbf32a31332ae5110c7d03cb803c86b283bb2365fe49d0ec6a0d