[INFO] fetching crate aws_sig_verify 0.6.1... [INFO] checking aws_sig_verify-0.6.1 against try#4a23c45c7893f1416456144e3883cc48ea91722e for pr-82322 [INFO] extracting crate aws_sig_verify 0.6.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate aws_sig_verify 0.6.1 on toolchain 4a23c45c7893f1416456144e3883cc48ea91722e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate aws_sig_verify 0.6.1 [INFO] finished tweaking crates.io crate aws_sig_verify 0.6.1 [INFO] tweaked toml for crates.io crate aws_sig_verify 0.6.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "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] ed640672ec6c993b361e341e1bc81a1fdc1dd0c69689764e95a550ade68d3ca7 [INFO] running `Command { std: "docker" "start" "-a" "ed640672ec6c993b361e341e1bc81a1fdc1dd0c69689764e95a550ade68d3ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed640672ec6c993b361e341e1bc81a1fdc1dd0c69689764e95a550ade68d3ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed640672ec6c993b361e341e1bc81a1fdc1dd0c69689764e95a550ade68d3ca7", kill_on_drop: false }` [INFO] [stdout] ed640672ec6c993b361e341e1bc81a1fdc1dd0c69689764e95a550ade68d3ca7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a972d94c638c43b5df3df625ca0e2726601addf75e9500a9e2ea27a3dd580358 [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" "a972d94c638c43b5df3df625ca0e2726601addf75e9500a9e2ea27a3dd580358", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking aws_sig_verify v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 156 | | canonicalize_uri_path(&"hello/world"), [INFO] [stdout] 157 | | ErrorKind::InvalidURIPath [INFO] [stdout] 158 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / expect_err!( [INFO] [stdout] 162 | | canonicalize_uri_path(&"/hello/../../world"), [INFO] [stdout] 163 | | ErrorKind::InvalidURIPath [INFO] [stdout] 164 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 205 | | normalize_uri_path_component("abcd%yy"), [INFO] [stdout] 206 | | ErrorKind::InvalidURIPath [INFO] [stdout] 207 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / expect_err!( [INFO] [stdout] 211 | | normalize_uri_path_component("abcd%yy"), [INFO] [stdout] 212 | | ErrorKind::InvalidURIPath [INFO] [stdout] 213 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | / expect_err!( [INFO] [stdout] 216 | | normalize_uri_path_component("abcd%0"), [INFO] [stdout] 217 | | ErrorKind::InvalidURIPath [INFO] [stdout] 218 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | / expect_err!( [INFO] [stdout] 221 | | normalize_uri_path_component("abcd%"), [INFO] [stdout] 222 | | ErrorKind::InvalidURIPath [INFO] [stdout] 223 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 256 | | sig.get_authorization_header_parameters(&request), [INFO] [stdout] 257 | | ErrorKind::MultipleHeaderValues); [INFO] [stdout] | |________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 438 | | sig.get_request_signature(&request), [INFO] [stdout] 439 | | ErrorKind::MultipleParameterValues); [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:464:5 [INFO] [stdout] | [INFO] [stdout] 464 | / expect_err!( [INFO] [stdout] 465 | | sig.get_authorization_header_parameters(&request), [INFO] [stdout] 466 | | ErrorKind::MalformedHeader); [INFO] [stdout] | |____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:488:5 [INFO] [stdout] | [INFO] [stdout] 488 | / expect_err!( [INFO] [stdout] 489 | | sig.get_authorization_header_parameters(&request), [INFO] [stdout] 490 | | ErrorKind::MissingHeader); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:515:13 [INFO] [stdout] | [INFO] [stdout] 515 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 516 | | sig.get_signed_headers(&request), [INFO] [stdout] 517 | | ErrorKind::MissingHeader); [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:542:13 [INFO] [stdout] | [INFO] [stdout] 542 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 543 | | sig.get_request_timestamp(&request), [INFO] [stdout] 544 | | ErrorKind::MalformedHeader); [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:566:5 [INFO] [stdout] | [INFO] [stdout] 566 | / expect_err!( [INFO] [stdout] 567 | | sig.get_request_timestamp(&request), [INFO] [stdout] 568 | | ErrorKind::MissingHeader); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/unittest.rs:582:13 [INFO] [stdout] | [INFO] [stdout] 582 | let e = expect_err!( [INFO] [stdout] | _____________^ [INFO] [stdout] 583 | | sig.get_request_timestamp(&request), [INFO] [stdout] 584 | | ErrorKind::MalformedParameter); [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.14s [INFO] running `Command { std: "docker" "inspect" "a972d94c638c43b5df3df625ca0e2726601addf75e9500a9e2ea27a3dd580358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a972d94c638c43b5df3df625ca0e2726601addf75e9500a9e2ea27a3dd580358", kill_on_drop: false }` [INFO] [stdout] a972d94c638c43b5df3df625ca0e2726601addf75e9500a9e2ea27a3dd580358