[INFO] fetching crate jsonwebkey 0.2.0... [INFO] testing jsonwebkey-0.2.0 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate jsonwebkey 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate jsonwebkey 0.2.0 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate jsonwebkey 0.2.0 [INFO] finished tweaking crates.io crate jsonwebkey 0.2.0 [INFO] tweaked toml for crates.io crate jsonwebkey 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] acad76e4463085811a1701c34d50fd8c4c082163a45cc7c4bd93dd7bd6f066d3 [INFO] running `Command { std: "docker" "start" "-a" "acad76e4463085811a1701c34d50fd8c4c082163a45cc7c4bd93dd7bd6f066d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acad76e4463085811a1701c34d50fd8c4c082163a45cc7c4bd93dd7bd6f066d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acad76e4463085811a1701c34d50fd8c4c082163a45cc7c4bd93dd7bd6f066d3", kill_on_drop: false }` [INFO] [stdout] acad76e4463085811a1701c34d50fd8c4c082163a45cc7c4bd93dd7bd6f066d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f0a14b984ddc2cc60d78bce4a4bf7d40a0d31340c4969caa27dc8f659d0c73da [INFO] running `Command { std: "docker" "start" "-a" "f0a14b984ddc2cc60d78bce4a4bf7d40a0d31340c4969caa27dc8f659d0c73da", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling zeroize_derive v1.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling jsonwebkey v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | write!(f, "{}", base64::encode(self.0.as_slice())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | serialize_base64(self.0.as_slice(), s) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.90s [INFO] running `Command { std: "docker" "inspect" "f0a14b984ddc2cc60d78bce4a4bf7d40a0d31340c4969caa27dc8f659d0c73da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0a14b984ddc2cc60d78bce4a4bf7d40a0d31340c4969caa27dc8f659d0c73da", kill_on_drop: false }` [INFO] [stdout] f0a14b984ddc2cc60d78bce4a4bf7d40a0d31340c4969caa27dc8f659d0c73da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f55d9db8a516b91ec45e7533e8b01738309ed0605138cd3027852f405897087 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f55d9db8a516b91ec45e7533e8b01738309ed0605138cd3027852f405897087", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling ring v0.16.18 [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | write!(f, "{}", base64::encode(self.0.as_slice())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | serialize_base64(self.0.as_slice(), s) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling pem v0.8.2 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling jsonwebkey v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | write!(f, "{}", base64::encode(self.0.as_slice())) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/byte_array.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | serialize_base64(self.0.as_slice(), s) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 24.32s [INFO] running `Command { std: "docker" "inspect" "4f55d9db8a516b91ec45e7533e8b01738309ed0605138cd3027852f405897087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f55d9db8a516b91ec45e7533e8b01738309ed0605138cd3027852f405897087", kill_on_drop: false }` [INFO] [stdout] 4f55d9db8a516b91ec45e7533e8b01738309ed0605138cd3027852f405897087 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ca4ac508af14ac113d98275690dd89e7565bb5826e7c4a078cc171c6367c94a2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca4ac508af14ac113d98275690dd89e7565bb5826e7c4a078cc171c6367c94a2", kill_on_drop: false }` [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | write!(f, "{}", base64::encode(self.0.as_slice())) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | serialize_base64(self.0.as_slice(), s) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | write!(f, "{}", base64::encode(self.0.as_slice())) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | self.0.as_slice() == other.0.as_slice() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/byte_array.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | serialize_base64(self.0.as_slice(), s) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `as_slice(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(array_methods)]` to the crate attributes to enable `array::::as_slice` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/jsonwebkey-0323f62085e04026 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test byte_array::tests::test_serde_base64_deserialize_array_long ... ok [INFO] [stdout] test byte_array::tests::test_serde_base64_deserialize_array_short ... ok [INFO] [stdout] test byte_vec::tests::test_serde_byte_vec ... ok [INFO] [stdout] test byte_array::tests::test_serde_deserialize_byte_array_invalid ... ok [INFO] [stdout] test key_ops::tests::serialize ... ok [INFO] [stdout] test tests::deserialize_es256 ... ok [INFO] [stdout] test tests::ec_is_private ... ok [INFO] [stdout] test tests::deserialize_hs256 ... ok [INFO] [stdout] test tests::mismatched_algorithm ... ok [INFO] [stdout] test tests::deserialize_rs256 ... ok [INFO] [stdout] test tests::serialize_hs256 ... ok [INFO] [stdout] test tests::serialize_rs256 ... ok [INFO] [stdout] test tests::rsa_is_private ... ok [INFO] [stdout] test tests::serialize_es256 ... ok [INFO] [stdout] test key_ops::tests::deserialize_invalid ... ok [INFO] [stdout] test byte_array::tests::test_serde_byte_array_good ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests jsonwebkey [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ca4ac508af14ac113d98275690dd89e7565bb5826e7c4a078cc171c6367c94a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4ac508af14ac113d98275690dd89e7565bb5826e7c4a078cc171c6367c94a2", kill_on_drop: false }` [INFO] [stdout] ca4ac508af14ac113d98275690dd89e7565bb5826e7c4a078cc171c6367c94a2